搜索资源列表
把信息写到自身的Exe文件中
- 把信息写到自身的Exe文件中,并能读取,可用它进行一些软件的加密和保护-may write information into the EXE file itself and also can read. It may be used in software protection and encription.
prjEncryptor
- 把指定的文本信息加密后插入到图片文件中,并且可以进行读取图片解密文本信息-designated the information encrypted text inserted into image files, and can read text information declassified Photo
Basic-Compression-Lib-1.2.0
- Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code. For more information about
Recovery
- 本文深入研讨 了在 D e l p h i 中通过调用 A P I 函数,读取或修改存放在硬盘q - 的数据,并提供了备份和恢复硬盘有关分区信息的功能,保护硬盘中系统数据的安全。-This in-depth discussion in the D elphi by calling API functions to read or modify stored in the hard drive q- the data, and provides backup and restore hard di
shop_management
- 编写一个简单的家用电器商店库存模拟操作程序,并且要求商品的库存数据存储在文件 store.txt 中。首先,该程序要能实现从文件中读取当前所有库存信息,然后将其存储在一个结构数组中,并能够实现对库存商品的升序排列、查询、交易、报错、在商品交易后更改库存信息等功能。-Write a simple appliance store inventory simulation procedures, and require the inventory of goods stored in the file
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d