本源碼是基于SPI的八段數碼管,開發工具是CodeWarrior for ARM Developer Suite即ADS
上傳時間: 2016-10-07
上傳用戶:kelimu
本源碼是關于1602液晶模塊的驅動,開發工具是CodeWarrior for ARM Developer Suite即ADS
上傳時間: 2016-10-07
上傳用戶:ANRAN
本源碼是關于中斷式的串口通訊測試,開發工具是CodeWarrior for ARM Developer Suite即ADS
上傳時間: 2013-12-19
上傳用戶:gyq
最受歡迎的Joomla 社區用戶管理收費插件 Community Builder 1.2 RC2 的電子書,僅提供給付費會員 Community Builder Suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image upload, front-end workflow management, integration with other components, like PMS, Newsletter, Forum, Galleries. Release 1.1 is compatible with all Joomla! 1.0.x (including 1.0.15) and Mambo 4.5.2-4.6.4. New CB version 1.2 RC brings Joomla 1.5 native compatibility (and keeping Joomla 1.0.x and Mambo 4.5.2-4.6.4 native compatibility), multi-criteria user searches, full field controls of core fields, ajax email and username checkers, new lost username/password form and many more features and fixes. Please see announcement on our homepage.
標簽: Community Builder Joomla 1.2
上傳時間: 2016-10-20
上傳用戶:王者A
入門范例。一個通過 44B0 的 UART0輸出字符串“Hello World!”的小程序為例簡單講解一下ADS的初步使用。本范例的閱讀對象是初學者,并假設初學者已經安裝 ADS1.2(ARM Developer Suite)軟。
上傳時間: 2014-01-05
上傳用戶:壞天使kk
ThreadX優秀的硬實時操作系統.This Express Start Guide is designed to help you install and use ThreadX for the Motorola 68332 microprocessor using the Green Hills development Suite. This guide, the readme.txt file on the distribution disk, and Chapter 2 of the ThreadX User Guide contain more detailed information on getting started.
標簽: ThreadX designed Express install
上傳時間: 2014-11-11
上傳用戶:wangzhen1990
基于C++闡述虛擬機編程原理 This guide provides an in-depth look at the construction and underlying theory of a fully functional virtual machine and an entire Suite of related development tools.
標簽: construction underlying provides in-depth
上傳時間: 2017-02-12
上傳用戶:nanxia
VxWorks 6.6 BSP開發執導 This document describes, in general terms, the elements that make up a board support package [BSP], the requirements for a VxWorks BSP, and the general behavior of a BSP during the boot process. This document outlines the steps needed to port an existing BSP to a new hardware platform or to write a new VxWorks BSP for custom hardware using a reference BSP or template BSP as a starting point. It provides hints and tips for debugging a BSP and solving common BSP development problems. It also provides information on the BSP validation test Suite [BSP VTS] that is used to assess the functionality of a VxWorks BSP.
標簽: describes document elements VxWorks
上傳時間: 2017-03-23
上傳用戶:磊子226
Advanced ASIC Chip Synthesis Using Synopsys Design Compiler. This second edition of this book describes the advanced concepts and techniques used towards ASIC chip synthesis, physical synthesis, formal verification and static timing analysis, using the Synopsys Suite of tools.
標簽: Synthesis Advanced Synopsys Compiler
上傳時間: 2017-04-04
上傳用戶:lanwei
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel Suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
標簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01