CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 格雷码

搜索资源列表

  1. geleima

    0下载:
  2. 可以实现格雷码的转换,操作方便,简单易懂-can achieve Gray code conversion, easy to operate and easily understood
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.25kb
    • 提供者:dfa
  1. dtog

    0下载:
  2. 实现了自然码格雷码自然码的转换,很简单的程序.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.06kb
    • 提供者:李发动
  1. gray

    0下载:
  2. 格雷码生成 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:813byte
    • 提供者:Rei
  1. golay24.zip

    0下载:
  2. 对格雷码(24,12,8)的一个译码算法,An arithmetic decoder for the (24,12,8) Golay code.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1.85kb
    • 提供者:雪林
  1. 002

    0下载:
  2. 四. 实验内容――格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 2. 具体要求(若在ACM平台上提交程序,必须按此要求)――平台上1769题 输入:输入的第一行是一个正整数m,表示测试例
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:刘珊珊
  1. Recursive

    0下载:
  2. 格雷码问题 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1.67mb
    • 提供者:刘珊珊
  1. int2gray

    0下载:
  2. 格雷码产生文件,可以产生任意长度位数的格雷码,并生成在文本文档中-Gray code generated files, you can produce an arbitrary length of the Gray-digit code and generate documentation in the text
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:466.06kb
    • 提供者:杜鹃
  1. Golay_coding

    0下载:
  2. 该程序实现的是一种完备格雷码的生成过程,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
  3. 所属分类:其他小程序

    • 发布日期:2013-10-12
    • 文件大小:6.66kb
    • 提供者:吕思达
  1. Graydecode

    0下载:
  2. 非常实用的格雷码的译码程序,简单,实用,得到了广泛的应用-Very useful Gray code decoding process, simple, practical, has been widely used in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:679.2kb
    • 提供者:仲楷
  1. Cpp1

    0下载:
  2. 该程序用格雷码来生成组合数序列,它比一般的方法要快-Divide and conquer method to construct the Gray code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:365.9kb
    • 提供者:黄华虎
  1. vc_programming_example_code_binary_Gray_code

    0下载:
  2. vc programming example code binary Gray code vc编程二进制格雷码实例代码-vc programming example code binary Gray code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:13.56kb
    • 提供者:6
  1. GtoB

    0下载:
  2. 格雷码二进制码相互转换。做了多个函数,效率不同。可以根据情况自己选择函数。-Gray code binary code conversion. Made a number of functions, efficiency different. Function according to the situation of their choice.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:28.6kb
    • 提供者:qiaohong
  1. 30646437UDP_MULTI_VC

    0下载:
  2. 二进制格雷码与自然二进制码的互换 二进制格雷码与自然二进制码的互换 -Binary Gray code and the exchange of the natural binary code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:38.73kb
    • 提供者:szg
  1. gelay

    0下载:
  2. 基于MFC界面的格雷码编译码C++源程序。-MFC-based interface Gray code encoding and decoding C++ source code.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2.35mb
    • 提供者:zouxiaofei
  1. GImpprovedSVVe

    0下载:
  2. 将遗传算法(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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:175.46kb
    • 提供者:ru
  1. Driver-for--Agilent

    0下载:
  2. 本程序用以驱动安捷伦频谱仪和脉冲信号发生器,以产生格雷码波形。-It is aim to driver the PSG and ESA to generate Golay.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-19
    • 文件大小:1.25kb
    • 提供者:徐荣辉
  1. fifo-code

    0下载:
  2. Verilog代码:同步\异步FIFO。包含格雷码计数器.-Verilog code: syncronous\asyncourous FIFO. containing gray counter.
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:2.73kb
    • 提供者:王文
  1. golay

    0下载:
  2. 采用visualC++实现格雷码,适合参加ACM和蓝桥杯的同志学习-Learn from Comrade visualC++ realization Gray code, suitable to participate in the ACM and Blue Bridge cup
  3. 所属分类:Other windows programs

    • 发布日期:2016-11-21
    • 文件大小:2.23mb
    • 提供者:lin
  1. n

    0下载:
  2. 递归,生成n位格雷码,用尽可能短的代码实现在控制台输出。(Gray code to generate n)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:87kb
    • 提供者:Re_luna
  1. gray_counter

    0下载:
  2. 格雷码计数器实质包含了三个部分 格雷码转二进制、加法器、二进制转格雷码。通过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
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2.84mb
    • 提供者:hay_123
« 12 »
搜珍网 www.dssz.com