int trace (int i, int j, int low, IMAGE im,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) float dGauss (float x, float sigma) float meanGauss (float x, float sigma) void hysteresis (int high, int low, IMAGE im, IMAGE mag, IMAGE oriim) void canny (float s, IMAGE im, IMAGE mag, IMAGE ori)
资源简介:int trace (int i, int j, int low, IMAGE im,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) float dgauss (float x, float sigma) float meangauss (float x, float sigma) void hysteresis (int high, int low, IMAGE im, IMAGE mag, IMAGE ori...
上传时间: 2015-01-30
上传用户:杜莹12345
资源简介:块郎ぇ郎char *DestFile块郎ぇ郎(絪絏茂) */ /* int SlidingWinSize菲笆跌怠ぇ */ /* int PreviewWinSize箇絯侥跋ぇ
上传时间: 2013-12-08
上传用户:13160677563
资源简介:很全的中断手册。 int 00 - CPU-generated - DIVIDE ERROR int 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS int 02 - external hardware - NON-MASKABLE intERRUPT int 03 - CPU-generated - BREAKPOint int 04 - CPU-generated ...
上传时间: 2013-12-27
上传用户:aa54
资源简介:#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); e...
上传时间: 2016-12-29
上传用户:767483511
资源简介:#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n...
上传时间: 2016-12-29
上传用户:767483511
资源简介:每对节点间最短路径 Floyd-Warshall 算法 D[i,j]表示从i到j的最短距离; P[i,j]表示从i到j的最短路径上j 的父节点
上传时间: 2013-11-29
上传用户:来茴
资源简介:大数高精运算总结 :方法类似于加法 除了这里 s[i+j]+=s1[i]*s2[j] 注意格式的控制 这里得开两个数组
上传时间: 2016-07-13
上传用户:zukfu
资源简介:I have written this article to capture a Windows IMAGE into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote...
上传时间: 2015-01-10
上传用户:hzy5825468
资源简介:(一) 求a~b 之间各个数的约数个数之和。(其中包括a和b在内) ans = sigma(f(i)) , (a <= i <= b) , 其中f(i)表示i的约数的个数
上传时间: 2016-12-31
上传用户:daoxiang126
资源简介:给定n个节点xi[i=0,1,...,n-1]上的函数值yi=[xi]以及一届倒数值yi =f [xi],用埃尔米特插值公式计算指定插值点t处的函数近似值z=f[t]
上传时间: 2013-12-26
上传用户:CHINA526
资源简介:This is the gaussian piramyd i found in matlab page is very useful to IMAGE procesing
上传时间: 2013-12-19
上传用户:qw12
资源简介:void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return ...
上传时间: 2014-01-17
上传用户:cxl274287265
资源简介::#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
上传时间: 2014-11-30
上传用户:362279997
资源简介:void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0] ...
上传时间: 2013-12-19
上传用户:jjj0202
资源简介:void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }
上传时间: 2014-01-22
上传用户:banyou
资源简介:class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilitary() void printStandard() private: int hour int minute int second }
上传时间: 2013-12-20
上传用户:hwl453472107
资源简介:DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } if((cfp=fopen(cfile,"r"))==NULL) {cout<<"Cannot open t...
上传时间: 2016-07-02
上传用户:1079836864
资源简介:1. 学生成绩删除功能:该功能通过调用int shanchu(struct Student *p,int x,int num,float a[])来实现。该功能采用的是询问管理人员的意见之后再功能实现,由学号来引出学生信息,当学号不存在时,系统将给出信息“该学生不存在!”。然后询问管理员是否继续...
上传时间: 2013-12-02
上传用户:hebmuljb
资源简介:1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib...
上传时间: 2017-04-01
上传用户:糖儿水嘻嘻
资源简介:词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf("%d",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf("%c",sum) }
上传时间: 2013-12-26
上传用户:skhlm
资源简介:经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main...
上传时间: 2014-01-07
上传用户:lizhizheng88
资源简介:编制函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数n,找出满足n=i+j的所有数对,其中要求i与j均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19...
上传时间: 2015-09-09
上传用户:jennyzai
资源简介:经典C语言程序设计100例1-10 如【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2....
上传时间: 2013-12-14
上传用户:hfmm633
资源简介:复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a IMAGE = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Co...
上传时间: 2016-06-30
上传用户:wang5829
资源简介:#include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d, 0x7d,0x07,0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void main() { j=0;...
上传时间: 2016-02-11
上传用户:娇纵Pamper
资源简介: 实验源代码 //Warshall.cpp #include<stdio.h> void warshall(int k,int n) { int i , j, t; int temp[20][20]; for(int a=0;a<k;a++) { printf("请输入矩阵第%d 行元素:",a); for(int b=0;b<n;b++) { scanf ("%d",&temp[a][b]); }...
上传时间: 2016-06-27
上传用户:梁雪文以
资源简介:#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; ...
上传时间: 2016-07-02
上传用户:184890962
资源简介:#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score { float math; float english; float computer; }; struct student { int numb...
上传时间: 2019-06-08
上传用户:啊的撒旦
资源简介:#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score { float math; float english; float computer; }; struct student { int numb...
上传时间: 2019-06-09
上传用户:啊的撒旦
资源简介:# include<stdio.h> # include<math.h> # define N 3 main(){ float NF2(float *x,float *y); float A[N][N]={{10,-1,-2},{-1,10,-2},{-1,-1,5}}; float b[N]={7.2,8.3,4.2},sum=0; float x[N]= {0,0,0},y[N]={0},x0[N]={}; ...
上传时间: 2019-10-13
上传用户:大萌萌撒