his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Report-Final.doc: This is the final report of the channel modeling sub-committee. 2. cmx_imr.csv (x=1, 2, 3, and 4) represent the files containing the actual 100 channel realizations for CM1, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp,...) 3. cmx_imr_np.csv (x=1, 2, 3, and 4) represent the files containing the number of paths in each of the 100 multipath realizations. 4. cmx_imr.mat (x=1, 2, 3, and 4) are the .mat files that can be loaded directly into Matlab (TM). 5. *.m files are the Matlab (TM) files used to generate the various channel realizations.
標簽: a-Channel-Modeling-Subcommittee-R following contains folder
上傳時間: 2013-12-21
上傳用戶:hxy200501
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
標簽: government streamline important alphabet
上傳時間: 2015-06-09
上傳用戶:weixiao99
DNA限制性圖譜的繪制方案程序 %采用改進的窮舉法搜索DNA片段排序,data1,data2是傳進來的兩組數(shù)據(jù),由SPDP法中測得 %例如data1=[1 14 12 3 7 8 9 6 11 4 12 3 13 2 5 10] data2=[1 1 2 1 2 2 1 2 3]
上傳時間: 2014-01-19
上傳用戶:wxhwjf
曲譜存貯格式 unsigned char code MusicName{音高,音長,音高,音長...., 0,0} 末尾:0,0 表示結(jié)束(Important) 音高由三位數(shù)字組成: 個位是表示 1~7 這七個音符 十位是表示音符所在的音區(qū):1-低音,2-中音,3-高音 百位表示這個音符是否要升半音: 0-不升,1-升半音。 音長最多由三位數(shù)字組成: 個位表示音符的時值,其對應關系是: |數(shù)值(n): |0 |1 |2 |3 | 4 | 5 | 6 |幾分音符: |1 |2 |4 |8 |16 |32 |64 音符=2^n 十位表示音符的演奏效果(0-2): 0-普通,1-連音,2-頓音 百位是符點位: 0-無符點,1-有符點 調(diào)用演奏子程序的格式 Play(樂曲名,調(diào)號,升降八度,演奏速度) |樂曲名 : 要播放的樂曲指針,結(jié)尾以(0,0)結(jié)束 |調(diào)號(0-11) : 是指樂曲升多少個半音演奏 |升降八度(1-3) : 1:降八度, 2:不升不降, 3:升八度 |演奏速度(1-12000): 值越大速度越快
標簽: MusicName unsigned char code
上傳時間: 2013-12-15
上傳用戶:671145514
這是描述三次方結(jié)尾問題的原程序即給定以數(shù)字1,3,7,9 為結(jié)尾的正整數(shù)x,試求一個十進制位數(shù)不超過x 的十進制位 數(shù)的正整數(shù)y使得x恰為y3的結(jié)尾數(shù)字。
上傳時間: 2013-12-25
上傳用戶:zhangzhenyu
上下文無關文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產(chǎn)生式規(guī)則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結(jié)符,T的元素稱為終結(jié)符,S是一個特殊的非終結(jié)符,稱為文法開始符。 設G=(V, T, S, P)是一個CFG,則G產(chǎn)生的語言是所有可由G產(chǎn)生的字符串組成的集合,即L(G)={x∈T* | Sx}。一個語言L是上下文無關語言(Context-Free Language, CFL),當且僅當存在一個CFG G,使得L=L(G)。 *⇒ 例如,設文法G:S→AB A→aA|a B→bB|b 則L(G)={a^nb^m | n,m>=1} 其中非終結(jié)符都是大寫字母,開始符都是S,終結(jié)符都是小寫字母。
標簽: Context-Free Grammar CFG
上傳時間: 2013-12-10
上傳用戶:gaojiao1999
用python編寫的24點程序,改進后同時可以計算尋找諸如(((1+2)*3-4)+5*6*7+8)*9 = 2007這樣的解法
上傳時間: 2015-09-25
上傳用戶:釣鰲牧馬
作品:算法設計課程作業(yè) 作者:陳興 學號:J04120010 操作說明: 1、最長公共子序列: 用VC6.0打開文件以后輸入一串數(shù)字,按“\”為結(jié)束,輸出結(jié)果。 2、背包問題 用vc6.0打開文件以后按提示操作。 3、殘缺棋盤問題 用vc6.0打開文件以后按提示操作。 4、(3.1和3.2還有3.3) 這個是課本82頁的作業(yè),基本實現(xiàn)了。其中3.2的算法時間復雜度不是nlogn而是n,nlogn的算法沒做出來!
上傳時間: 2014-01-01
上傳用戶:siguazgb
問題描述: 雖然離開浦口了,但在浦口校區(qū)后山大家還都有印象吧,可你知道有一座小山在冬天下大雪的時候是可以滑雪的,SEU很喜歡滑雪,這并不奇怪, 因為滑雪的確很刺激,可是為了獲得速度,滑雪區(qū)域必須向下傾斜,而且當你到底時不得不重新走到上面重滑。SEU想知道在這個區(qū)域中最長的滑坡。區(qū)域由一個二維數(shù)組給出。數(shù)組的每一個數(shù)字表示山坡上一個點的高度。 下面是一個例子: 一個人可以從一個點滑向上下左右相鄰的四個點之一,當且僅當高度減小。在上面的例子中,一條可行的滑坡為24-17-16-1(從24開始,在1結(jié)束)。當然25-24-23-…-3-2-1更長。事實上,這是最長的一條。 輸入要求: 從文件輸入,輸入的第一行為表示區(qū)域的二維數(shù)組的R行數(shù)和C列數(shù)(都在1到100之間)。下面是R行,每行有C個數(shù),代表高度。 輸出要求: 輸出數(shù)據(jù)到文件,輸出區(qū)域中最長滑坡的長度。 輸入樣例: 5 5 1 2 3 4 5 16 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9 輸出樣例:
標簽:
上傳時間: 2013-12-29
上傳用戶:WMC_geophy
Input The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero. Output The output should contains the smallest possible length of original sticks, one per line. Sample Input 9 5 2 1 5 2 1 5 2 1 4 1 2 3 4 0 Sample Output 6 5
標簽: contains The blocks number
上傳時間: 2015-10-27
上傳用戶:lepoke