代码搜索:输出数据
找到约 10,000 项符合「输出数据」的源代码
代码结果 10,000
www.eeworm.com/read/387736/8657246
sql 客房预约单数据表.sql
www.eeworm.com/read/431651/8664002
ppt 4.创建数据库.ppt
www.eeworm.com/read/387254/8698001
doc 我的数据库实验.doc
www.eeworm.com/read/430779/8728361
rtl 实时数据报表.rtl
www.eeworm.com/read/287058/8728820
pdf chapter4 数据链路层.pdf
www.eeworm.com/read/286986/8733720
doc 数据要求说明书(d).doc
www.eeworm.com/read/430645/8736487
txt 测试数据6保留字.txt
int if while else read write real
int if;
int*if;
intif
int_if
/*以下为错误的保留字*/
int&if
&int
int_
5int
www.eeworm.com/read/430530/8740156
pdf spce061a中文数据手册.pdf
www.eeworm.com/read/286683/8749264
ppt 对数据库的操作.ppt
www.eeworm.com/read/430116/8765494
txt 原始数据的光滑处理.txt
%这种方法稍微好一些
clear
x=input('请输入数据');
n=length(x);
for i=2:n-1
y(i)=(x(i)*2+x(i-1)+x(i+1))/4;
end
y(1)=x(1);y(n)=x(n);
n=length(y);
yy=ones(n,1); %这里是说yy是一个n行1列的列阵
yy(1)=y(1);
for i=2:n