搜索资源列表
MFileSpeed
- 本程序对三种操作数据文件的方法进行测试,MFC的CArchive、STL的流和文件映射的CreateFileMapping,经过比较发现对数据文件的载入和存储速度,都是MFC>映射>STL,可见MFC的CArchive是进行数据文件操作的最佳选择!-procedures for the operation of the three data files, the method for testing the CArchive MFC, STL flow and document ma
OptimalReentry
- 导弹载入弹道的优化设计,主要是机动段的优化-ballistic missile printed in the optimization of the design, mainly the optimization of the mobile
PeCheck
- 这是一个EXE文件的信息头查看工具,并计算出代码的CRC32的校验码。我当时用来校验我的OCX文件和载入到内存的代码是否被病毒修改过。可以用于参考EXE方面的处理方法。
RC
- 显示方波输入下的RC电路响应曲线,在tc 2.0下编译调试通过。在编译前要将tc环境设置一下,即将图形显示驱动载入到程序中,从而实现程序的独立运行。
STGSTORE
- 一个结构化存储的文件通常也称之为OLE复合文档。 复合文档具有很多特性,比如: (1)可以加载和保存局部文档,这可以避免为了读取一小段数据而载入整个文件。 (2)Windows本身在内部就提供了对复合文档的支持。举个例子,即便系统中没有安装Word,我们在资源管理器中察看Word文档的属性时,也可以显示它的大量信息,比如摘要、统计、作者、字数等。因为这些信息就是从Word的复合文档中读取的。 微软公司声称结构化存储将是未来Windows的缺省文件格式。MS-Office就已经大量的使用了结构化存
ant_basic_01
- ant基本功能代码例子,载入配置文件、打印字符串、环境变量,依赖关系以及执行时的一些条件判断-ant example of the basic functions of the code, load configuration file, print the string, the environment variable, dependent on the relationship and the implementation of a number of conditions to dete
iniFile
- 载入当前工站硬件配置情况,便于测试软件在不同工站间的通用性.-Loading the hardware setup by .ini file
TXTReader
- TXTReader 简易文本阅读器VB版.,基于VB语言编写,只不过从功能来说是小型简易的,可能实际没有多大用途,仅供新手拿来练习。这个阅读器可以载入外部TXT文件,切换背景颜色、转到头部和尾部,可以拖动翻页,不过有些地方可能有错误,点了之后没有反应。 -TXTReader simple VB version of the text reader., Based on the VB language, but from the function is small and easy, may
PEPacker(5)
- 基本要求:了解VC++6.0基本使用方法;了解PE格式,不熟悉的地方能够通过查阅资料弄懂; 阅读对象:想写壳的新手。高手掠过,本文仅限于写壳入门。 文章类型:原创 文章作者:天漏客 QQ:285252760 完成日期:2009年03月29日 作者主页:www.lilu.name 文章说明:允许转载,但最好注明转载出处。 文章标题:使用VC自己动手编写加壳程序(1)——打造自己的壳 主要内容:生成界面,完成打开文件对话框。
NonRectWindow
- 一个完整的mfc程序,实现了bmp图片的载入。-A complete mfc program to achieve a bmp image to load.
ReleaseResFile
- 这是一个释放资源文件的MFC应用程序,可以把需要释放的各种类型文件当作资源载入应用程序,然后在程序运行时用相关的函数释放出来。-This is a free resource file MFC application, you can put various types of documents need to release the application as a resource to load, and then run the program with related function
Analysis
- 采用VC编写的读写程序,具有载入标准文件,载入测试文件,数据分析等功能-Literacy programs written using VC with standard file load, load test file, data analysis and other functions
MyKnowledge
- 简单的EBOOK,可以把平常的笔记载入。-Simple EBOOK
TextFormat
- 用于载入和操作文本文件,可以实现过滤重复,指定格式修改等多种功能-Used to load and manipulate text files, can filter duplicate, modify other functions specified format
mypro1
- 从文件中载入一副位图(bmp文件),并统计其每个像素点的红色分量,并直方图显示其分布-Loaded from a bitmap file (bmp files), and its statistical weight of each pixel' s red, and the histogram shows the distribution
dynamic-files-load
- 在VC++中实现多个同类型文件名的文件动态载入,以及争取此类文件的一些相应处理方式。-VC++ in a number of the same type of file names dynamically loaded, and fight for such a document dealt with accordingly.
Excel
- 该演示代码示例了使用VB进行比较2个Excel工作表文件是否存在不同,程序先把工作表载入到表格文件,然后输出工作表的差异的详细报告,并以红色提示。-The demo code examples use VB to compare two Excel worksheet file, the program first worksheet loaded into a spreadsheet file, and then output a detailed report of the workshee
super_xmlini
- TXmlIni支援以下功能(特征):         1. 具有压缩能力(使用ZLib)         2. 储存成其他程式语言看得懂得xml(在非压缩的情况下)         3. 具Stream串流载入与输出能力         4. 具字串载入与输出能力         5. 具Base64能力(当使用压缩时
VCExcel
- 该MFC程序代码中,包含对Excel的读取,写入,模板载入,显示隐藏等操作。可以直接在VC6.0环境下编译,运行。运行时,注意模板的路径修改。-The MFC code that contains the Excel read, write, template loading and show hide other operations. Directly VC6.0 environment compiler, run. Note the path of the template to modi
txtrow_filter
- 文本文件重复行过滤小工具。待过滤文件夹里的按文本文件自然排序,排列靠后的文件如果有跟前面文件重复的行,则会被过滤掉,文本自身重复的行也会被过滤掉。程序会把文本文件内容载入哈希表,比较占内存。-Text File duplicate rows filter gadget. Folder to be filtered naturally sorted by text files, arranged rearward with the front of the file if there are du