搜索资源列表
AdaptiveHuffman
- 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
VC++word
- 此代码可在vc++环境下写五颜六色的三维汉字-this code in vc environment write Chinese characters colorful 3D
2000121004003
- 结构化存储文件我们平时大量接触的Word,Excel文件实际上都是结构化存储文件,用这个示例程序你也可以创建自己的结构化存储文件-structured document storage we usually contact with the Word, Excel files are actually structured storage of documents, use this sample program you can create your own document storage
23952
- My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a compression algorithm HiP '
SPLITT
- 大型文件分割组合 C 语言源程序,其中有一个英文word说明-large document segmentation portfolio C language source files, which is an English word note
zaitupianshangtianjiabioji
- 如何绘制阴影字以及 对文字的处理,图片上的文字处理-how shadow rendering of text and word processing, photo of a word processing
ahword97
- 一个好的word的控件-a good word of Control
qmdjyy101
- 文档转换软件,可将常用的文档格式如word转换成pdf,十分方便。
Ason
- TSP货郎担过河问题,解压后有word文档
yiyuanxishuduoxiangshi
- 一元稀疏多项式计算器的一个WORD文档的大解析
LOSSY
- Data compression using a word-based model and revised arithmetic coding method.
文本与二值图像的游程压缩[xtulbd,050418]
- 【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image -- an outbound t
哈夫曼编码解码
- 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundan
SPIHT-dwt-bandelet.rar
- 基于wavelet和bandelet的spiht图像压缩!,And wavelet-based image compression spiht the bandelet!
C
- 【问题描述】 文学研究人员需要统计某篇英文小说中某些形容词的出现次数和位置。试写一个实现这一目标的文字统计系统,称为"文学研究助手"。 【基本要求】 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计。 -【Descr iption】 literature research issues need statistics in an article in En
iwms4.6
- 主要功能: ·集成讨论区,可作为留言版或简易论坛 ·首页、 分类、新闻、专题可生成静态页面 ·生成速度可在每分钟30页到2000页之间选择 ·首页静态文件自动定时生成 ·新闻采集功能,采集时可进行其它管理操作,采集规则导入导出 ·多任务循环采集采集,可实现网站24小时自动内容更新 ·采集支持utf-8和big5编码并能转换繁体为简体 ·新闻内其它网站图片与Flash自动下载 · jpg、gif、png、bmp图片自动加水印(水印图片及位置可设置
huffman_coding
- ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
word-to-pdf-converter
- 一款很好的将word文档转换为PDF格式的软件-a very good software for transform word into PDF
PDF2Word(pdf-to-word)_V3.0--
- PDF2Word(pdf to word)_V3.0 汉化版-PDF2Word (pdf to word) _V3.0 Chinese Version
automatic-word-segmentation
- 实现一个中文自动分词程序,所使用的编程语言不限 选作:对人名,地名,机构名的识别 下载北大计算语言所标注的99年人民日报分词语料库,构建一个词表 实现正向、逆向最大分词算法-To implement a Chinese automatic word segmentation procedure, used by any programming language Chosen for: the person names, place names, organization name