搜索资源列表

  1. RedirectSource

    0下载:
  2. This control makes it possible to redirect the stdin/stdout of a console-application to your program. It s even possible to redirect MS-DOS commands to your application. I ve written this project in Visual C++ 6.0 with A
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:55179
    • 提供者:changming
  1. paixu

    0下载:
  2. input sever numbers from stdin,and then output them by turn
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1790
    • 提供者:王一博
  1. example-3

    0下载:
  2. This application has one task that reads characters from stdin and sends them to a second task. This converts the characters to upper case and sends them back to the first task for printing. Each task will execute
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:73223
    • 提供者:丽香
  1. outoutpic

    0下载:
  2. cgi(c/c++)输出内存图片,在一定程序上防盗链,只允许本站访问图片. stdin,stdout
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1082
    • 提供者:李文
  1. inpoly

    0下载:
  2. This code is described in \"Computational Geometry in C\" (Second Edition), Chapter 7. It is not written to be comprehensible without the explanation in that book. This program reads a polygon P followed by que
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3166
    • 提供者:fds
  1. liunx_shellprogram

    2下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:23015
    • 提供者:李强
  1. 检测重定向

    0下载:
  2. 显示怎样检测stdin, stdout, stderr是否被重定向- Demonstrated how examines stdin, stdout, stderr whether by heavy direction detection
  3. 所属分类:系统编程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:
  1. liunx_shellprogram

    0下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用"<"和">"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-10
    • 文件大小:22528
    • 提供者:李强
  1. RedirectSource

    0下载:
  2. This control makes it possible to redirect the stdin/stdout of a console-application to your program. It s even possible to redirect MS-DOS commands to your application. I ve written this project in Visual C++ 6.0 with A
  3. 所属分类:系统编程

    • 发布日期:2024-06-10
    • 文件大小:55296
    • 提供者:changming
  1. paixu

    0下载:
  2. input sever numbers from stdin,and then output them by turn-input sever numbers from stdin, and then output them by turn
  3. 所属分类:汇编语言

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:王一博
  1. example-3

    0下载:
  2. This application has one task that reads characters from stdin and sends them to a second task. This converts the characters to upper case and sends them back to the first task for printing. Each task will execute
  3. 所属分类:系统编程

    • 发布日期:2024-06-10
    • 文件大小:72704
    • 提供者:丽香
  1. outoutpic

    0下载:
  2. cgi(c/c++)输出内存图片,在一定程序上防盗链,只允许本站访问图片. stdin,stdout-cgi (c/c++) output memory image, to a certain program on anti-navigating to www.sina.com.cn. only permit site visit pictures. stdin, stdout
  3. 所属分类:Web服务器

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:李文
  1. inpoly

    0下载:
  2. This code is described in "Computational Geometry in C" (Second Edition), Chapter 7. It is not written to be comprehensible without the explanation in that book. This program reads a polygon P followed by query
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:fds
  1. cifafenxi

    0下载:
  2. token,字符数组,长度为32,存放识别出来的单词符号。 tmp,字符数组,长度为256,可以缓存用户输入的字符串。 char *fgets(char *string, int n, *stdin):*string输入数据的首地址, n 一次读入数据块的长度, stream文件指针. Void getbc() //检查ch中的字符是否为空白字符,如是则调用getch(),直到ch中读入一个非空白字符为止. fgets(
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:乐正清
  1. shell

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static ch
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-10
    • 文件大小:32768
    • 提供者:李明
  1. Exercise4

    0下载:
  2. exercice 4 public class GourmetCoffee { private static BufferedReader stdIn = new BufferedReader( new InputStreamReader(System.in)) private static PrintWriter stdOut = new PrintWriter(System.out, true)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:exercice4
  1. FX2_pipe_high_speed_io

    0下载:
  2. FX2Pipe is a small high speed USB transfer program which can pipe stdin into the FX2 FIFO or back from the FIFO to stdout.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:168960
    • 提供者:manta
  1. sedlexa-1.0.1

    0下载:
  2. Linux中强大的sed,lex,awk实现-manipulation of text based documents by using the stdin/stdout stream designed to complement sed, lex and awk. It has no help except for the readme file and the example.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-10
    • 文件大小:153600
    • 提供者:郑生
  1. 001

    0下载:
  2. 飞虫有用的 地基基础 数电 解决 女款 看看加密那下次uhugcmjgfdcjfdok 了法律看博客简介 减肥 fsb -char buffer[BUFFERSIZE] printf("***********************************\n") printf("* Welcome to use our counter *\n") printf("* Input two integer
  3. 所属分类:汇编语言

    • 发布日期:2024-06-10
    • 文件大小:24576
    • 提供者:李龙
  1. StdIn

    0下载:
  2. stdin of code of eightPuzzle
  3. 所属分类:游戏

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:Stefan
« 12 3 »

源码中国 www.ymcn.org