代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/478155/6720772
m fuzzy tunning pid control.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/478155/6720773
m fuzzy controller.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/478173/6720923
v parser_bugs.v
// Not legal:
// end : ADDRESS_TEST_BLOCK // See 9.8.1
// `define at EOF with no newline
module bug26141 ();
wire [0:3] b;
wire a = b[2];
endmodule
module bug26940 ();
(* attrib
www.eeworm.com/read/478249/6722617
c harddisk.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/477939/6726239
java c91genericsparametermain.java
package Chap9;
public class C91GenericsParameterMain {
/**
* Execute C91GenericsParameter
*/
public static void main(String[] args) {
// call generics with String
C91GenericsParameter g
www.eeworm.com/read/478017/6728394
pas ugermantexts.pas
{ JADD - Just Another DelphiDoc: Documentation from Delphi Source Code
Copyright (C) 2003-2008 Gerold Veith
This file is part of JADD - Just Another DelphiDoc.
DelphiDoc is free software:
www.eeworm.com/read/477625/6729102
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/477625/6729104
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,'