代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/445965/7587114

h stockalgo.h

#ifndef _STOCK_ALGORITHM_H_ #define _STOCK_ALGORITHM_H_ #include #include namespace StockMarket{ template class CalculatePara { private: struct ParaD
www.eeworm.com/read/299611/7843370

m jpegdemo.m

% JPEGdemo.m % Prototype JPEG compression algorithm demostration % % copyright (c) 1997-2002 by Yu Hen Hu % % This algorithm only demonstrate the basic % JPEG functionalities. % It is not nec
www.eeworm.com/read/298737/7941250

cpp md5.cpp

/* * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is claimed. * This code is in the
www.eeworm.com/read/296676/8082554

m jpegdemo.m

% JPEGdemo.m % Prototype JPEG compression algorithm demostration % % copyright (c) 1997-2002 by Yu Hen Hu % % This algorithm only demonstrate the basic % JPEG functionalities. % It is not nec
www.eeworm.com/read/246829/12702783

m jpegandwhitenoise_sys_demo.m

% JPEGdemo.m % Prototype JPEG compression algorithm demostration % % copyright (c) 1997-2002 by Yu Hen Hu % % This algorithm only demonstrate the basic % JPEG functionalities. % It is not nec
www.eeworm.com/read/246829/12702786

m jpeg_turbo_sys_demo.m

% JPEGdemo.m % Prototype JPEG compression algorithm demostration % % copyright (c) 1997-2002 by Yu Hen Hu % % This algorithm only demonstrate the basic % JPEG functionalities. % It is not nec
www.eeworm.com/read/330958/12859186

uncompressed_gif

Why uncompressed gifs? ---------------------- Normal gif files use an LZW (Lempel-Ziv-Welsh) compression algorithm to save space. This algorithm is patented by UniSys. Because of this, software whi
www.eeworm.com/read/140767/13062522

m sovadec.m

function out = sovadec( msg, llr, trl, win ) % SOVADEC is an implementation of the soft input soft output Viterbi % algorithm. The algorithm can be called using % DEC = SOVADEC( MSG, LLR,
www.eeworm.com/read/320521/13425015

readme

These contain source code from an implementation of an array based concurrent priority queue heap. The TR describing this algorithm is TR560 titled "An Efficient Algorithm for Concurrent Priority Queu
www.eeworm.com/read/315328/13545842

m fletcher_switch.m

% Program: fletcher_switch.m % Title: Quasi_Newton algorithm with the Fletcher switch % method % Description: Implements the quasi-Newton algorithm % with the Fletcher switch method applied to th