CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - gray code binary

搜索资源列表

  1. tentotwo

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

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

    0下载:
  2. 将二进制数转化为格备码,4位并行。binary_input为二进制数输入, gray_output为格雷码输出。-Will be converted into binary code grid preparation, 4-bit parallel. binary_input for binary input, gray_output for the Gray code output.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:12451
    • 提供者:changhe
  1. geryandbin

    0下载:
  2. 在fpga中实现的格雷码与二进制的相互转换-In the FPGA implementation of the Gray code and binary conversion
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:691
    • 提供者:王石子
  1. p5

    0下载:
  2. Tutorial CODE conversors binary-gray and bcd-2-5-Tutorial CODE conversors binary-gray and bcd-2-5
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:25504
    • 提供者:lucas mg
  1. 2zhuhua

    0下载:
  2. 图象二值化代码 图象黑色 灰白比对 二值化代码 图象黑色 灰白比对 -Image Binarization image black gray code binary code than the right image gray than black
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4928
    • 提供者:情诺
  1. binary to gray and gray to binary code converter

    0下载:
  2. this project is based on 4bit binary to gray and gray to binary code converter using vhdl.this is the 100 correct code,reference is taken from book digital electrionics written by anand kumar.please use quatrus to access this code.this code can be
  3. 所属分类:VHDL编程

    • 发布日期:2013-10-16
    • 文件大小:60938
    • 提供者:jatab
  1. Gray

    1下载:
  2. 进行Gray码的图像变化,思想是进行位操作,首先将原始图先的每一位取出来, 然后将十进制转化位二进制,将其按位取出,进行变换,得到变换后图像的每一位的值,再进行组合即可-Gray code for the image change idea is to place operation, first the original plan to take out each and every first and then bit binary decimal conversion, be remo
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:778
    • 提供者:方磊
  1. Binary.code.Gray.code.converter

    0下载:
  2. 二进制码格雷码转换器 进行二进制码格雷码转换,vhdl,QuartusⅡ-Binary code Gray code converter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:25494
    • 提供者:duopk
  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
    • 文件大小:29286
    • 提供者:qiaohong
  1. ga

    0下载:
  2. 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作! -The main program for the genetic algorithm binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation operators, but also introduces the invers
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3135
    • 提供者:liujing
  1. Gray-code

    0下载:
  2. 改进的GA. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Improved GA. Fga.m main program for the genetic algorithm uses a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:34589
    • 提供者:孟扬
  1. gray

    0下载:
  2. 格雷码生成 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。-Gray code are generated for a given positive integer n, the Gray code to meet a coding sequence of the following conditions: (1) sequences enco
  3. 所属分类:ELanguage

    • 发布日期:2017-12-04
    • 文件大小:2327
    • 提供者:刘思洁
  1. binary-and-gray

    1下载:
  2. 二进制码和格雷码互相转换verilog源码-Binary code and Gray code conversion verilog source
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-19
    • 文件大小:549142
    • 提供者:zxh
  1. gray

    0下载:
  2. 这个程序实现的是格雷码和二进制码的转换的问题的-This program is to achieve a Gray code and binary code conversion problems
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:11608
    • 提供者:Armstrong
  1. Hybrid-code-GA

    1下载:
  2. 混合编码遗传算法,通过格雷编码,二进制编码,浮点数编码来实现混合编码遗传算算法-Hybrid coding genetic algorithm, through the Gray code, binary code, floating point code to implement hybrid coding algorithm genetic operators
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-08-30
    • 文件大小:133120
    • 提供者:alex
  1. 2zhuhua

    0下载:
  2. 图象二值化代码 图象黑色 灰白比对二值化代码 图象黑色 灰白比对-Image Binarization image black gray code binary code than the right image gray than black
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4973
    • 提供者:questionab
  1. Binary-Gray-Code-to-binary-system

    0下载:
  2. c语编写的格雷码转换成二进制码的代码源程序-Binary Gray Code to binary system
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:2739
    • 提供者:1839233856
  1. gray_binary_conv

    0下载:
  2. 用VHDL实现的格雷码,有格雷码计数器、格雷码转二进制、二进制转格雷码!-VHDL implementation of the Gray code, there is Gray code counter, Gray code to binary, Gray code Binary!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1003
    • 提供者:登入
  1. Gray

    0下载:
  2. 输入格雷码长度,计算出格雷码及对应的二进制数-Input Gray code length is calculated and the corresponding binary Gray code number
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2398821
    • 提供者:liuqing
  1. gray2bin

    0下载:
  2. 格雷码转二进制 格雷码转二进制-Transfer binary Gray code binary Gray code switch
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:596
    • 提供者:wcc
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com