资源列表
分形图形程序
- 《用C,C++设计二维三维分形图形程序》 配套源码-"C, C Design 2D and 3D fractal graphics program" complementary source
graphics_fenxing
- 主要模拟了荡漾的水面,使用的方法是:随机给定矩形水面四个角的高度,用随机中点位移法生成一幅分形水面,然后使水波按照一定的传播机制扩散、衰减,从而模拟出水波荡漾的效果。-simulated a ripple on the surface, the methods used are : to set random four corners of the rectangular surface and with a random midpoint displacement method generat
huishufenxing
- 桧树分形小枝:win32+GDI+分形算法;经典课程例子的vc++实例-cypress trees Fractal branchlets : win32 GDI fractal algorithm; Classic examples of courses example vc
RSana
- RS分形算法matlab代码实现,既利用RS方法计算时间序列的分形hurst指数-RS fractal algorithm to achieve Matlab code, both RS calculated using time series fractal Hurst index
image_GST
- (1)可以图示地设计GST函数;(2)可以执行点运算;(3)可同时显示输入和输出图像以及它们的直方图-(1) can icon design GST function; (2) can be implemented point arithmetic; (3) can also show the input and output images and their histogram
Fractal_code
- 包括了Van.Cock曲线,Mandbrod集,Julia集,计盒维数……等多个程序及说明-including Van.Cock curve, Mandbrod sets, Julia set, box dimension ... so a number of procedures and explanations
分形参数计算程序分享
- 别看了,没啥用水生所是多少达菲菲菲菲我丰富(nousing zhendemeishayongmeiyonga)
multifractal_and_output
- 输入灰度图像,RGB彩色图像会自动转换为灰度图像 输出图像的多重分形谱(input a grey image and getting its multifractal spectrum, if there is a color image, it will be transferred into grey one firstly.)
tp99
- 用matlab语言来简洁的实现在静态负载下符合最小化原理的拓扑优化。总共只需要输入99行代码,包括优化程序和有限元分析子程序。这99行代码中,其中36行为主程序,12行为基于最优控制器的优化程序,16行为敏度过滤分析,其余35行代码作为有限元分析。(MATLAB language is used to concisely implement topology optimization based on minimization principle under static load. A tot
matlab图像处理-差分盒维数
- 基于matlab图像处理的代码,可以对图形求出差分盒维数,适用于彩色图像
Fractal Dimension
- 很多图形形状都有自相似性和自放射性,利用分形几何绘制出的图形(A graph drawn from fractal geometry)
IFS-分形树
- 代码是用Java实现的基于迭代函数系统(IFS)算法的分形树图像。