程序清單A中收錄了產生PPM-TH和PAM-DS這兩個信號源的所有函數(shù);程序清單B中收錄了加性高斯白噪聲(AWGN)信道建模,正交和非正交單脈沖PPM-TH接收機結構,以及反極性PAM-DS單脈沖接收機結構仿真所需的所有函數(shù)。
上傳時間: 2013-12-22
上傳用戶:hwl453472107
這是二分法程序。滿足f(a)*f(b)<0d的f(x)在[a,b]區(qū)間的實根。 優(yōu)點:1)程序簡單; 2)對f(x)要求不高,收斂性好。
上傳時間: 2013-12-18
上傳用戶:wpwpwlxwlx
2007高教社杯全國大學生數(shù)學建模競賽題目B題
上傳時間: 2014-01-26
上傳用戶:ayfeixiao
完整龍族的無錯反外掛登陸器,b編譯后直接直接就可以放在客戶端下運行,記主要修改服務端驗證程序和端口
上傳時間: 2013-12-19
上傳用戶:onewq
大數(shù)的模運算。 a^b % m a可以為1000位的大數(shù),b,m在int 范圍內
上傳時間: 2014-01-01
上傳用戶:heart520beat
三種16位整數(shù)運算器的ALU設計方法,調用庫函數(shù)74181(4位ALU),組成串行16位運算器。(用74181的正邏輯) B.調用庫函數(shù)74181和74182,組成提前進位16位運算器。(用74181的正邏輯) 注意:調74181庫設計,加進位是“0”有效,減借位是“1”有效,所以最高位進位或借位標志寄存器要統(tǒng)一調整到高有效 C.用always @,case方式描述16位運算器。
上傳時間: 2013-12-14
上傳用戶:aig85
黑白棋問題 計算機博弈是一種對策性游戲,是人工智能的主要研究領域之一,它涉及人工智能中的搜索方法、推理技術和決策規(guī)劃等.目前廣泛研究的是確定的、二人、零和、完備信息的博弈搜索.
上傳時間: 2014-12-22
上傳用戶:lizhen9880
溫度華氏轉變攝氏 #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
Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).
標簽: Subsequence sequence Problem Longest
上傳時間: 2016-12-08
上傳用戶:busterman