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

搜索资源列表

  1. VC图象处理code+转灰度功能

    1下载:
  2. VC图象处理code+转灰度,不多说了,看看代码仔细研究一下-VC + image processing code to gray, not to say, look at the code carefully study
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:411352
    • 提供者:韶华
  1. geleima

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

    • 发布日期:2008-10-13
    • 文件大小:1284
    • 提供者:dfa
  1. fast-corner-detect

    1下载:
  2. 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-02-17
    • 文件大小:2283301
    • 提供者:liqi
  1. huise

    0下载:
  2. 灰色预测GM(1,1)模型的matlab源代码,包括预测模型的建立,以及模型的精度检验指标c,p的计算-Gray prediction GM (1,1) model matlab source code, including the prediction model, as well as indicators of model accuracy test c, p calculation-Gray prediction GM (1,1) model matlab source code, in
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:525
    • 提供者:zhanghaibo
  1. GRAY

    0下载:
  2. 为朋友们提供了图象处理的VC++代码,将彩色图象转为灰度的,供需要的朋友使用.-Friends provided for image processing VC++ Code will color image to gray scale, and for friends in need.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:585231
    • 提供者:fujay
  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. Question3_3

    0下载:
  2. C语音名题100中的一道习题 编写一个程序,用gray码的顺序列出一个集合的所有子集。 (所谓gray码,就是相邻的集合间,只有一个不同的元素)-C voice of title 100 of an Exercise to prepare a program, using gray code listed in the order of a collection of all subset. (The so-called gray code, that is adjacent to th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1312
    • 提供者:高腾飞
  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
    • 文件大小:1148
    • 提供者:刘珊珊
  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
    • 文件大小:1747392
    • 提供者:刘珊珊
  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-15
    • 文件大小:25504
    • 提供者:lucas mg
  1. snake

    0下载:
  2. 在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位置。实验表明,与常见的定位方
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1764654
    • 提供者:侯汶杉
  1. main

    0下载:
  2. ofdm code in matlab,use bpsk,gray code,-ofdm code in matlab,use bpsk,gray code,..
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:5361
    • 提供者:fery
  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-30
    • 文件大小:477250
    • 提供者:杜鹃
  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
    • 文件大小:6824
    • 提供者:吕思达
  1. Gray

    0下载:
  2. 递归与分治演算Gray码,Gray码是一个长度为2N的序列-Recursive partition calculus with the Gray code, Gray code is a sequence of length 2N
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2691
    • 提供者:林子
  1. CODE

    0下载:
  2. 用matlab 进行QPSK 的BER 仿真并与理论值比较,计算使用Naive Code [00 01 10 11] 时QPSK的BER,并与Gray Code 比较,求取8PSK 的Gray Code 下的误比特率BER 的解析解-QPSK,BER,Naive Code,Gray Code, 8PSK
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:6372
    • 提供者:jincheng
  1. Gray

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

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

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

    • 发布日期:2017-11-22
    • 文件大小:557229
    • 提供者:zds
  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. 该代码为格雷码的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
    • 提供者:刘翼
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com