-
S-MAc
说明: 关于无线传感器网络的S-MAC定位算法的C 语言代码.希望对大家有帮助.(Wireless sensor networks on S-MAC algorithm for C language code. Want to help you.)
- 2009-08-21 21:08:45下载
- 积分:1
-
lad2src.tar
code for shell command implementation(code for shell peogramming)
- 2013-11-23 15:42:59下载
- 积分:1
-
downloadpaper1
基于matlab的摸拟退火算法研究(很经典)(Based on the simulation annealing algorithm matlab Study (classic))
- 2007-08-14 08:58:16下载
- 积分:1
-
test
这是一个右下角 ,弹出提示框的插件, 使用js写的, 代码很简单, 用起来也很方便。(This is a lower right corner, pop-up balloon plug-ins, using js written code is very simple, using them is also very convenient.)
- 2010-03-10 23:19:35下载
- 积分:1
-
ACASP3
基于蚁群算法的动态最优路径规划 (Dynamic optimal path)
- 2011-11-06 21:25:17下载
- 积分:1
-
compute_Cs_Ck
计算样本数据集的峰度系数和峭度系数的代码,比较实用(Kurtosis and kurtosis coefficient code to calculate sample data sets, more practical)
- 2012-10-29 21:51:04下载
- 积分:1
-
matlab
说明: 这是初学者学习Matlab的经典课件,第一到五章,包含微积分问题、线性代数问题以及数据拟合方法等(This is the classic beginner learning courseware Matlab, first to the five chapters, including the issue of calculus, linear algebra problems, and data fitting methods)
- 2010-04-20 13:58:38下载
- 积分:1
-
11
说明: 粒子群工具箱,非常好的源程序,很好用。。。(Particle swarm optimization toolbox, a very good source, a very good use. . .)
- 2009-12-16 16:49:24下载
- 积分:1
-
matlab-ocr
基于matlab的简易OCR程序。
具体可参加该文件夹内的CS585 Fall 1998 Project One.....(Simple OCR matlab-based program. May participate in the specific folder within the CS585 Fall 1998 Project One .....)
- 2010-12-10 10:44:05下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1