搜索结果

找到约 373 项符合 Compiler 的查询结果

其他书籍 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 ...
https://www.eeworm.com/dl/542/200846.html
下载: 145
查看: 1083

其他 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 ...
https://www.eeworm.com/dl/534/252690.html
下载: 200
查看: 1094

其他 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 ...
https://www.eeworm.com/dl/534/134191.html
下载: 129
查看: 1101

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 ...
https://www.eeworm.com/dl/677/199088.html
下载: 166
查看: 1099

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 ...
https://www.eeworm.com/dl/633/380528.html
下载: 129
查看: 1041

技术资料 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 ...
https://www.eeworm.com/dl/927208.html
下载: 3
查看: 2638

其他 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 ...
https://www.eeworm.com/dl/534/376276.html
下载: 21
查看: 1054

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 ...
https://www.eeworm.com/dl/663/389049.html
下载: 54
查看: 1061

其他嵌入式/单片机内容 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 ...
https://www.eeworm.com/dl/687/446643.html
下载: 144
查看: 1107

单片机开发 系统下,地球坐标转换的源代码,在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 ...
https://www.eeworm.com/dl/648/134682.html
下载: 179
查看: 1579