μC/OS-II調試插件支持μC/OS-II各種設施的觀察。包含任務、信號量、互斥量、郵箱、消息隊列、標志、定時器和存儲區等。同時可自定義刷新時間,動態的刷新各設施的數據顯示,還可以將任務信息保存到日志文件中
上傳時間: 2014-12-28
上傳用戶:shen007yue
主要針對貨車動態稱重系統中大量實時載重數據存取的需求而做的設計。該設計基于ARM9和μC/OS-II相結合的軟硬件平臺,實現了一種SD卡文件系統。SD卡的接口電路采用SD總線模式連接,軟件設計基于嵌入式操作系μC/OS-II ,文件系統的實現參照FAT32規范。實際應用表明,該設計能夠滿足大量數據的存取效率以及文件管理的技術指標。
上傳時間: 2013-11-04
上傳用戶:rlgl123
針對在51單片機上移植實時操作系統μC/OS-II的目的,以μC/OS-II工作原理為基礎,結合51單片機堆棧空間少的情況,采用改變堆棧指針到不同任務寄存器組的方法,通過改變堆棧指針的實驗,得出在堆棧空間較少的情況下,也能夠實現μC/OS-II在51單片機上的運行的結論。
上傳時間: 2013-11-13
上傳用戶:hz07104032
基于Nios-II設計和實現了支持PSTN網絡、Internet網絡的雙網傳真機系統,利用FPGA實現了傳真機系統的多個電路模塊,包括A/D采樣控制邏輯、二值化圖像處理模塊、MH編碼模塊、MH譯碼模塊和CIS掃描、TPH打印、電機控制模塊。基于μC/OS-II、Niche TCP/IP實現了T30協議通信、非實時網絡傳真通信、Tiff文件創建、Tiff文件解析模塊。使用Altera Cyclone EP1C20開發板實現和驗證了整機系統,經過軟硬件聯調,達到了系統設計指標和功能。
上傳時間: 2013-11-13
上傳用戶:xwd2010
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
標簽: Part connections example prolog
上傳時間: 2015-04-24
上傳用戶:ljt101007
嵌入式系統開發 TOPPERS and JSP Kernel Release 1.3 TOPPERS = Toyohashi Open Platform for Embedded Real-Time Systems JSP = Just Standard Profile Kernel
標簽: TOPPERS Toyohashi Embedded Platform
上傳時間: 2013-12-26
上傳用戶:清風冷雨
大家快來下載。這是目前最新管方版本了,Micrium-uCOS-II-V284.zip, 開發和研究者可以通過購買Micrium公司的Jean先生的μC/OS-II的書籍,而得到μC/OS-II源代碼,但是僅可以作為個人和學校學習使用,所有和μC/OS-II直接和間接相關的商業目的行為,必須購買使用μC/OS-II及系列產品的商業授權,包括芯片/單板/系統廠家的任何參考設計,教學設備和最終的產品,如果沒有得到Micrium公司Jean先生簽字的合法授權都是不合法的使用, 這在μC/OS-II的書籍Micrium公司(www.micrium.com)和中國代理商-北京麥克泰軟件公司網站(www.bmrtech.com)上面中有明確規定。
標簽: Micrium-uCOS-II-V 284 zip 家
上傳時間: 2014-01-17
上傳用戶:努力努力再努力
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
Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realizations of , and compute the corresponding sample autocorrelation sequences , and . Compute the average autocorrelation sequence as and the corresponding periodogram for . d Compute and plot the average periodogram using the Bartlett method. e Comment on the results in parts (a) through (d).
標簽: zero-mean Generate sequence variance
上傳時間: 2016-03-04
上傳用戶:朗朗乾坤
μC/OS從1992年開始為人們熟悉,到現在已經發展為μC/OS-II。ΜC/OS-II最多支持56個任務,其內核為占先式,總是執行就緒態的優先級最高的任務,并支持Semaphore(信號量)、Mailbox(郵箱)、Message Queue(消息隊列)等多種常用的進程間通信機制。與大多商用RTOS不同的是,μC/OS-II公開所有的源代碼,并可以免費獲得,對商業應用收取少量License費用。
上傳時間: 2016-03-11
上傳用戶:希醬大魔王