代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/373551/9450781
pdf an introduction to locally linear embedding.pdf
www.eeworm.com/read/363287/9962945
m f6_linear_dyn.m
% f6_linear_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum linearly along a 45 deg angle in x,y space
% Bria
www.eeworm.com/read/363287/9962974
m f6_linear_dyn.m
% f6_linear_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum linearly along a 45 deg angle in x,y space
% Bria
www.eeworm.com/read/166836/9995537
m ga_linear_fit_scale.m
% Linear fitness scaling
% Given cm, fitness, we find sfitness
function sfitness=GA_linear_fit_scale(fitness,cm)
if cm>=1.5 & cm
www.eeworm.com/read/166836/9995898
m ga_linear_fit_scale.m
% Linear fitness scaling
% Given cm, fitness, we find sfitness
function sfitness=GA_linear_fit_scale(fitness,cm)
if cm>=1.5 & cm
www.eeworm.com/read/166310/10024216
m single_linear_interpolation_correlation.m
%对相关函数进行插值:1.线性插值,
% 目的:验证前插值好还是后插值好,或者验证:在什么条件下后插值好
% linear interpolation
clc;clear all;
L=500; % length of signal
LL=L+50;
Fs=1e6; % the sample frequency in Hz
M=1000;