代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/222698/14679735
h msacc8.h
// Machine generated IDispatch wrapper class(es) created with ClassWizard
/////////////////////////////////////////////////////////////////////////////
// IDoCmd wrapper class
class IDoCmd : publ
www.eeworm.com/read/222611/14683803
m chap3_6.m
%Fuzzy Tunning PID Control
clear all;
close all;
a=newfis('fuzzpid');
a=addvar(a,'input','e',[-3,3]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-3,-1]);
a=addmf(a,'
www.eeworm.com/read/222611/14683804
m chap3_4.m
%Fuzzy Controller
clear all;close all;
a=newfis('fuzz_ljk');
f1=1.0;
a=addvar(a,'input','e',[-3*f1,3*f1]); % Parameter e
a=addmf(a,'input',1,'NB','zmf',[-3*f1,-1*f1]);
a=
www.eeworm.com/read/222611/14683811
m chap3_7.m
%Fuzzy Immune PID Control
clear all;
close all;
a=newfis('fuzz_ljk');
f1=10;
a=addvar(a,'input','u',[-f1*1,f1*1]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-f1*1,f1*1]);
a=a
www.eeworm.com/read/222611/14683814
m chap3_3.m
%Fuzzy Controller
clear all;
close all;
a=newfis('fuzzf');
f1=1;
a=addvar(a,'input','e',[-3*f1,3*f1]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-3*f1,-1*f1]);
a=addmf(a,'inpu
www.eeworm.com/read/122561/14683901
pas cmqcfpas.pas
unit CMQCFPas;
// **************************************************************************
// **************************************************************************
// *********************
www.eeworm.com/read/222509/14687559
ctxt userfilter.ctxt
#BlueJ class context
comment0.params=file\ name
comment0.target=boolean\ accept(File,\ String)
comment0.text=\nAn\ example\ of\ a\ method\ -\ replace\ this\ comment\ with\ your\ own\n\n@param\ \ y\
www.eeworm.com/read/222509/14687569
ctxt levelfilter.ctxt
#BlueJ class context
comment0.params=file\ name
comment0.target=boolean\ accept(File,\ String)
comment0.text=\nAn\ example\ of\ a\ method\ -\ replace\ this\ comment\ with\ your\ own\n\n@param\ \ y\
www.eeworm.com/read/122234/14712924
txt 一个用java写的测算服务器响应速度的程序.txt
一个用JAVA写的测算服务器响应速度的程序
(加入日期:2001-10-25 点击数:1197)
【对此文发表评论】 【编程爱好者论坛】 【保存文章至硬盘】 【打印文章】
1. 任务描述
需要做一个程序,对某一服务器运行的web server进行测算,看对提出的request做出相应的时间,并且在多个request同时提出时的响应时间。
2. 计划
因为java s ...
www.eeworm.com/read/221870/14716518
f90 lagrange.f90
module INTERPOLATE_UTILITY
use sgl
implicit none
type point
real x,y
end type
real, parameter :: PI=3.14159
real, parameter :: xmin = 0.0, xmax = PI*3.0
integer, parameter ::