* The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blocked debug output. The * debug() function can be used in error message and die * situations.
標簽: initialization debug_init functions and
上傳時間: 2016-07-24
上傳用戶:caozhizhi
絕對好的源碼,DM642上實現了H264算法,在CCS 上編譯通過 NO error
標簽: 源碼
上傳時間: 2016-09-18
上傳用戶:ecooo
LL(1)語法分析器,在任何時候,總控程序都是按照棧頂符號X和當前輸入符號a行事的。對于任何(X,a),總控程序每次都執行下述三種可能的動作之一: 若X=a=’?!瑒t宣布分析成功,停止分析過程; 若X=a≠’#’,則把X從棧頂逐出,讓a指向下一輸入符號; 若X是一個非終結符,則查看分析表M。若M中存放著一條關于X的產生式,那么,首先把X逐出棧頂,然后,把產生式的右部符號按反序一一推進棧,同時做這個產生式相應的語義動作(目前不管)。若M[X,a]中存放著一條出錯標志,則調用出錯診查程序error。
上傳時間: 2013-12-09
上傳用戶:13160677563
Because of the poor observability of Inertial Navigation System on stationary base, the estimation error of the azimuth will converge very slowly in initial alignment by means of Kalmari filtering, and making the time initial alignment is longer. In this paper, a fast estimation method of the azimuth error is creatively proposed for the initial alignment of INS on stationary base. On the basis of the the fast convergence of the leveling error, the azimuth error can be directly calculated. By means of this fast initial alignment method, the time of initial alignment is reduced greatly. The computer simulation results illustrate the efficiency of the method.
標簽: observability Navigation estimation stationary
上傳時間: 2014-01-03
上傳用戶:wuyuying
The MAX481E, MAX483E, MAX485E, MAX487E–MAX491E, and MAX1487E are low-power transceivers for RS-485 and RS-422 communications in harsh environments. Each driver output and receiver input is protected against ±15kV electrostatic discharge (ESD) shocks, without latchup. These parts contain one driver and one receiver. The MAX483E, MAX487E, MAX488E, and MAX489E feature reduced slewrate drivers that minimize EMI and reduce reflections caused by improperly terminated cables, thus allowing error-free data transmission up to 250kbps. The driver slew rates of the MAX481E, MAX485E, MAX490E, MAX491E, and MAX1487E are not limited, allowing them to transmit up to 2.5Mbps.
標簽: MAX transceivers 485 low-power
上傳時間: 2013-12-22
上傳用戶:小寶愛考拉
Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index
標簽: Introduction Thinking Revision Preface
上傳時間: 2014-07-13
上傳用戶:netwolf
The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstations and passed 82 out of 84 test vectors published by CCITT (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, which the G.721 decoder implementation for u-law samples did not pass, may be in error because they are identical to two other vectors for G.723_40.]
標簽: implementations directory reference comprise
上傳時間: 2014-01-22
上傳用戶:Breathe0125
Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is out of the range。
標簽: the probability calculate Produce
上傳時間: 2014-01-10
上傳用戶:moerwang
詞法分析 1、通過設計編制調試一個具體的詞法分析程序,加深對詞法分析原理的理解。并掌握在對程序設計語言源程序進行掃描過程中將其分解為各類單詞的詞法分析方法。 2、編制一個讀單詞過程,從輸入的源程序中,識別出各個具有獨立意義的單詞,即基本關鍵字、標識符、常數、運算符、分隔符五大類。并依次輸出各個單詞的內部編碼及單詞符號自身值。(遇到錯誤時可顯示“error”,然后跳過錯誤部分繼續顯示) 有實驗報告
上傳時間: 2014-07-06
上傳用戶:Zxcvbnm
實現編譯器的詞法分析,從輸入的源程序中,識別出各個具有獨立意義的單詞,即基本保留字、標識符、常數、運算符、分隔符五大類。并依次輸出各個單詞的內部編碼及單詞符號自身值。(遇到錯誤時可顯示“error”,然后跳過錯誤部分繼續進行)
上傳時間: 2016-12-01
上傳用戶:小眼睛LSL