代码搜索结果

找到约 10,000 项符合 Input 的代码

main1.m

x=input('Please input x=:'); y=input('Please input y=:'); [rho,the]=tran(x,y); rho the

lmmin.c

/* * Project: LevenbergMarquardtLeastSquaresFitting * * File: lmmin.c * * Contents: Levenberg-Marquardt core implementation, * and simplified user interface. * * Authors: Burto

zlib.h

/**************************************************************************** ** Copyright (c) 2004, UTStarcom, Inc. ** All Rights Reserved. ** ** Subsystem : all modules ** File

functiontobetested.m

function Output=FunctionToBeTested(Input) Output=Input.^2;

l.txt

this ia s input disk file.

l.txt

this ia s input disk file.

l.txt

this ia s input disk file.

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

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)