代码搜索:输出数据
找到约 10,000 项符合「输出数据」的源代码
代码结果 10,000
www.eeworm.com/read/271021/11012336
txt readme.txt
1、增加现金日记账
2、修改了对作者网页的访问
3、修改了对单价更改相应的出入库相关数据的更新(可选择日期更新相关数据)。
4、增加了对本软件捐赠的按钮。
www.eeworm.com/read/469046/6984163
m 6-10.m
[x y z]=ellipsoid(1,2,3,5,1,10); %椭圆体数据的产生
view(3) %三维视角
surface(x,y,z)
title('椭圆体:中心点(1,2,3),半径(5,1,10)')
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"