-
image3
Matlab source code related to jpeg. which is useful for the developers .. compression and decompression ..
- 2009-04-30 20:00:49下载
- 积分:1
-
src
source code of Fundamentals of texture mapping and image warping (the source show how texture mapping works)
- 2015-01-15 21:42:29下载
- 积分:1
-
floyd
matlab版本
图论中的全源最短路径floyd算法
一般C版本的比较多,这里提供matlab版本的,更简单方便使用
(Matlab code of Floyd algorithm in graph theory)
- 2013-11-13 17:50:39下载
- 积分:1
-
Mix_of_Gauss
Mixture of Gaussian Using Color Features
- 2010-02-25 02:41:21下载
- 积分:1
-
PIDTutorial
PID控制方法讲解与举例,里面教你如何建模与调试。英文版本(PID control method to explain with an example, which teach you how to modeling and debugging. English version)
- 2007-09-13 09:51:30下载
- 积分:1
-
SIMULINK_ppt
学习matlab中的simulink的ppt,现在本人见过的最好的ppt。希望学习matlab中simulink的同志有所帮助(study of Matlab Simulink ppt, I would now seen the best ppt. China hopes to learn Matlab Simulink help comrades)
- 2007-02-26 20:43:19下载
- 积分:1
-
primal_svm
实现基于主分量的svm分类器.很不错的东东(svm based on primal.)
- 2015-04-03 08:41:14下载
- 积分:1
-
alamouti-main
the alamouti functions
- 2009-09-26 20:11:35下载
- 积分:1
-
calMAP
排序学习中经常用到的评价指标为MAP,本程序为该指标的计算函数。(calculate the mean average precision for learning to rank)
- 2011-06-23 18:12:31下载
- 积分:1
-
Percolation-Cluster
对周围相邻的 8 邻居求和(元胞只有两种状态,0 或 1 )。元胞也有一个单独的状态参量(所谓 记录 )记录它们之前是否有非零状态的邻居。 在 0 与 1 之间产生一个随机数 r 。 如果总和> 0 (至少一个邻居)并且 r >阈值,或者元胞从未有过一个邻居,则元胞= 1 。 如果总和> 0 则设置"记录"的标志,记录这些元胞有一个非零的邻居。 (8 adjacent neighbors on the surrounding sum (cell only two states, 0 or 1). Cell also has a separate state parameters (so-called ' records' ) record that they have non-zero state before the neighbors. Between 0 and 1 generate a random number r. If the sum of> 0 (at least one neighbor) and r> threshold, or the cell has never had a neighbor, then cell = 1. If the sum> 0 set the " record" sign, record the cell has a non-zero neighbors.)
- 2011-06-30 19:59:51下载
- 积分:1