-
Gaussian-blur-with-CUDA-5
cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
- 2013-10-01 10:52:33下载
- 积分:1
-
optimization-toolbox
matlab 最优化工具箱,解决非线性多目标问题的首选(matlab optimization-toolbox)
- 2012-01-12 11:51:41下载
- 积分:1
-
Matlab--euler
小程序,matlab编的,用于解常微分方程的问题(Small program, matlab compiled for the solution of ordinary differential equations of the problem)
- 2011-09-27 10:18:19下载
- 积分:1
-
Test
vc++ 调用 matlab
vc++ 调用 matlab
vc++ 调用 matlab
vc++ 调用 matlab(vc++ matlab)
- 2011-06-28 12:54:47下载
- 积分:1
-
PpcaararC
关于matlab主元分析的一个简单单易懂的实例,可供初学入门者参考学习。
(On the matlab principal component analysis is a simple single-understand examples, for novice beginners for reference.)
- 2012-07-17 19:56:13下载
- 积分:1
-
vcthesis
该系统实现粗糙集合中的分辨矩阵与分辨函数的约简方法,该方法可以求出信息系统的属性约简(the system to achieve the rough set to distinguish function matrix and tell about Jane, The method can be used to find information system attribute reduction)
- 2007-06-16 20:59:02下载
- 积分:1
-
MatLabbiancheng
说明: 用于MATLAB编程及开发,解决实际问题,(For MATLAB programming and development, to solve practical problems,)
- 2010-04-24 09:46:52下载
- 积分:1
-
random(mt19937)
说明: 一个随机数产生器(mt19937)
计算物理中Monte Carlo方法中的基本条件
周期为2^19937(a random number generator (mt19937) Computational Physics Monte Carlo methods of the basic conditions for the cycle 2 ^ 19937)
- 2005-12-02 19:30:12下载
- 积分:1
-
SDT-Cleaner-v1.0---Stable-Version
用于检测SDT和恢复SDT的例子代码,可用于ARK中的系统钩子扫描(Example of code that can be used for detection to SDT and recovery of SDT ARK system hook scan)
- 2013-01-14 22:06:20下载
- 积分: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