Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - console
Search - console - List
一个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
Update : 2024-05-08 Size : 11264 Publisher : 甘荣

DL : 0
OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
Update : 2024-05-08 Size : 345088 Publisher : 汪生珠

DL : 0
获得指定IP地址或者主机名节点的MAC地址(console程序)-was designated IP address or host name of the node MAC address (console procedure)
Update : 2024-05-08 Size : 1024 Publisher : 刘涛

Console界面的可以得到文件的任何属性的程序。-Console interface can be of any document attributes procedures.
Update : 2024-05-08 Size : 10240 Publisher : chengjr

DL : 0
迷宫算法,console-maze algorithm console
Update : 2024-05-08 Size : 9216 Publisher : 吴奇

Delphi的Microsoft MMC(管理控制台)头文件。-Delphi Microsoft MMC (Management Console) headers.
Update : 2024-05-08 Size : 13312 Publisher : 杨文捷

console app to draw with opengl
Update : 2024-05-08 Size : 7168 Publisher : 付少辉

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
Update : 2024-05-08 Size : 23552 Publisher : 黄春标

DL : 0
How to send debugging output to a console in a MFC application
Update : 2024-05-08 Size : 12288 Publisher : 丁丁

这是一个字符串处理函数集,包括: 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.
Update : 2024-05-08 Size : 6144 Publisher : 梁志洪

一个专门为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!
Update : 2024-05-08 Size : 2330624 Publisher : 曾波

Console mode show digital char. vc6 compiled!
Update : 2024-05-08 Size : 29696 Publisher :

symbian OS C++ S60 的 描述符(descriptor)的一个例程,非常实用 console 程序-football scores OS C S60 descriptors (descriptor) of a routine, very practical procedures console
Update : 2024-05-08 Size : 10240 Publisher : thosing

DL : 0
绘图函数用mcc生成的代码嵌入VC工程实例,Win32 Console版本-mapping function using mcc generated code embedded VC engineering example, Win32 Console Version
Update : 2024-05-08 Size : 141312 Publisher : 谢芊芊

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
Update : 2024-05-08 Size : 22528 Publisher : 孙新

DL : 0
Win32控制台类型App的颜色控制, SetConsoleTextAttribute,GetConsoleScreenBufferInfo,FillConsoleOutputAttribute,SetConsoleCursorPosition -Win32 console type App color control, SetConsoleTextAttribute, GetConsoleScreenBufferInfo, FillConsoleOutputAttribute, SetConsoleCursorPosition
Update : 2024-05-08 Size : 48128 Publisher : szh

DL : 0
console下模拟一个小的路由器程序 socket对话 多线程通信 DV算法的实现-console under simulated a small router dialogue process multi-threaded socket communication DV Algorithm the realization
Update : 2024-05-08 Size : 284672 Publisher : SANG HWAK

DOS版的五子棋,雙人對戰,console視窗的游標控制示範-DOS version of the 331, a double screen, console Windows cursor control model
Update : 2024-05-08 Size : 3072 Publisher : 李慣頭

DL : 0
一个用于模糊聚类的算法。源码是基于VC平台下的Win32 console application-for a fuzzy clustering algorithm. VC source is based on the Win32 platform console application
Update : 2024-05-08 Size : 119808 Publisher : 史剑

DL : 0
Win32 Console下C++实现的PL/0语言编译程序,含设计文档,欢迎讨论。-Win32 Console C realized PL/0 language compiler, including design documentation, welcomed the discussion.
Update : 2024-05-08 Size : 363520 Publisher : enderlw
« 1 23 4 5 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.