搜索资源列表
ShannonCoding
- 香浓编码的C++实现 输入信源符号的概率后计算输出二进制编码-Shannon encoding C++ Input source symbol after the calculation of the probability of the output binary code
binsearch
- 附件里的程序是二进制搜索算法的演示程序,比较土,是没有界面的 通过config.h里的三个配置项来达到文本框输入的目的,不过这个只能重新编译后运行 CONFIG_MAX_FRAMES /* 配置标签id的位数 */ CONFIG_MAX_TAGS /* 配置标签数 */ CONFIG_MAN_INVERSE /* 配置曼彻斯特编码的特征,决定是01代表0还是10代表0 */ CONFIG_MAN_DIRECT /* 与CONFIG_MAN_INVERSE相同,同一时刻只能有一
RS
- RS码的编码过程,其中的十进制与二进制之间的转换函数MATLAB里面有自带的函数。当然你也可以自己编写-RS code encoding process in which the conversion between decimal and binary function of MATLAB which has built-in functions. Of course, you can also write your own
HexShow
- 这是一个查看文件二进制编码的小程序,对初学者,以及底层工作者使用-This is a view the file binary encoded small program for beginners, as well as the use of low-level workers
HexprobeHexEditor-v4.3
- 研究BIOS的破解工具,可以方便查看二进制编码。-HexprobeHexEditor
xiangnong
- 对随机产生二进制信源消息序列进行香农编码。-On randomly generated binary source information sequence encoding Shannon. .
987654matlab
- MATLAB编写的遗传算法,采用二进制编码,有说明文档-Genetic algorithm written in MATLAB, using binary code, there is documentation
JianPanBianMa34324
- 键盘编码查寻 ASCII码 二进制编码 键盘虚拟码 鼠标按键码 Ctrl Shift Alt码-ASCII, binary code search keyboard keyboard virtual code encoding the mouse button code Ctrl Shift Alt Codes
bc
- c语言实现的简单二进制算术编码器 数据压缩作业~-c language of the simple binary arithmetic encoder data compression job ~
GA_model
- 二进制编码GA求Rosenbrock函数极大值-The binary coded GA Rosenbrock function maxima
haffumanlast
- 哈夫曼编码系统 设计任务: 从键盘输入一串电文字符能输出对应的哈夫曼编码。同时,能翻译由哈夫曼编码生成的代码串,输出相应的电文字符串。 设计要求: (1)从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树及哈夫曼编码。 (2)利用已经建好的哈夫曼树,对输入的字符串进行编码,输出编码序列。 (3)利用已建好的哈夫曼树对输入的二进制编码进行译码,并输出结果。-Huffman coding system design tasks: from the
Huffman-Coding
- 哈夫曼编码,C语言编写,将概率事件分别编写为对应二进制编码,适合在通信环境中传输-Huffman coding, C language, the probability of the event were written to the corresponding binary coding, suitable for transmission in a communications environment
LbpDescriptor
- LBP特征描述子提取,用于局部二进制编码,-LBP features, local binary coding
Csga
- 用c语言运用简单的二进制编码实现遗传算法-In c language using a simple binary coded genetic algorithm
decode
- 应用遗传算法进行配电网故障后恢复重构,采用二进制编码对重构后结果进行解码的程序-After the application of genetic algorithms reconstruct distribution network fault recovery, using binary encoding to decode the results after reconstruction program
C-language-source
- 二进制编码的简单遗传算法源程序(c语言)-Simple binary coded genetic algorithm source code (c language)
Realcoded
- 二进制编码和实数编码的遗传算法,代码非常详尽,略有难度。-Binary coding and real-coded genetic algorithm, very detailed.
GA-3
- 用matlab写的遗传算法小程序 里面涉及到二进制编码 和 格雷码 值得学习和参考-Write with matlab genetic algorithm small program which involves binary coding and Gray code is worth learning and reference
dy
- 本程序是在Microsoft Visual C++ 2010版本上编写的,用C语言编写,通过算术算法的编码思想,实现将输入的源代码通过算术编码转化为二进制编码,并输出 (1)本程序仅限于输入的源代码为0-9这十个数字构成的,可以是这十个符号中的任意个符号构成, (2)程序运行时需要输入要编码的原代码,源代码的个数不能超过十个 (3)输入完毕后即可显示经过编码后的二进制数-This procedure is written in Microsoft Visual C++ 2010 ve
experiment1绘制二进制熵函数曲线
- 画出二进制信息熵函数的图形,由此观察归纳总结数学结论,可验证所学《信息论与编码》理论知识(Binary information entropy function image)