资源列表
LZ
- 此算法为lz77压缩算法,采用的是字典模型-This algorithm lz77 compression algorithm, using the dictionary model
ElGamal
- ElGamal数字签名算法,DELPHI源码-ElGamal Digital Signature Algorithm, DELPHI source
netChat
- 简易网上聊天系统。可以通过此系统两人在线聊天。-Simple Internet chat system. Through this system the two-line chat.
TaskbarCommander
- Taskbar commander use to command your start toolbar of windows operating system.
9854125413
- 运动估计是视频编码的关键技术,其最基本的原理是利用相邻帧间的时间 相关性,通过预测来减少时间冗余度。在实际编码中,为了节省码率,并不传 输每一帧的全部数据,而是利用运动估计求出每一帧与其预测参考帧之间的差 值。运动估计越准确,差值的分布越趋近与零,差值块的能量越小,经过变换、 量化和熵编码后所产生的码流的比特位率也越少。因此,运动估计搜索的准确 程度直接影响到了编码的压缩性能。 -Motion estimation is the key to video encodin
CSDNExpertHelper
- BCB小程序,内容见压缩文件中的文档说明-bcb small code
RS
- peak side lobe compression using rs sequence
ucos-ii_lpc2000
- ARM7 UCOS 移植例程,启动 中断-arm7 lpc2300 ucos
BmpConverter.rar
- 24位真彩色转256色,24位真彩色转256色,24-bit true color to 256 colors 24-bit true color to 256 colors
FRUC
- 基于块匹配的运动估计运动补偿的帧率上边换算法-Frame rate up-conversion algorithm
include
- 哈夫曼编码的应用很广泛,利用哈夫曼树求得的用于通信的二进制编码称为哈夫曼编码。树中从根到每个叶子都有一条路径,对路径上的各分支约定:指向左子树的分支表示“0”码,指向右子树的分支表示“1”码,取每条路径上的“0”或“1”的序列作为和各个对应的字符的编码,这就是哈夫曼编码。-Huffman coding application is comprehensive, the use of Huffman tree obtained is called binary code used for comm
MailMessageSender
- 这是用C#开发的发邮件的东西,很好用的~!