CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 文件编码

搜索资源列表

  1. HuffmanCoding_src

    0下载:
  2. vc控制台实现哈夫曼编码,使用256lena图做测试,调试并通过。使用方法:将压缩包中文件解压到E:\\HuffmanCoding_src中即可。运行En_Decode.dsw,读者也可以对其他文件做测试。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:52197
    • 提供者:张三
  1. Huffman_32

    0下载:
  2. 这个是用C写的哈夫曼编码与解码,起中间数据还用文件显示,以便大家观摩-this is written in C Huffman coding and decoding, starting with intermediate data file, so that we watch
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:30237
    • 提供者:许超雄
  1. spiht_C++

    0下载:
  2. 用VC++编写的EZW编码与解码,其编码与解码的结果都用文件详细的表示,我自己写的,希望大家给点意见-VC EZW prepared by the encoding and decoding, encoding and decoding with the results of a detailed document that I wrote it myself, we hope to the point
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12666
    • 提供者:许超雄
  1. ezw_C++

    0下载:
  2. 我用VC++编写的EZW的编码与解码,其结果用文件显示-A program written in VC++ that implements EZW s encoding and decoding algorithm, and the results are shown in files
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14231
    • 提供者:许超雄
  1. Haffman

    0下载:
  2. 自己写的哈弗曼编码、译码程序。可以向.txt文件写入编、译码结果。(目前尚未实现自动读入编码功能)-My own Haffman coding, decoding process. Can. Txt file is written series, decoding the results.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:12768
    • 提供者:cc
  1. CheckManage

    0下载:
  2. 考勤管理系统可以有效地管理企事业单位员工的出勤情况,规范人事制度管理,保证企事业单位的正常动作,是人力资产管理的重要组成部分。本系统的开发主要包括后台数据库的建立、维护以及前端应用程序的开发两个方面。本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,使应用程序的各个窗体都能够共享对表的操作,无需重复编码,使程序更加易于维护,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。 第1步:还原数据库 按照前面的步骤,还原“
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2087334
    • 提供者:yx
  1. lpc10

    0下载:
  2. LPC-10的标准编解码程序,文件.dsp是其工程描述文件;LPC-10编码处理采样率为8kHz,16bit量化的语音样本,处理帧长为180个样本,压缩输出为54个bit;LPC-10解码为编码的反过程。-Standard LPC-10 codec program files. Dsp project descr iption file 8kHz sampling rate LPC-10 coding processing, 16bit quantify voice sample proces
  3. 所属分类:Console

    • 发布日期:2017-11-14
    • 文件大小:20473
    • 提供者:王成
  1. celp

    0下载:
  2. melp编解码程序,文件.dsp是其工程描述文件;melp编码处理8kHz采样率,16bit量化的语音样本,处理帧长为180个样本,压缩输出54个bit;melp解码为编码的反过程。-the melp codec program files. dsp its project descr iption file melp the encoding processing 8kHz sampling rate 16bit quantify voice sample processing frame
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:38627
    • 提供者:王成
  1. Huffman

    0下载:
  2. 在控制台下编写的哈夫曼编码程序,压缩文件含有工程文件及一个实验报告。-Huffman coding procedures, written in the console under the compressed file containing the project file and a lab report.
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:222772
    • 提供者:卡卡
  1. HuffmanTree

    0下载:
  2. 哈夫曼编/译码器 利用哈夫曼编码进行信道通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和权值, 建立哈夫曼树,并将它存于文
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:253538
    • 提供者:丁洁琼
  1. UG

    0下载:
  2. 将UTF8编码转为GB,优点是命令行程序,方便其它程序调用,方便用批处理将大批量文件一次性转换-The UTF8 encoded into GB, the advantage is a command line program, easy to invoke other programs, easy to use batch files to large quantities of one-time conversion
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:725
    • 提供者:王金其
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2870008
    • 提供者:yyy
  1. jixu

    0下载:
  2. 词法分析器,每个循环处理一个单词;调用词法分析过程;输出每个单词的内部码(种别编码,属性值)。建议从文件中读取要分析的符号串。-Lexical analyzer, each cycle dealing with a word lexical analysis procedure calls the output of each internal code word (species not coding, property values). I recommend reading the s
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:197985
    • 提供者:shangcongcong
搜珍网 www.dssz.com