此文件是PCI9054的驱动程序,采用DMA模式进行数据采集.是基于PCI总线的PC机AD转换子系统设计的详细方案
上传时间: 2014-11-18
上传用户:change0329
该文件是DM642的PCI方面的开发DDK,对开发DM642驱动有帮助
上传时间: 2013-12-15
上传用户:aa54
本书全面而系统的介绍了安装和配置Thiz Server、Lnux常用命令、Shell操作与简易编程、使用Vi编辑器、Linux的引导过程及原理、软件安装及RPM的使用、配置和使用X Window、用户和用户组管理、进程管理、文件管理等相关内容。
上传时间: 2016-06-26
上传用户:invtnewer
这个是在Visual 6.0下的插件 named as Visual Assist X,安装到VS下,对代码编辑很有用处。
上传时间: 2013-12-10
上传用户:gaojiao1999
PCI调试笔记,包含各种调试遇到的问题,给出如何解决问题
上传时间: 2013-12-11
上传用户:rocketrevenge
PCI总线读写源码,写驱动程序的一个好的样例.
上传时间: 2014-01-10
上传用户:xiaoyunyun
This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information. This sample works on both x86 and Alpha platforms, and is 64-bit compliant. It builds with Microsoft® Visual C® 6.0. It does not implement Plug and Play or Power Management.
标签: sample vendor-specific minidriver provides
上传时间: 2013-12-20
上传用户:wyc199288
Volume One: Xlib Programming Manual for Version 11 of the X Window System.
标签: Programming Version Volume Manual
上传时间: 2014-12-02
上传用户:小码农lz
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2014-01-15
上传用户:hongmo
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2013-12-26
上传用户:dreamboy36