搜索资源列表
IsInsidePolygon
- 点在闭合区域内判断,做这个测试时只注重算法测试,所以没有对于浮点数相等比较的问题作特别处理.-point in the region closed judgment, to do this test focused only on test algorithms, there is no equivalent for the float to the question of comparison for special treatment.
Level Set Methods and Fast Marching Methods
- In this new edition of the successful book Level Set Methods, Professor Sethian incorporates the most recent advances in Fast Marching Methods, many of which appear here for the first time. Continuing the expository style of the first edition, this i
tmMorphology
- 数学形态学算法,膨胀腐蚀。可以在任何能得到图像像素区指针的情况下使用。配合我上传的opentrim使用更好。 在此申明,我上传的算法只包括算法实现的函数,并且注释清晰。不会把集成环境创建的一些无用文件包含进来,以方便读者找到核心代码并作出分析。请大家以我为榜样。此外还请上传算法的程序员们,写的算法只依赖一种语言的标准库,不要弄些调用库来实现的东西,来糊弄人。-Mathematical morphology algorithm, the expansion of corrosion. Can
erzhitu
- 求二值图的算法园程序,在指定的目录下输入图像名称,就可以在Matlab的M文件中运行得到图像的二值图,并输入图像对应的矩阵。根据轮廓下可以生成一个二值图,并把它的图像输出。-Figure 2 value seeking algorithms garden program, in the specified directory name of the input image, we can run Matlab M-file to be binary image map and the input
jihegongj
- 本书对计算机图形学和其他领域的二维和三维几何学算法进行了全面的解析和合理的组织。全书先复习了向量和矩阵代数的基本概念,而后详细地描述了图形几何学涉及的各种二维和三维对象的几何测量、相交等问题的各种算法,并提供了关于计算几何学主题的大量材料以便于快速参考。-This book on computer graphics and other areas of the two-dimensional and three-dimensional geometry algorithms conducted
all-geometry-arithmetic-CPP-code--
- 几何算法大全,包含大量的几何算法的C++源码。如点、线、面的几何要素计算等。非常实用。-Geometric algorithms Daquan, contains a large number of geometric algorithms in C++ source code. Such as point, line, plane geometry factor calculation. Very practical.
Demo
- 利用vc编程实现计算机图形学中要求的各种算法,实现了点、线、面等各种几何图形的绘制。-Computer graphics programming using vc required in a variety of algorithms to achieve a point, line, surface and other geometric drawing.
Fractal-algorithms-
- 本书从实用的角度出发,论述了分形图形的生成算法与程序设计。主要内容包括分形图的递归算法、文法构图算法、迭代函数系统算法、逃逸时间算法、分形演化算法,以及分形图的放大、分形图的动画、分形图的立体化和利用分形算法实现自然景物的模拟等内容。-From a practical point of view the book, discusses the fractal graphics generation algorithms and programming. The main contents inc
Class_Line
- 电脑中画线的算法,实现了常用算法的画线。并且进行了封装,使得使用更加方便-In the computer drawing a line algorithm, achieves the algorithms painting line. And the encapsulation, make use more convenient
A-Prediction-Methodology-of-Electrical-Tree-Propa
- In predicting electrical tree growth behavior of practical insulation materials under operating voltages, one must consider the effects of mechanical tensile residual stresses, electrical field stresses and the voids distribution to the electri
Fractal-Code
- 程序在DOS下运行,需要包含<graphics.h>, <conio.h>, <cmath>头文件。绘图速度较慢,但精确度高,可进行任意位置的放大缩小。 算法是本程序的核心内容,一切的绘图都建立在这个基础之上。Julia, Mandelbrot, Newton三个绘图函数各有不同的算法,对于每一种情况要分类讨论。程序要进行放大、缩小,需要对程序中的每个点的计算加上一些参数,使放大缩小正确运行。 主函数包含print函数,print函数包含color系列
modelihacibrarysome
- 数学建模中常用的一些算法用matlab实现,可以作为一个library使用(Algorithms for some matlab in mathematical modeling, can be used as a library)