搜索资源列表
Simple_PhoneBook
- 一个简单的电话本程序。该程序为完全采用标准C++进行开发的控制台程序,没有采用复杂的数据库存储数据——改用记事本。注意,本程序听起来比较简单,可是当你看到控制台的界面的时候,你才会发现控制台也会做出如此方便、易用的程序。对学习标准C/C++,特别是文件处理,系统设计等有很大帮助。-a simple telephone this procedure. The procedure uses the standard C for the development of the Console, with
PEfile-analyze
- 本程序功能是分析PE文件结构,只作了最简单的分析。把输入表,输出表,还有各个段显示出来。参考了2个源码,写得很简单,是vc控制台程序,可以在这基础上扩展。我同时附上PE文件结构图,结合图片理解程序。只是时间仓促,注释写得少一点。-the functions of the program is to analyze PE structure of the document, only made the most simple analysis. Importation table, the out
vbDos
- VB控制台程序(仿DOS界面).模拟命令提示符的开发,仅供参考
CTrans
- 本人写的一个能自动格式化C代码的控制台程序,其实就是对文件的读写,和对字符的处理。-I write a C code can automatically format the console program, in fact, the document is read and write, and the handling of characters.
SplitFile
- Win32控制台程序,简单的文件分割程序,能比较平均地把各种格式的文件简单的分割成数份。而不像一些程序那样分割以后前面几份文件大小平均但最后一份文件很小。-Win32 console application, a simple file segmentation procedure, be able to compare equally the various file formats simply split into several copies. Some programs rather
Package
- 基于WIN32控制台的文件打包解包程序源代码C++实现-Based on WIN32 console unpack the file package source code C++ implementation
copy
- 遍历文件夹的文件包括子文件夹下的文件 控制台程序后台运行-Traverse Folder files including sub-folders under the file console application running in the background
repair
- 修复病毒导致的隐藏的文件夹,控制台程序,文件夹名称不能有空格。-Repair virus causes the hidden folder, the console program, folder names can not have spaces.
watchfile
- 自己编写的查看监视文改动并记录的程序,有两个工程一个是别人写的控制台程序,另一个是自己改写的窗口程序,功能上加强了。-I have written and record changes to the text view to monitor the program, two projects of a console program written by someone else, the other is rewriting its own window procedure, function
SearchFiles
- 在控制台程序中(当然也可以在MFC中)遍历指定文件夹及子文件夹,查找需要的文件。-To traverse the specified folder and subfolders to find the desired files in Console programs (MFC as well).
testFindfile
- 很好用的文件查找代码 并用可以输出文件日期 VC++开发 控制台程序,方便移植-Good use of the file to look for the code and the output file the date VC++ development console program to facilitate transplantation
CreateFileMapping
- 用内存映射文件的方式读取TXT文件,并且是一行一行的读取。网上一些其他类似的源码,有的存在问题,有的是用MFC完成的。我的是控制台程序,短小清晰。-Read TXT files, memory-mapped file and read line by line. Online some other similar source, some problems, some complete with MFC. I console program, clear and short.
DefragSource
- 磁盘碎片整理源代码,VC控制台程序。 vs2008编译通过-Disk Defragmenter source code, VC console program.
createdata
- 本程序,按照用户指定的数目随机生成数据,并将数据存储到一个文件中,然后再从文件中读取数据,打印到控制台窗口。-this program can create random data according to the number of user specified, then output the data into a file, and then read these data from file and output the data on the console.
textseg
- 用c++写的文本分割器,控制台程序,可按份数或关键字分割文本文件,可用于学习参考-A txt partition tool written in c++, which can segment text files by partition nunber or keywords.
nccess
- 控制台输入必须严格遵守, 类的实现是本程序的关键-The console input must strictly abide by, the realization of the class is the key to this program
win72-fopm-wir32
- 三角网的生成算法,是win32控制台程序,能自动构成Delauney三角网,-Triangular mesh generation algorithm, which is a win32 console application, can automatically form Delauney triangulation,