linux经典教程,Neil Matthew 和Richard Stones世界知名的Linux/UNIX专家,有数十年Linux/UNIX开发经验和从业经历。他们使用过几乎所有UNIX版本,并精通C/C++、LISP、Fortran、Perl、Tcl和Prolog等各种语言。他们从事过各种软件项目,从实时嵌入式系统到会计系统和零售信息系统
上传时间: 2013-07-16
上传用户:yiwen213
Turbo C 实用大全 作者:徐金梧
标签: TurboC
上传时间: 2013-05-25
上传用户:handless
A complete design for a data acquisition card for the IBM PC is detailed in this application note. Additionally, C language code is provided to allow sampling of data at speed of more than 20kHz. The speed limitation is strictly based on the execution speed of the "C" data acquisition loop. A "Turbo" XT can acquire data at speeds greater than 20kHz. Machines with 80286 and 80386 processors can go faster than 20kHz. The computer that was used as a test bed in this application was an XT running at 4.77MHz and therefore all system timing and acquisition time measurements are based on a 4.77MHz clock speed.
上传时间: 2013-10-29
上传用户:BOBOniu
串口
上传时间: 2013-11-04
上传用户:xiaoyuer
include "macrodefine.h"#include "lpc2294.h" //ADS1210初始化子程序void AD_Init(void){ Delayus(2); SPI1_Communation(0x64); SPI1_Communation(0x72); //单极性,SDOUT独立,先MSB,REF使用内部 SPI1_Communation(0x20); //自校准模式,增益1,通道0 SPI1_Communation(0x87); //TURBO=16, SPI1_Communation(0xa0); //数据更新率100}//读取ADS1210转换结果子程序uint32 Read_AD_Data(void){ uint8 i=0; uint8 Data_Temp[3]; uint32 Result_HEX=0; Delayus(1); SPI1_Communation(0xc0); for(i=0;i<3;i++) { Data_Temp[i] =SPI1_Communation(0xff); }
上传时间: 2013-10-10
上传用户:suicone
OFDM是无人机高速遥测信道中的主要传输技术之一,但是OFDM系统的主要缺陷之一是具有较高的峰均比。文中研究了一种信道纠错编码与迭代限幅滤波算法(Repeated Clipping and Filtering,RCF)相结合的峰均比抑制方案。仿真结果表明,RCF算法能够实现峰均比的有效抑制,卷积编码和Turbo编码能够有效抑制RCF算法产生的限幅噪声,降低系统误码率。
上传时间: 2013-10-09
上传用户:sunshie
本书是c语言的设计者之一dennis m.ritchie和著名的计算机科学家brian w.kernighan合著的一本介绍c语言的权威经典著作。我们现在见到的大量论述c语言程序设计的教材和专著均以此书为蓝本。
上传时间: 2013-10-10
上传用户:sunchao524
学习C语言的程序
上传时间: 2013-12-23
上传用户:1595690
学习C语言的程序
上传时间: 2013-11-11
上传用户:weiwolkt
一个计算圆周率的自编程序(带原码)。可以计算40000位以内的圆周率。经过充分优化,速度非常快。 开发平台:turbo-pascal 7.0, 嵌入汇编。
上传时间: 2015-01-13
上传用户:ynwbosss