-
-
tin2.rar
C language sample code for example function point how to use in fast mode
-
bwdistsc.zip
This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB s BWDIST implementation of search on optimized ...
-
Hash.rar
... 搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用 ...
-
ARMA_LAST.zip
... of poles)and cepstrum
constrains (number of ceros)
The function requires 3 inputs: Input signal, Order of denonominator, ... coeficients and square-root of input noise power.
ARMA_LAST function requires spa_corc.m file to compute the autocorrelation ...
-
huffman.zip
matlab实现huffman编码 1. norm2huff.m (encoder function)
2. huff2norm.m (decoder function)
3. frequency.m (private function)
4. huffcodes2bin.m (binary rapresentation of huffman codes)
5. huffman_bench1.m (benchmark)
6. huffman_demo1.m (demo ...
-
testcon.rar
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
-
Blink.rar
... is a basic application that toggles the leds on the mote
* on every clock interrupt. The clock interrupt is scheduled to
* occur every second. The initialization of the clock can be seen
* in the Blink initialization function, StdControl.start()
-
simplgeneticlgorith.rar
/* This a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the */
/* fitness of an individual is the same as the value of the */
/* objective function
-
-
bootp_tftp_serv.rar
... a monitor program
stored in a ROM/FLASH, the footprint is about 7 KBytes
for the test program.
This code has not been yet tested in many environment.
It should be seen at your starting point to integrate
the network boot function to your board.
-