代码搜索:2000

找到约 10,000 项符合「2000」的源代码

代码结果 10,000
www.eeworm.com/read/172061/7074848

m jm99a.m

function [x,opt]=jm99a(n,m) %99年中国大学生数学建模竞赛a题:自动化车床问 %参见《数学的实践与认识》2000.1.p36-40 opt=inf; for n=10:5:30 for m=300:10:400 [x0,op]=fmins('jm99afun',[n m]); if op(8)
www.eeworm.com/read/319521/7082029

com 25175.com

关于 25175--你我一起舞 -------------------------------------------------------------------------------- 版本信息:25175学生成绩管理查询系统v2.82 build1118 开发环境:adobe Dreamweaver 8 & editplus2.11 运行要求:1.Windows 2003
www.eeworm.com/read/248951/7085139

mak lcdt.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/208078/7087727

asp savecfg.asp

Save the User Configuration
www.eeworm.com/read/208078/7087729

asp deluser.asp

Delete a User
www.eeworm.com/read/208078/7087953

asp delgroup.asp

Delete a User Group
www.eeworm.com/read/208078/7087956

asp dspuser.asp

Display a User
www.eeworm.com/read/208078/7087962

asp loadcfg.asp

Load the User Configuration
www.eeworm.com/read/105785/7089696

cfg project1.cfg

-$A+ -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J+ -$K- -$L+ -$M- -$N+ -$O+ -$P+ -$Q- -$R- -$S- -$T- -$U- -$V+ -$W- -$X+ -$YD -$Z1 -cg -AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/273052/7102997

m polynomial.m

function ker = polynomial(arg) % POLYNOMIAL % % Construct a polynomial kernel object, % % K(x1, x2) = (x1*x2' + 1).^d; % % Examples: % % % default constructor (quadratic kernel, d = 2