代码搜索:参数对比
找到约 10,000 项符合「参数对比」的源代码
代码结果 10,000
www.eeworm.com/read/200524/15431221
m adapt_pc.m
% AGA 程序
%Name:adapt_pc.m
function [pop_best1,error1,i1,bestfit_temp1]=adapt_pc(M_red,M_white,pop)
tic; %用于记录运行时间
%参数设置
[x_length,y_length]=size(M_red);
popsize=30;
%设置初始参数,群体大小
www.eeworm.com/read/200524/15431227
m chain.m
%LAGA程序
%Name:chain.m
function [pop_best1_chain,error2,i2,bestfit_temp1_chain]=chain(M_red,M_white,pop)
tic; %用于记录运行时间
%参数设置
[x_length,y_length]=size(M_red);
popsize=30;
%设置初始参数,群体
www.eeworm.com/read/200131/15440018
m exm041022_1.m
%exm041022_1.m 利用fminsearch指令进行非线性参数估计
k_noise=0.3; %控制噪声水平
[x,y,STDY]=xydata(k_noise); %运行仿真数据产生程序,产生数据
a0=[1 1 1 1]; %被估参数的初试猜测
options=optimset('fminsearch'); %这步在MATLAB6.1
www.eeworm.com/read/113072/15470860
txt 156.txt
Mid 函数
Microsoft® Visual Basic® Scripting Edition
Mid 函数
语言参考
版本 1
请参阅
描述
从字符串中返回指定数目的字符。
语法
Mid(string, start[, length])
Mid 函数的语法有以下参数:
参数
描述
string
字符串表达式,从中返回字符。如果 str
www.eeworm.com/read/113072/15471041
txt 214.txt
UCase 函数
Microsoft® Visual Basic® Scripting Edition
UCase 函数
语言参考
版本 1
请参阅
描述
返回字符串的大写形式。
语法
UCase(string)
string 参数是任意有效的字符串表达式。如果 string 参数中包含 Null,则返回 Null。
说明
只有小写字母被转
www.eeworm.com/read/113072/15471146
txt 59.txt
Array 函数
Microsoft® Visual Basic® Scripting Edition
Array 函数
语言参考
版本 2
请参阅
描述
返回包含数组的 Variant。
语法
Array(arglist)
arglist 参数是赋给包含在 Variant 中的数组元素的值的列表(用逗号分隔)。如果没有指定此参数,则将会创建零长
www.eeworm.com/read/110825/15524247
c rank_sort.c
#include
#include
#include
/*
* 函数名: main
* 功能: 主函数,实现枚举排序
* 输入:argc为命令行参数个数;
* argv为每个命令行参数组成的字符串数组
* 输出:返回1代表程序正常结束
*/
int main(int argc,char *ar
www.eeworm.com/read/109555/15554462
cpp 7_4.cpp
#include
class B1 //基类B1,构造函数有参数
{
public:
B1(int i) {cout
www.eeworm.com/read/109554/15554596
cpp 7_4.cpp
#include
class B1 //基类B1,构造函数有参数
{
public:
B1(int i) {cout
www.eeworm.com/read/102552/15772109
htm subject_27633.htm
序号:27633 发表者:俊俊 发表日期:2003-01-14 10:01:25
主题:PolyLine()中的参数怎么设置?
内容:要用函数PolyLine()画一系列线段,怎么设其中的参数?
返回上页