搜索资源列表
逐点递归填充算法
- 用OPENGL实现的,可以用来实现定点的绘制.用VC环境加上OPENGL实现.非常方便实现逐点递归填充算法.-use OpenGL, which can be used for fixed point mapping. VC environment with OpenGL. Very convenient achieve filled bit recursive algorithm.
snowflake
- 关键字: KOCH, 分形, 雪花,递归,MFC,snowflake 这是我MFC下写的一个小程序, 实现分形递归雪花算法. 希望更多的人与我交流, QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : KOCH, fractal, snowflakes, recursive, MFC, Snowflake This is my MFC write a small program achieving Fractal snowflakes
PolyCompress
- Douglas-Peucker算法的递归实现,java版-Douglas-Peucker Compresing recursive algorithm to achieve, java version
The-Curve-Of-Koch
- 本实例主要是利用递归的方法以及MFC工具来三分Koch曲线,主要由子函数paint来实现,通过修改其n值可以得到想要递归的次数-example is the use of recursive methods and tools to third MFC Koch curve, mainly by Functions paint to achieve through revising its value n want to be the number of recursive
CurvePainter
- n次贝塞尔曲线及三次b样条曲线的绘制,使用自己编写的curve类,实现曲线上点坐标的计算与绘制,曲线点坐标的计算使用递归算法。点击左键设定控制点,之后点击右件绘制曲线。-n Bessel curve and three b-spline curve mapping, prepared to use their own type of curve, curve coordinates of the point on the calculation and drawing, curve coordi
tuxingxuedazouye
- 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
fengchuifenxing
- 风吹分形树:本例采用WIN32 + 字符替换法 模拟从2阶到N阶 经典分形树的实现。而经典的算法采用递归实现。 其中的字符替换法 可作为此类问题的通解-wind fractal tree : the characters WIN32 cases using replacement simulation from two bands of N-classic fractal tree realized. The classic recursive algorithm to achieve. T
erchashu3
- 二叉树的便先中后三中递归和非递归方式的实现-binary tree after they were first three recursive and non - recursive approach to achieve
XHZ
- 直线绘制,包括递归实现中点算法、BRESENHAN算法和圆的绘制,都是4个象限全部可以的。
dither
- 用n×n抖动矩阵实现指定区域的半色调抖动,主要部分是抖动矩阵的递归实现,此部分较难
递归的应用:最简单分形图形实现
- 递归的应用:最简单分形图形实现可实现图形的多方位显示-recursive applications : the most simple fractal graphics can be realized to achieve the multidimensional graphics display
P-D
- Douglas-Peucker算法实现,数据压缩算法-Douglas-Peucker
pictureView
- 使用递归实现图片浏览功能,把图片存储到服务器端的本地文件夹,使客户端访问-The realization of the use of recursive picture browsing, picture storage to the server to the local client folder, so that client access
spheresubdivision
- 一个正12面体,经过多次细分,逼近一个球体,使用递归实现分形的算法。-spheresubdivision
dgfxs
- 递归实现分型树,由一个主干开始生成一棵完整的树-Typing recursion tree, from a trunk to start generating a full tree
seed
- 该程序运用递归实现了计算机图形学中的种子填充算法-The program enables the computer graphics Seed Fill Algorithm
expand
- 通过递归实现对图像四邻域的膨胀,并统计膨胀后连通域的个数-Through the recursive realize to the image of the neighbourhood domain expansion, and statistical expansion of number of connected domain
TarsusFactorial
- 用数组储存大数,然后递归实现阶乘,计算完成后将计算的结果存入数组中,然后输出结果即可。-With an array of storage of large numbers, and then the recursive factorial implementation, which will calculate the result of calculation into the array, then the output can be.
sfft-0.1.0
- 采用MATLAB编程实现二分查找法的稀疏傅立叶变换算法。研究算法参数变化对信号频谱的影响,并对特定的宽带跳频信号进行稀疏傅立叶变换处理,得出相应的频谱,并与快速离散傅立叶变换的结果进行比较。(Recurrence of sparse Fourier transform)
70821010
- 用非递归实现快速排序 主要思想: 利用栈来消除递归()