搜索资源列表
wshfm
- 用哈夫曼编码的思想对数据进行压缩-Huffman coding used to the idea of data compression
Huffman
- 基于哈夫曼编码的思想进行文件的压缩处理 (1) 能够将一个文件进行编码压缩 (2) 能够将压缩的文件解码还原 -Huffman coding based on the idea for file compression (1) the ability to encode a file compression (2) to restore the compressed file decoding
suanshubianma
- 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
gauss
- 数值分析上高斯消去法的源代码 运行环境 c++ builder-idea of guass
stack
- C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
SPIHT
- SPIHT多级树集合分裂算法的基础知识,讲解详细,适合于入门者理解算法的基本思想。-SPIHT multi-level tree splitting algorithm is a collection of basic knowledge, to explain in detail, suitable for beginners to understand the basic idea of the algorithm.
abc
- 关于vb的一些代码 C#制作的拼图游戏C#制作的拼图游戏C ·拼图游戏,可以回退等。练手用的。 ·-open i think you shoud open idea prepared by the pivotal games, and we can usually common are very similar. readers can learn code, the reference program, of course, can also entertainment fo
StringCompression
- no idea... string compression
erfenfa
- 二分法的基本思想是通过计算隔根区间的中点,逐步缩小隔根区间,从而可以得到方程的近似值-The basic idea of dichotomy is separated by calculating the midpoint of the root zone, gradually narrowing the range across the root, so you can get an approximation of equation
vb
- vb记事本源码,有需要的直接下载。为了跟大家多交流一下,弄个会员。-vb notepad source, there is a need for direct download. In order to more exchanges with you about, the idea of holding members.
MyBitMapCompress
- 一个简单的32位位图压缩算法,基本思想是,扫描像素点,后面有雷同的就记下重复次数。-A simple 32-bit bitmap compression algorithm, the basic idea is to scan pixel, behind identical repetitions on the record.
d2009042316063174
- 本设计的指导思想是利用红外发光管发射红外线,红外接收管接收此红外线,并将其放大、整流形成高电平信号.当有人或物挡住红外光时,接收管没有接收到红外信号,放大器将输出低电平,同时将这个电平信号送入单片机进行控制计数,并经译码驱动电路使数码管显示数值。这样就得到要统计的人或物的数量。-The design of the guiding idea is to use infrared emission infrared LED and infrared receiver to receive the i
BasicDrawing
- 这个工程为基本作图,所作的图形有直线,圆,椭圆,多边形,作图的基本思想为VB基本作图的思想-The project is the basic plot, the graphics are straight lines, circles, ellipses, polygons, the basic idea of mapping the basic plot ideas for the VB
VBCrypto
- VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112, DESE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。-The VBCrypto source libraries
jpeg
- 基本思路:利用开源库实现对jpeg的解压缩以直接提取量化表,根据标准量化表和所提取量化表编写算法实现质量因子的求算。-The basic idea: the use of open-source library achieve solutions to jpeg compression quantization tables extracted directly calculating quality factor, according to the standard quantization
Bank
- 银行家算法又称“资源分配拒绝”法,其基本思想是:系统中的所有进程放入进程集合,在安全状态下系统受到进程的资源请求后,先把资源试探性地分配给它。现在,系统将剩下的可用资源和进程集合中的其它进程还需要的资源数作比较,找出剩余资源能满足最大需求量的进程,从而保证进程运行完毕并归还全部资源。这时,把这个进程从进程金额和中删除,归还其所占用的所有的资源,系统的剩余资源更多。反复执行上述步骤。最后,检查进程集合,若为空则表明本次申请可行,系统处于安全状态,可以真正实施本次分配;否则,只要进程集合非空,系统
AIHT
- 加速的迭代硬阈值算法,其加速方法是双倍过松弛方法,此方法的思想可以用到其他算法上-Iterative hard thresholding algorithm acceleration, the acceleration method is double over-relaxation method, the idea of this method can be used in other algorithms
Huffman
- Huffman编码的主导思想是根据数据符号发生的概率进行编码。在源数据中出现概率越高的符号,相应的码长越短;出现概率越小的符号,其码长越长,从而达到用尽可能少的码符号表示源数据。Huffman编码方法是接近压缩比上限的一种最佳的编码方法。-The dominant idea of the Huffman coding is based on the probability of occurrence of data symbols for encoding.The higher the prob
5_Auction
- 简单实现拍卖的模拟过程,用面向对象的思想,呈现拍卖流程-The simulation process to achieve a simple auction, using the idea of object-oriented, presents the auction process
Huffman
- 利用哈弗曼编码的思想实现文本文件的压缩和解压功能,并计算压缩前后的占用空间之比。-Huffman coding realize the idea of using the text file compression and decompression functions, and computing space before and after compression ratio.