搜索资源列表
checktime.c
- 此程序是对windows系统进行校时。其他的说明请看程序。-this procedure is to windows at the school system. See the note other procedures.
deveject
- DevEject -- Ger鋞e automatisch abmelden, f黵 Windows 2000/XP/2003 ================================================================= DevEject dient dazu, externe Speicherger鋞e wie FireWire-Platten oder USB-Sticks programmgesteuert beim Betri
awk
- awk by Cao Siqin, 2007.7.17 awk <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \\x0A Example: scr ipt.txt: C:\\WINDOWS\\a logfile .log C:\\WINDOWS\
awkprint
- 因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint awkprint by Cao Siqin, 2007.7.17 awkprint <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \
socket(for Windows and UNIX)
- 一个封装标准BSD Socket的C++类- c++ class encapsulat standard bsd
Windows时钟
- 一个用Turbo C 2.0编的WINDOWS时钟,界面精美 -超酷,值得学习和参考-a Turbo C 2.0 with the Windows series clock interface beautifully-cool, it is worth learning and reference
tvicport
- 在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。TVicPort includes transparent support for Windows 95/98 and Windows NT -in Windows 9X/NT under WIN DDK is not passed directly access dedicated hardware development kits,
sport
- 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20) 功能要求: 1) 可以输入各个项目的前三名或前五名的成绩; 2) 能统计各学校总分, 3) 可以按学校编号或名称、学校总分、男女团体总分排序输出; 4) 可以按学校编号查询
ysf
- 约瑟夫的C++ 在windows操作系统下的算法用VC来实现,算法简单效率较高-Joseph' s C++ in the windows operating system to use VC to implement the algorithm, the algorithm simple and efficient
USBSerial
- 读取U盘序列号,保存在USBSerial数组里。 2). 验证 第一次运行程序读取U盘序列号存放在 C:\Windows\system32\USBSerial.dat文件中 以后运行检验读取到的U盘序列号与保存在文件中的是否一致, 若相同,置 gTag 为1 若不一致,置 gTag 为0 -Read U disk serial number, stored in an array USBSerial inside. 2). Verified for the firs
cyuyanjichu
- C 语言基础,包含10 多个小程序。我在windows平台下运行成功-C language-based, more than 10 small programs. I am running under windows platform, the success of
OpenCVForImageProcessing
- 在Windows下安装OpenCV,然后在Visual C++6.0环境下对OpenCV进行配置,里面的程序都是用OpenCV工具包编的控制台程序-In Windows, install OpenCV, and then in the Visual C++6.0 environment of the OpenCV configuration, which the program is edited with the OpenCV toolkit console program
filesys
- 这是一个用C++做的文件系统,用的是Windows控制台编程-This is a C++ to do with the file system, using a Windows console program
DOSShell
- C#实现的Windows DOS 模拟器,可以实现DOS的一些功能-C# implementation of Windows DOS emulator, you can achieve some of the features DOS
Kinect--angle
- 基于KINECT_SDK FOR WINDOWS 的角度控制,代码C#-Based on the KINECT SDK FOR WINDOWS angle to control, code C
example
- 用c语言,不用windows api 拷贝一个50M以上的文件,每次拷贝1kb, unsigned char buffer[1024] 直到文件拷贝结束 -C language without windows api Copy more than a 50M file, every copy 1kb the end of an unsigned char buffer [1024] until the file copy
MemoryDumpPsrc
- Console PROCESS MEMORY dumper, code in C++, 32 bit, but handles some x64 apps too... For Windows
StudentManage-windows-c
- windows下C语言(VC++)编写的学生信息管理系统,源码规范,可运行,本人亲写,有不懂的可以问我-windows C language (VC++) to prepare the student information management system, source code specification, can run, I pro-write, I do not understand you can ask
FileShot
- One Tool like RegShot Save List File in Folder to Log ex: cmd C:\FileShot.exe C:\WINDOWS C:\WIDOWS.ini 0 Scan file and capture modify(new file in folder) ex cmd C:\FileShot.exe C:\WINDOWS C:\WIDOWS.ini 1 usefull for test virus
C++创建Windows服务
- 不使用vs自带的Windows服务创建模板,而是用纯C++创建windows服务,实现了服务的安装和卸载。