搜索结果
找到约 337 项符合
COMpiler 的查询结果
按分类筛选
- 全部分类
- 编译器/解释器 (79)
- 单片机开发 (34)
- 微处理器开发 (21)
- 其他书籍 (18)
- 其他 (16)
- 其他嵌入式/单片机内容 (14)
- Java编程 (12)
- 书籍 (11)
- 电子书籍 (10)
- 软件设计/软件工程 (9)
- 嵌入式/单片机编程 (9)
- Linux/Unix编程 (8)
- 单片机编程 (5)
- VHDL/FPGA/Verilog (5)
- matlab例程 (5)
- 汇编语言 (5)
- VC书籍 (5)
- 嵌入式Linux (4)
- 编辑器/阅读器 (4)
- 技术资料 (4)
- 通讯编程文档 (3)
- uCOS (3)
- 人工智能/神经网络 (3)
- 数学计算 (3)
- 可编程逻辑 (2)
- 书籍源码 (2)
- 游戏 (2)
- 数值算法/人工智能 (2)
- Java书籍 (2)
- 系统设计方案 (2)
- Oracle数据库 (2)
- Windows CE (2)
- 文件格式 (2)
- 精品软件 (2)
- IC设计软件 (1)
- 集成开发环境 (1)
- 技术书籍 (1)
- EDA相关 (1)
- 教程资料 (1)
- Mentor (1)
- PCB相关 (1)
- 压缩解压 (1)
- USB编程 (1)
- 网络 (1)
- 串口编程 (1)
- Windows Mobile (1)
- 技术管理 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 文章/文档 (1)
- DSP编程 (1)
- 软件工程 (1)
- 行业发展研究 (1)
- 手机短信编程 (1)
- 多国语言处理 (1)
- 接口技术 (1)
- Delphi/CppBuilder (1)
- 源码/资料 (1)
- 行业应用文档 (1)
- DSP工具/软件 (1)
- 软件 (1)
VHDL/FPGA/Verilog To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. Thes
To increase simulation speed, ModelSim&reg 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 ...
编译器/解释器 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
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 ...
软件设计/软件工程 在为Linux开发应用程序时
在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵 ...
数学计算 Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operati
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 sour ...
单片机开发 This section describes the eSOAP toolkit demo package. It consists of the eSOAP runtime for MS Win
This section describes the eSOAP toolkit demo package. It consists of the eSOAP
runtime for MS Windows, the demo version of the esoapcg compiler and some
source code examples to help developers learning how to use the toolkit
( run-time ) and how to specify service interfaces using the esoap code ...
其他 As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some task
As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us ...
单片机开发 build a modbus client/server for use on the Protocessor (from FieldServer Technologies) Tools Req
build a modbus client/server for use on the Protocessor (from FieldServer Technologies)
Tools Required:
1. Microchip MCC18 compiler.
2. ICD2 debugger (or other device to program your PIC)
3. Protocessor hardware.
单片机开发 欢迎进入嵌入式编程和微控制器应用的世界!使用日益流行且价格适宜的Atmel AVR嵌入式控制器作为学习平台
欢迎进入嵌入式编程和微控制器应用的世界!使用日益流行且价格适宜的Atmel AVR嵌入式控制器作为学习平台,本书是目前可以获得的最佳—书籍之一。对于初学者,本书将会是极好的选择。随着对Atmel AVR RISC处理器的介绍,读者会立即进入嵌入式C语言教程之中。在本书中,读者将学习C语言的变量和常量、运算符和表达式、控制语句 ...
数学计算 The program md.f implements a simple molecular dynamics simulation in continuous real space. The vel
The program md.f implements a simple molecular dynamics simulation in continuous real space. The velocity Verlet algorithm is used to implement the time stepping. The force and energy computations are performed in parallel, as is the time integration. (The program uses some Fortran90 features, so an ...
Linux/Unix编程 CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applic
CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applications. CForms applications can run on nany type of library supported by the "curses" library. CForms uses a language-based design to define forms. An application may contain C source modules, field p ...