CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 格雷码

搜索资源列表

  1. graycode1

    0下载:
  2. 格雷码的代码,能选择格雷码的个数,用VB写的,界面良好-Gray code code code Gray can choose the number, written in VB, good interface
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:53.72kb
    • 提供者:skyw
  1. Gray_Translator

    0下载:
  2. Java写的一个能在二进制,八进制,十进制,十六进制格雷码之间自由转化的工具,学习数字电路的同学可能会喜欢。-write a Java in binary, octal, decimal, Gray hexadecimal code freely into the tools, learning digital circuit students might like.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18.07kb
    • 提供者:徐阳
  1. ImprovedSVM

    0下载:
  2. 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型采用径向基函数(RBF)作为核函数,利用格雷码编码方式对SVM算法的模型参数进行遗传编码和优化搜索,将搜索到的优化结果作为SVM 的最终模型参数。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:175.66kb
    • 提供者:zhaoxiufen
  1. BinaryToGrayCode

    0下载:
  2. BG码转换程序是一个二进制码(Binary,简称 B码)与格雷码(Gray Code,简称G码)相互转换的软件.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-01-16
    • 文件大小:3.29mb
    • 提供者:蒋林清
  1. gelei combination

    0下载:
  2. 该程序用格雷码来生成组合数序列,它比一般的方法要快,这是由格雷码的分布特性所决定的.-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.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.58kb
    • 提供者:唐海浪
  1. gelei generator

    0下载:
  2. 该程序用递归的方法产生格雷码序列,它需要一定的额外的空间.-the procedures used recursive methods Gray code sequence, it needs the additional space.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.82kb
    • 提供者:唐海浪
  1. graycode

    0下载:
  2. 构造格雷码的分析程序,用于算法分析,用VC编写,可以构造n位的格雷码-Gray Construction Code Analysis Program for the analysis of algorithms, with VC preparation, can be constructed of n-Gray code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:884byte
    • 提供者:范铮
  1. tentotwo

    1下载:
  2. 十进制与二进制格雷码的转换——智能计算大作业-Gray code and binary decimal conversion- great job on Intelligent Computing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:33.55kb
    • 提供者:亢海豚
  1. GrayCode

    1下载:
  2. matlab环境下格雷码的编码,二进制译成格雷码,反之- gray coding in Matlab environment,Binary translated into gray yards
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7.48kb
    • 提供者:wangyapeng
  1. glm

    0下载:
  2. 格雷码问题-Gray-code issues
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5.54kb
    • 提供者:李唐
  1. geleima

    0下载:
  2. 算法设计中格雷码的递归过程,并进行输出结果-Gray code recursively to create, and make the output
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:350.68kb
    • 提供者:yutou
  1. DFs

    0下载:
  2. 深度优先搜索求格雷码,可以实现多组数据的输入-Gray code depth first search request
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:27.69kb
    • 提供者:whuihuai
  1. c

    1下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-09-18
    • 文件大小:19.4kb
    • 提供者:杨小明
  1. GrayCode

    0下载:
  2. 格雷码(Gray code),又叫循环二进制码或反射二进制码 在数字系统中只能识别0和1,各种数据要转换为二进制代码才能进行处理,格雷码是一种无权码,采用绝对编码方式,典型格雷码是一种具有反射特性和循环特性的单步自补码,它的循环、单步特性消除了随机取数时出现重大误差的可能,它的反射、自补特性使得求反非常方便。 -Gray code (Gray code), also known as cyclic binary code or binary code reflected in the d
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:8.54kb
    • 提供者:夏雪
  1. 11121212121212

    0下载:
  2. 格雷码转换成二进制 格雷码是一种工业使用的码值 其好处在于误码率低 但是它是一种无权码 不能进行运算-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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1.25kb
    • 提供者:何塞
  1. gatbx

    0下载:
  2. 遗传算法工具箱 将该工具箱拷贝至: 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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:579.83kb
    • 提供者:立冬
  1. 16QAM_Bit_Error_Rate_(BER)_with_Gray_mapping

    0下载:
  2. 仿真分析在格雷码和QAM调制下的SNR与BER关系-analyze gray code and QAM moudulation about SNR and BER relationship
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.56kb
    • 提供者:zhanguangshan
  1. NumericalRecipesinCWilliam.H

    3下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
  3. 所属分类:Algorithm

    • 发布日期:2014-05-08
    • 文件大小:38.55mb
    • 提供者:何夕
  1. QPSK_ERROR_RAYLEIGH

    0下载:
  2. 这个程序是用格雷码的基带仿真,在加高斯白噪声的情况下仿真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
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2.94kb
    • 提供者:bujingyun
  1. GrayTest

    0下载:
  2. 实现12bit二进制和12位格雷码的相互转换,可用于调试时的验证-Achieve 12bit binary 12-bit Gray code conversion, can be used for debugging the validation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:17.65kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com