Welcome![Sign In][Sign Up]
Location:
Search - stdout

Search list

[OS programRedirectSource

Description: 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 ATL 3.0, because you can t use multithreading in Visual Basic. Properties of the Application -This control makes it possible to redirect the stdin / stdout of a console-application to y our program. It's even possible to redirect MS-D OS commands to your application. I've written th is project in Visual C 6.0 with ATL 3.0, because you can not use multithreading in Visual B asic. Properties of the Application
Platform: | Size: 55179 | Author: changming | Hits:

[Windows Developvvv

Description: 实用的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 call to ensure that procedures available
Platform: | Size: 1330 | Author: 沈旭东 | Hits:

[MultiLanguagepyformat

Description: pyformat.zip包中有两个文件夹,pyformat_src文件夹里的为源代码,pyformat_dist文件夹里的为编译后的exe可执行程序,另外每个文件夹里都放了一个名为“testfile.txt”的测试文件。 源码使用方法示例:执行\"python pyformat.py testfile.txt\"。 可执行程序使用方法示例:执行“pyformat testfile.txt”。 即可把文件名中的不带调拼音+声调记号转化为带调拼音输出到stdout。文件名可以有多个。 例如:输入wo3 shi4 zhong1 guo2 ren2. 输出为wǒ shì zhōng guó rén. zho1ng、zhon1g、zhong1、zhong12341等均输出为zhōng。
Platform: | Size: 1494587 | Author: 许高飞 | Hits:

[Embeded-SCM DevelopHighResTimer

Description: * 一、功能: Timestamp驱动演示代码. * 二、该源码需要硬件开发板的支持,因为ISS对Timestamp定时器的模拟还不够精确 * 如果将该源码运行于ISS模式下,将得不到精确的结果 * 三、运行前提: * 1. 选择包含JTAG_UART和定时器的NiosII系统(ptf文件) * 其中的定时器要求: * (1) 具备可写的period寄存器 * (2) 具备可读的snapshot寄存器 * 2. 在系统库属性中完成下面的配置: * (1) 将stdout映射到JTAG_UART * (2) 将定时器映射为Timestamp时钟
Platform: | Size: 1149 | Author: 李天 | Hits:

[Driver DevelopExcpHookMonitor_0.0.4

Description: 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 shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
Platform: | Size: 54007 | Author: 张京 | Hits:

[Web Serveroutoutpic

Description: cgi(c/c++)输出内存图片,在一定程序上防盗链,只允许本站访问图片. stdin,stdout
Platform: | Size: 1082 | Author: 李文 | Hits:

[GDI-BitmapCodeGuruEssentialDifferencebetweenCONSOLEandGUIApp

Description: 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 console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf(). The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT. As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a project.
Platform: | Size: 205738 | Author: 李峥 | Hits:

[Linux-Unixliunx_shellprogram

Description: 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
Platform: | Size: 23015 | Author: 李强 | Hits:

[OS program检测重定向

Description: 显示怎样检测stdin, stdout, stderr是否被重定向- Demonstrated how examines stdin, stdout, stderr whether by heavy direction detection
Platform: | Size: 1024 | Author: | Hits:

[Linux-Unixliunx_shellprogram

Description: 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用"<"和">"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
Platform: | Size: 22528 | Author: 李强 | Hits:

[OS programRedirectSource

Description: 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 ATL 3.0, because you can t use multithreading in Visual Basic. Properties of the Application -This control makes it possible to redirect the stdin/stdout of a console-application to y our program. It's even possible to redirect MS-D OS commands to your application. I've written th is project in Visual C 6.0 with ATL 3.0, because you can not use multithreading in Visual B asic. Properties of the Application
Platform: | Size: 55296 | Author: changming | Hits:

[Windows Developvvv

Description: 实用的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 call to ensure that procedures available
Platform: | Size: 1024 | Author: 沈旭东 | Hits:

[MultiLanguagepyformat

Description: pyformat.zip包中有两个文件夹,pyformat_src文件夹里的为源代码,pyformat_dist文件夹里的为编译后的exe可执行程序,另外每个文件夹里都放了一个名为“testfile.txt”的测试文件。 源码使用方法示例:执行"python pyformat.py testfile.txt"。 可执行程序使用方法示例:执行“pyformat testfile.txt”。 即可把文件名中的不带调拼音+声调记号转化为带调拼音输出到stdout。文件名可以有多个。 例如:输入wo3 shi4 zhong1 guo2 ren2. 输出为wǒ shì zhōng guó rén. zho1ng、zhon1g、zhong1、zhong12341等均输出为zhōng。-pyformat.zip package has two folders, pyformat_src folder for the source code, pyformat_dist folder for the compiled exe executable program, while each folder are placed in a
Platform: | Size: 1494016 | Author: 许高飞 | Hits:

[Embeded-SCM DevelopHighResTimer

Description: * 一、功能: Timestamp驱动演示代码. * 二、该源码需要硬件开发板的支持,因为ISS对Timestamp定时器的模拟还不够精确 * 如果将该源码运行于ISS模式下,将得不到精确的结果 * 三、运行前提: * 1. 选择包含JTAG_UART和定时器的NiosII系统(ptf文件) * 其中的定时器要求: * (1) 具备可写的period寄存器 * (2) 具备可读的snapshot寄存器 * 2. 在系统库属性中完成下面的配置: * (1) 将stdout映射到JTAG_UART * (2) 将定时器映射为Timestamp时钟 -* 1, function: Timestamp-driven presentation code.* Second, the source needs the support of hardware development boards, because ISS on Timestamp timer analog also not precise enough* If the source code running on the ISS model, will not be* Third, accurate results, run the premise:* 1. JTAG_UART choose to include and NiosII system timer (ptf files)* one timer requirements:* (1) can be written in a period register* (2) have readable snapshot register* 2. in the system library properties to complete the following configuration:* (1) stdout is mapped to the JTAG_UART* (2) will be mapped to Timestamp timer clock
Platform: | Size: 1024 | Author: 李天 | Hits:

[Driver DevelopExcpHookMonitor_0.0.4

Description: 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 shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
Platform: | Size: 53248 | Author: 张京 | Hits:

[Web Serveroutoutpic

Description: 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
Platform: | Size: 1024 | Author: 李文 | Hits:

[GDI-BitmapCodeGuruEssentialDifferencebetweenCONSOLEandGUIApp

Description: 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 console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf(). The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT. As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a project. -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 console in WinMain (). First of all , we need to allocate a console with AllocConsole () secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf () and scanf (). The second project demonstrates how to create a window in main (). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle (), and then I called CreateWindow with the predefined class name EDIT. As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a project.
Platform: | Size: 205824 | Author: 李峥 | Hits:

[Linux-Unixshell

Description: #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 char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout)==EOF) continue if(fgets(inbuf,MAX_CANON,stdin)==NULL) continue if(strcmp(inbuf,QUIT_STRING)==0) break g_ptr = inbuf g_lim = inbuf + strlen(inbuf) yylex() } return 0 } -# Include <stdio.h># Include <string.h># Include <limits.h># Include <unistd.h># Include <sys/types.h># Define PROMPT_STRING [myshell] $ # define QUIT_STRING exit static char inbuf [MAX_CANON] char* g_ptr char* g_lim extern void yylex () int main (void) (for () (if (fputs (PROMPT_STRING, stdout) == EOF) continue if (fgets (inbuf, MAX_CANON, stdin) == NULL) continue if (strcmp (inbuf, QUIT_STRING) == 0) break g_ptr = inbuf g_lim = inbuf+ strlen (inbuf) yylex ()) return 0)
Platform: | Size: 32768 | Author: 李明 | Hits:

[Dialog_Windowstandard-output-redirect

Description: 本人偶得在 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" is more flexible and convenient and special in this share. At present, the code is constantly exploring and perfecting, the first described the " output" (stdout) provides us with some
Platform: | Size: 35840 | Author: 王立 | Hits:

[Game ProgramStdOut

Description: sTDOUT OF CODE EIGHTPUZZLE GAME
Platform: | Size: 2048 | Author: Stefan | Hits:
« 12 3 4 »

CodeBus www.codebus.net