文件名称:Test
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-06-22
- 文件大小:
- 1.84mb
- 下载次数:
- 0次
- 提 供 者:
- 邱**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Koch雪花的构图方法,递归模型的实现算法,建立平面二维坐标系,原点位于屏幕客户区中心,x轴水平向右为正,y轴铅直向上为正。
以原点为圆心绘制半径为r的圆,与y轴交于P0点。从P0点开始,顺时针方向将圆三等分,得到P1和P2点。P0P1P2构成等边三角形。
沿着等边三角形的三条边外侧分别绘制三段递归深度为4,夹角为60°的Koch曲线,形成Koch雪花。
-Koch snowflake patterning method, recursive algorithm model, the establishment of two-dimensional coordinate system, the origin of the client area of the center of the screen, x-axis horizontally to the right is positive, y-axis vertically upward is positive. Draw the origin as the center of the circle of radius r, and the y-axis at point P0. From the start point P0, the circle clockwise three equal portions, get points P1 and P2. P0P1P2 form an equilateral triangle. Along three sides of an equilateral triangle three sections were drawn outside the recursion depth is 4, the Koch curve angle of 60 to form a Koch snowflake.
以原点为圆心绘制半径为r的圆,与y轴交于P0点。从P0点开始,顺时针方向将圆三等分,得到P1和P2点。P0P1P2构成等边三角形。
沿着等边三角形的三条边外侧分别绘制三段递归深度为4,夹角为60°的Koch曲线,形成Koch雪花。
-Koch snowflake patterning method, recursive algorithm model, the establishment of two-dimensional coordinate system, the origin of the client area of the center of the screen, x-axis horizontally to the right is positive, y-axis vertically upward is positive. Draw the origin as the center of the circle of radius r, and the y-axis at point P0. From the start point P0, the circle clockwise three equal portions, get points P1 and P2. P0P1P2 form an equilateral triangle. Along three sides of an equilateral triangle three sections were drawn outside the recursion depth is 4, the Koch curve angle of 60 to form a Koch snowflake.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Test\Debug\MainFrm.obj
....\.....\StdAfx.obj
....\.....\Test.exe
....\.....\Test.ilk
....\.....\Test.obj
....\.....\Test.pch
....\.....\Test.pdb
....\.....\Test.res
....\.....\TestDoc.obj
....\.....\TestView.obj
....\.....\vc60.idb
....\.....\vc60.pdb
....\MainFrm.cpp
....\MainFrm.h
....\ReadMe.txt
....\res\draw.ico
....\...\exit.ico
....\...\Help.ico
....\...\Test.ico
....\...\Test.rc2
....\...\TestDoc.ico
....\...\Toolbar.bmp
....\resource.h
....\StdAfx.cpp
....\StdAfx.h
....\Test.aps
....\Test.clw
....\Test.cpp
....\Test.dsp
....\Test.dsw
....\Test.h
....\Test.ncb
....\Test.opt
....\Test.plg
....\Test.rc
....\TestDoc.cpp
....\TestDoc.h
....\TestView.cpp
....\TestView.h
....\Debug
....\res
Test