代码搜索:Gau 有哪些应用?
找到约 10,000 项符合「Gau 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/324341/13271076
m ips_gau.m
clear;clc;
%Initial Condition
x(1,:)=[0.1,0,0];
%Simulation Setting
h=0.001;
% Set point r=0;
r=0;
k=1;
for t=h:h:3;
% The output of Fuzzy Controller
%fc is a function of Fuzzy
www.eeworm.com/read/239320/13287972
m poly_gau.m
function c=poly_gau(m)
% function c=poly_gau(m)
% INPUT:
% m degree polynomial
% OUTPUT:
% c roots of m-degree gauss-legendre polynomial in [0,1]^m
% (c) DDE-BIFTOOL v. 1.00, 15/03/2000
% gauss-le
www.eeworm.com/read/15915/561022
htm 0608gau.htm
www.eeworm.com/read/15970/605944
htm 0608gau.htm
www.eeworm.com/read/172257/9715715
m gau1.m
%函数gau1.m:ML量化器设计中分子的计算式%
function y=gau1(x)
y=x./sqrt(2*pi).*exp(-x.^2/2);
www.eeworm.com/read/124253/14583272
doc 常用的数据库备份类型有哪些?.doc
www.eeworm.com/read/120781/14789116
doc 常用的数据库备份类型有哪些?.doc
www.eeworm.com/read/133056/14055608
txt filesystem对象常用的文件操作函数有哪些.txt
FileSystem对象常用的文件操作函数有哪些?
1、root
函数格式 root()
功能描述 返回一个路径串变量
应用代码 'sample string = c:\intels\jingcaichunfeng\'
Public Function root()
root = Request.ServerVariables("Appl_Physical_Path")
End
www.eeworm.com/read/133056/14055737
txt filesystem对象常用的文件操作函数有哪些.txt
FileSystem对象常用的文件操作函数有哪些?
1、root
函数格式 root()
功能描述 返回一个路径串变量
应用代码 'sample string = c:\intels\jingcaichunfeng\'
Public Function root()
root = Request.ServerVariables("Appl_Physical_Path")
End
www.eeworm.com/read/113873/15445696