synopsys dc 中文ppt教材,比較詳細! 可是SYnopsys公司培訓的教材!難得的好東西!對學習Design compiler的人非常有幫助
上傳時間: 2014-11-29
上傳用戶:weixiao99
編譯原理作業,內含可執行程序,實驗報告等。Operating compiler theory, containing the executable, laboratory reports, etc.
標簽: 編譯原理
上傳時間: 2015-11-06
上傳用戶:epson850
一個詞法分析編譯器,可以供學習之用。A lexical analysis compiler can be used for learning,C-C
上傳時間: 2013-12-10
上傳用戶:zhengjian
一個PL/O編譯器,內含可執行程序,大家有用下載著看吧A PL /O compiler,Containing executable. it may be useful to download Look here!C-C
上傳時間: 2015-11-06
上傳用戶:SimonQQ
UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested.
標簽: UCOS original Saether version
上傳時間: 2015-11-14
上傳用戶:ippler8
經修正并驗證過在 IAR MSP430 v3.42A 下編譯正之 uC/OS-II For MSP430F149 的例程(修正一般網站上重復 Define 無法編譯的問題),而且我以于 Simulator 內并設好了 Watch Dog Interrup 及觀測的斷點也設好了,可以直接于 IAR MSP430 下 Compiler 后再進 Debug Mode 執行即可正常執行于 app.c 下的 LED 閃爍任務調度工程.
上傳時間: 2014-11-24
上傳用戶:bruce5996
To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. These include, but are not limited to, mergingprocesses, pulling constants out of loops, clock suppression, and signal collapsing. You control the level of optimization by specifying certain switches when you invoke the compiler.
標簽: optimizations simulation ModelSim increase
上傳時間: 2013-12-25
上傳用戶:pkkkkp
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61
在為Linux開發應用程序時,絕大多數情況下使用的都是C語言,因此幾乎每一位Linux程序員面臨的首要問題都是如何靈活運用C編譯器。目前Linux 下最常用的C語言編譯器是GCC(GNU Compiler Collection),它是GNU項目中符合ANSI C標準的編譯系統,能夠編譯用、C++和Object C等語言編寫的程序。GCC不僅功能非常強大,結構也異常靈活。最值得稱道的一點就是它可以通過不同的前端模塊來支持各種語言,如Java、 Fortran、Pascal、Modula-3和Ada等。開放、自由和靈活是Linux的魅力所在,而這一點在GCC上的體現就是程序員通過它能夠更好地控制整個編譯過程。
上傳時間: 2013-12-22
上傳用戶:TF2015
Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file.
標簽: matrix performing template library
上傳時間: 2016-01-05
上傳用戶:h886166