UCOS-II官方源碼
標(biāo)簽: uCOSII-ST-STM ZE-SK 103 32
上傳時間: 2013-11-11
上傳用戶:rocketrevenge
題目:利用條件運算符的嵌套來完成此題:學(xué)習(xí)成績>=90分的同學(xué)用A表示,60-89分之間的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b這是條件運算符的基本例子。
上傳時間: 2015-01-08
上傳用戶:lifangyuan12
數(shù)據(jù)庫算法源代碼,一本關(guān)于uCOS-II的經(jīng)典教程,特別適合嵌入式系統(tǒng)開發(fā)的人員
標(biāo)簽: 數(shù)據(jù)庫 算法 源代碼
上傳時間: 2013-12-25
上傳用戶:JasonC
RSA算法 :首先, 找出三個數(shù), p, q, r, 其中 p, q 是兩個相異的質(zhì)數(shù), r 是與 (p-1)(q-1) 互質(zhì)的數(shù)...... p, q, r 這三個數(shù)便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 這個 m 一定存在, 因為 r 與 (p-1)(q-1) 互質(zhì), 用輾轉(zhuǎn)相除法就可以得到了..... 再來, 計算 n = pq....... m, n 這兩個數(shù)便是 public_key ,編碼過程是, 若資料為 a, 將其看成是一個大整數(shù), 假設(shè) a < n.... 如果 a >= n 的話, 就將 a 表成 s 進(jìn)位 (s
標(biāo)簽: person_key RSA 算法
上傳時間: 2013-12-14
上傳用戶:zhuyibin
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** RELEASE NOTES *** *** *** *** ***** *** *** *** *** *** *** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- --- ---- The release notes are now provided in PDF format in the file: \SOFTWARE\uCOS-II\DOC\RelV251.PDF 2) FEATURES SINCE V2.00: --- --- --- ----- All the features added since V2.00 are described in the PDF file: \SOFTWARE\uCOS-II\DOC\NewV251.PDF 3) EVENT FLAGS: -------------- Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm) 4) QUICK REFERENCE CHART: ------------------------ A Quick Reference Chart for all the functions in V2.51 is provided in the following .PDF files: \SOFTWARE\uCOS-II\DOC\QuickRefChartV251-Color.PDF Once printed, simply FOLD the page in half and if you have a LAMINATION machine, you can protect the chart by laminating it.
上傳時間: 2015-04-06
上傳用戶:zq70996813
usb host在ARM7上的實現(xiàn),其中包含了uCOS-II在ARM7上的移植,實現(xiàn)了對U盤的讀寫。
上傳時間: 2013-12-15
上傳用戶:拔絲土豆
基于ARM7的UCOS2基礎(chǔ)實驗,uCOS-II for LPC2131 工程模板
標(biāo)簽: UCOS2 ARM7 基礎(chǔ)實驗
上傳時間: 2015-05-16
上傳用戶:小寶愛考拉
UCOS2的SDMMC卡讀寫模塊,SD/MMC卡讀寫模塊V2.00, 支持SD卡和MMC卡, 支持實時操作系統(tǒng)UCOS-II, 也支持在沒有實時操作系統(tǒng)下使用
上傳時間: 2013-12-31
上傳用戶:xhz1993
自己寫的,基于MIPS4300 64 bitCPU 使用RTC中斷移植的UCOS—II源碼,內(nèi)行人明白其重要性
標(biāo)簽:
上傳時間: 2015-05-19
上傳用戶:Ants
數(shù)字運算,判斷一個數(shù)是否接近素數(shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時間: 2015-05-21
上傳用戶:daguda
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1