This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up. Code generation requires TASM to assemble the compiler output you can use the borland TLINK to produce executables, or the Watcom WLINK can also be used. PMODE systems written by TRAN are used for the DPMI interface.
标签: generation generates compiler fairly
上传时间: 2016-08-01
上传用户:sxdtlqqjl
可编程并行接口8255A完成的交通灯实验 用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮,输出为1则灭),模拟十字路口的交通灯。 -programmable parallel interface 8255A completed, the traffic lights experimental 8255A port B and C - I control 12 LED bright and methomyl (output of 0-liang, the output of an anti), the simulation of traffic lights at a crossroads.
上传时间: 2016-08-13
上传用户:来茴
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically.
标签: computations high-level primarily numerical
上传时间: 2014-01-07
上传用户:星仔
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII hex value of that character.
标签: demonstrates c8051f340 C8051F340 configure
上传时间: 2013-12-25
上传用户:lepoke
一篇优秀的博士论文,题目是 A particle swarm optimization based behavioral and probabilistic fire evacuation model incorporating fire hazards and human behaviors
标签: probabilistic optimization behavioral evacuation
上传时间: 2013-12-22
上传用户:waitingfy
Full compliance with the USB Specification v1.1 and USB CDC v1.1 Support the RS232 Serial interface Support automatic handshake mode Support Remote wake-up and power management 256 bytes buffer each for upstream and downstream data flow Support default ROM or external EEPROM for device configuration On chip USB transceiver On chip crystal oscillator running at 12M Hz Supports Windows 98/SE, ME, 2000, XP, Windows CE3.0, CE .NET, Linux, and Mac OS 28 Pins SOIC package 28
标签: Specification compliance 1.1 USB
上传时间: 2016-08-21
上传用户:dapangxie
This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University. The purpose of this simulator is to give some concrete idea of how SC-FDMA system works. It does lack many realistic and sophisticated features such as channel coding, time-varying fading channel model, soft decision decoding, etc. Regardless, I am hoping that it will help you understand SC-FDMA which is a fairly new development in 3GPP LTE.
标签: simulator This baseband upcoming
上传时间: 2016-08-26
上传用户:小草123
//通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7
标签: define unsigned include 18B20
上传时间: 2014-01-19
上传用户:Andy123456
国外的人才求职招聘最新版,找了很久的,还在调试中,旧版本说明如下PHP写的一个人力资源管理系统的源码:系统采用模块话的设计,此文件解压到php的环境下,直接访问就可以,需要建立一个mysql数据库数据库名为orangeHRM,并建立一个用户。然后直接访问http://localhost/orangehrm就ok!-PHP write a human resources management system of Source : System is modular case design, This document to extract php environment, we can directly access, need to establish a database mysql database called orangeHRM, and the establishment of a user. Then directly on the visit http://localhost/orangehrm ok!
标签:
上传时间: 2016-09-04
上传用户:youmo81
常用串行EEPROM的编程应用,SPI总线(Serial Peripheral Interface串行外围设备接口总线)是三线式的串行总线,是由摩托罗拉公司所研发,使用三线进行数据传输,分别是SCK时钟引脚,SI数据输入引脚和SO数据输出引脚。
上传时间: 2013-12-21
上传用户:894898248