Embest S3C44B0X Evaluation Board RTC Test Example RTC Check(Y/N)? y Set Default Time at 2004-12-31 FRI 23:59:59 Set Alarm Time at 2005-01-01 00:00:01 ... RTC Alarm Interrupt O.K. ... Current Time is 2005-01-01 SAT 00:00:01 RTC Working now. To set date(Y/N)? y Current date is (2005,01,01, SAT). input new date (yy-mm-dd w): 5-2-23 3 Current date is: 2005-02-23 WED RTC Working now. To set time(Y/N)? y Current time is (00:00:21). To set time(hh:mm:ss): 19:32:5 Current Time is 2005-02-23 WED 19:32:
標(biāo)簽: Evaluation RTC S3C44B0X Default
上傳時(shí)間: 2014-01-03
上傳用戶(hù):baiom
鄰接矩陣類(lèi)的根是A d j a c e n c y W D i g r a p h,因此從這個(gè)類(lèi)開(kāi)始。程序1 2 - 1給出了類(lèi)的描述。程 序中,先用程序1 - 1 3中函數(shù)Make2DArray 為二組數(shù)組a 分配空間,然后對(duì)數(shù)組a 初始化,以描述 一個(gè)n 頂點(diǎn)、沒(méi)有邊的圖的鄰接矩陣,其復(fù)雜性為( n2 )。該代碼沒(méi)有捕獲可能由M a k e 2 D A r r a y 引發(fā)的異常。在析構(gòu)函數(shù)中調(diào)用了程序1 - 1 4中的二維數(shù)組釋放函數(shù)D e l e t e 2 D
標(biāo)簽: 矩陣
上傳時(shí)間: 2013-12-21
上傳用戶(hù):lanjisu111
人工選擇聚類(lèi)中心,用k-means聚類(lèi)方法對(duì)圖像進(jìn)行分割,效果不錯(cuò)的
上傳時(shí)間: 2013-12-29
上傳用戶(hù):gaojiao1999
A general technique for the recovery of signicant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (including robust clustering) are avoided. Feature space of any nature can be processed, and as an example, color image segmentation is dis- cussed. The segmentation is completely autonomous, only its class is chosen by the user. Thus, the same program can produce a high quality edge image, or pro- vide, by extracting all the signicant colors, a prepro- cessor for content-based query systems. A 512 512 color image is analyzed in less than 10 seconds on a standard workstation. Gray level images are handled as color images having only the lightness coordinate
標(biāo)簽: technique presented features recovery
上傳時(shí)間: 2015-10-14
上傳用戶(hù):410805624
改進(jìn)的Dijkstra尋徑算法,用來(lái)找到從源點(diǎn)到目的節(jié)點(diǎn)的前k條最短路徑
上傳時(shí)間: 2013-12-19
上傳用戶(hù):talenthn
經(jīng)典C語(yǔ)言程序設(shè)計(jì)100例1-10 如【程序1】 題目:有1、2、3、4個(gè)數(shù)字,能組成多少個(gè)互不相同且無(wú)重復(fù)數(shù)字的三位數(shù)?都是多少? 1.程序分析:可填在百位、十位、個(gè)位的數(shù)字都是1、2、3、4。組成所有的排列后再去 掉不滿(mǎn)足條件的排列。 2.程序源代碼: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下為三重循環(huán)*/ for(j=1 j<5 j++) for (k=1 k<5 k++) { if (i!=k&&i!=j&&j!=k) /*確保i、j、k三位互不相同*/ printf("%d,%d,%d\n",i,j,k) } }
標(biāo)簽: 100 10 C語(yǔ)言 程序設(shè)計(jì)
上傳時(shí)間: 2013-12-14
上傳用戶(hù):hfmm633
用Delphi寫(xiě)的一個(gè)簡(jiǎn)單的加密解密算法,具體為:輸入一行字符串,從第n個(gè)字符開(kāi)始,沒(méi)間隔k個(gè)字符取出來(lái),然后把剩下的字符加到取出來(lái)的后面,形成密文,然后再解密
上傳時(shí)間: 2014-01-05
上傳用戶(hù):wcl168881111111
用 Matlab 編程模擬 李薩如曲線(xiàn) 兩互相垂直的,頻率成一定整數(shù)比例關(guān)系的簡(jiǎn)諧振動(dòng)合成,合振動(dòng)為有一定規(guī)則的穩(wěn)定的閉合曲線(xiàn),稱(chēng)李薩如曲線(xiàn)。運(yùn)行程序,令a=pi/3,k=3可得李薩如曲線(xiàn)
上傳時(shí)間: 2015-10-23
上傳用戶(hù):lixinxiang
代入法的啟發(fā)示搜索 我的代碼實(shí)現(xiàn)是:按照自然語(yǔ)言各字母出現(xiàn)頻率的大小從高到低(已經(jīng)有人作國(guó)統(tǒng)計(jì)分析了)先生成一張字母出現(xiàn)頻率統(tǒng)計(jì)表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再對(duì)密文字母計(jì)算頻率,并按頻率從高到低生成一張輸入密文字母的統(tǒng)計(jì)表(B),通過(guò)兩張表的對(duì)應(yīng)關(guān)系,不斷用A中的字母去替換B中的字母,搜索不成功時(shí)就回退,在這里回朔是一個(gè)關(guān)鍵。
上傳時(shí)間: 2015-10-24
上傳用戶(hù):wanqunsheng
設(shè)B是一個(gè)n×n棋盤(pán),n=2k,(k=1,2,3,…)。用分治法設(shè)計(jì)一個(gè)算法,使得:用若干個(gè)L型條塊可以覆蓋住B的除一個(gè)特殊方格外的所有方格。其中,一個(gè)L型條塊可以覆蓋3個(gè)方格。且任意兩個(gè)L型條塊不能重疊覆蓋棋盤(pán)
標(biāo)簽:
上傳時(shí)間: 2013-12-16
上傳用戶(hù):腳趾頭
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1