搜索资源列表
二叉树演示
- 一个小小的c 语言程序源码!演示二叉树的可视化程序编码!-a small c language program source code! Binary Tree demonstration of visual programming coding!
用c语言编写串口程序
- 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
md5编码生成器
- md5的反编码生成器, 测试可以破解五位字符的md5加密,六位以上需要大量的空间。-md5 anti-generator coding, testing can solve the problem of five characters md5 encrypted, six more than needed a lot of space.
(赫夫曼编码)
- 赫夫曼编码,实现压缩编码,字符码长 察看权值,以此构建二叉树-Huffman coding, achieving compression coding, characters yards long to see the right value, this Binary Tree Construction
JPEG压缩编码系统源代码
- 应用c++编程实现jpeg压缩编码,腐蚀,膨胀-Application Programming jpeg compression coding, corrosion, expansion
c语言实现卷积编码
- c语言实现卷积编码
rink
- 读取数据行、列号,计算生成莫顿码,生成基于十进制的线性四叉树的编码-Read data rows, columns No. calculated Morton generated code, to generate the metric system based on the linear quadtree encoding
perfect code
- 这个程序用来实现HUFFMAN编码及译码,程序小巧而实用-the procedures used to achieve HUFFMAN encoding and decoding, compact and practical procedures
hefumanbianma
- 这个程序是用c#编的赫夫曼编码,相信对很对有用-This procedure is used c# Series of Huffman coding, I believe it to be useful
CSharpCodingStandard
- 很详细的CSharp编码规范,为作者参考数家机构的编码规范,并结合自己的经验所成。-CSharp Coding detailed specification for the authors refer to several institutions of the coding norms, combined with his experience success.
YOUCHENG
- C语言实现游程编码级解码过程,并附有注释。-C language-level RLE decoding process, together with the Notes.
huffman
- 编写完整的系统,要求具有以下功能: 1、 I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存入文件hfmTree中。 2、 E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3、 D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile
Shannon
- 香农编码的C++程序,是我一个老师自己编写的!-Shannon-coded C++ program is that I have written a teacher!
PEG
- LDPC的peg编码算法程序,可以学习下-The peg LDPC coding procedures, can learn under
网络编码实现源码
- C++语言,用于网络层流量控制和重编码实现。
ShiftJISConvert
- 自己做的批量日文编码文件转中文的工具,使用C#开发(Do their own batch of Japanese coding files to Chinese tools)
vc source of channel capacity--diedai
- 利用迭代算法计算信道编码的容量,是信息论与编码这门学科的基础。(Using iterative algorithm to calculate the capacity of channel coding is the basis of the discipline of information theory and coding.)
PCM编码解码C语言
- 包含了C语言PCM编码和解码的源代码,有运行结果的截图。
哈夫曼编码的贪心算法设计
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。