代码搜索:parameter

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

代码结果 10,000
www.eeworm.com/read/341517/12080544

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/341517/12080546

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/341346/12090115

m gcv.m

function [rpar, G] = gcv(U, s, g, method) % GCV Generalized cross-validation.广义交叉校验 % % Given a matrix of left singular vectors U, a vector of singular % values s, a data vector g, and a re
www.eeworm.com/read/152701/12092264

v adder0215.v

module adder_16(a,b,cin,sum,cout); parameter Numbits=16; input [Numbits-1:0] a,b; input cin; output [Numbits-1:0] sum; output cout; assign {cout,sum}=a+b+cin; e
www.eeworm.com/read/152701/12092266

bak adder0215.v.bak

module adder_16(a,b,sum,cin,cout); parameter Numbits=16; input [Numbits-1:0] a,b; input cin; output [Numbits-1:0] sum; output cout; assign {cout,sum}=a+b+cin; e
www.eeworm.com/read/152680/12093695

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/152680/12093703

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/152625/12096275

makefile

# OraLib 0.0.3 / 2002-06-30 # Makefile # # http://606u.dir.bg/ # 606u@dir.bg # compiler to use CXX = gcc.exe # libtool LD = ld.exe # compiler flags INCDIR = -I e:/Oracle/Ora81/oci/incl
www.eeworm.com/read/255154/12099145

v dff.v

/******************************************************/ module pDFF(DATA,QOUT,CLOCK,RESET); /******************************************************/ parameter WIDTH = 1; input [WIDTH-1:0] D
www.eeworm.com/read/341203/12102025

txt installmysql.txt

安装步骤 一、安装mysql 进入mysql-4.0.24-win目录,运行SETUP.EXE文件。 安装在C:\mysql目录下 二、启动mysql 进入C:\mysql\bin目录,运行winmysqladmin.exe 三、安装流媒体数据库 把数据库脚本lmtms_mysql.sql放到C:\mysql\bin目录下,