-
BCEncode
二维码操作程序示例二维码操作程序示例二维码操作程序示例二维码操作程序示例(Two-dimensional example of a program of two-dimensional code code example of a program of two-dimensional example of a program of two-dimensional code code example of a program)
- 2013-12-03 11:33:43下载
- 积分:1
-
PCA1
主成分分析的代码,很有用,效果很好。这是一个比较有用的C++代码。(Principal component analysis of the code, very useful, very good. This is a more useful C++ code.)
- 2014-09-07 15:27:41下载
- 积分:1
-
GUI
GUI示例,包括基本的GUI和右键弹出菜单的简单例子(GUI examples, including basic GUI and a simple example of the context menu)
- 2013-08-16 20:14:17下载
- 积分:1
-
3
说明: matlab 中很实用的源代码3:13.直方图阈值法 16
14. 自动阈值法:Otsu法 18
15.膨胀操作 19
16.腐蚀操作 20(Practical source code of matla)
- 2015-04-20 16:27:06下载
- 积分:1
-
call1
Persian calender hijri 1392 mfile
- 2014-02-14 00:28:02下载
- 积分:1
-
matlab-baodian-yuanwenjian
说明: matlab宝典的很多程序和实例,这本书很有用,是系统学习matlab的好资料,欢迎大家下载.(Collection of the many procedures and matlab examples, this book is useful, is the systematic study of matlab good information, are welcome to download.)
- 2011-03-21 23:19:26下载
- 积分:1
-
Apriori
Aprior算法在matlab中的算法。编程语言为C++。APPRIOR算法是关联规则的一种算法(Aprior anology in kdd)
- 2011-11-01 21:24:39下载
- 积分:1
-
zuixiaoerchengfa
偏最小二乘法的Matlab源码............
- 2010-08-20 21:40:50下载
- 积分:1
-
bianchengnixiangjishujvfenxi
编程,逆向及数据分析
编程逆向及数据分析.
:数据分析的几个方面的经验总结.(Programming, reverse and data analysis
编程逆向及数据分析.
Programming of reverse engineering and data analysis
:数据分析的几个方面的经验总结.
: data analysis of several aspects of the experience
)
- 2014-01-03 06:13:35下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1