搜索结果
找到约 373 项符合
Compiler 的查询结果
按分类筛选
- 全部分类
- 编译器/解释器 (79)
- 技术资料 (35)
- 单片机开发 (35)
- 微处理器开发 (21)
- 其他书籍 (18)
- 其他 (16)
- 其他嵌入式/单片机内容 (14)
- Java编程 (12)
- 书籍 (11)
- 电子书籍 (10)
- 嵌入式/单片机编程 (9)
- 软件设计/软件工程 (9)
- Linux/Unix编程 (8)
- VHDL/FPGA/Verilog (7)
- 单片机编程 (5)
- 汇编语言 (5)
- matlab例程 (5)
- VC书籍 (5)
- 编辑器/阅读器 (4)
- 嵌入式Linux (4)
- 数学计算 (3)
- 通讯编程文档 (3)
- uCOS (3)
- 人工智能/神经网络 (3)
- 精品软件 (3)
- 数值算法/人工智能 (2)
- 书籍源码 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 游戏 (2)
- 文件格式 (2)
- Java书籍 (2)
- Windows CE (2)
- 系统设计方案 (2)
- Oracle数据库 (2)
- 软件 (1)
- PCB相关 (1)
- 行业应用文档 (1)
- 接口技术 (1)
- DSP编程 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 技术书籍 (1)
- 软件工程 (1)
- EDA相关 (1)
- 集成开发环境 (1)
- DSP工具/软件 (1)
- IC设计软件 (1)
- Mentor (1)
- 源码/资料 (1)
- 压缩解压 (1)
- 手机短信编程 (1)
- 串口编程 (1)
- 网络 (1)
- 多国语言处理 (1)
- 技术管理 (1)
- USB编程 (1)
- 文章/文档 (1)
- Delphi/CppBuilder (1)
- Windows Mobile (1)
- 行业发展研究 (1)
Mentor Design Safe Verilog State Machine(Synplicity)
 
One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state machines in the sourcecode, and implement them with either sequential, gray, or one-hot encoding. But alsoperform a reachability ana ...
可编程逻辑 Design Safe Verilog State Machine(Synplicity)
 
One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state machines in the sourcecode, and implement them with either sequential, gray, or one-hot encoding. But alsoperform a reachability ana ...
编译器/解释器 c语言编译器
c语言编译器,3.6版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research.microsof ...
单片机开发 The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, s
The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain.
The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module.
The example also shows the efficiency of the ...
单片机开发 电池设计的充电器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Ba
电池设计的充电器
Device : AT90S2333
File name : BC.c
Ver nr. : 1.0
Description : Standalone Battery Charger with AT90S2333 (main program)
Compiler : IAR icca90
Author : Asmund Saetre / Terje Frostad / Dietmar Koenig
Change log : 02.02.2000 Changed to fit Battery Charger refrence
de ...
编译器/解释器 c语言编译器
c语言编译器,跨平台,4.2版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research. ...
单片机开发 UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory alloc
UART I/O and Memory Allocation Example for GNU
The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain.
The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module.
The ...
Java编程 使用GWT的 一个简单的Login示例 GWT是 Google Web Toolkit的简称。 GWT是一个以Java语言为工具
使用GWT的
一个简单的Login示例
GWT是 Google Web Toolkit的简称。
GWT是一个以Java语言为工具,以类似Swing的方式编写UI组件,之后通过GWT Compiler编译
为JavaScritp和HTML在客户端浏览器中运行的一个开发工具和编程模型。
编译器/解释器 本人根据自己的实际情况
本人根据自己的实际情况,并结合编译原理大作业的要求,拟以构建这样的一个编译器——jecc(java extended-c0 compiler):Java虚拟机上的扩充C0编译器
内附详细设计文档、申优答辩PPT等很详细的资料
其他嵌入式/单片机内容 This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND.
This file is distributed in the hope that it will be useful, but WITHOUT
* WARRANTY OF ANY KIND.
*
* Author(s): Ole Saether
*
* DESCRIPTION:
*
* Hello World program. Please note that this program runs the internal 8051
* on the default power up frequency of 4MHz. See ex3c.c for an exampl ...