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

搜索资源列表

  1. LZWCompaction

    0下载:
  2. 数据压缩编码LZW演示版本,基于文件的输入输出操作.-LZW data compression coding demo version, file-based input and output operations.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38.51kb
    • 提供者:陈玲玲
  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:182.81kb
    • 提供者:吉尔
  1. 7zipDll2

    0下载:
  2. 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 )
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38.4kb
    • 提供者:王玮
  1. hafuman

    0下载:
  2. 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:254.27kb
    • 提供者:huangfeng
  1. arith_encode

    0下载:
  2. 一个我自己整理打包好的自适应二进制算术编码程序,编码对象为文本文档,可以是任意数据,一般对预测或变换残差数据进行编码。输入输出均为文件。可以直接将文件加入到自己的工程中使用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5.63kb
    • 提供者:王奎
  1. LZW

    0下载:
  2. 这是一个词典(LZW)编码编码程序,可以直接使用,输入输出均为文件格式。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13.78kb
    • 提供者:王奎
  1. huffman.rar

    0下载:
  2. 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:2.08kb
    • 提供者:waterfly
  1. C

    3下载:
  2. 【问题描述】 文学研究人员需要统计某篇英文小说中某些形容词的出现次数和位置。试写一个实现这一目标的文字统计系统,称为"文学研究助手"。 【基本要求】 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计。 -【Descr iption】 literature research issues need statistics in an article in En
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:138.62kb
    • 提供者:王涛
  1. huffman_full

    0下载:
  2. 实现huffman的算法 先输入一个文件 译码 输出译码后的文件-Huffman algorithm to achieve to enter a file decoder decoding the output file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:12.03kb
    • 提供者:鲁兴林
  1. lunkuosaomiao

    0下载:
  2. 城市轮廓线: 输入文件:input1.dat 第一行为建筑个数 之后每行格式为三个数x1 h x2,其中x1,x2是建筑的开始和结束坐标 h是建筑的高度 输出最后轮廓-Urban contour line: the input file: input1.dat first acts after the building number format for each line number 3 x1 h x2, where x1, x2 is the beginn
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:4.72kb
    • 提供者:cxy
  1. fileio

    0下载:
  2. 此代码是LZW压缩算法的一部分,是关于文件的输入输出功能-This code is part of the LZW compression algorithm is on file input and output functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:639byte
    • 提供者:张敬
  1. HuffmanTree

    0下载:
  2. 本程序可以对任何大小的字符型文件进行Huffman编码,生成一个编码文件。 并可以在程序运行结束后的任意时间对它解码还原生成字符文件。即:先对一条电文进行输入,并实现Huffman编码,然后对Huffman编码生成的代码串进行译码,最后输出电文数字 -This procedure can be any size character files Huffman coding, to generate a code file. And can run it any time after th
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:934.74kb
    • 提供者:赵昕明
  1. Huffman_encode-and-decode

    0下载:
  2. 能对TXT文档中的字符进行哈弗曼编码,txt文档可以自己编写(比如一篇英语短文)并输出编码后的文件,输出文件可以自己命名。之后还能再次输入编码后的文件,选择解码来进行解码,在输出会txt文档,检查后输出的txt文档与先前压缩前的txt文档的内容是一样的。-TXT document can be Hafu Man character encoding, txt documents can write your own (such as an English essay), and the outp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:2.95kb
    • 提供者:
  1. compression-and-decompressi

    0下载:
  2. 压缩,解压原文件。只要求输出的文件中整形数字少于输入文件中的数字既为压缩。-An input file is actually a set of integer values. Our goal is to compress the input file and create an output file. If the number of the integers in the output file is less than the number of integers in the i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:25.67kb
    • 提供者:Alec
  1. huffman

    0下载:
  2. 采用huffman编码树,实现对txt文件的压缩和解压。先根据输入文件建立huffman编码树,然后对输入文件进行压缩和另存,然后对另存后的文件重新解压,输出压缩比-huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2.82kb
    • 提供者:兰兰
  1. LZWSample

    0下载:
  2. 实现简单的LZW压缩算法,LZW压缩算法的基本概念:LZW压缩有三个重要的对象:数据流(CharStream)、编码流(CodeStream)和编译表(String Table)。在编码时,数据流是输入对象(文本文件的据序列),编码流就是输出对象(经过压缩运算的编码数据);在解码时,编码流则是输入对象,数据流是输出对象;而编译表是在编码和解码时都须要用借助的对象。字符(Character):最基础的数据元素,在文本文件中就是一个字节;字符串(String):由几个连续的字符组成; 前缀(Pref
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:4.9mb
    • 提供者:
  1. UseDll

    0下载:
  2. 将kdu_v22D解压部分软件进行改进,生成DLLTEST.dll输入为J2C格式基地址,J2C格式数组长度,输出为RAW格式文件基地址-Extract the kdu_v22D some software improvements to generate DLLTEST.dll input J2C format base address, the J2C format length of the array, the output RAW format file base address
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-10-31
    • 文件大小:662.62kb
    • 提供者:万增录
  1. lz77

    0下载:
  2. 实现信息论中lz77编码方式,输入输出码字都分别存成文件。-Lz77 achieve encoding information theory, input and output code words are stored as files, respectively.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-29
    • 文件大小:11.02mb
    • 提供者:王楠
  1. MFC

    1下载:
  2. (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-01-13
    • 文件大小:252kb
    • 提供者:宋骏霖
  1. TVideoIOYuv

    0下载:
  2. 视频输入输出库涉及编解码过程的起始和结束操作,即编码开始的时候读取视频文件数据,解码结束的时候写视频文件数据。-Video input and output relates to encoding and decoding process of the start and end of the operation, i.e., when encoding video file data reading starts, when the end of the write decode video
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7.15kb
    • 提供者:杨鸣人
« 12 »
搜珍网 www.dssz.com