代码搜索:数据输入
找到约 10,000 项符合「数据输入」的源代码
代码结果 10,000
www.eeworm.com/read/319404/13452405
m ex3605.m
%例36-5 离散数据点直接绘图
x=sort(rand(1,10));
y=sort(rand(1,10));
plot(x,y)
www.eeworm.com/read/319404/13452419
m ex0801.m
%例8-1 逻辑类型数据
x=1
xx=true %创建逻辑类型的变量xx,并对其赋值为逻辑真。
yy=false
whos
www.eeworm.com/read/319404/13452476
m ex1504.m
%例15-4 数据相关性分析
x=rand(1,5);y=randn(1,5);
A=rand(3,4);
cov(x)
var(x)
cov(x,y)
cov(A)
corrcoef(x,y)
corrcoef(A)
www.eeworm.com/read/316268/13526505
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/302449/13834698
txt rfc3042.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:安智平(fivestar anzp@xanet.edu.cn)
译文发布时间:2001-4-4
版权:本中文翻译
www.eeworm.com/read/301883/13847113
txt 使用说明.txt
代码名称:取得汉字拼音(首码)
取得汉字的拼音码:如:程序太平洋--->CXTPY,有时做数据库查询时作用很大。
www.eeworm.com/read/301883/13847122
txt 使用说明.txt
代码名称:取得汉字拼音(首码)
取得汉字的拼音码:如:程序太平洋--->CXTPY,有时做数据库查询时作用很大。
www.eeworm.com/read/301533/13857556
txt 使用说明.txt
代码名称:取得汉字拼音(首码)
取得汉字的拼音码:如:程序太平洋--->CXTPY,有时做数据库查询时作用很大。
www.eeworm.com/read/301533/13857566
txt 使用说明.txt
代码名称:取得汉字拼音(首码)
取得汉字的拼音码:如:程序太平洋--->CXTPY,有时做数据库查询时作用很大。