S2C2410下IDE驱动开发的文档和源码,对IDE驱动在嵌入式平台的移植很有帮助,少有的文档
上传时间: 2016-06-21
上传用户:z1191176801
Altera的NIOS2SOPC平台上的音乐播放的软件模板。 Quartus 2版本5.0 Nios2 IDE版本5.0 硬件平台自己根据软件构建
标签: 5.0 NIOS2SOPC Quartus Altera
上传时间: 2016-06-23
上传用户:mikesering
本书全面而系统的介绍了安装和配置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
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
求标准偏差 > 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
上传时间: 2016-06-28
上传用户:change0329
求标准偏差 > 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-09-03
上传用户:jjj0202