代码搜索:Continuous

找到约 2,697 项符合「Continuous」的源代码

代码结果 2,697
www.eeworm.com/read/381211/9103828

m fg_02_01.m

% fg_02_01 Continuous least squares. N=1000; k=[0:N-1]; x=40*sin(2*pi*k/500)/(pi^2); s=5*[0:124,125:-1:-124,-125:124,125:-1:-124,-125:-1]/125; % figure(1); clf; set(gcf,'position',[80,40,700,4
www.eeworm.com/read/480423/6663668

txt antalgoritheminqosrouting.txt

function [BESTX,BESTY,ALLX,ALLY]=ACOUCP(K,N,Rho,Q,Lambda,LB,UB) %% Ant Colony Optimization for Unconstrained Continuous Problem %% ACOUCP.m %% 无约束连续函数的蚁群优化算法 %% 此函数实现蚁群算法,用于求解无约束连续函数最小化问题 %% 对于最大
www.eeworm.com/read/480415/6663557

m demotwo.m

%% Plots of Different Signals %% Continuous Time Sinusoid % $$x(t) = cos(2\pi ft) ,f=1,2 $$ t = [0:0.01:2]; x1 = cos(2*pi*t); x2 = cos(2*pi*2*t); x3 = t.*cos(2*pi*3*t); x4 = cos(2*pi*4*t.*t);
www.eeworm.com/read/417106/11003783

m contex.m

function ContEx(a1, a2, q11, q12, q22, r1, r2) % Continuous Kalman filter example for a two-state problem. % Try different initial conditions. p11 = 2; p12 = 1; p22 = 2; p11 = 0; p12 = 0; p22
www.eeworm.com/read/202663/5047877

graph

set grid noxtics ytics set y2tics 0.1 #plot \ # "F3" u 1 t '90th RT' w lp, \ # "F3" u 3 t 'Actual 90th RT' w lp, \ # "F3" u 2 t 'Continuous 90th RT' w l lw 2, \ # "F3" u 5 t 'Processing rat
www.eeworm.com/read/367675/2836726

txt 82.txt

发信人: GzLi (笑梨), 信区: DataMining 标 题: Re: 请教:关于feature selection的问题 发信站: 南京大学小百合站 (Mon Jun 17 18:20:57 2002), 站内信件 Major of Fs methods can process continuous data. 参考 M.Dash和H.Liu的 Feature sele
www.eeworm.com/read/411648/11235212

m ex8-4_contex.m

function ContEx(a1, a2, q11, q12, q22, r1, r2) % Continuous Kalman filter example for a two-state problem. % Try different initial conditions. p11 = 2; p12 = 1; p22 = 2; p11 = 0; p12 = 0; p22