搜索结果
找到约 280 项符合
overlapped-add 的查询结果
驱动编程 The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is c
The Lite Evaluation/Demonstration Kit is intended to illustrate use of the
AN3042. The AN3042 is compliant to the PCI 2.1 Local Bus specification.
Included in the kit is a PCI add-in card, Windows drivers, demonstration
applications, and documentation of the hardware and software provided. The
m ...
嵌入式Linux 2410一些基本试验的源码
2410一些基本试验的源码,包括定时、外部中断、pwm、watchdog、实时时钟等。将src文件夹中的有关部分add到ADS1.2下即可。
matlab例程 matlab 常用命令
matlab 常用命令,如:hold on 用于保留当前图形和当前坐标轴属性,后面的图形命令只能在当前存在的坐标轴中增加图形,即设置当前坐标轴属性NexPlot为add,
matlab例程 使用须知 1. 文件夹 两个文件夹:Mbook和Mfiles。 Mbook文件夹:存放可以用于教学或自学的Mbook形式的文档。 MFiles文件夹:存放所有例题的M文件
使用须知
1. 文件夹
两个文件夹:Mbook和Mfiles。
Mbook文件夹:存放可以用于教学或自学的Mbook形式的文档。
MFiles文件夹:存放所有例题的M文件,保存的文件名为“Ex+章+序号.m”、“Ex+章+序号.fig”、“Ex+章+序号.mdl”或“Ex+章+序号.doc”。
2. 使用前的准备
(1)软件需要安装Office2000 和MATLAB6.5。
(2) 将文件夹 ...
数学计算 MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or component
MATFOR FFT Visual Fortran program.
MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MAT ...
通讯/手机编程 一款用JAVA制作开发的小型聊天软件
一款用JAVA制作开发的小型聊天软件,里面附有安装程序和JAVA源代码。
Visual Chat 1.91 Developer Edition
- Customize the Visual Chat code regarding your own requirements
- Use customchatdev.html for developing / testing
- Create .jar and .cab-files containing client-specific .class-files and the images- ...
SQL Server Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as
Of the password is:
Server: "1."
Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85"
Database: "xzxq".
I made the changes:
1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line)
2, co ...
驱动编程 This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver
This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities.
This driver ...
Java书籍 package query public class LinkQuery { private Node front private Node vear public Link
package query
public class LinkQuery
{
private Node front
private Node vear
public LinkQuery()
{
this.front=null
this.vear=null
}
public void add(int i)
{
Node newNode=new Node(i)
if(vear==null && front==null)
{
vear=newNode
front=newNode
return
}
vear.next=ne ...
通讯/手机编程 文件来源: 我的毕设 仿真结果: 在窄带Rayleigh快衰落信道下几种检测方法的误码率性能比较 说 明: 参数tx
文件来源: 我的毕设
仿真结果: 在窄带Rayleigh快衰落信道下几种检测方法的误码率性能比较
说 明: 参数tx,rx,L,EbN0可以根据需要更改。
tx,rx是收发天线数,根据需要取值就好了,一般研究2发2收和4发4收
EbN0是信噪比取值范围,根据需要选择吧。取得点多当然算得慢。
L影响结果的波动性和误码率所能达到的下限,L值 ...