代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/345986/11776480
txt readme.txt
RAR archiver:
* RAR introduces an original compression algorithm. It allows higher
compression ratios than other PC archiving tools, especially
on executable files, object libraries, large
www.eeworm.com/read/156004/11835761
cmd link.cmd
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/154843/11923619
m kmeanlbg.m
function [x,esq,j] = kmeanlbg(d,k)
%KMEANLBG Vector quantisation using the Linde-Buzo-Gray algorithm [X,ESQ,J]=(D,K)
%
%Inputs:
% D contains data vectors (one per row)
% K is number of centres re
www.eeworm.com/read/154811/11925070
html index.html
Genetic Algorithm Optimization Toolbox
Genetic Algorithm Optimization Toolbox (GAOT)
GAOT implements simulated evolution i
www.eeworm.com/read/154811/11925105
html gaotindex.html
Genetic Algorithm Optimization Toolbox (GAOT)
The following files are in the distribution:
Main interface
ga.m
www.eeworm.com/read/153600/12025079
txt readme.txt
TITLE
-----
XDAIS FIR algorithm
USAGE
-----
RF1, RF3, RF5
DESCRIPTION
-----------
The FIR module is a FIR filter implemented as an XDAIS algorithm.
FILES
-----
- fir*.pjt: project fi
www.eeworm.com/read/153407/12035252
m treelevel.m
function s=treelevel(tree)
%TREELEVEL Counts the number of levels of a GPLAB algorithm tree.
% TREELEVEL(TREE) returns the number of levels, or depth, of a
% GPLAB algorithm individual repre
www.eeworm.com/read/153407/12035299
m validateinds.m
function [validinds,state]=validateinds(inds,pop,params,state,data,parentindices,opnum)
%VALIDATEINDS Applies validation procedures to new GPLAB individuals.
% [VALIDINDS,STATE]=VALIDATEINDS(IN
www.eeworm.com/read/153407/12035377
m strictdepth.m
function [validind,state]=strictdepth(ind,pop,params,state,data,parentindices)
%STRICTDEPTH Applies strict depth filters to a new GPLAB individual.
% [VALIDIND,STATE]=STRICTDEPTH(IND,POP,PARAMS
www.eeworm.com/read/153407/12035389
m xy2inout.m
function result=xy2inout(x,y)
%XY2INOUT Transforms matrices into a GPLAB algorithm data set (input and output).
% XY2INOUT(X,Y) returns a struct array with input and desired output
% data fo