• Buffer function and its unit thickness and loading side side of the pulp mold Su structure unit grow up a direct proportion.

    纸浆模塑结构单元缓冲性能与其单元厚度承载边长成正比。

    youdao

  • Gatropin is an effective and reliable medicine for stomach, capable of adjusting the gastric contents with a suitable PHvalue owing to its buffer function.

    胃舒平疗效可靠具有缓冲作用,校正胃酸,保持内酸碱度适当

    youdao

  • To a certain extent, it provides the indoor environment with a buffer function, broadens the spatial vision, and amplifies the aesthetic factors in the room.

    现代壁饰在某种程度室内环境起到了缓冲作用拓宽了室内空间视野增强居室环境的美感因素

    youdao

  • The paper builds the mathematical models of buffer, such as single air cavity, double air cavity. Also it will give basis to the buffer Function Analysis and the testing simulation.

    本文对各种起落架,包括气腔、双油式起落架缓冲器进行数学建模缓冲性能分析未来的试验仿真打下基础。

    youdao

  • This function returns the size of the value buffer on success and 0 if the name specified is not a valid environment variable name.

    如果成功,则函数返回缓存大小如果指定名称不是一个合法环境变量名,则返回0

    youdao

  • If a function needs to maintain the state of some data over successive calls, such as a working buffer or a pointer, the caller should provide this data.

    如果函数需要在一系列调用期间维持某些数据状态比如工作缓存指针那么调用者应该提供数据。

    youdao

  • This function takes a 32-bit integer from the request, and USES it in an arithmetic operation that calculates the size of a dynamic buffer.

    函数请求提取32位整数使用中的算术运算计算一个动态缓冲区大小

    youdao

  • Far more importantly, however, the function does only one-third as many buffer accesses, and the code is much clearer and more maintainable.

    不过重要的函数缓存访问量只有原来的三分之一并且代码更加简洁更加易于维护

    youdao

  • An attacker may be able to exploit a buffer overflow by changing the value of other data in the function; none of these approaches counter that.

    攻击也许能够通过改变函数其他数据利用缓冲区溢出没有哪种方法能够防止这点。

    youdao

  • Attacking using a buffer overflow can change this process and allow an attacker to execute any function they wish.

    利用缓冲区溢出进行攻击可以改变这个过程并且允许黑客执行任何他们期望函数

    youdao

  • For the actual buffer processing, the function is perfectly capable of handling zero-sized buffers by simply returning.

    对于实际缓冲区处理函数只需直接返回,能够很好地处理大小为零缓冲区

    youdao

  • This function accepts a pointer to a user space buffer, a pointer to a kernel buffer, and a length defined in bytes.

    函数接受指向用户空间缓冲区指针、一个指向内存缓冲区的指针、以及一个字节定义长度

    youdao

  • For each line in the line buffer for a CU, check for the low address match to find the first line number for the function.

    获得CU缓冲每一行,则需要检查低位地址匹配找到函数的第一行的行

    youdao

  • This protects against stack, buffer, and function pointer overflows, all without recompilation.

    这样将保护程序代码避免堆栈缓冲区函数指针溢出而且全都不需重新编译

    youdao

  • The function in Listing 3 frees any memory blocks in the linked list, then frees the Buffer allocated by newBuffer().

    清单3 中的函数释放链表中的所有内存然后释放 newBuffer()分配Buffer

    youdao

  • You may benefit by implementing a function that returns the number of bytes currently stored in an abstract buffer

    实现一个函数返回当前存储抽象缓冲区中的字节数目,这样可能带来好处

    youdao

  • In a similar fashion, you can read data segments off segment by segment from an abstract buffer with the following function.

    采用类似的方式可以使用以下函数,逐段抽象缓冲区读取数据段。

    youdao

  • The string passed into printk is then copied into the kernel log buffer using a special function that manages the bounds of the ring (emit_log_char).

    这个字符串会被传递给printk然后它会被一个管理缓冲边界(emit_log_char)特殊函数复制内核日志缓冲区中。

    youdao

  • To incrementally append data segments to an abstract buffer, use the following function

    逐步抽象缓冲区追加数据,可使用以下函数

    youdao

  • The snprintf function allows you to print safely into a buffer of fixed size.

    snprintf函数可以安全地输出固定大小缓冲区

    youdao

  • The strncpy_from_user function copies a string from user space into a kernel buffer, given a user space source address and Max length.

    strncpy _ from_user函数字符串用户空间复制一个内核缓冲区给定一个用户空间地址最大长度

    youdao

  • First, we create need a buffer to write to for the sprintf call using the malloc function.

    首先我们使用malloc函数中的sprintf调用需要创建一个缓冲器(buffer)。

    youdao

  • As a copy from user space, this function first checks that the buffer is readable via access_ok.

    由于用户空间复制函数首先使用access_ok检查缓冲区是否可

    youdao

  • The strnlen_user function is used just like strnlen but assumes that the buffer is available in user space.

    strnlen_user函数也能strnlen 那样使用前提缓冲区用户空间可用

    youdao

  • The Uniq function is declared to take a range, so it will only be called once, even when invoked on a range of lines in the buffer.

    Uniq函数声明接受范围因此只能调用一次即使缓冲区内的一个范围上调用时。

    youdao

  • Similar to the pagination function found for the wml variant, the pagination variant is used by html-type devices with limited buffer space.

    发现wml 变量的分页功能类似pagination 变量用于缓冲空间有限的 html 类型设备

    youdao

  • The strerror() function isn't necessarily thread-safe; for unknown values, it formats an error message in a static buffer and returns a pointer to that buffer.

    strerror()函数没有必要是线程安全的;对于未知,该函数静态缓冲区中设置错误消息格式指针返回缓冲区。

    youdao

  • Otherwise, we call the setvbuf() function to set a buffer of size INBUFSIZ (earlier #defined as 16KB) for reading from fin.

    若能打开,则调用setvbuf()函数设置大小INBUFSIZ缓冲区以前用 #defined 定义16KBfin 进行读取

    youdao

  • This function is available everywhere, and you should use it just about all the time; a lot of security holes have been based on buffer overruns in sprintf, and this can protect against them.

    这个函数随处可用而且应该始终使用很多安全漏洞归咎于sprintf中的缓冲区溢出这个函数可以预防这个问题。

    youdao

  • This function is available everywhere, and you should use it just about all the time; a lot of security holes have been based on buffer overruns in sprintf, and this can protect against them.

    这个函数随处可用而且应该始终使用很多安全漏洞归咎于sprintf中的缓冲区溢出这个函数可以预防这个问题。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定