-
matlab-guide-to-finite-element
国外计算机经典教材,MATLAB有限元分析与应用。该书为中译本,详尽介绍了有限元分析的各种方法。(MATLAB guide to finite elements.)
- 2013-12-24 00:07:01下载
- 积分:1
-
TSP
说明: 算法仿真,很好用蚁群算法算法仿真,很好用蚁群算法(Algorithm simulation, a good simulation algorithm using ant algorithm, ant colony algorithm with good)
- 2008-10-13 20:23:26下载
- 积分:1
-
CryptoApiRSA
This is a simple sample of crypto
- 2014-11-02 14:04:38下载
- 积分:1
-
fun
matlab/simulinkSfunctionC文件例子源码matlab/simulinkSfunctionC文件例子源码dfdfwere(dsfsds)
- 2009-07-09 22:37:35下载
- 积分:1
-
678c317fbe3e
this is saple program for file system implementtion in purebasic
- 2014-12-05 17:41:07下载
- 积分:1
-
duonihe
matlab 求信号的最大频率曲线程序,很简便~~(matlab curve seek the maximum frequency of the signal process, it is easy ~ ~)
- 2010-05-29 20:35:11下载
- 积分:1
-
matlab-json-master
This package contains Matlab class to serialize/decode matlab object in
json format. The software uses org.json java package to convert json to
java object and then translates it into Matlab object.
- 2013-09-28 06:38:56下载
- 积分:1
-
POCS
matlab应用源程序,只能采集,网络连接(matlab application source code, can collect)
- 2013-11-23 16:19:50下载
- 积分:1
-
svmSim
支持向量机(SVM)与最小二乘支持向量机(LS-SVM)的核函数选择(Support vector machine (SVM) and least squares support vector machine (LS-SVM) kernel function selection)
- 2014-08-22 16:15:51下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1