搜索资源列表
graycode1
- 格雷码的代码,能选择格雷码的个数,用VB写的,界面良好-Gray code code code Gray can choose the number, written in VB, good interface
Gray_Translator
- Java写的一个能在二进制,八进制,十进制,十六进制格雷码之间自由转化的工具,学习数字电路的同学可能会喜欢。-write a Java in binary, octal, decimal, Gray hexadecimal code freely into the tools, learning digital circuit students might like.
ImprovedSVM
- 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型采用径向基函数(RBF)作为核函数,利用格雷码编码方式对SVM算法的模型参数进行遗传编码和优化搜索,将搜索到的优化结果作为SVM 的最终模型参数。
BinaryToGrayCode
- BG码转换程序是一个二进制码(Binary,简称 B码)与格雷码(Gray Code,简称G码)相互转换的软件.
gelei combination
- 该程序用格雷码来生成组合数序列,它比一般的方法要快,这是由格雷码的分布特性所决定的.-the procedures used to generate Gray code sequence portfolio, it generally means than to be fast, it was a Gray code distribution by the decision.
gelei generator
- 该程序用递归的方法产生格雷码序列,它需要一定的额外的空间.-the procedures used recursive methods Gray code sequence, it needs the additional space.
graycode
- 构造格雷码的分析程序,用于算法分析,用VC编写,可以构造n位的格雷码-Gray Construction Code Analysis Program for the analysis of algorithms, with VC preparation, can be constructed of n-Gray code
tentotwo
- 十进制与二进制格雷码的转换——智能计算大作业-Gray code and binary decimal conversion- great job on Intelligent Computing
GrayCode
- matlab环境下格雷码的编码,二进制译成格雷码,反之- gray coding in Matlab environment,Binary translated into gray yards
glm
- 格雷码问题-Gray-code issues
geleima
- 算法设计中格雷码的递归过程,并进行输出结果-Gray code recursively to create, and make the output
DFs
- 深度优先搜索求格雷码,可以实现多组数据的输入-Gray code depth first search request
c
- 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 -1. Problem Descr iption for a given positive integer n, Gray code to meet a coding sequence of the
GrayCode
- 格雷码(Gray code),又叫循环二进制码或反射二进制码 在数字系统中只能识别0和1,各种数据要转换为二进制代码才能进行处理,格雷码是一种无权码,采用绝对编码方式,典型格雷码是一种具有反射特性和循环特性的单步自补码,它的循环、单步特性消除了随机取数时出现重大误差的可能,它的反射、自补特性使得求反非常方便。 -Gray code (Gray code), also known as cyclic binary code or binary code reflected in the d
11121212121212
- 格雷码转换成二进制 格雷码是一种工业使用的码值 其好处在于误码率低 但是它是一种无权码 不能进行运算-Gray code into binary Gray code is a code used by the industries the value of its benefits is that the bit error rate is low but it is a right operation code can not be
gatbx
- 遗传算法工具箱 将该工具箱拷贝至: E:\matlab program\toolbox\gads 然后便可以在程序中直接使用函数如: mut 变异函数,可以实数变异,即扰动变异 BS2RV 解码函数,可以二进制(包括格雷码)转换为实值-Genetic algorithm toolbox to the toolbox copy: E: \ matlab program \ toolbox \ gads then can be used directly in the progr
16QAM_Bit_Error_Rate_(BER)_with_Gray_mapping
- 仿真分析在格雷码和QAM调制下的SNR与BER关系-analyze gray code and QAM moudulation about SNR and BER relationship
NumericalRecipesinCWilliam.H
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
QPSK_ERROR_RAYLEIGH
- 这个程序是用格雷码的基带仿真,在加高斯白噪声的情况下仿真ber和ser曲线-the purpose of this m-file is to show a baseband simulated version of QPSK with Gray coding( Rayleigh multipath and AWGN added) which may give valid results
GrayTest
- 实现12bit二进制和12位格雷码的相互转换,可用于调试时的验证-Achieve 12bit binary 12-bit Gray code conversion, can be used for debugging the validation