搜索资源列表
geleima
- 可以实现格雷码的转换,操作方便,简单易懂-can achieve Gray code conversion, easy to operate and easily understood
dtog
- 实现了自然码格雷码自然码的转换,很简单的程序.
gray
- 格雷码生成 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。
golay24.zip
- 对格雷码(24,12,8)的一个译码算法,An arithmetic decoder for the (24,12,8) Golay code.
002
- 四. 实验内容――格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 2. 具体要求(若在ACM平台上提交程序,必须按此要求)――平台上1769题 输入:输入的第一行是一个正整数m,表示测试例
Recursive
- 格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 -Gray-code problem 1. Problem descr iption for a given positive integer n
int2gray
- 格雷码产生文件,可以产生任意长度位数的格雷码,并生成在文本文档中-Gray code generated files, you can produce an arbitrary length of the Gray-digit code and generate documentation in the text
Golay_coding
- 该程序实现的是一种完备格雷码的生成过程,Golay(23,12,7)码是典型的少数的完备码之一-The program implementation is a perfect Gray code generation process, Golay (23,12,7) code is a typical one of the few yards of the perfect code
Graydecode
- 非常实用的格雷码的译码程序,简单,实用,得到了广泛的应用-Very useful Gray code decoding process, simple, practical, has been widely used in
Cpp1
- 该程序用格雷码来生成组合数序列,它比一般的方法要快-Divide and conquer method to construct the Gray code
vc_programming_example_code_binary_Gray_code
- vc programming example code binary Gray code vc编程二进制格雷码实例代码-vc programming example code binary Gray code
GtoB
- 格雷码二进制码相互转换。做了多个函数,效率不同。可以根据情况自己选择函数。-Gray code binary code conversion. Made a number of functions, efficiency different. Function according to the situation of their choice.
30646437UDP_MULTI_VC
- 二进制格雷码与自然二进制码的互换 二进制格雷码与自然二进制码的互换 -Binary Gray code and the exchange of the natural binary code
gelay
- 基于MFC界面的格雷码编译码C++源程序。-MFC-based interface Gray code encoding and decoding C++ source code.
GImpprovedSVVe
- 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型使用径向基函数(RBF))作为核函数,运用格雷码编码方式对SVM算法的模型参数进行遗传编码与优化搜索,,将搜索到的优化结果作为SVM 的最终模型参数。 -Genetic algorithm (GA) combined with the traditional SVM algorithm to construct a parameter of the evolution of the optim
Driver-for--Agilent
- 本程序用以驱动安捷伦频谱仪和脉冲信号发生器,以产生格雷码波形。-It is aim to driver the PSG and ESA to generate Golay.
fifo-code
- Verilog代码:同步\异步FIFO。包含格雷码计数器.-Verilog code: syncronous\asyncourous FIFO. containing gray counter.
golay
- 采用visualC++实现格雷码,适合参加ACM和蓝桥杯的同志学习-Learn from Comrade visualC++ realization Gray code, suitable to participate in the ACM and Blue Bridge cup
n
- 递归,生成n位格雷码,用尽可能短的代码实现在控制台输出。(Gray code to generate n)
gray_counter
- 格雷码计数器实质包含了三个部分 格雷码转二进制、加法器、二进制转格雷码。通过quartus II 自带的Modlesim仿真验证了 能够实现二进制和格雷码之间的转换(Gray counter essence contains three parts, gray code to binary adder, binary gray code conversion. Modlesim simulation by quartus with II verified to achieve the conve