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

Search list

[Windows DevelopSendToCmd-src

Description: 一个windows shell扩展程序dll源码 可以在鼠标右键的“发送到”菜单中增加一个“console window” 用于在资源管理器中打开console方式的exe文件 结果在新开的console窗口中显示 而不是缺省的一闪而过-a shell windows dll extension procedures in the source code by right-clicking the "Send to" menu to add a "console window" for the resource management for open console mode of exe files in the new findings open the console window shows instead of the default rather than the flashing
Platform: | Size: 11264 | Author: 甘荣 | Hits:

[OpenGL programConsole

Description: OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
Platform: | Size: 345088 | Author: 汪生珠 | Hits:

[Windows DevelopMacAddr

Description: 获得指定IP地址或者主机名节点的MAC地址(console程序)-was designated IP address or host name of the node MAC address (console procedure)
Platform: | Size: 1024 | Author: 刘涛 | Hits:

[Windows DevelopPropDump

Description: Console界面的可以得到文件的任何属性的程序。-Console interface can be of any document attributes procedures.
Platform: | Size: 10240 | Author: chengjr | Hits:

[OtherMazeGame

Description: 迷宫算法,console-maze algorithm console
Platform: | Size: 9216 | Author: 吴奇 | Hits:

[Windows DevelopMicrosoft Management Console (MMC) idls translatio

Description: Delphi的Microsoft MMC(管理控制台)头文件。-Delphi Microsoft MMC (Management Console) headers.
Platform: | Size: 13312 | Author: 杨文捷 | Hits:

[OpenGL programconsole app to draw with opengl

Description: console app to draw with opengl
Platform: | Size: 7168 | Author: 付少辉 | Hits:

[Process-ThreadVirtualMemory

Description: program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned(VmAddress) then begin WriteLn( 保留虚拟内存失败! ) ExitProcess(0) end else WriteLn(Format( 保留虚拟内存成功, 基址为:[%8.8x]! , [Longint(VmAddress)])) //提交第二页虚拟内存 CommitAddress := Pointer(Longint(VmAddress) + PageSize) CommitAddress := VirtualAlloc(CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne-program VirtualMemory ($ APPTYPE CONSOLE) uses SysUtils, Windows const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned (VmAddress) then begin WriteLn (reservations virtual memory failure!) ExitProcess (0) end else WriteLn (Format (virtual memory retention success, sites : [% 8.8x ]! [Longint (VmAddress)]))// to the second page virtual memory CommitAddress : = Pointer (Longint (VmAddress) PageSize) CommitAddress : = VirtualAlloc (CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne
Platform: | Size: 23552 | Author: 黄春标 | Hits:

[OtherMFCConsole_demo

Description: How to send debugging output to a console in a MFC application
Platform: | Size: 12288 | Author: 丁丁 | Hits:

[Windows Develop字符串处理函数集1

Description: 这是一个字符串处理函数集,包括: IsNumeric——检查串是否为数字串 Upcase——变成大写串 Lowercase——变成小写串 Trim——截掉串尾的空格 RTrim——截掉串开始处的空格 LTrim——截掉串尾的空格 right——从右到左截掉字符 left—— 从左到右截掉字符 mid——截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控制台应用程序的头和实现,示范字符串处理函数的使用方法。-this a string functions,include:IsNumeric-check_up if the string is Numeric,Upcase-change to capital string,Lowercase-change to small string,Trim-cut blank of string tail,right-cut character from right to left,left-cut character from left to right,mid-cut character from mid to right,the zip file include StringFunctions.h and StringFunctions.cpp,which is using for string functions,main.cpp and main.h are head and implement of a console program,it demonstate the way of using string functions.
Platform: | Size: 6144 | Author: 梁志洪 | Hits:

[JSP/Javastruts-console(配置文件制作)-4.8

Description: 一个专门为struts开发的可视化xml配置文件的生成工具,可以方便生成struts的配置文件!使用很方便!-a struts developed specifically for the visualization xml configuration file generation of tools that facilitate the generation struts configuration files! Easy to use!
Platform: | Size: 2330624 | Author: 曾波 | Hits:

[Dialog_WindowConsoleCool+

Description: Console mode show digital char. vc6 compiled!
Platform: | Size: 29696 | Author: | Hits:

[Symbian08_165214_descriptorfn

Description: symbian OS C++ S60 的 描述符(descriptor)的一个例程,非常实用 console 程序-football scores OS C S60 descriptors (descriptor) of a routine, very practical procedures console
Platform: | Size: 10240 | Author: thosing | Hits:

[matlabSglCon

Description: 绘图函数用mcc生成的代码嵌入VC工程实例,Win32 Console版本-mapping function using mcc generated code embedded VC engineering example, Win32 Console Version
Platform: | Size: 141312 | Author: 谢芊芊 | Hits:

[OS program在文件被使用时强制删除文件

Description: ForceDel.cpp : Defines the entry point for the console application. // // Modified by Zoltan Csizmadia, zoltan_csizmadia@yahoo.com // For companies(Austin,TX): If you would like to get my resume, send an email.-forcedel file when file is using.zip
Platform: | Size: 22528 | Author: 孙新 | Hits:

[OtherConsoleTitleColor

Description: Win32控制台类型App的颜色控制, SetConsoleTextAttribute,GetConsoleScreenBufferInfo,FillConsoleOutputAttribute,SetConsoleCursorPosition -Win32 console type App color control, SetConsoleTextAttribute, GetConsoleScreenBufferInfo, FillConsoleOutputAttribute, SetConsoleCursorPosition
Platform: | Size: 48128 | Author: szh | Hits:

[Otherrouter3

Description: console下模拟一个小的路由器程序 socket对话 多线程通信 DV算法的实现-console under simulated a small router dialogue process multi-threaded socket communication DV Algorithm the realization
Platform: | Size: 284672 | Author: SANG HWAK | Hits:

[Chess Poker gamesfive_dos_pointer

Description: DOS版的五子棋,雙人對戰,console視窗的游標控制示範-DOS version of the 331, a double screen, console Windows cursor control model
Platform: | Size: 3072 | Author: 李慣頭 | Hits:

[AI-NN-PRFuzzyCluster

Description: 一个用于模糊聚类的算法。源码是基于VC平台下的Win32 console application-for a fuzzy clustering algorithm. VC source is based on the Win32 platform console application
Platform: | Size: 119808 | Author: 史剑 | Hits:

[ELanguageenderlw_PL0

Description: Win32 Console下C++实现的PL/0语言编译程序,含设计文档,欢迎讨论。-Win32 Console C realized PL/0 language compiler, including design documentation, welcomed the discussion.
Platform: | Size: 363520 | Author: enderlw | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net