首页 / 词典 / good

stdio

  • 标准输入输出;标准输入输出库;标准输入输出函数
stdiostdio
  1. Error messages ( used in debugging ) are printed to standard error , using stdio .

    错误消息(在调试时使用)用来打印标准错误,它使用的是stdio头文件。

  2. Stdio I don 't even need standard IO because I 'm not printing anything .

    我甚至不需要,因为我不需要打印任何东西。

  3. Read the man pages for stdio , and for all the system calls and functions used in this article .

    请参阅stdiot以及本文中使用的所有系统调用和函数的手册页。

  4. Stdio . h is the header for the C standard I / O library .

    这些行指定所需的头文件。stdio.h是C标准输入输出库的头文件。

  5. Stdio h It pretty much means open this file , standard IO dot H and just paste its contents right here .

    它的大致上的意思是打开这个文件,然后把它的内容粘贴在那里。

  6. An example of a library function that does have an associated system call is the fopen () function declared in stdio . h.

    有相关系统调用的库函数的一个示例是stdio.h中声明的fopen()函数。

  7. Pipes are one [ way ] , and yes , stdio is redirected to pipes for sub VMs .

    管道是其中(的方式)之一。是的,对于子虚拟机,stdio会被重定向到管道。

  8. Libcurl , like libjpeg , prefers to work on a stdio FILE object instead of a memory buffer .

    与libjpeg一样,Libcurl用于处理stdioFILE对象,而不是内存缓冲区。

  9. Buffer-zone principle in GIS analysis is used to analyze various parameters influencing the depositional facies , and buffer-zone calculation is performed in Microsoft Visual Stdio . NET programming environment .

    应用GIS分析中的缓冲区原理,对影响沉积相的各种参数进行分析研究,并在MicrosoftVisualStdio·NET编程环境中完成缓冲区算法。

  10. It returns NULL , defined in stdio . h , for either error or EOF [ end-of-file ] ; after the loop , we check for which one occurred .

    对于错误或EOF[文件结束],它都返回NULL,这是在stdio.h中定义的;循环结束后,我们会检查究竟是哪种情况。

  11. This can happen if the string copied into s1 is longer than the allocated size of s1 , which is BUFSIZ ( a constant defined in stdio . h ) .

    当复制到s1的字符串长于s1的分配大小(即BUFSIZE,一个在stdio.h中定义的常数)时,就会发生缓冲区溢出情况。

  12. Starting with IDS v10 , ontape operations can now be directed to or from " standard in " or " standard out "( STDIO ), thereby providing support for a wider range of options .

    从IDSv10开始,ontape操作可以被定向到标准输入或标准输出设备(“standardin”或“standardout”,STDIO),因此为很多选项提供了支持。