搜索结果
找到约 11 项符合
FRACTAL 的查询结果
按分类筛选
人工智能/神经网络 一个用Java编写的分形程序。分形(Fractal)理论是Mandelbrot于20世纪70年代提出的一门非线性学科
一个用Java编写的分形程序。分形(Fractal)理论是Mandelbrot于20世纪70年代提出的一门非线性学科,用于描述自然界中的非平衡非线性复杂系统的有序状态。利用分形算法可以画出千奇百怪的图象。Mandelbrot集和Julia集是分形集合中最基本的两个集合 ...
电子书籍 Fractal deformation method of complex evolutionary systems under parameter perturbations To create
Fractal deformation method of complex evolutionary systems under parameter perturbations
To create much more fractals width new type of structures.
其他 Fractal Explorer GUI-based program for exploring and studying the most common form of fractals, c
Fractal Explorer
GUI-based program for exploring and studying the most common form of fractals, chaotic systems and fractional dimension systems
其他 使用遞迴運算畫出fractal tree,使用者可自行輸入遞迴次數,畫出不同level的tr
使用遞迴運算畫出fractal tree,使用者可自行輸入遞迴次數,畫出不同level的tr
数学计算 VC小波应用 分形和混沌 FRACTAL AND GRASS DEMO
VC小波应用 分形和混沌 FRACTAL AND GRASS DEMO
文章/文档 A fractal is generally "a rough or fragmented geometric shape that can be split into parts, each of
A fractal is generally "a rough or fragmented geometric shape that can be split into parts, each of which is (at least approximately) a reduced-size copy of the whole,"[1] a property called self-similarity. The term was coined by Beno&#238 t Mandelbrot in 1975 and was derived from the Latin fractus ...
matlab例程 calculates the fractal dimension of a set in the 2D plane using the box counting method.
calculates the fractal dimension of a set in the 2D plane using the box counting method.
单片机开发 Generating Fractals with SSE/SSE2 You probably have heard about fractals before. They are beautiful
Generating Fractals with SSE/SSE2
You probably have heard about fractals before. They are beautiful pictures such as the one shown above. Any fractal can be described using iterative formulas. So you can generate a fractal by evaluating these formulas and finding the color of each pixel. That is a l ...
Linux/Unix编程 srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE]
srand[getpid[]]
/* initialize some of the memory */
memset[heightmap, 0, MAPSIZE*MAPSIZE]
memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT]
printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE]
heightmap[0] = [rand[] 128] + 64 // initialize starting point on map
CreateFract ...
Linux/Unix编程 srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE]
srand[getpid[]]
/* initialize some of the memory */
memset[heightmap, 0, MAPSIZE*MAPSIZE]
memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT]
printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE]
heightmap[0] = [rand[] 128] + 64 // initialize starting point on map
CreateFract ...