搜索资源列表
VC图象处理code+转灰度功能
- VC图象处理code+转灰度,不多说了,看看代码仔细研究一下-VC + image processing code to gray, not to say, look at the code carefully study
geleima
- 可以实现格雷码的转换,操作方便,简单易懂-can achieve Gray code conversion, easy to operate and easily understood
fast-corner-detect
- 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
huise
- 灰色预测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
GRAY
- 为朋友们提供了图象处理的VC++代码,将彩色图象转为灰度的,供需要的朋友使用.-Friends provided for image processing VC++ Code will color image to gray scale, and for friends in need.
Hanoi(gray)
- //使用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#
Question3_3
- 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
002
- 四. 实验内容――格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 2. 具体要求(若在ACM平台上提交程序,必须按此要求)――平台上1769题 输入:输入的第一行是一个正整数m,表示测试例
Recursive
- 格雷码问题 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
p5
- Tutorial CODE conversors binary-gray and bcd-2-5-Tutorial CODE conversors binary-gray and bcd-2-5
snake
- 在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位置。实验表明,与常见的定位方
main
- ofdm code in matlab,use bpsk,gray code,-ofdm code in matlab,use bpsk,gray code,..
int2gray
- 格雷码产生文件,可以产生任意长度位数的格雷码,并生成在文本文档中-Gray code generated files, you can produce an arbitrary length of the Gray-digit code and generate documentation in the text
Golay_coding
- 该程序实现的是一种完备格雷码的生成过程,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
Gray
- 递归与分治演算Gray码,Gray码是一个长度为2N的序列-Recursive partition calculus with the Gray code, Gray code is a sequence of length 2N
CODE
- 用matlab 进行QPSK 的BER 仿真并与理论值比较,计算使用Naive Code [00 01 10 11] 时QPSK的BER,并与Gray Code 比较,求取8PSK 的Gray Code 下的误比特率BER 的解析解-QPSK,BER,Naive Code,Gray Code, 8PSK
Gray
- 用户可自动输入生成格雷码的位数-The user can input the number of bits in Gray code is generated automatically
gray
- 格雷码,用verilog写的,初学者可以-Gray code, verilog is written, beginners can look
Binary-Gray-Code-to-binary-system
- c语编写的格雷码转换成二进制码的代码源程序-Binary Gray Code to binary system
Gray-Code
- 该代码为格雷码的c语言程序代码,经过运行可以进行编译以及运行-The code for the gray code c language code, you can compile and run after operation