搜索资源列表
H.263标准协议的编码算法的源程序
- H.263标准协议的编码算法的源程序,适用于搞机器人远程监控或多媒体视频传输的用户。 -H.263 standard protocols of the source coding algorithm, applicable to engage in robot remote monitoring or multimedia video transmission users.
Picture.Translate.Of.Remote.Desktop.Control
- 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
UencodeXencode
- 也就是在浏览网页或看Email时出现的不能辨认的字符。以前也有许多的文章介绍过“ 乱码”,不过他们的文章只是讲怎样辨别和怎样用工具解码,并没有详细介绍各种编码 的算法的实现,本文将对互联网上最常用的几种编码的编码和解码算法作以详细的阐述 。希望对想了解“乱码”算法或想在自己程序中实现这些功能朋友们有一些参考价值。 本文的源程序用C语言写成,形式为函数,可直接使用。-That is, in browsing the web or Email to see when the unre
H264AVCVideoEncDec
- 运用JMVC平台实现的一种快速算法,通过阈值选择缩小了搜索范围,进而大幅度提高了编码效率。-JMVC platform using a fast algorithm, the threshold selected by narrowing the search range, and thus greatly improve the coding efficiency.
dsdv.tcl
- Destination-Sequenced Distance Vector is a table-driven routing scheme for ad hoc mobile networks based on the Bellman-Ford algorithm, Use of network simulation tool NS2, TCL coding.
linear-multicast
- 网络编码中线性多播编码算法原理介绍及说明。-Linear multicast network coding algorithm for coding theory to introduce and explain.
linear-broadcast
- 网络编码中线性广播(linear broadcast)编码算法原理及介绍。-Network coding theory and linear broadcast encoding algorithm introduced.
RangeEncoding_pdf
- 区间编码算法的分析与实现(论文全文) 摘要:全面介绍了区间编码算法的理论基础和实现方式。详细讨论了区间编码原理、正规化操作、区间编码实现、二进制索引树的理论和实现等技术。并给出了一个切实可行的应用程序。-Range encoding algorithm analysis (full paper) Abstract: The comprehensive range encoding algorithm theoretical basis and implementation. Discus
Ethernet
- Ethernet帧解析程序,包含CRC校验算法。计算机网络编码实验,很好的资源。-Ethernet frame analysis program contains a CRC checksum algorithm. Computer network coding experiments good resource.
Surtherland
- 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。-Using VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line.
crypt
- 常见网络编解码加解密算法。含有des、rsa、mqueue、xtrcrypt、gf256、base32,base64等一些的常见网络编码、解码、加密、解密算法。-Common network codec encryption and decryption algorithms. Contains des, rsa, mqueue, xtrcrypt, gf256, base32, base64 some other common network coding, decoding, encrypt
search_queue
- 哈夫曼编码的实现,源于《数据结构(C语言版)》书中核心算法,运行环境是Visual studio6.0-Huffman coding to achieve, due to " data structure (C language version)," the book the core algorithm, operating environment is Visual studio6.0
JSPGA1
- Job-shop车间调度遗传算法 FT06,6个工件6道工序6台设备 采用基于工序的编码方式(Job-shop genetic algorithm for job shop scheduling FT06,6 pieces, 6 processes, 6 equipment Coding based on process)
哈夫曼压缩晓晓
- 哈夫曼压缩算法编码是无损压缩当中最好的方法。它使用预先二进制描述来替换每个符号,长度由特殊符号出现的频率决定。常见的符号需要很少的位来表示,而不常见的符号需要很多为来表示。 哈夫曼算法在改变任何符号二进制编码引起少量密集表现方面是最佳的。然而,它并不处理符号的顺序和重复或序号的序列。(Huffman compression algorithm coding is the best method of lossless compression. It replaces each symbol
