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

搜索资源列表

  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
    • 文件大小:10.97kb
    • 提供者:杨宏刚
  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
    • 文件大小:152.76kb
    • 提供者:zsz
  1. zlib-1.2.3

    0下载:
  2. We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:594.33kb
    • 提供者:ylin_v
  1. lzss_huf

    0下载:
  2. This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially co
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.57kb
    • 提供者:冰冰
  1. DE0_SDCARD_JPEG_2_BMP

    0下载:
  2. 从SD Card中读取 image.jpg, 经过NIOS II 转成 image.bmp,并保存在SD Card中。 注: 运行程序之前,在SD Card的跟目录放一张名字为image.jpg的图片,并建立一个名为image.bmp的文件, 程序运行时,会把bmp图片数据写入image.bmp中-Read from the SD Card image.jpg, through the NIOS II converted image.bmp, and stored in the SD Car
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:4.98mb
    • 提供者:xiao
  1. 3457435354

    0下载:
  2. 哈夫曼解码译码分块详解,注释完全,从文本读取文件 译码 解码-Huffman decoder block decoding explain, notes entirely, from the text read from the file decoder decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:34.61kb
    • 提供者:lzp
  1. WINCE_JpegLib

    0下载:
  2. JPEG文件压缩解压算法源代码,已经移植到Embedded Visual C++下,可以用于在WINCE环境下读写JPEG文件。-JPEG file compression decompression algorithm source code has been ported to Embedded Visual C++ Can be used to read and write WINCE environment JPEG file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:231.36kb
    • 提供者:柴晓荣
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3.69mb
    • 提供者:罗天银
  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
    • 文件大小:263.04kb
    • 提供者:罗天银
  1. read_letter

    0下载:
  2. Matlab file to read letter
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:869byte
    • 提供者:mehwish
  1. HUFUMAN

    0下载:
  2. 该源码实现了从文件中读取字符串,并对其进行霍夫曼编码和解码过程,源码注释详尽,易于理解-The realization of the source file read from the string and its encoding and decoding process of Hoffman, detailed source notes, easy to understand
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1.26mb
    • 提供者:chenhyu
  1. huffman

    0下载:
  2. 基于哈夫曼技术压缩和解压。 计算机中任意文件的读与存都是从缓存里面读取 0 、 1 代码转化成, 即文件其是就是二进制的。所以可以把每8位转换成相应的ASCII码。从而用哈夫曼编码, 将等长编码转化成非等长编码。-Huffman-based compression and decompression technology. Arbitrary files on your computer and keep reading it to read from the cache 0, 1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9.66kb
    • 提供者:梁超
  1. main

    0下载:
  2. huffman coding,read data from file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:Cha Run
  1. huffman

    0下载:
  2. huffman编码和解码,可从文件中读取,并将文件翻译成0,1代码-huffman encoding and decoding can be read from a file, and the translation of documents into the 0,1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1.33kb
    • 提供者:zhanghshipeng
  1. gprmc

    0下载:
  2. GPS的GPRMC格式的读取头文件 GPS的GPRMC格式的读取头文件-GPS-GPRMC format to read header file format to read GPS-GPRMC header file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:1.4kb
    • 提供者:cjy
  1. decode16

    0下载:
  2. lzw壓縮decode,字典讀取部份使用一次四位元讀取文字檔中文字,解回原始文字-lzw compression decode, use a dictionary to read the first four yuan to read some text file in text, solution back to the original text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.07kb
    • 提供者:snight
  1. shop_management

    0下载:
  2. 编写一个简单的家用电器商店库存模拟操作程序,并且要求商品的库存数据存储在文件 store.txt 中。首先,该程序要能实现从文件中读取当前所有库存信息,然后将其存储在一个结构数组中,并能够实现对库存商品的升序排列、查询、交易、报错、在商品交易后更改库存信息等功能。-Write a simple appliance store inventory simulation procedures, and require the inventory of goods stored in the file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.95mb
    • 提供者:金莉
  1. SingleFileDataStorage1.4.1

    0下载:
  2. SFDS虚拟文件系统,由一系列相关文件组成,其结构类似于压缩文件(但又不是压缩文件),可用于程序开发,其优点: (1)压缩/解压由系统自动完成,用户不必在此技术上花费大师精力; (2)完全兼容Delphi之流操作; (3)流可以从虚拟文件系统中间开始、结束,不必象一般压缩文件一样,从头开始读 (4)线程安全,可从同一文档中读写多个流 (5)最大支持2G的大文件 (6)可针对流建立“快捷方式”,类似于Winodws的快捷方式方式 (7)可进行各种检索 (8)开源、免
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:467.21kb
    • 提供者:王金其
  1. lsm-jpeg

    0下载:
  2. 封装jpeg模块成简单调接口:打开文件,读写数据,关闭,可访问adobe自定义的jpeg标签。-Encapsulation the jpeg module is as simple tune interface: open the file, read and write data, close the access adobe jpeg tag custom.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:260.55kb
    • 提供者:caotings
  1. HuffanCoding

    0下载:
  2. 读取数据,统计所得到的文件中每个字母的权值,创建哈夫曼树,哈夫曼编码。哈夫曼解码,解码后内容写入到指定的文件。 读取数据里面的内容是由英文单词组成。读取文件的时候传入文件存放的路径、读取方式以及读出以后存放的数组,最终可以得到一个存放目标文件内容的数组。 将得到的数组进行字母权值的统计,统计每个字母出现的次数,次数即为每个字母的权值。 将得到的字符数组与权值数组作为创建哈夫曼树的依据,哈夫曼树根据每个字母权值的大小来创建,每个节点,包括权值、父节点、左子、右子和字母本身。 根据哈
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-25
    • 文件大小:7.89mb
    • 提供者:许扬
« 12 3 »
搜珍网 www.dssz.com