代码搜索结果
找到约 10,000 项符合
Input 的代码
main1.m
x=input('Please input x=:');
y=input('Please input y=:');
[rho,the]=tran(x,y);
rho
the
readme
$Id: README,v 1.11 2003/08/29 05:43:00 dwalters Exp $
-- Open Automaton Project: http://oap.sourceforge.net --
INPUT MODULE INTRODUCTION
-------------------------
This README covers the source code
e0527.m
n=input('Please input n? ')
syms x y;expand((x+y)^n)
mdata.inc
INPUT .sect "INPUT"
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word -8000
.wor
testvector.m
function [ output ] = testVector( input )
input
output = input + 1;
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
proj.1
.\" release 4
.nr LL 5.5i
.ad b
.hy 1
.TH PROJ 1 "2000/03/21 Rel. 4.4"
.SH NAME
proj \- forward cartographic projection filter
.br
invproj \- inverse cartographic projection filter
.SH SYNOPSIS
.B pr
mdata.inc
INPUT .sect "INPUT"
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word -8000
.wor