代码搜索结果
找到约 10,000 项符合
Input 的代码
l.txt
this ia s input disk file.
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.
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)
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
readme.txt
DvorakSIP readme
=================
The soft input panel (SIP) was designed to support user-defined input mechanisms. By default, it includes a standard keyboard, a block recognizer, and letter recog
zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.1.4, March 11th, 2002
Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
This software is provided