生命遊戲演算法實做 判斷鄰居數量決定下一時間是否出生或死亡 利用到交替陣列和時間差距演算寫法
標簽: 算法
上傳時間: 2016-12-01
上傳用戶:czl10052678
99乘法表 不列出答案為奇數 99乘法表 不列出答案為奇數
標簽: 乘法
上傳時間: 2013-12-24
上傳用戶:yan2267246
編譯器設計 Analysis-Synthesis Model 分析Analysis: 原始程式轉換成階層結構稱為樹(tree),語法樹(syntax tree) 合成Synthesis: 產生目標碼
標簽: Analysis-Synthesis Analysis Model tree
上傳時間: 2016-12-01
上傳用戶:dengzb84
合成孔徑雷達成像RD算法源碼 ,運行是正確的 對學雷達成像的有用
上傳時間: 2016-12-04
上傳用戶:星仔
基於VA7205的充電電路設計. 具電壓,電流和溫度監控功能.
上傳時間: 2016-12-05
上傳用戶:litianchu
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上傳時間: 2014-11-10
上傳用戶:wpwpwlxwlx
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上傳時間: 2013-12-12
上傳用戶:亞亞娟娟123
指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為十六進位輸出格式*/ system("pause") return 0 }
上傳時間: 2013-11-29
上傳用戶:tyler
。對熒光分子成像技術中幾個重要的部分,包括熒光分子探針、成像系統、重建算法等方面的內容和進展做了簡要的描述,并介紹了熒光分子成像技術的應用和發展趨勢。
上傳時間: 2014-01-13
上傳用戶:lo25643
Java設計模式. 目的是學習. Java design pattern for the purpose of learning. JAMES W. COOPER
上傳時間: 2014-09-06
上傳用戶:cc1015285075