代码搜索结果
找到约 10,000 项符合
Input 的代码
flex.1
.TH FLEX 1 "26 May 1990" "Version 2.3"
.SH NAME
flex, lex - fast lexical analyzer generator
.SH SYNOPSIS
.B flex
.B [-bcdfinpstvFILT8 -C[efmF] -Sskeleton]
.I [filename ...]
.SH DESCRIPTION
.I flex
is
flexdoc.1
FLEX(1) Minix Programmer's Manual FLEX(1)
NAME
flexdoc - fast lexical analyzer generator
SYNOPSIS
flex [-bcdfinpstvFILT8 -C[efmF] -Sskeleto
flex.1
FLEX(1) Minix Programmer's Manual FLEX(1)
NAME
flex, lex - fast lexical analyzer generator
SYNOPSIS
flex [-bcdfinpstvFILT8 -C[efmF] -Sskele
yacc-docs.txt
http://www.csc.calpoly.edu/~gfisher/450/doc/yacc/paper.txt
Yacc: Yet Another Compiler-Compiler PS1:15-1
Yacc: Yet Another Compiler-Compiler
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
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
l.txt
this ia s input disk file.
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)