代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/206302/15296917
java user.java
// This class stores all user information
// Used for getting / saving / changing user information
class User
{
public String userName;
public String parameter;
public String exten
www.eeworm.com/read/206302/15296918
cfg dixiemail.cfg
#DixieMail Configuration
#Sun Mar 19 11:09:02 EST 2000
language.clearLog=Clear Log
extension.ListFwd.htmlHelp=Usage: Parameter is not used
extension.Admin.htmlHelp=Usage: Parameter is not used
users
www.eeworm.com/read/206276/15297181
m chap3_3.m
%Fuzzy Immune PID Control
clear all;
close all;
a=newfis('fuzz_ljk');
f1=1.0;
a=addvar(a,'input','u',[-f1*1,f1*1]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-f1*1,f1*1]);
a=
www.eeworm.com/read/206276/15297183
m chuanda.m
%Fuzzy Immune PID Control
clc
clear all;
close all;
a=newfis('fuzz_ljk');
f1=1.0;
a=addvar(a,'input','u',[-f1*1,f1*1]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-f1*1,f1*1])
www.eeworm.com/read/206276/15297186
m chap3_2.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/206113/15300048
hpp bindconv.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/206041/15302087
v mux8x8.v
module mux8x8(a,b,out);
parameter size=8,longsize=16;
input [size-1:0]a,b;
output [longsize-1:0]out;
reg [size-1:0]opa,opb;
reg [longsize:1]result ;
reg [size:0]n;
reg [longsize-1:0]out;
always
www.eeworm.com/read/205941/15303501
m chap4_1.m
clear all;
close all;
%%%%%%%%%%%%%%%%%%%%% Fuzzy System Design %%%%%%%%%%%%%%%%%%%%
a=newfis('fuzz_smc');
k1=1.0;
a=addvar(a,'input','s',[-3*k1,3*k1]); % Parameter s
a=addmf(a,'inpu
www.eeworm.com/read/205922/15303914
c opc_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Thu Dec 08 13:39:17 2005
*/
/* Compiler settings for OPC.idl:
Oi
www.eeworm.com/read/205695/15309783
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,'