代码搜索:Contents
找到约 10,000 项符合「Contents」的源代码
代码结果 10,000
www.eeworm.com/read/178142/9417627
m contents.m
% CONTENTS OF THE MULTI-LINEAR PLS TOOLBOX
% Released 1-06-95
%
% The toolbox is new and no guarantees are given for its validity
%
%
% n_pca Performs a multi-linear PCA model of order 2
www.eeworm.com/read/178061/9420838
m contents.m
% The N-way Toolbox for MATLAB (ver. 6.5)
% Version 2.11 12-January-2004
% Copyright (c) 1995-04 Claus A. Andersson & Rasmus Bro, KVL, Denmark
% Download from http://www.models.kvl.dk/source/nwayto
www.eeworm.com/read/374010/9423696
m contents.m
%
%
% NEURAL NETWORK BASED SYSTEM IDENTIFICATION TOOLBOX
%
% Version 1.0
%
% Institute
www.eeworm.com/read/177981/9424635
m contents.m
% Genetic Optimization Toolbox
%
% Main interface
% ga.m The Genetic Algorithm
% initialize.m Initialization function Used by ga.m
%
% Operators used during simu
www.eeworm.com/read/177674/9442473
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/373369/9460476
java contents.java
//: innerclasses/Contents.java
public interface Contents {
int value();
} ///:~
www.eeworm.com/read/177129/9468818
m contents.m
% Classification GUI and toolbox
% Version 1.0
%
% GUI start commands
%
% classifier - Start the classification GUI
% enter_distributions - Starts the parameter input screen (used by classif
www.eeworm.com/read/177129/9468868
m contents.m
% HMM's
% HMM_Backward - HMM backward algorithm
% HMM_Boltzmann - Find the transition matrices of an HMM using Boltzmann networks
% HMM_Decoding - Find probable states fro
www.eeworm.com/read/177121/9469242
txt contents.txt
遗传算法程序
主要程序
ga.m 遗传算法核心程序
BinaryExample.m 二进制编码应用程序
FloatExample.m 浮点编码的应用程序
相关算子及函数
initializega.m 种群初始化函数
simpleXover.m