代码搜索:输出数据

找到约 10,000 项符合「输出数据」的源代码

代码结果 10,000
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/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