搜索资源列表

  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. vvv

    0下载:
  2. 实用的C函数 送格式化输出到一流中 从流中执行格式化输入 送格式化输出到stdout中 可以直接在程序中调用 保证可用-practical C formatted output function to send a first-class flow from the implementation of sending formatted input to the output format stdout can direct the c
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:沈旭东
  1. pyformat

    0下载:
  2. pyformat.zip包中有两个文件夹,pyformat_src文件夹里的为源代码,pyformat_dist文件夹里的为编译后的exe可执行程序,另外每个文件夹里都放了一个名为“testfile.txt”的测试文件。 源码使用方法示例:执行\"python pyformat.py testfile.txt\"。 可执行程序使用方法示例:执行“pyformat testfile.txt”。 即可把文件名中的不带调拼音
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1494587
    • 提供者:许高飞
  1. HighResTimer

    0下载:
  2. * 一、功能: Timestamp驱动演示代码. * 二、该源码需要硬件开发板的支持,因为ISS对Timestamp定时器的模拟还不够精确 * 如果将该源码运行于ISS模式下,将得不到精确的结果 * 三、运行前提: * 1. 选择包含JTAG_UART和定时器的NiosII系统(ptf文件) * 其中的定时器要求: * (1) 具备可写的period寄存器 * (2) 具备可读的sna
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1149
    • 提供者:李天
  1. ExcpHookMonitor_0.0.4

    0下载:
  2. ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then show
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:54007
    • 提供者:张京
  1. outoutpic

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

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

    0下载:
  2. Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:205738
    • 提供者:李峥
  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-05-17
    • 文件大小:1024
    • 提供者:
  1. liunx_shellprogram

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

    • 发布日期:2024-05-17
    • 文件大小: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-05-17
    • 文件大小:55296
    • 提供者:changming
  1. vvv

    0下载:
  2. 实用的C函数 送格式化输出到一流中 从流中执行格式化输入 送格式化输出到stdout中 可以直接在程序中调用 保证可用-practical C formatted output function to send a first-class flow from the implementation of sending formatted input to the output format stdout can direct the c
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:沈旭东
  1. pyformat

    0下载:
  2. pyformat.zip包中有两个文件夹,pyformat_src文件夹里的为源代码,pyformat_dist文件夹里的为编译后的exe可执行程序,另外每个文件夹里都放了一个名为“testfile.txt”的测试文件。 源码使用方法示例:执行"python pyformat.py testfile.txt"。 可执行程序使用方法示例:执行“pyformat testfile.txt”。 即可把文件名中的不带调拼音+声
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-17
    • 文件大小:1494016
    • 提供者:许高飞
  1. HighResTimer

    0下载:
  2. * 一、功能: Timestamp驱动演示代码. * 二、该源码需要硬件开发板的支持,因为ISS对Timestamp定时器的模拟还不够精确 * 如果将该源码运行于ISS模式下,将得不到精确的结果 * 三、运行前提: * 1. 选择包含JTAG_UART和定时器的NiosII系统(ptf文件) * 其中的定时器要求: * (1) 具备可写的period寄存器 * (2) 具备可读的sna
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李天
  1. ExcpHookMonitor_0.0.4

    0下载:
  2. ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then show
  3. 所属分类:驱动编程

    • 发布日期:2024-05-17
    • 文件大小:53248
    • 提供者:张京
  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-05-17
    • 文件大小:1024
    • 提供者:李文
  1. CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp

    0下载:
  2. Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:205824
    • 提供者:李峥
  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-05-17
    • 文件大小:32768
    • 提供者:李明
  1. standard-output-redirect

    0下载:
  2. 本人偶得在 Visual C++ 中进行输入输出重定向的办法,比通常的做法“freopen”更加的灵活和方便,特在此共享。目前,代码正在不断地摸索和完善中,先把“输出”(stdout)部分提供给大家-I even get in the Visual C++ input and output redirection in the way for more than the usual practice of " freopen&q
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-17
    • 文件大小:35840
    • 提供者:王立
  1. StdOut

    0下载:
  2. sTDOUT OF CODE EIGHTPUZZLE GAME
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:Stefan
« 12 3 4 »

源码中国 www.ymcn.org