代码搜索结果
找到约 10,000 项符合
Input 的代码
ex3_20.m
m=input('m=');
p=1:m; p(1)=0;
for i=2:sqrt(m)
for j=2*i:i:m
p(j)=0;
end
end
n=find(p~=0);
p(n)
main1.m
x=input('Please input x=:');
y=input('Please input y=:');
[rho,the]=tran(x,y);
rho
the
inputval.txt
Input Validation Attacks
========================
Written by R a v e N for BSRF (http://blacksun.box.sk)
17/7/2000
"Input Validation Attacks". Some of you may be startled by this term. But, to
l.txt
this ia s input disk file.
pitest.m
clear
N=input('N= ')
%x=rand(1,N);y=rand(1,N);
k=0;
for i=1:N
if rand(1)^2+rand(1)^2
cnt_2.v
module CNT_2(CLK,Q);
input CLK; //
0353-0355.html
Presenting XML:Potential Applications of XML:EarthWeb Inc.-
3.5readme.txt
要点:
将一个数从高位到低位输出。
input
7345621
output
3.13readme.txt
要点:
利用逻辑值提供更多信息
input
55
output
5
3.6readme.txt
要点:
用2的幂次方表示任何一个整数
input
200
output
2(2(2)+2+2(0))+2(2(2)+2)+2(2+2(0))