搜索资源列表
GrayCode
- programmed to manipulate the Gray Cyclic Binary Codes.
GRAYCODE
- 这是一个快速产生Gray码的方法,可以飞快地产生很大的Gray码序列.代码巧妙,高效.
graycode
- 构造格雷码的分析程序,用于算法分析,用VC编写,可以构造n位的格雷码-Gray Construction Code Analysis Program for the analysis of algorithms, with VC preparation, can be constructed of n-Gray code
GrayCode
- matlab环境下格雷码的编码,二进制译成格雷码,反之- gray coding in Matlab environment,Binary translated into gray yards
GrayCode
- 格雷码(Gray code),又叫循环二进制码或反射二进制码 在数字系统中只能识别0和1,各种数据要转换为二进制代码才能进行处理,格雷码是一种无权码,采用绝对编码方式,典型格雷码是一种具有反射特性和循环特性的单步自补码,它的循环、单步特性消除了随机取数时出现重大误差的可能,它的反射、自补特性使得求反非常方便。 -Gray code (Gray code), also known as cyclic binary code or binary code reflected in the d
Graycode
- 用matlab产生n位格雷码(n<=10)在通信编码前经常采用-generate gray codes whose length is less than or equal to 10 by matlab .it is very usful before encoding in communication
