代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/413810/11141444
xml atkrelationset.xml
AtkRelationSet
3
ATK Library
AtkRelationSet
www.eeworm.com/read/413810/11141446
xml atkobjectfactory.xml
AtkObjectFactory
3
ATK Library
AtkObjectFa
www.eeworm.com/read/268344/11142528
c 2410lib.c
/****************************************************************************
【文 件 名 称】2410lib.c
【功 能 描 述】FS2410XP教学平台实验程序
【程 序 版 本】3.0
【创建及创建日期】优龙公司/2005-XX-XX
【修改及修改日期】2005-5-23
*****
www.eeworm.com/read/413594/11150185
cpp winmain.cpp
#include
#include
LRESULT CALLBACK WinSunProc(
HWND hwnd, // handle to window
UINT uMsg, // message identifier
WPARAM wParam, // first message parameter
www.eeworm.com/read/268166/11150476
java rpcclient.java
package javawebservice;
import java.net.*;
import java.util.*;
import org.apache.soap.*;
import org.apache.soap.rpc.*;
public class RPCClient
{
public static void main(String[] args) throws Ex
www.eeworm.com/read/413391/11157807
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/413391/11157811
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/413391/11157832
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/413391/11157839
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/413176/11164090
asm create_tree.asm
%include "asm_header.h" ; get the same maccro and define
; get_node function return the new node in eax register
; node->data = [eax] data is byte
; node->leftChild = [eax+4]
; node->rightChild = [e