搜索资源列表
backupVFP
- 通过RAR将数据文件压缩备份 反编此文件可得到源码-through RAR data compression backup Part of this document-available source
HuffmanTwoTree
- 实现数据的压缩,演示Huffman二叉树的应用。虽然压缩效果不如rar等,但是作为一种算法,具有可借鉴的价值。-data compression, presentations Huffman binary tree applications. Although not rar compression, but as an algorithm that can draw is the value.
CodeOFDelphiProject
- Delphi开发的源代码,有服务器端源代码,数据压缩源代码-Delphi source code, server source code, data compression source code
压缩access数据库
- ACCESS资料压缩源码,详见压缩档,请启动DELPHI后,引入comobj,然后复制本程序源程序即可.-ACCESS data compression source, as detailed in the tarball, please start Delphi, the introduction comobj and then copy the source of the present procedures can be.
db_exporter
- 能够通过指定的配置文件,通过JDBC获取指定SQL的数据,并保存为文本文件,然后以zip方式压缩,并将导出结果发邮件通知指定的人-Be able to specify the configuration file, specify the SQL via JDBC access to the data, and save it as a text file, and then zip compression mode, and export the results of email notifi
AdoObject
- 工程在VS2005能够正常运行,程序采用ado进行数据库连接。数据库采用的是SQL Server 2005,压缩包中Database文件夹中有一个NBA.sql文件,数据采用的是NBA08-09赛季的技术统计,利用SQL Server执行其中的SQL语句创建数据库文件(你也可以修改存放目录),其中也有一些SQL查询语句,这样就可以直接运行Debug下的exe可执行文件。程序中有详尽的注释!-Project in VS2005 can work correctly, the program usi
CompressAccessDatabase
- 压缩access数据库,access数据库中的数据删除后并没有真正从文件中删除数据占用的空间,只有压缩后才能真正删除。-Compression access database, access data in the database deleted and not really remove the data from the file space used, and only truly delete compressed.
SmartStorage
- 一套基于ZIP/霍夫曼技术的智能数据存储技术试验源代码,这里所谓的智能存储技术大约类似一个文件包,你可以添加任意格式的文件进行存储(使用AddUpdateItem函数)和从文件包中删除(使用DeleteItem函数). 你可以选择 zlib/huffman压缩模式进行压缩存储或者不使用压缩进行存储. 它采用了文件索引技术因此可以获得更好的性能,这个就是叫真空存储技术,即 VaccumStorage()函数. 而且,最重要的是,它使用序列化小节(块)技术来进行处理 CRC 和压