-
huaxian
vc与matlab联调,由matlab编写m文件,生成com组件,然后vc调用com组件,完成vc与matlab的接口(FBI vc with matlab, matlab prepared from m file to generate a com component, com component then vc call to complete the vc interface with matlab)
- 2009-02-26 20:30:41下载
- 积分:1
-
MythManMonth
人月神话,又是一本软件工程领域的经典书籍,必读。。。。(MythManMonth.rarMythManMonth.rar)
- 2009-12-18 11:22:29下载
- 积分: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
-
forest
说明: 本程序包括树木、草以及鲜花的加载,花和草可以在风中摆动,这个动态森林很逼真(This procedure, including trees, grass and flowers of the load, flowers and grasses can be swinging in the wind, the dynamics of forest is very realistic)
- 2010-03-27 15:31:29下载
- 积分:1
-
libsvm-3.17
svm分类器,实现线性svm分类,可以在matlab中或是vc++中编译运行,首先要进行编译(svm linear classifier)
- 2013-05-09 07:56:24下载
- 积分:1
-
Smfcco
一些有用的MATLAB编写的MMFCC算法的代码。可直接使用。
(Some useful written in MATLAB of the MMFCC algorithm code. Can be used directly.)
- 2012-07-26 11:10:37下载
- 积分:1
-
efinger[1]
一个关于指纹识别的MATLAB编程,对大家会有帮助的(A fingerprint identification on MATLAB programming, it would be helpful to everyone)
- 2010-01-05 09:51:04下载
- 积分:1
-
ANT_AN04_Burst_Transfers
ANT协议中的burst数据传输方式详解,包括收发时序及数据格式。(ANT protocol Detailed burst data transmission, including the timing and receive data format.)
- 2014-01-12 10:07:36下载
- 积分:1
-
SVM
支持向量机源程序代码,c++运行环境,matlab例程(SVM source code, c++ runtime environment, matlab routine)
- 2013-03-12 19:58:33下载
- 积分:1
-
PROGRAMMATION-cPP-et-genie-logiciel
book to learn Visual c++ and logiciel
- 2014-02-19 12:13:40下载
- 积分:1