搜索资源列表
20040913190255_vczx_clsrwini
- 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely dig
Vigenere加密器(TC版)
- 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryption and decryption algorithms
游戏资源包生成器
- 以前写小游戏的时候写的打包工具。这次重写了个GUI界面。附带C++ SDK源代码。 .NET 编译通过。给游戏玩家又一个好的工具,欢迎共同学习,商讨。-before the game was small when written in packing tools. This rewrite of the 000 GUI interface. Fringe C SDK source code. .NET compile. For gamers also a good tool, welcomed
上传局域网内自动升级程序
- 还是pb的源码,转载别人的。我认为不错,是C/S程序中的点睛之笔,解决程序自动更新问题。编译成exe文件可以独立使用或嵌入到其他平台中调用。-or the source, reproduced people. I think it is true, is C / S process of finishing touch to solve the problem automatically update procedures. Compiled exe files can be used inde
ScrollBmpUse
- windows ce.net 4.2 位图显示程序 可以滚动。 可以使用不同的CPU类型编译。-windows CE.NET 4.2 chart shows the rolling procedure. Be able to use different types of CPU compiler.
FLASH反编器1
- 一个简单的FLASH反编器,主要是。swf进行编译-a simple anti-FLASH series, which will mainly yes. Swf compiled
用VC++编写的 以二进制形式查看文件程序
- 以二进制查看文件的程序,用VC++编写并编译通过。-View documents in a binary process, with VC + + and compile.
excel10
- 此代码实现在windows环境下,向Excel输出数据。本人已经在sp2下编译通过,并且运行成功-this code to achieve the windows environment, the output data to Excel. I have sp2 under compile and run successful
pickbin
- 本代码可以区分二进制文件和普通文本(ASCII)文件,并列出制定目录下所有的二进制文件或文本文件。 编译源代码后,请使用\"-?\"、\"-h\"或\"-H\"命令选项察看帮助。-the binary code can distinguish between documents and ordinary text (ASCII) files, and lists of all the development directory of binary files or text files. A
一个递归删除指定目录和文件的例子
- 使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w
词法分析qi
- 词法分析器运用软件 词法分析是编译的第一个阶段,它的主要任务是从左到右逐个字符地对源程序进行扫描,产生一个个单词序列,用以语法分析-lexical analyzer used lexical analysis software is a compiler of the first stage, its main task is to whatever individual characters to the source scan generated a sequence of words
NewFileCmpr
- 最新文件比较原程序,编译成功,delphi7-latest document comparison program, compile successful delphi7
filecat
- 界面和优化大师自带的碎纸机查不多,压缩包里有源代码,和相应的头文件,编译后就可用。-interface and optimized master's own investigation Shredder small bag of active compression code, and the corresponding first document, compiled after available.
xlRWDlg
- 直接读取Excel文件数据,该程序在VC++6.0环境下通过编译、调试,可以运行。-Excel documents directly read data, the procedures in the VC 6.0 compiler environment through, debugging, can run.
ioput
- 文件操作的例子 vc++6.0下编译通过-file manipulation example vc 6.0 compile
asm_0sector
- 扇区读写的汇编代码,根据需要可以扩充 !谢谢!还有编译工具.-sector read and write assembly code, can be expanded as required. Thank you! There compiler tools.
diver
- VB编写的虚拟光驱. 注意,运行该程序,必须将其编译成exe文件,然后拷贝到系统盘根目录。这样,在使用右键快捷菜单的时候,不会出错。否则可能会引起右键菜单不能使用。 -VB prepared by the virtual drive. Note that the operating procedures, it must be compiled into exe files. then copy of the packing list system. Thus, the use of Rig
根据历史记录自动填充输入框
- 本程序运行后能根据历史记录自动填充输入框.已经在vc 6.0环境下编译通过!-the running after history records automatically filled input box. In vc 6.0 compiler environment through!
编译原理-ckmm
- 编译原理的教程和一个实习的例子程序,参考价值高。-compiler principles guide and a practical example of the procedure, the high reference value.
清理VS2008编译生成的文件
- 清理VS2008编译生成的文件,拷贝Vs2008时,如果不清理临时缓存,文件会很大,此程序可以清理工程中无用的文件