资源列表
convertWrite
- Snakes Active Contour Models.pdf [2] Multiscale Active Contours.pdf [3] Snakes, shapes, and gradient vector flow.pdf [4] Motion of level sets by mean curvature I.pdf
Word-
- 使用MATLAB BP 网络做二元函数逼近-Use MATLAB BP network to do a binary function approximation
TerrainHeightMap
- VS2010环境下用c言语根据Diamond-Square算法实现的道路地形函数-VS2010 language based on the C algorithm to achieve the road terrain function Diamond-Square algorithm
分形
- matlab版的茱莉亚集合的分形几何生成和查看
factorial
- It s a very good program to count something what you want. Just download it, and try it now. -It s a very good program to count something what you want. Just download it, and try it now.
cs
- 基于压缩感知的一维信号重构,压缩原理并通过算法将其还原,已检测,成功运行-A one-dimensional signal reconstruction based on compression perception
mani
- 数据降维工具,包括统计方法和流形学习方法-Data reduction tools, including statistical methods, and manifold learning method
alglib-2.6.0.delphi
- ALGLIB是一个跨平台的数值分析和数据处理函数库。它支持多种编程语言,如C++,C#,Pascal,VBA等,可以在多个操作系统平台上运行,如:Windows,Linux和Solaris。ALGLIB有以下特点: (1)线性代数(包括矩阵分析); (2)方程求解(线性和非线性); (3)插值; (4)最优化; (5)快速傅里叶变换; (6)数值积分; (7)线性和非线性最小二乘拟合; (8)常微分方程求解; (9)特殊函数; (10)统计(描
Fractraldimention
- 代码包括MATLAB和OpenCV语言部分 使用盒子法计算分形维数,代码清晰,已经运行出来了,是学习分形维数的一个途径-Code including MATLAB and OpenCV aim to calculation of box dimension of fractal dimension calculation of a better effect, the code clear, is to study the fractal dimension of a channel.
Bezier
- 三次贝塞尔曲线的实现 四个给定点p0,p1,p2,p3,在平面或在三维空间中定义了三次贝塞尔曲线。曲线起始于p0 走向p1,并从p2 的方向来到p3。一般不会经过p1或p2;这两个点只是在那里提供方向资讯.-三次贝塞尔曲线的实现 四个给定点p0,p1,p2,p3,在平面或在三维空间中定义了三次贝塞尔曲线。曲线起始于p0 走向p1,并从p2 的方向来到p3。一般不会经过p1或p2;这两个点只是在那里提供方向资讯. Realization of the three Bessel curv
BSPLINE
- 这是BSPLINE测试程序,鼠标单击4个点后生成3次b样条,使用qt4.8.5 + vs2008编译 内含可执行文件,支持定点拖拽-This is BSPLINE test program that generates click four points after three b-spline, use qt4.8.5+ vs2008 compiled containing the executable file, and support drag control point
BSplineTest
- 这是我根据资料编写的bspline b样条测试程序,代码中只保留了bspline相关的代码,内含编译好的可执行文件,初学者一看就懂-this is a bspline test program, and it s very easy to understand because most parts of program is the bspline parts