代码搜索结果
找到约 10,000 项符合
Input 的代码
man.diff
.\" Copyright (c) 1993 Entropic Research Laboratory, Inc. All rights reserved.
.\" @(#)feaop.1 1.3 4/1/97 ERL
.ds ]W (c) 1993 Entropic Research Laboratory, Inc.
.if n .ds - ---
.if t .ds - \(em\h'-0.2
feaop.1
.\" Copyright (c) 1993 Entropic Research Laboratory, Inc. All rights reserved.
.\" @(#)feaop.1 1.3 4/1/97 ERL
.ds ]W (c) 1993 Entropic Research Laboratory, Inc.
.if n .ds - ---
.if t .ds - \(em\h'-0.2
l.txt
this ia s input disk file.
说明.txt
要在D盘根目录下先创建grammar.txt和input.txt
特别是input.txt!!!最好新创建····
zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.0.4, Jul 24th, 1996.
Copyright (C) 1995-1996 Jean-loup Gailly and Mark Adler
This software is provided '
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.
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)