代码搜索:参数辨识
找到约 10,000 项符合「参数辨识」的源代码
代码结果 10,000
www.eeworm.com/read/182284/9209256
m klse822.m
%*******************相关参数定义************************%
for oo=0:6
SNRdB=8+oo;
%P_input_average=1e-6; %%mW
%Eb=P_input_average; %%mW
%%************************************
www.eeworm.com/read/377770/9262733
txt get_options.txt
%本函数是对参数的设置
function psoOptions = get_Options()
psoOptions = struct(... %Variables of the PSO
'Vars', struct(...
'PopSize', 10, ... %Swarm Size
'Iterations', 5,... %Max
www.eeworm.com/read/377770/9262746
txt 复件 get_options.txt
%本函数是对参数的设置
function psoOptions = get_Options()
psoOptions = struct(... %Variables of the PSO
'Vars', struct(...
'PopSize', 10, ... %Swarm Size
'Iterations', 5,... %Max
www.eeworm.com/read/377770/9262756
asv get_options.asv
%本函数是对参数的设置
function psoOptions = get_Options()
psoOptions = struct(... %Variables of the PSO
'Vars', struct(...
'PopSize', 20, ... %Swarm Size
'Iterations', 100,... %M
www.eeworm.com/read/377770/9262767
m get_options.m
%本函数是对参数的设置
function psoOptions = get_Options()
psoOptions = struct(... %Variables of the PSO
'Vars', struct(...
'PopSize', 20, ... %Swarm Size
'Iterations', 10,... %Ma
www.eeworm.com/read/180176/9317337
txt houghcicle.txt.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/177265/9462479
pas controlclass.pas
unit ControlClass;
interface
uses
OleCtrls, MSCommLib_TLB;
{=================上位机命令类=====================}
type TCommand = class
protected
FStrLines : string; //带有参数的命令行
FSt
www.eeworm.com/read/371386/9554474
m getcon.m
%----------------------------------------------
% 输入参数in为波长(单位:m)
% 输出out为对应的电导率
%----------------------------------------------
function out=getcon(in)
nn=in*1e6;
coon=(-6.21198035452752*nn
www.eeworm.com/read/364234/9917588
asm fiq.asm
//*********************************************************//
//函数:FIQ()
//语法:void FIQ(void)
//描述:快速请求中断;
// 入口地址:_FIQ
// 功能:调用语音解码并播放API
//参数:无
//返回:无
//***********************************