代码搜索:Dim
找到约 10,000 项符合「Dim」的源代码
代码结果 10,000
www.eeworm.com/read/454193/7397142
asv get_dim_and_tr.asv
% The algorithms implemented by Alexander Vezhnevets aka Vezhnick
% href="mailto:vezhnick@gmail.com">vezhnick@gmail.com
%
% Copyright (C) 2005, Vezhnevets Alexander
% vezhnick@gmail
www.eeworm.com/read/454193/7397149
m get_threshold_and_dim.m
% The algorithms implemented by Alexander Vezhnevets aka Vezhnick
% href="mailto:vezhnick@gmail.com">vezhnick@gmail.com
%
% Copyright (C) 2005, Vezhnevets Alexander
% vezhnick@gmail
www.eeworm.com/read/451644/7459329
txt f1dim.txt
Function F1DIM(X:real):real;
var
XT:array[0..50] of real;
J:integer;
begin
For J:=1 To NCOM do
XT[J]:=PCOM[J] + X * XICOM[J];
F1DIM:=FUNC2(XT, NCOM);
end;
www.eeworm.com/read/442827/7644286
m outputdata_2dim.m
%实时输出结果
global flag1;
%输出当前种群中粒子位置
subplot(1,2,1); %子图1
for i=1:popsize %画粒子群中所有粒子(用蓝色星号标记)
plot(pop(i,1),pop(i,2),'b*');
hold on;
end
plot(gbest_x1,gbest_x2,'r.','markersize',15);a
www.eeworm.com/read/199432/7855898
txt f1dim.txt
Function F1DIM(X:real):real;
var
XT:array[0..50] of real;
J:integer;
begin
For J:=1 To NCOM do
XT[J]:=PCOM[J] + X * XICOM[J];
F1DIM:=FUNC2(XT, NCOM);
end;
www.eeworm.com/read/434325/7874829
m fix2dim.m
function [P0,err,P] = fix2dim(G,P0,delta,max1)
%---------------------------------------------------------------------------
%FIX2DIM Seidel fixed point iteration for higher dimensions.
% Sample c
www.eeworm.com/read/434325/7874928
m new2dim.m
function [P0,Y0,err,P] = new2dim(F,J,P0,delta,epsilon,max1)
%---------------------------------------------------------------------------
%NEW2DIM Newton's iteration for higher dimensions.
% Sampl
www.eeworm.com/read/434011/7897439
dim tusb3410_demo.dim
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.0100*%
%ADD11C,0.0000*%
D10*
X002409Y021677D02*
X002409Y002177D01*
X035909Y002177D01*
X0
www.eeworm.com/read/434011/7897517
dim tusb3410_demo.dim
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.0100*%
%ADD11C,0.0000*%
D10*
X002409Y003931D02*
X002409Y020931D01*
X030909Y020931D01*
X0
www.eeworm.com/read/296534/8096919