资源列表
CarsoftInterface
- Hello all, this is an Carsoft diagnostic interface for BMW. You can build your own and can retrive the hex file from me (nsittiop@yahoo.com)
ns-2.30_eurane-1.12.diff
- umts module source code for ns2
USB
- USB枚举的详细流程 对新手很好的概念介绍-Detailed flow USB enumeration, the green hand to introduce the concept of good
MUD
- DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较-DS-spread spectrum system, the noise is additive white Gaussian noise, the traditional single-user detection, the linear decorrelating multiuser detection and MMSE Multiuser Detecti
mud
- 注意:刚上传的不完整,以这个为准 (在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较)-In DS-spread spectrum system, the noise is additive white Gaussian noise, the traditional single-user detection, the linear decorrelating multiuser detection and
DSP2005lianxi
- DSP数字信号处理综合试卷,对复习具有很好的指导作用
Paradigm_UPS_protocol
- Paradigm系列UPS后台通讯协议,文档为艾默生UPS通讯协议,可做协议开发参考-无
AT_commands
- AT commands how to use for modem. Also describes format of commands and how to use them.
WiMAX-C80216-02_05
- WiMAX,802.16协议的介绍。如果想了解3G以后的技术,可以参考。-WiMAX, 802.16 Introduction of the protocol. If you want to know the future of 3G technology, can refer to.
dvbt30
- dvb-t调制板电路原理图,ep2c70+ad9857-dvb-t,ad9857,ep2c70
lundu
- 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在各自队列中。 3轮船到达时,根据两个队列的情