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

搜索资源列表

  1. VC++word

    0下载:
  2. 此代码可在vc++环境下写五颜六色的三维汉字-this code in vc environment write Chinese characters colorful 3D
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:63.69kb
    • 提供者:杨小军
  1. Huffman123

    0下载:
  2. 给定若干个字符及其对应的权重,建造一颗高度尽可能小的Huffman树及字符的Huffman编码。-given a number of characters and their corresponding weights, construction of a high as possible Huffman tree and the character of Huffman coding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:214.54kb
    • 提供者:梁清华
  1. y_a_s_u_o2

    0下载:
  2. 哈夫漫编码,提供字符统计,根据统计结果进行编码计算.-Hough Man coding for these characters statistics, according to statistics calculated results coding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:haoyu
  1. huffmanCompress

    0下载:
  2. 可以对文本字符进行haffman编码,经过测试,该程序还是不错的。很完整的一个程序。-can to the text characters haffman coding, tested, the procedure is still pretty good. Complete a procedure.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2.21kb
    • 提供者:flying
  1. arithmeticencodingdecoding

    0下载:
  2. 1.一个vc++环境下的算术编码字符流的编码实例. 2.该编码可以实现任意输入编码字符序列,计算机识别统计字符概率并进行算术编码。 3.适合学生和vc++初学者使用,也可对算术编码基本原理的探求者较大的启示作用.-1. A vc + + environment arithmetic coding characters flow coding examples. 2. The codes can achieve arbitrary character input coding sequen
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:方周
  1. PAL

    0下载:
  2. 基于DM642的图象上叠加字符的回放程序。-image superimposed on the characters of replay procedures.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:115.85kb
    • 提供者:王维
  1. jcddmnxt

    0下载:
  2. 进程调度模拟程序 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。-scheduling process simulation program here no API calls only simu
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:CT
  1. 实例117 统计中英文字符数

    0下载:
  2. 统计中英文字符数-statistics English characters
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:139.85kb
    • 提供者:zhjy
  1. hs12232-9

    0下载:
  2. 122X32的点阵LCD的驱动程序,能显示汉字和图形-122X32 LCD driver that can show characters and graphics
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:771.27kb
    • 提供者:huangzhaoyong
  1. 文本与二值图像的游程压缩[xtulbd,050418]

    0下载:
  2. 【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image -- an outbound t
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:153.8kb
    • 提供者:李勃东
  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. 哈夫曼编码解码

    0下载:
  2. 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundan
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23.47kb
    • 提供者:胡骥骏
  1. HuffmanCode

    0下载:
  2. 对一篇英文文章,统计各字符出现次数,实现Huffman编码。在Huffman编码后,将编码表和英文文章编码结果保存到文件中,并提供读编码文件生成原文件的功能。-Of an English article, statistics of the number of characters appear, realize Huffman coding. In the Huffman encoded, the encoding table and English article coding result
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:5.1kb
    • 提供者:杨猛
  1. hg1286416

    0下载:
  2. 通过串口发送数字,字符到液晶上显示,显示直观-Sent through the serial number of characters to the LCD display shows an intuitive
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:75.81kb
    • 提供者:陈亮
  1. huffman

    0下载:
  2. 给定一篇用于通信的英文电文,统计该电文中每个字符出现的频率,按频率左小右大的方法为这些字符建立哈夫曼(Huffamn)树,并编出每个字符的哈夫曼树码,输出该电文的哈夫曼码译文。-English messages for communication to set a statistical frequency of occurrence for each character in the message, according to the frequency of left-right metho
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:4.72kb
    • 提供者:厄科
  1. zfbm

    0下载:
  2. 文件压缩中的游程编码源程序。已经测试通过。对重复字符较多的文件压缩率较高。-File compression in the run-length coding source. Have the test. More characters for the duplicate file compression is higher.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:978byte
    • 提供者:谢志超
  1. VQ

    0下载:
  2. 算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。 算术编码的过程如下: (1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC 为字符分配区间的低端。 (2)根据有限的信源估算出各元素的概率。 (3)杜宇编码的元素A1,根据(2)估算的概率和区间,计算出该元素编码后的新的l,和h。-Arithmetic coding is a source expresse
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:4.54kb
    • 提供者:王曉明
  1. arthcoder

    0下载:
  2. 实现算术编码的功能,完成对字符的压缩和解压缩,可以实现编码和译码-Arithmetic coding to achieve the functions of characters to complete the compression and decompression, encoding and decoding can be achieved
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.32kb
    • 提供者:liu
  1. huffmancode

    0下载:
  2. huffmancode 哈弗曼编码,实现任意字符的哈弗曼码转换,实现完美。可删除建树过程(赫夫曼编码)-huffmancode哈弗曼encoding, the realization of arbitrary characters哈弗曼code-switching, to achieve perfect. To delete the contribution process (Huffman coding)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:2.57kb
    • 提供者:张靖
  1. huffmantree

    0下载:
  2. 动态对文件和字符串统计个字符出现的次数作为其权值,以实现霍夫曼编码,达到节省存储空间的目的。-Dynamic string of documents and statistics on the number of characters appear as part of its weight in order to achieve the Huffman coding to achieve the purpose of saving storage space.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2.3kb
    • 提供者:萧萧
« 12 3 4 5 »
搜珍网 www.dssz.com