py 生成分形曲面{D:2~3~0.01}的动态图像 待完善: BoxCounting_Landform_Method.py 从xyz序列计算 Run.py 从这里运行 1 原理 box-counting法的推广, 求出的粗糙曲面分维为盒子维 基本原理 通过不同的观测尺度, 得到相对应的盒子数, 本质上是对维度的缩放: N(δ)∼δ−D 对一系列一一对应的观测尺度...
0 代码 AlgorithmVisualization_Solid.py:可视化算法CurveFitting.py:线性拟合BoxCountingMethod_Solid.py:计盒法计算三维实体的分形维数data_excel.py:保存数据到excelDraw.py:画图Mengersponge.py:生成Mengersponge矩阵Run_Solid.py:【在这里启动】 1 原理 将尺寸为ε的立方体覆盖在分形实体上,若覆盖到实体部分,则立方...
The method applied was the well-established box-counting.#Known mathematical fractals from the literature were used to validate the software, which presented the expected values of fractal dimensions for such objects. In the experimental group, irradiated with gamma radiation, it was observed changes ...
# 需要导入模块: from amuse.datamodel import Particles [as 别名]# 或者: from amuse.datamodel.Particles importbox_counting_dimension[as 别名]deftest13(self):print"Testbox_counting_dimension"# Particles distributed uniformly in 3Dparticles = Particles(4096) particles.position = numpy.mgrid[0:16.0,...