搜索结果
找到约 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)
其他书籍 Verilog and VHDL状态机设计
Verilog and VHDL状态机设计,英文pdf格式
State machine design techniques for Verilog and VHDL
Abstract : Designing a synchronous finite state Another way of organizing a state machine (FSM) is a common task for a digital logic only one logic block as shown in
engineer. This paper will discuss a var ...
其他 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 ...
其他 Addressbook using double-linked list. This example shows the use of a double-linked list by implemen
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science ...
Windows Mobile There is an example of how to use the LDPC encode/decode with AWGN channel model in files .ldpc_de
There is an example of how to use the LDPC encode/decode with AWGN
channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m.
There are a few parity check matrices available in the code but
you can use other matrices provided you have enough memory to load
them. I suggest checking out matri ...
Java编程 本人大二学习汇编语言程序设计时的全部源代码
本人大二学习汇编语言程序设计时的全部源代码,均已经编译通过生成可执行文件,每个目录是一个程序。希望对学习汇编语言的同志有所帮助。-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 ...
技术资料 CVAVRMAN
CodeVisionAVR is a C cross-compiler, Integrated Development Environment and Automatic Program Generator designed for the Atmel AVR family of microcontrollers.
The program is designed to run under the Windows 95, 98, Me, NT 4, 2000, XP and Vista 32bit operating systems.
The C cross-compiler impleme ...
其他 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 i ...
VHDL/FPGA/Verilog 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
...
其他嵌入式/单片机内容 This is IR (Infra-Red) learn module for home automation system. It can learn IR codes from different
This is IR (Infra-Red) learn module for home automation system. It can learn IR codes from different IR remotes, and then execute any assigned actions controlled by learned IR remote.
This project was developed using Keil 8051 compiler.
Processor - Atmel AT89C51
Frequency - 22.1184 Mhz (described ...
单片机开发 系统下,地球坐标转换的源代码,在WGS-84坐标和北京54坐标之间的一套转换参数,可以全国通用的
系统下,地球坐标转换的源代码,在WGS-84坐标和北京54坐标之间的一套转换参数,可以全国通用的,在每个地方会不一样,因为它们是两个不同的椭球基准。 // WGS2GK.CPP : C++ version of Ottmar Labonde s WGSDHDN3.PAS with CPU time measurement // compile with MS Visual C++ version 6.0 or do the necessary modifications ...