Peak-system出品的Pcan適配卡 自帶的vb上位機示例程序 可檢測CAN總線網絡中的數據流
標簽: Peak-system Pcan CAN 適配卡
上傳時間: 2015-12-24
上傳用戶:Shaikh
LL(1)文法使用的是確定的自頂向下的分析技術。LL(1)的含義是:第一個L表明自頂向下分析是從左向右掃描輸入串,第2個L表明分析過程中將使用最左推導,1表明只需向右看一個符號便可決定如何推導,即選擇哪個產生式(規則)進行推導。 LL(1)文法的判別需要依次計算FIRST集、FOLLOW集和SELLECT集,然后判斷是否為LL(1)文法,最后再進行句子分析。
上傳時間: 2015-12-26
上傳用戶:kikye
SImple Microkernel Distributed Operating System,使用GRUB引導的實驗微內核操作系統,代碼短少,便于理解
標簽: Microkernel Distributed Operating SImple
上傳時間: 2015-12-27
上傳用戶:frank1234
Dijkstra算法求最短路徑(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
標簽: System using Collections namespace
上傳時間: 2013-12-29
上傳用戶:liglechongchong
Jtag schematic for embemed system design. It support parallel port connected to jtag.
標簽: schematic connected parallel embemed
上傳時間: 2014-12-05
上傳用戶:chens000
We present a particle filter construction for a system that exhibits time-scale separation. The separation of time-scales allows two simplifications that we exploit: i) The use of the averaging principle for the dimensional reduction of the system needed to solve for each particle and ii) the factorization of the transition probability which allows the Rao-Blackwellization of the filtering step. Both simplifications can be implemented using the coarse projective integration framework. The resulting particle filter is faster and has smaller variance than the particle filter based on the original system. The convergence of the new particle filter to the analytical filter for the original system is proved and some numerical results are provided.
標簽: construction separation time-scale particle
上傳時間: 2016-01-02
上傳用戶:fhzm5658
DESIGN OF A MULTIPLEXING SYSTEM FOR TELEMETRY 個人論文
標簽: MULTIPLEXING TELEMETRY DESIGN SYSTEM
上傳時間: 2016-01-03
上傳用戶:maizezhen
本程序所反應的是在測量中被廣泛應用的全球定位系統(Global Position System)在空間中的形象以及基本的工作原理。GPS由三部分組成:空間部分、地面控制系統以及用戶部分。
標簽: Position Global System GPS
上傳時間: 2014-11-26
上傳用戶:ma1301115706
Specification for conveying ITU-R System B Teletext in DVB bitstreams
標簽: Specification bitstreams conveying Teletext
上傳時間: 2014-02-18
上傳用戶:mikesering
系統測試(System Test, ST)的目的是對最終軟件系統進行全面的測試,確保最終軟件系統滿足產品需求并且遵循系統設計。 系統測試過程域是SPP模型的重要組成部分。本規范闡述了系統測試的規程,該規程的“目標”、“角色與職責”、“啟動準則”、“輸入”、“主要步驟”、“輸出”、“完成準則”和“度量”均已定義。 本規范適用于國內IT企業的軟件研發項目。建議用戶根據自身情況(如商業目標、研發實力等)適當地修改本規范,然后推廣使用。
上傳時間: 2013-12-05
上傳用戶:tedo811