ucos在arm芯片lpc上的高效率移植程序
上傳時(shí)間: 2016-05-13
上傳用戶(hù):c12228
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
標(biāo)簽: Description Calculate integer 101000
上傳時(shí)間: 2014-01-25
上傳用戶(hù):tonyshao
printf(" 請(qǐng)輸入%d個(gè)課程的代表值(<%d個(gè)字符):\n" ,(*G).vexnum,MAX_NAME) for(i=0 i<(*G).vexnum ++i) /* 構(gòu)造頂點(diǎn)向量 */ { scanf(" %s" ,(*G).vertices[i].data) (*G).vertices[i].firstarc=NULL } printf(" 請(qǐng)輸入%d個(gè)課程的學(xué)分值(<%d個(gè)字符):\n" ,(*G).vexnum,MAX_NAME) for(i=0 i<(*G).vexnum ++i) /* 構(gòu)造頂點(diǎn)向量 */ {scanf(" %s" ,(*G).verticestwo[i].data) } printf(&quo
標(biāo)簽: vexnum quot MAX_NAME printf
上傳時(shí)間: 2016-08-15
上傳用戶(hù):Avoid98
I had refrained from commenting on the Tibet issue, as I really had nothing new to add. I think I am with the mainstream and informed rationals, Chinese
標(biāo)簽: commenting had refrained nothing
上傳時(shí)間: 2016-08-27
上傳用戶(hù):jing911003
i.MX27_ADS_BSP_15_Windows_Embedded_CE_6_Reference_Manual I.MX27 最新的WINCE6.0 BSP使用說(shuō)明文檔
標(biāo)簽: Windows_Embedded_CE Reference_Manual ADS_BSP WINCE
上傳時(shí)間: 2014-07-02
上傳用戶(hù):星仔
已知斐波那契數(shù)列的定義:F(1)=1,F(2)=1,F(i)= F(i-1)+ F(i-2) (i>=3),編寫(xiě)求該數(shù)列前n項(xiàng)的子程序 實(shí)現(xiàn)了輸入一個(gè)數(shù),然后將計(jì)算的結(jié)果保存在存儲(chǔ)器中
標(biāo)簽: 數(shù)列 gt 定義 編寫(xiě)
上傳時(shí)間: 2013-12-21
上傳用戶(hù):風(fēng)之驕子
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 } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //down Knight(i-1,j+2) // board[i][j]=0 step-- }
標(biāo)簽: int Knight printf board
上傳時(shí)間: 2014-01-17
上傳用戶(hù):cxl274287265
設(shè)∑={α1, α2…… αn }是n個(gè)互不相同的符號(hào)組成的符號(hào)集。 Lk={β1β2…βk | βiЄ ∑,1≤i≤k}是∑中字符組成的長(zhǎng)度為k 的全體字符串。 S是Lk的子集,S是Lk的無(wú)分隔符字典是指對(duì)任意的S中元素a1a2…ak, b1b2…bk. {a2a3…akb1, a3a4…akb1b2, ……, akb1b2… bk-1 }∩S=Φ。該算法算法,對(duì)于給定的正整數(shù)n 和k,計(jì)算 Lk的最大無(wú)分隔符字典。
上傳時(shí)間: 2013-12-26
上傳用戶(hù):waitingfy
Prentice Hall 出版的整合linux和windows <b>英文原版<b> 另本人有大量電子書(shū),O Reilly的最多 有需要的朋友在我的個(gè)人空間上給我留言
標(biāo)簽: Prentice windows linux Hall
上傳時(shí)間: 2014-01-22
上傳用戶(hù):JIUSHICHEN
for[i=0 i<XtNumber[items] i++]{ label = XmCreateLabel[rowcolumn, items[i], NULL, 0] XtManageChild[label] textf = XmCreateTextField[rowcolumn, "textf", NULL, 0] XtManageChild[textf] }
標(biāo)簽: items XmCreateLabel rowcolumn XtNumber
上傳時(shí)間: 2017-03-25
上傳用戶(hù):123啊
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1