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

搜索资源列表

  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. 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. Cpp1

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

    • 发布日期:2017-04-05
    • 文件大小:365.9kb
    • 提供者:黄华虎
  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. Gray

    0下载:
  2. 用户可自动输入生成格雷码的位数-The user can input the number of bits in Gray code is generated automatically
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:844.73kb
    • 提供者:毛亚芳
  1. gray

    0下载:
  2. 格雷码,用verilog写的,初学者可以-Gray code, verilog is written, beginners can look
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:544.17kb
    • 提供者:zds
  1. GrayCode

    0下载:
  2. 格雷码转换,可以在十进制、二进制、格雷码之间任意转换。-Gray code conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:228.3kb
    • 提供者:张强
  1. fifo

    0下载:
  2. 异步FIFO实现 verilog代码,利用格雷码消除亚稳态-Asynchronous FIFO realize verilog code, Gray code to eliminate the use of metastable
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:824byte
    • 提供者:曹伟
  1. FIFO

    0下载:
  2. 关于异步FIFO的原码程序,采用格雷码改善了二进制码带来的不足- ON划词翻译ON实时翻译 On asynchronous FIFO the original code procedures, the use of gray code improves deficiency caused by binary code
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.45kb
    • 提供者:郭晓溪
  1. errorcode

    0下载:
  2. 常见信道编码的实现代码c++编写,包含格雷码,线性分组码等-Common channel coding implementation code c++ written, including the Gray code, linear block code, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:10.88kb
    • 提供者:潮水般
  1. Gray-Code

    0下载:
  2. 该代码为格雷码的c语言程序代码,经过运行可以进行编译以及运行-The code for the gray code c language code, you can compile and run after operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:30.22kb
    • 提供者:刘翼
  1. lab

    0下载:
  2. QPSK transceiver设计,以及功率谱密度的计算,并且在调制的过程中使用格雷码-QPSK transceiver design, also includes the calculation of PSD
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.75kb
    • 提供者:Sue
  1. GA-3

    1下载:
  2. 用matlab写的遗传算法小程序 里面涉及到二进制编码 和 格雷码 值得学习和参考-Write with matlab genetic algorithm small program which involves binary coding and Gray code is worth learning and reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.45mb
    • 提供者:王道
  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
搜珍网 www.dssz.com