搜索资源列表
分形算法与程序设计——Java实现
- 分形算法与程序设计——Java实现 看到有vc的程序实现,我有java的教程,希望对大家有所帮助-fractal algorithms and programming -- Java vc see the program, I have a java Guide, we hope to help
canto
- 利用分形递归算法实现Cantor三分集,实现有限次迭代!-use fractal recursive algorithm Cantor third set and achieve limited iterations!
Sierpinski_1
- 本程序利用迭代递归算法实现,可以画出正三角形构成的Sierpinski垫片,输入条件为正三角形的中心坐标和边长。-the iterative procedure recursive algorithm, sense regular triangle constitutes the Sierpinski gasket, import conditions for the regular triangle coordinates of the center and side length.
sierpinski_dt
- 利用分形中的迭代和递归算法实现Sierpinski地毯,程序简单易懂,改动程序中的n值即可控制递归次数。-use fractal iterative and recursive algorithm Sierpinski gasket, procedures simplified, changes to the procedures used for the control of n number of recursive.
f
- 分形算法实现的一棵树的程序。
FractalTerrain
- 这是用分形算法实现三维地形的模拟,在浏览时你可以通过改变参数值,来改变山体的外貌,是学习分形算法的好实例
图像分形维数计算
- 根据差分计盒计算图像分形维数原理,推导出的Matlab程序代码,不知道效果如何,至少可以让我们知道程序实现步骤。根据2^n为步长的算法实现,效率很快
fenxin
- 分形算法与程序设计——Visual C++实现 该书的所有源代码,均可运行-failed to translate
simulation_of_mountain_for_VB
- 用Visual Basic和分形算法编程实现了山的模拟。-simulation_of_mountain_for_VB.rar
tmMorphology
- 数学形态学算法,膨胀腐蚀。可以在任何能得到图像像素区指针的情况下使用。配合我上传的opentrim使用更好。 在此申明,我上传的算法只包括算法实现的函数,并且注释清晰。不会把集成环境创建的一些无用文件包含进来,以方便读者找到核心代码并作出分析。请大家以我为榜样。此外还请上传算法的程序员们,写的算法只依赖一种语言的标准库,不要弄些调用库来实现的东西,来糊弄人。-Mathematical morphology algorithm, the expansion of corrosion. Can
changyongsuanfa
- 一些简易算法实现,编程的初学者适用,高精度算法,简单计算几何算法-it s for the beginner
Fractal-algorithms-
- 本书从实用的角度出发,论述了分形图形的生成算法与程序设计。主要内容包括分形图的递归算法、文法构图算法、迭代函数系统算法、逃逸时间算法、分形演化算法,以及分形图的放大、分形图的动画、分形图的立体化和利用分形算法实现自然景物的模拟等内容。-From a practical point of view the book, discusses the fractal graphics generation algorithms and programming. The main contents inc
Euler-circuit
- 计算机图论 中Euler circuit的算法实现-Computer graph theory Euler circuit algorithm
Graph
- 对图的深度,广度遍历,关键路径算法,最短路径算法实现,求生成树的深度及叶子结点数-Depth, breadth traversal, critical path algorithm, the shortest path algorithm, find the depth of the spanning tree and leaf nodes
Desktop
- 谱聚类matlab算法实现,k-means算法 可以实现简单聚类-Spectral clustering algorithm in matlab, k- means algorithm can realize simple clustering
Alpha_shapes_3
- alphashapes算法实现(CGAL)-alphashape algorithm(CGAL)
TerrainHeightMap
- VS2010环境下用c言语根据Diamond-Square算法实现的道路地形函数-VS2010 language based on the C algorithm to achieve the road terrain function Diamond-Square algorithm
FractalDimensionViaBoxCounting
- 可用于计算灰度图像或者二值图像的分形维大小。通过BoxCounting算法实现。-This program can be used to calculate the fractal dimension of gray-scale image or binary image. It is based on boxcouting algorithm.
f_t_s
- 分形树的生成算法 实现分形树的绘制 有参数输入窗口,通过该窗口输入生成树的各个参数:颜色,大小,旋转角度等等 -Drawing algorithm to generate fractal tree fractal tree parameters are input window, enter the parameters of the spanning tree through the window: color, size, rotation, etc.
光流向量的彩色表示算法设计与matlab实现
- 光流算法采用的是HS光流法,得到每个像素点的光流值,将它表示成HSI色彩空间的任一截面,再根据HSI色彩空间与RGB色彩空间的对应关系将光流场用颜色表示出来。