搜索结果
找到约 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)
单片机开发 Small Device C Compiler 面向Inter8051
Small Device C Compiler 面向Inter8051,Zilog Z80,Dallas 80C390,Motorola HC80等系列单片机的开源C编译器,针对上述产品进行了优化
matlab例程 Matcom是mathTools公司推出的一个能将M文件转化成相同功能C++代码的工具。相比Matlab自带的编译器Compiler
Matcom是mathTools公司推出的一个能将M文件转化成相同功能C++代码的工具。相比Matlab自带的编译器Compiler,用Matcom转化代码要简单和方便得多。本文将结合作者编程经验,以VC6.0和Matcom为例,详细介绍如何利用Matcom进行VC与Matlab的联合编程。 ...
编译器/解释器 用来测试ESL DSP C COMPILER数学函数库是否正确的VC程序
用来测试ESL DSP C COMPILER数学函数库是否正确的VC程序,测试方法,在VC下随机产生函数输入值,并把输入与输出值记录到C:MATH文件中。可以直接用于你所测试的COMPILER。
压缩解压 They have been developed using the AZTEC C86 compiler, and are portable to any other standard C envi
They have been developed using the AZTEC C86 compiler, and are portable to any other standard C environment. I have tested this code with AZTEC CII for the 8080, and with the C compiler on XENIX 286, and they work fine.
编译器/解释器 编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具
编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse(). ...
编译器/解释器 The Small C compiler translates a subset of the C language into assembly language. It runs under P
The Small C compiler translates a subset of the C language into
assembly language. It runs under PC/MS-DOS 2.1 and later. Small
C is compatible with the Microsoft and Small Mac assemblers.
Small C takes full advantage of the ability of these assemblers
to generate relocatable object code, to mai ...
通讯编程文档 Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错
Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错,对学习c语言,了解编译器很有用。
编译器/解释器 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs inc ...
编译器/解释器 KCC , a good c compiler, write by Ken Harrenstien
KCC , a good c compiler, write by Ken Harrenstien
编译器/解释器 OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Archi
OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.