-
Chapter9
MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
- 2009-01-03 09:03:07下载
- 积分:1
-
matlab_vc
这是一个matlab与VC混和编程的例程(This is a Matlab and VC mixed programming routines)
- 2005-03-14 10:59:12下载
- 积分:1
-
codestatics_shujujiegou
统计代码行、注释行、空行、同时统计函数个数和行数,将代码、注释和空行进行风格评分
(Statistical lines of code, comment lines, blank lines, while the number of statistical functions and the number of rows, the code, comments and blank lines carry style ratings)
- 2013-12-14 09:50:56下载
- 积分:1
-
91332001RayTrace1.1
说明: 蒙特卡罗方法可以有效地解决复杂的工程问题,而MATLAB具有强大的数值计算功能。将二者结合使用,可以得到高效的解决问题的方法。本文阐述了该方法并通过实例验证了该方法的正确性和优越性。
(Monte Carlo method can effectively solve complex engineering problems, and MATLAB has powerful function of numerical calculation. The two in combination, can be cost-effective solution to the problem. This paper describes the methods and examples of the method to verify the correctness and superiority.)
- 2008-12-04 20:48:05下载
- 积分:1
-
a
说明: 不带像素操作的机器视觉代码-The brain transforms and discards pixels. The transformation is a smoothing and differencing filter.
The output of an individual filter is ambiguous.The output of 5 filters lets us find edges and corners.
A small number of filters covers the entire image.
This method is fast and discards irrelevant information(Without pixel machine vision operation code-The brain transforms and discards pixels. The transformation is a smoothing and differencing filter. The output of an individual filter is ambiguous.The output of 5 filters lets us find edges and corners. A small number of filters covers the entire image. This method is fast and discards irrelevant information)
- 2007-11-22 15:54:19下载
- 积分:1
-
tgff-3.5
task graph generator: task graph for free version 3.5
- 2020-12-21 09:29:08下载
- 积分:1
-
fir
使用matlab语言设计FIR有限冲击响应滤波器,可以计算滤波器参数(matlab fir )
- 2009-09-11 16:34:50下载
- 积分:1
-
svm
支持向量机原理与仿真
(Support vector machine theory level simulation)
- 2014-01-05 16:19:37下载
- 积分:1
-
tutorialOpenCVPMatlab
tutorial of OpenCV and Matlab
- 2011-06-30 10:39:52下载
- 积分: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