代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

spihtencode.1

.TH SPIHTENCODE 1 "QCCPACK" "" .SH NAME spihtencode, spihtdecode \- encode/decode an image using the SPIHT algorithm .SH SYNOPSIS .sp .B spihtencode .RB "[\|" \-w .IR wavelet "\|]" .RB "[\|"

spihtdecode.h

/* * * QccPack: Quantization, compression, and coding utilities * Copyright (C) 1997-2001 James E. Fowler * */ /* * -------------------------------------------------------------------

rank85.m

function [expected,normfitness]=rank85(pop,params,state) %RANK85 Calculates expected number of offspring for the GPLAB algorithm. % RANK85(POPULATION,STATE) returns the vector with the expected

contents.m

% Genetic Optimization Toolbox % % Main interface % ga.m The Genetic Algorithm % initializega.m Initialization function for float and binary % repres

readme.txt

Operation Instructions: 1.The program is used to measure the running time for three functions which calculate X^N. 2.At the beginning of the program, you will see the menu below: Welcome to Use

jdiag.m

function [ V , D ] = joint_diag(A,jthresh) % function [ V , D ] = joint_diag(A,jthresh) % % Joint approximate of n (complex) matrices of size m*m stored in the % m*mn matrix A by minimization of

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

index.html

EM algorithm for Mixture models

index.html

EM algorithm for Mixture models

pca.m

function [Y,X1,v,Psi] = pca(X,numvecs, options) % pca - compute the principal component analysis. % % [Y,X1,v,Psi] = pca(X,numvecs) % % X is a matrix of size dim x p of data points. % X1 is the