代码搜索:数据输入
找到约 10,000 项符合「数据输入」的源代码
代码结果 10,000
www.eeworm.com/read/452266/7443641
m out.m
function Out(Z,n,k)
index = 0;
disp('数据的分类如下所示:')
for j = 1:k
for i =1:n
if(Z(i,j)==1)
index = index +1;
shuju(1,index,j) = i;
end
end
www.eeworm.com/read/443020/7639367
m bernoulli.m
function y=bernoulli(p,n)
%产生数据量为n的贝努利分布,其中p属于(0-1)之间。
%-----------------------
%
u=junyun(n);
y=zeros(1,n);
for i=1:n
if(u(i)
www.eeworm.com/read/438632/7728868
c dir.c
// 红外的发射和接受,数据的采集
// 脉冲间隔发射,用 AD 采集
#include "includes.h"
www.eeworm.com/read/436397/7770569
h listunit.h
struct listUnit//表目中数据部分的结构定义
{
int vertex;//边的终点
int weight;//边的权
};
www.eeworm.com/read/299682/7839514
m bernoulli.m
function y=bernoulli(p,n)
%产生数据量为n的贝努利分布,其中p属于(0-1)之间。
%-----------------------
%
u=junyun(n);
y=zeros(1,n);
for i=1:n
if(u(i)
www.eeworm.com/read/397507/8041581
txt 使用说明.txt
注意:使用源代码时,应首先在C盘的根目录下面创建文件夹C:\Order,然后将数据库文件Order.mdb复制到该文件夹中。
www.eeworm.com/read/296147/8119503
txt 帮助文件.txt
1:发送一组4字节数据:915频段
2:接受4数据,并通过UART 和P2口显示
调试成功 16:10 2007-6-1