CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 文件读取

搜索资源列表

  1. 把信息写到自身的Exe文件中

    0下载:
  2. 把信息写到自身的Exe文件中,并能读取,可用它进行一些软件的加密和保护-may write information into the EXE file itself and also can read. It may be used in software protection and encription.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11231
    • 提供者:杨宏刚
  1. compress_folders

    0下载:
  2. 哈夫曼压缩程序,实现了文件加读取,对文本文件的压缩率与rar差不多,读学习c/c++的朋友非常有用-huffman compression program, which realizes folder access and compressing rate is the same to rar when compressing text file
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79818
    • 提供者:聂波
  1. fastjar-0.90

    0下载:
  2. jar文件处理原程序,实现类似于jdk中jar命令的类似功能,可以生成,读取,解压jar文件,支持manifest-jar document processing program, which jdk achieve similar orders of the jar similar functions, can be generated, read, extract jar papers to support manifest
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:50788
    • 提供者:何云龙
  1. mpqeditsrc

    3下载:
  2. mpq文件的格式就是一种压缩格式,把多个文件压缩在一个数据文件里(很多公司的游戏,比如KCET的实况足球,奥汀的三国群英传都是用的类似的技术存储数据),使用时再进行文件的读取。当时几个著名的mpq处理库为lmpqapi,sfmpq和storm.dll函数入口,前两者因为能够修改mpq的内容而被广泛用于各种Blizzard游戏硬修改中,至于storm.dll的函数入口则因为良好的兼容性主要用于读取文件。-MPQ document format is a compressed format, in
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:156428
    • 提供者:zsz
  1. prjEncryptor

    0下载:
  2. 把指定的文本信息加密后插入到图片文件中,并且可以进行读取图片解密文本信息-designated the information encrypted text inserted into image files, and can read text information declassified Photo
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:33387
    • 提供者:jiangxiao
  1. huffman

    0下载:
  2. 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4134
    • 提供者:陈文杰
  1. huffman_code_decode

    0下载:
  2. 编解码分为2个文件,供学习使用,通过读取文件信息统计概率,然后构建huffman树
  3. 所属分类:压缩解压

    • 发布日期:2014-01-16
    • 文件大小:6958
    • 提供者:山之光
  1. zipReader

    1下载:
  2. 不需要额外的库,读取zip压缩文件信息。从中读取数据
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:44156
    • 提供者:ameng
  1. ZipExample

    0下载:
  2. 压缩文件的读取示例源码,可以功能比较简单,是控制台程序,S60 v2.0版本
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9284
    • 提供者:傅信诰
  1. gzfile

    0下载:
  2. gzip文件的读取和解析,代码简单精炼。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5196
    • 提供者:ken
  1. jpegpred

    0下载:
  2. 包含了对于灰度图像的8种jpeg无损压缩的预测方法,这是用来学习jpeg loseless compression的非常好的例子。idc.h为头文件, image_size.c和readimage.c用来读取目标文件的大小和每个像素的灰度值, jpegll_enc.c和jpegll_dec.c为编码和解码文件。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7857
    • 提供者:nan kang
  1. JPEGyashuo

    0下载:
  2. 本软件提供了JPEG数据压缩编码设计方案,其中使用了jpeglib2库文件,jpeglib2库提供了读取和写入JPEG各个部分的函数。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:250815
    • 提供者:qingyu
  1. demo

    0下载:
  2. 产生随机数据 从文件中读取数据 输出顺序表的数据 直接插入排序 折半插入排序 希尔排序 冒泡排序 快速排序 保存数据
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:17475
    • 提供者:yangyuemei
  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applications can be. This procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:269354
    • 提供者:罗天银
  1. except

    0下载:
  2. 检查文件读取,处理文件处理异常。阅读您的文件包然后写出其具体功能(至少要20个字)。-Check the document to read, to deal with document processing anomalies. Read your paper bag and then write their specific functions (at least 20 words).
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:19107
    • 提供者:韦小宝
  1. Huffman1.5

    0下载:
  2. 霍夫曼编码实现的演示程序,从文件读取字符串,单步演示霍夫曼编码的实现。对学习霍夫曼编码有很好的效果-Huffman coding to achieve the demonstration program, the string read from a file, a single-step demonstration of Huffman coding to achieve. Huffman coding of learning have a good effect
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:32636
    • 提供者:谯单
  1. HUFFMAN

    0下载:
  2. 霍夫曼编码&翻译 功能一是从文件读取一段文章并将其编码,功能2 将加密的文章还原- no.1 HUFFMAN encode no.2 tranceform huffman code to the capter
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1817
    • 提供者:
  1. ZipCompress

    0下载:
  2. ZIP文件读取,以字节方式读取zip文件。然后再控制台显示出来-ZIP file to read, read zip file in bytes. Then console display
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-28
    • 文件大小:957
    • 提供者:lx
  1. HuffmanTree2

    0下载:
  2. 哈夫曼算法,VS2010环境下,C++编写。有编码解码过程。从文件读取消息并进行统计与编码,然后可以进行解码验证。-Huffman algorithm, VS2010 environment, C++ write. Encoding the decoding process. Reads the message from the file and statistical encoding, decoding can then be verified.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-03
    • 文件大小:7526850
    • 提供者:郭晨
  1. arithmetic

    0下载:
  2. 算数编码(arithmeric coding)的实现。目前手动输入可实现编码和译码,从文件读取方式输入还在开发。-Arithmeric coding implementation. Current manual input can be achieved encoding and decoding, the file to read the way in the development of the input.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2404
    • 提供者:水杉
« 12 3 »
搜珍网 www.dssz.com