Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C55x John Wiley & Sons, Inc. 2001 By Sen M. Kuo and Bob H. Lee 2.8.1 Experiment 2A - Interfacing C with Assembly Code 2.8.2 Experiment 2B - Addressing Mode Experiments 2.8.3 Experiment 2C - Experiments using TMS320C55x Evaluation Module
標簽: Implementations Applications Experiments Processing
上傳時間: 2016-05-24
上傳用戶:xhz1993
GCC下microC/OS-II 開發(fā)平臺,內(nèi)含microC/OS-II 完整源代碼和邵貝貝版的四個應用程序book.c(有makefile)和相關的pdf(在解壓后的Linux-test文件夾下),適合初學者學習。里面的代碼均經(jīng)過Linux下運行通過。
上傳時間: 2014-01-03
上傳用戶:ljmwh2000
FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the real transforms.
標簽: collection Transform Discrete routines
上傳時間: 2016-08-17
上傳用戶:yoleeson
掌握在uC/OS-II 操作系統(tǒng)下使用ZLG/GUI的基本方法。 1. 啟動 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 個工程 gui_ucos,工程存儲在 uCOS-II 目錄下。 說明:在 uCOS-II 目錄下要保存有 uCOS-II 的移植代碼和內(nèi)核源代碼。 2. 建立 C 源文件 Test .c,編寫實驗程序,保存到 gui_ucos\src 目錄下,然后添加到工程 的 user組中。 3. 復制 ZLG/GUI 文件。把 ZLG_GUI 整個目錄及文件復制到 gui_ucos\SRC 目錄下。 4. 添加 ZLG/GUI 文件。在工程管理窗口中新建一個組 ZLG/GUI,然后在這個組內(nèi)添 加 gui_ucos\SRC\ZLG_GUI下的所有 C 源程序文件和 GUI_CONFIG.H配置文件。 5. 新建驅(qū)動程序,在工程管理窗口中新建一個組 lcd_drive,并將驅(qū)動程序添加到工程 的 lcd_drive組中。驅(qū)動程序文件名比如:LCDDRIVE.c、LCDDRIVE.H,可以保存 在 gui_ucos\SRC 目錄下。 6. 修改 CONFIG.H,增加包含 LCDDRIVE.H 頭文件和 ZLG/GUI 的所有頭文件,如程 序清單 1.3 所示。
上傳時間: 2013-12-21
上傳用戶:wyc199288
UC/OS—II是一種專門為微處理器設計的搶占式實時多任務操作系統(tǒng),具有源代碼公開、可移植性、可裁減性、穩(wěn)定性和可靠性高等特點。由于UC/OS—II是為嵌入式應用編寫的通用軟件,故在具體應用時需根據(jù)不同單片機的特點進行移植,其大部分代碼是用標準C語言所寫.只有與處理器相關的一部分代碼用匯編語言編寫.因而具有很強的移植性,能在從8位到64位單片機以及DSP等超過40種不同構架的微處理器上實現(xiàn)運行。
標簽: 微處理器 實時多任務 操作系統(tǒng)
上傳時間: 2017-02-08
上傳用戶:fanboynet
《uC/os-II 內(nèi)核分析.移植與驅(qū)動程序開發(fā)》隨書光盤中的全部源代碼,全部通過調(diào)試。書中介紹μC/OS-Ⅱ的內(nèi)核分析、移植過程和驅(qū)動程序開發(fā)方法。書中首先以μC/OS-Ⅱ在8051系列單片機上的移植為例子,詳細剖析μC/OS-Ⅱ的內(nèi)核和移植過程;然后以串口通信為例,介紹如何為μC/OS-Ⅱ?qū)崟r內(nèi)核添加設備的驅(qū)動程序;最后介紹μC/OS-Ⅱ在數(shù)字信號處理器[DSP]上的移植,以使讀者進一步加深對μC/OS-Ⅱ的理解。
上傳時間: 2017-03-26
上傳用戶:wlcaption
Organized in a practical problem-and-solution format, More Exceptional C++ picks up where the widely acclaimed Exceptional C++ leaves off, providing successful strategies for solving real-world problems in C++. Drawing from years of in-the-trenches experience, Herb Sutter provides tested techniques and practical solutions for programmers designing modern software systems with C++, from small projects to enterprise applications.
標簽: problem-and-solution Exceptional Organized practical
上傳時間: 2017-04-08
上傳用戶:zhuyibin
Organized in a practical problem-and-solution format, More Exceptional C++ picks up where the widely acclaimed Exceptional C++ leaves off, providing successful strategies for solving real-world problems in C++. Drawing from years of in-the-trenches experience, Herb Sutter provides tested techniques and practical solutions for programmers designing modern software systems with C++, from small projects to enterprise applications.
標簽: problem-and-solution Exceptional Organized practical
上傳時間: 2017-04-28
上傳用戶:阿四AIR
Open source computer vision library in C/C++. Optimized and intended for real-time applications. OS/hardware/window-manager independent.
標簽: Optimized real-time computer intended
上傳時間: 2013-12-28
上傳用戶:wangchong
本文主要研究基于嵌入式實時操作系統(tǒng)uC/OS-11在AM上的移植。從成本、性能和功耗三方面考慮,系統(tǒng)硬件平臺采用ARMTDM微處理器。從系統(tǒng)的穩(wěn)定性、可靠性和資源有效管理的角度,軟件平臺采用實時操作系統(tǒng)uC/OS-II.系統(tǒng)采取軟硬件協(xié)同設計的方法完成整個平臺的構建,全文從硬件平臺、關鍵代碼的設計、操作系統(tǒng)的移植三個方面闡述了基于ARM的嵌入式系統(tǒng)的設計過程。關鍵代碼的設計包括啟動代碼、中斷處理程序、FASH燒寫程序的設計和開發(fā),文中分析了各部分代碼的設計流程,并給出關鍵程序流程圖和部分源碼,是設計嵌入式系統(tǒng)開發(fā)的關鍵部分。在操作系統(tǒng)的移植過程中,實現(xiàn)了嵌入式系統(tǒng)對ARM微處理器的移植,論文介紹了uCOS-11的文件結構和ARMTM的寄存器結構及運行模式,結合具體源代碼討論了操作系統(tǒng)移植的實現(xiàn)流程。整個系統(tǒng)設計完成以后在多刃劍開發(fā)板上進行了試驗,基本達到所要求的各項性能指標。
標簽: 嵌入式 操作系統(tǒng) arm
上傳時間: 2022-06-22
上傳用戶: