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.這篇文章斷斷續續寫了很久,畫圖技術也不精,難免錯漏,大家湊合看.有問題可以留言. ???? 2.論壇排版把我的代碼縮進全弄沒了,大家將代碼粘貼到arduino編譯器,然后按ctrl+T重新格式化代碼格式即可看的舒服. 一、什么是PWM PWM 即Pulse Wavelength M...
上傳時間: 2013-10-08
上傳用戶:dingdingcandy
資源簡介:注:1.這篇文章斷斷續續寫了很久,畫圖技術也不精,難免錯漏,大家湊合看.有問題可以留言. ???? 2.論壇排版把我的代碼縮進全弄沒了,大家將代碼粘貼到arduino編譯器,然后按ctrl+T重新格式化代碼格式即可看的舒服. 一、什么是PWM PWM 即Pulse Wavelength M...
上傳時間: 2013-10-23
上傳用戶:mqien
資源簡介: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
上傳用戶:糖兒水嘻嘻
資源簡介:TLC2543是TI公司的12位串行模數轉換器,使用開關電容逐次逼近技術完成A/D轉換過程。由于是串行輸入結構,能夠節省51系列單片機I/O資源;且價格適中,分辨率較高,因此在儀器儀表中有較為廣泛的應用。 TLC2543的特點 (1)12位分辯率A/D轉換器; (2)在...
上傳時間: 2013-11-19
上傳用戶:shen1230
資源簡介:對應程序: #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar code tab[]={ 0x81, 0x42, 0x24, 0x18, }; void delay(uint z) { uint i,j; for(i=z;i>0;i--) for(j=120;j>0;j--); } void init() { P0=0x00; ...
上傳時間: 2014-01-17
上傳用戶:ruan2570406
資源簡介:詞法分析程序,可對以下的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
資源簡介:/* ?* _168ZHONGDUAN2.c ?* ?* Created: 2014/11/2 15:12:45 ?* ?Author: lenovo ?*/? #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic....
上傳時間: 2016-03-03
上傳用戶:彥 yan
資源簡介:/****************************************************************? ? ? ? ? ? ? ? ? 外部晶振8M? ? ? ? ? ? ? ? ? PA0~3:四位數碼管的位選? ? ? ? ? ? ? ? ? PB0~7:數碼管的8位段選? ? ? ? ? ? ? ? ? 外部中斷0用...
上傳時間: 2016-03-09
上傳用戶:彥 yan