go top

双语例句

  • Our use of setvbuf may even make the code run slower.

    使用setvbuf甚至可能使代码运行得更慢

    youdao

  • You may be wondering how the call to setvbuf helps, when we are reading either line by line or char by char.

    或许知道,我们字符地时,对setvbuf调用如何起作用的。

    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 定义 16KB fin 进行读取

    youdao

更多双语例句

百科

setvbuf

函数名: setvbuf 功 能: 把缓冲区与流相关 用 法: int setvbuf(FILE *stream, char *buf, int type, unsigned size); 参数:stream :指向流的指针 ; buf : 期望缓冲区的地址; type : 期望缓冲区的类型: _IOFBF(满缓冲):当缓冲区为空时,从流读入数据。或者当缓冲区满时,向流写入数 据。 _IOLBF(行缓冲):每次从流中读入一行数据或向流中写入一行数据。 _IONBF(无缓冲):直接从流中读入数据或...

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

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

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