代码搜索:数据卡
找到约 10,000 项符合「数据卡」的源代码
代码结果 10,000
www.eeworm.com/read/137140/13343686
java app7_4.java
// app7_4, 圆形类CCircle
class CCircle //定义类CCircle
{
double pi=3.14; // 将数据成员赋值初值
www.eeworm.com/read/136685/13366246
m exm06064_1.m
figure(2);surf(peaks) %在2号图形窗中生成图形
f=getframe(2); %捕获2号窗的图形数据
figure(1) %打开1号窗
image(f.cdata);colormap(f.colormap) %在1号窗中,重现图形。
www.eeworm.com/read/319387/13452825
txt usb.txt
基于USB总线的高速数据采集系统
摘要:介绍了一种基于USB总线的高速数据采集系统,讨论了USB控制器EZ-USBFX2
www.eeworm.com/read/319335/13453628
m exm06064_1.m
figure(2);surf(peaks) %在2号图形窗中生成图形
f=getframe(2); %捕获2号窗的图形数据
figure(1) %打开1号窗
image(f.cdata);colormap(f.colormap) %在1号窗中,重现图形。
www.eeworm.com/read/313255/13591269
m expjianyan.m
N=100; % 数据长度
tht=10; % 参数thita
x=exprnd(tht,1,N); % 服从指数分布的数据
x1=sort(x);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 累积理论分布F(x)
tht0=mean(x); % 估计理论参数值
for
www.eeworm.com/read/312610/13607835
txt 例8.2.txt
例8.2调用函数时的数据传递。
main()
{int a,b,c;
scanf("%d,%d",&a,&b);
c=max(a,b);
printf("Max is%d",c);
}
max(int x,int y)/
www.eeworm.com/read/311481/13630300
txt 标题.txt
一、安装 .doc
二、创建数据库 .doc
三、启动关闭数据库.doc
四、存储结构.doc
五、oracle软体结构.doc
六、卸载oracle.doc
七、OEM概述.doc
八、表 .doc
九、安全(一).doc
www.eeworm.com/read/308467/13700642
m frame_syn.m
len=100; %每帧的数据长度
n=3; %进行仿真的帧数
c=[1 1 1 -1 -1 1 -1]; %巴克码
for i=1:n
s(i,:)=randsrc(1,len); %产生每周的信源数据
end
r=[c s(1,:) c s(2,:) c s(3,:)]; %将巴克码插入信源数据中
thr=6; %判决门限,