代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/359445/10146701
java controlpanel.java
/* ControlPanel class */
import java.awt.*;
import java.applet.*;
import java.io.*;
import java.net.*;
import java.util.*;
/**
* This class extends the java.awt.Panel class to form
*
www.eeworm.com/read/358694/10181576
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/358605/10184001
txt note.txt
Simplex-Simulated annealing (SIMPSA)
Algorithms based on simulated annealing employ a stochastic generation of solution vectors and employ similarities between the physical process of annealing (i.e.
www.eeworm.com/read/357874/10199113
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/357498/10208480
htm index~1.htm
Genetic Algorithm Optimization Toolbox
Genetic Algorithm Optimization Toolbox (GAOT)
GAOT implements simulated evolution i
www.eeworm.com/read/357498/10208505
htm gaotin~1.htm
Genetic Algorithm Optimization Toolbox (GAOT)
The following files are in the distribution:
Main interface
ga.m
www.eeworm.com/read/356808/10221048
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/356808/10221126
m contents.m
% Higher-Order Spectral Analysis Toolbox.
% Version 2.0.3 (R12 compliant) 27 Dec 2000
%
% New Features.
% Readme - Important release information about the HOSA Toolbox
%
www.eeworm.com/read/356808/10221170
m contents.m
% Higher-Order Spectral Analysis Toolbox.
% Version 2.0.3 (R12 compliant) 27 Dec 2000
%
% New Features.
% Readme - Important release information about the HOSA Toolbox
%
www.eeworm.com/read/355176/10289111
txt readme.txt
TITLE
-----
FASTCOPYTEST example for C6211/6711
DESCRIPTION
-----------
This example shows how to make a copy of a large buffer using 4 calls to the FCPY_TI algorithm,
which uses the ACPY2 li