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

搜索资源列表

  1. 几个汇编代码code

    0下载:
  2. fx.asm 反序输出 cpc.asm 人机对话 DECHEX.ASM 十进制到十六进制转换 PX.ASN 排序 DISP.ASM 显示非组合BCD码 COUNTA.ASM 统计字符A的个数 GRA.ASM 格雷码 TADD.ASM 加法运算 TMUL.ASM 乘法运算-fx.asm sequence output cpc.asm anti-human-machine dialogue DECHEX.ASM decimal to hexadecimal c
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:17984
    • 提供者:cdl
  1. tentotwo

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

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

    0下载:
  2. Gray码是一个长度为2n的序列。序列中无相同元素,每个元素都是长度为n位的串,相邻元素恰好只有1位不同。用分治策略设计并实现一个算法对任意的n构造响应的Gray码。-Gray code is a sequence of length 2n. No similar sequence elements, each element is n-bit string length, the adjacent element is only a difference exactly. With sub-r
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:681
    • 提供者:huzhaowei
  1. Hanoi(gray)

    0下载:
  2. //使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define ZERO 0 #define ONE 1 #define ODD 1 #define EVEN 0 #define RIGHT 1 #define LEFT 0 #define MAX 10-//Gray code to use the method#
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:958
    • 提供者:Campbell
  1. pipei

    0下载:
  2. .testpipei_1.m文件为基于灰度的模板匹配代码,仅为单独使用,不具有交互性 2.testpipei_2.m文件为基于灰度的快速模板匹配代码,仅为单独使用,不具有交互性 3.three.m为带有界面的演示程序,包含了上述两种算法,在MATLAB7.1中,在命令窗口下输入 edit three (three文件一定要在work文件夹下)回车后就可以进行使用了。 4.testpipei_1.m和testpipei_2.m的函数使用说明详细见各自的文件内 5.testpi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:196530
    • 提供者:郭飞飞
  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. ImageProcessing-source-code

    0下载:
  2. 负责图像处理的相关操作,如保存、图像关联操作等。功能包括:获取图片信息、 缩放、色彩滤镜、亮度、反向、灰度、转换、裁贴、和插入文字、其它图片或几何图形。 Paint方法使用AutoScoolPosition属性发现滚动位置,使用AutoScrollMinSize属性进行设置。-Responsible for the relevant image processing operations, such as the preservation of image related opera
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:55926
    • 提供者:纪凤伟
  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. mpsk_table

    0下载:
  2. QPSK gray code BER,SNR -super ailqk-QPSK gray code BER,SNR -super ailqk
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:13631
    • 提供者:chefo
  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. 4-Bit-Gray-Code

    0下载:
  2. 4 Bit Gray Code for pic 16f84a
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:13415
    • 提供者:lmilmi
  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. Binary-Gray-Code-to-binary-system

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

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

    0下载:
  2. gray 编码功能实现,用清晰的方法给出了格雷码的产生过程。-generate gray code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:196937
    • 提供者:杨旭阳
  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
    • 文件大小:30941
    • 提供者:刘翼
  1. VHDL-Gray-code

    2下载:
  2. 基于vhdl格雷码设计代码,调试过没错误。-Gray code design based on VHDL code, debugging didn t mistake.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:93541
    • 提供者:谢正伟
  1. encoder-based-on-Gray-code

    0下载:
  2. 基于VHDL格雷码编码器的设计,可以在试验箱上直接运行-Design of VHDL encoder based on Gray code, can be run directly in the chamber
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:64640
    • 提供者:漆广文
  1. Gray-code-encoder

    0下载:
  2. 1、 了解格雷码变换的原理。 2、 进一步熟悉QUARTUSII软件的使用方法和VHDL输入的全过程。 3、 进一步掌握实验系统的使用。 -Gray code encoder VHDL-based design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:101247
    • 提供者:漆广文
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com