亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Cross-compiler

  • The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

    The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

    標簽: general-performanc benchmarks Dhrystone dhrystone

    上傳時間: 2016-11-30

    上傳用戶:hphh

  • Please read this document before attempting to compile and run the libraries and applications! The p

    Please read this document before attempting to compile and run the libraries and applications! The projects must be compiled in a particular order. Standard support questions are about compiler and/or linker errors that are generated when users try to compile the projects in the wrong order. Other information of interest is available here, so read the entire document fi rst. Wild Magic Version 2.1 is what ships with the fi rst printing of the Game Physics book. Some of the applications that are referenced in the book did not make it onto the CD–ROM for the book. Version 2.2 contains those applications, plus more

    標簽: applications attempting and libraries

    上傳時間: 2014-01-16

    上傳用戶:Late_Li

  • Tiny-C 9.0 You can compile and execute C code everywhere, for example on rescue disks ( about 100KB

    Tiny-C 9.0 You can compile and execute C code everywhere, for example on rescue disks ( about 100KB for x86 TCC executable, including C preprocessor, C compiler, ... http://bellard.org/tcc/

    標簽: everywhere compile execute example

    上傳時間: 2016-12-13

    上傳用戶:佳期如夢

  • 軟件簡介:HI-TECH PICC 是一款高效的C編譯器

    軟件簡介:HI-TECH PICC 是一款高效的C編譯器,支持Microchip PICmicro 10/12/14/16/17系列控制器。是一款強勁的標準C編譯器,完全遵守ISO/ANSI C,支持所有的數據類型包括24 and 32 bit IEEE 標準浮點類型。智能優化產生高質量的代碼。屬于第三方開發工具。能和MPLAB整合,內嵌開發環境(HI-TIDE)。 Hi-tech PICC Compiler v8.注冊碼 Serial: HCPIC-88888 First Name: ONE Last Name: TWO Company Name:ONE TWO Registration: 任意填,但一定要填 Activation: NPCBACMJKLPCADKLOEDBFPIOCIBAEIDI

    標簽: HI-TECH PICC 軟件 C編譯器

    上傳時間: 2016-12-16

    上傳用戶:Andy123456

  • 本人大二學習匯編語言程序設計時的全部源代碼

    本人大二學習匯編語言程序設計時的全部源代碼,均已經編譯通過生成可執行文件,每個目錄是一個程序。希望對學習匯編語言的同志有所幫助。-my sophomore year learning assembly language programming at all the source code, have already generated by compiler executable files, each directory is a process. Want to learn assembly language comrades help.

    標簽: 匯編語言 程序設計 源代碼

    上傳時間: 2013-12-17

    上傳用戶:zmy123

  • 使用GWT的 一個簡單的Login示例 GWT是 Google Web Toolkit的簡稱。 GWT是一個以Java語言為工具

    使用GWT的 一個簡單的Login示例 GWT是 Google Web Toolkit的簡稱。 GWT是一個以Java語言為工具,以類似Swing的方式編寫UI組件,之后通過GWT Compiler編譯 為JavaScritp和HTML在客戶端瀏覽器中運行的一個開發工具和編程模型。

    標簽: GWT Toolkit Google Login

    上傳時間: 2017-01-01

    上傳用戶:gundan

  • This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,

    This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c REM sdcc --iram-size 0x80 t8051.c packihx t8051.ihx > t8051.hex ..\test\mkrom.exe ..\compile\t8051.hex

    標簽: binary compiles converts chain

    上傳時間: 2017-01-07

    上傳用戶:wyc199288

  • 在為 Linux 開發應用程序時

    在為 Linux 開發應用程序時,絕大多數情況下使用的都是 C 語言,因此幾乎每一位 Linux程序員面臨的首要問題都是如何靈活運用 C 編譯器。目前 Linux 下最常用的C 語言編譯器是 GCC(GNU Compiler Collection),它是 GNU項目中符合 ANSI C 標準的編譯系統,能夠編譯用C、C++和Object C 等語言編寫的程序。GCC 不僅功能非常強大,結構也異常靈活。最值得稱道的一點就是它可以通過不同的前端模塊來支持各種語言,如 Java、 Fort ran、Pascal、Modula-3和 Ada等。

    標簽: Linux 應用程序

    上傳時間: 2017-01-28

    上傳用戶:水口鴻勝電器

  • MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising

    MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprised of 2 documents: MPI-1 (published in 1994) and MPI-2 (published in 1996). MPI-2 is, for the most part, additions and extensions to the original MPI-1 specification. The MPI-1 and MPI-2 documents can be downloaded from the official MPI Forum web site: http://www.mpi-forum.org/. Open MPI is an open source, freely available implementation of both the MPI-1 and MPI-2 documents. The Open MPI software achieves high performance the Open MPI project is quite receptive to community input.

    標簽: comprising MPI Interface committee

    上傳時間: 2013-12-22

    上傳用戶:爺的氣質

  • NoteBook Docking Power and Audio Switch Control using Atmel AT89S51 Chip Program by C language Com

    NoteBook Docking Power and Audio Switch Control using Atmel AT89S51 Chip Program by C language Compiler : Keil C 7.20

    標簽: NoteBook language Docking Control

    上傳時間: 2014-01-12

    上傳用戶:海陸空653

主站蜘蛛池模板: 玛曲县| 华蓥市| 左云县| 玉溪市| 静宁县| 华阴市| 南华县| 阳东县| 新蔡县| 盐山县| 镶黄旗| 遂昌县| 上蔡县| 苍南县| 成武县| 吉水县| 拜泉县| 连州市| 藁城市| 当阳市| 荔浦县| 富锦市| 荆州市| 犍为县| 禹州市| 柳河县| 九寨沟县| 章丘市| 邯郸县| 天长市| 台中县| 临猗县| 汶川县| 隆回县| 平远县| 杭锦旗| 阿鲁科尔沁旗| 海林市| 读书| 新邵县| 南安市|