搜索资源列表
VGA图形控制器直接编程技术6
- VGA卡的结构原理 ● 调用BIOS中断设置图形方式 ● 灰度级别的应用 -VGA card -- the principle of the structure set up called the BIOS interrupt graphics mode -- gray-level applications
4.8kCELPcoder.tar.gZ
- 4.8kcelp语音压缩编码程序,不错的借鉴,原理可参见王炳锡书《语音编码》-4.8kcelp speech coding procedures, a good reference, Wang Bingxi principle can be found in "Speech Coding"
EZWVCcode
- 介绍EZW编解码算法的全部代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -introduced EZW coding of all the code, the source code incl
文本与二值图像的游程压缩[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
wbs
- 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
HuffmanCoding.rar
- 利用数字图像处理中的霍夫曼编码算法对数字图像作霍夫曼编码,所得编码结果完全符合概率越大,码长越短的原则,The use of digital image processing of the Hoffman coding algorithm for digital image on the Huffman code, coding the results obtained in full compliance with the greater probability, the shorter co
stack
- 它按照后进先出的原则存储数据,先进入的数据被压入栈底,最后的数据在栈顶,需要读数据的时候从栈顶开始弹出数据(最后一个数据被第一个读出来)。 -It is in accordance with the principle of LIFO store data, first enter the data is pushed onto the stack at the end, the last data in the top of the stack, you need to read data f
opticalflow
- 光流法原理及代码 主要的几种分类和算法介绍-Principle of optical flow method and code the major algorithms of several classification and descr iption
0002
- 摇摇棒的取模软件,很好的程序!看了就会了。 那些自模要用取模软件获得!-Shook his stick principle
2.4kMELPcoder.tar
- 2.4k混合激励语音压缩编码程序,不错的借鉴,原理可参见王炳锡书《语音编码》-kbps mixed excitation speech coding procedures, a good reference, Wang Bingxi principle can be found in "Speech Coding"
jm4
- 通信中的压缩、解压缩。利用相对编码的原理,进行前后相减。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。-Communication compression, decompression. The principle use of the relative encoding, carried out before and after the subtraction. (Programming background greenhouse temperature measurement
UPXShellSource
- UPXShell 压缩解压缩Windows下的exe和dll文件, 其原理基于加壳原理, UPX也是一个Windows下的可执行文件加壳工具-Windows compression UPXShell extract exe and dll under the document, and its principle加壳based on the principle, UPX is a Windows executable file under加壳tools
paser_code
- 编译原理实验之中间代码生成(四元式),在加实验报告-Compiler Principle Experiment intermediate code generation (quaternion-style), in Canada Experimental Report
Huffmancode
- 霍夫曼编码解码。基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Hoffman codec. Fundamental principle is frequently used data in lieu of using a short code, and less use of the data used in lieu o
FinitePrecisionArithmeticCoding
- 本代码参考David《数据压缩原理与应用》P71-P82,实现了有限精度的算术编解码的源代码。-The code reference David Principle and Application of data compression P71-P82, the realization of the finite precision arithmetic codec source code.
asdaf
- 案例1判断闰年程序 微机原理课程设计 重要-Case 1 to determine leap year program microcomputer important principle of curriculum design
H0832-4
- 案例2产生随机数并运算的程序 微机原理课程设计-Case 2 generate random numbers and computing procedures Microcomputer Principle curriculum design
Compress
- 程序:将重复的子数列折叠起来。就是连续重复数据的压缩,编码原理的程序。如:12 23 34 45 34 45 34 45 88 78 79 88 78 79 99压缩成为12 23 0xFE 3 34 45 0xFD 0xFE 2 88 78 79 0xFD 99。其中0xFE表示重复数列的开始,紧跟后面的数3是重复次数,后面的0xFD表示结束。-Procedures: a subset of the duplicate series folded. Duplicate data is a ro
cm_src
- cm 压缩算法的源代码,是一个比较清晰的原理性的代码,有较多的说明注释-cm of the source code compression algorithm, is a clear principle of the code, there is more descr iption of the Notes
Hanio
- 这是一个小游戏,也是用vc++缟的,用的是汉诺塔数学原理。-This is a game, but also with the vc++ Pseudocaranx, using a mathematical principle of Tower of Hanoi.