代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/283938/8978552
m d_nlpow.m
%D_NLPOW HOSA Demo: Identification of Second-Order Volterra Systems
% Powers' algorithm, for arbitrary inputs
%
echo off
% A. Swami Oct 18, 1997.
% Copyright (c) 19
www.eeworm.com/read/185622/9007497
txt rfc2404.txt
Network Working Group C. Madson
Request for Comments: 2404 Cisco Systems Inc.
Category: Standards Track
www.eeworm.com/read/185622/9022412
txt rfc2403.txt
Network Working Group C. Madson
Request for Comments: 2403 Cisco Systems Inc.
Category: Standards Track
www.eeworm.com/read/185622/9024574
txt rfc2857.txt
Network Working Group A. Keromytis
Request for Comments: 2857 University of Pennsylvania
Category: Standards Track
www.eeworm.com/read/184067/9123544
m linprog.m
function [x,fval,exitflag,output,lambda]=linprog(f,A,B,Aeq,Beq,lb,ub,x0,options)
%x=linprog(f, A, b)求解线性规划
% min z = f'x, Ax ≤ b;
%x=linprog(f, A, b, Aeq, beq)求解线性规划:
% min
www.eeworm.com/read/380715/9134069
m unc_nn_rosenbrock2.m
function [fval]=unc_nn_rosenbrock2(x)
%reference:
%note that you can get the formulation of unc_n2_rosenbrock2 from some
%aritcles,such as
%(1)Hartmut Pohlheim 'Genetic Algorithm Toolbox Test Func
www.eeworm.com/read/183452/9158417
h snake.h
#ifndef SNAKE_H
#define SNAKE_H
// OpenCV includes:
#ifdef _CH_
#pragma package
#endif
#ifndef _EiC
#include "cv.h"
#endif
// forwared declarations
class QtCvWrapper;
//!
www.eeworm.com/read/380138/9160373
html index.html
Genetic Algorithm Optimization Toolbox
Genetic Algorithm Optimization Toolbox (GAOT)
GAOT implements simulated evolution i
www.eeworm.com/read/380138/9160682
html gaotindex.html
Genetic Algorithm Optimization Toolbox (GAOT)
The following files are in the distribution:
Main interface
ga.m