登录
首页 » Visual C++ » fenxingtu

fenxingtu

于 2020-07-27 发布 文件大小:383KB
0 327
下载积分: 1 下载次数: 12

代码说明:

  分形图 。计算机图形学实验内容之一。 用C++语言编写的画分形图的源代码。(Fractal images. One of the elements of computer graphics experiments. C++ language with painting the source code of fractal images.)

文件列表:

分形图
......\BaseDraw.cpp,5382,2004-09-01
......\BaseDraw.h,1116,2004-09-01
......\Debug
......\.....\BaseDraw.obj,22867,2004-09-01
......\.....\Dragon.obj,10282,2004-09-01
......\.....\MainFrm.obj,20099,2004-09-01
......\.....\SphereDragon.obj,12954,2004-12-14
......\.....\StdAfx.obj,105869,2004-09-01
......\.....\vc60.pdb,380928,2004-12-14
......\.....\分形图.exe,127047,2004-12-14
......\.....\分形图.obj,23067,2004-09-01
......\.....\分形图.pdb,459776,2004-12-14
......\.....\分形图.res,7244,2004-09-01
......\.....\分形图Doc.obj,14715,2004-09-01
......\.....\分形图View.obj,23345,2004-09-01
......\Dragon.cpp,1886,2004-09-01
......\Dragon.h,728,2004-09-01
......\MainFrm.cpp,2507,2004-09-01
......\MainFrm.h,1581,2004-09-01
......\ReadMe.txt,4283,2004-09-01
......\res


......\...\分形图.rc2,398,2004-09-01

......\Resource.h,687,2004-09-01
......\Sphere-Dragon.cpp,2757,2004-09-01
......\Sphere-Dragon.h,0,2004-09-01
......\SphereDragon.cpp,2651,2004-12-14
......\SphereDragon.h,648,2004-09-01
......\SphereDraw.cpp,0,2004-09-01
......\StdAfx.cpp,208,2004-09-01
......\StdAfx.h,1054,2004-09-01
......\分形图.aps,28712,2004-12-14
......\分形图.clw,2313,2004-12-14
......\分形图.cpp,4153,2004-09-01
......\分形图.dsp,4998,2004-09-01
......\分形图.dsw,537,2004-09-01
......\分形图.h,1318,2004-09-01
......\分形图.ncb,99328,2004-12-14
......\分形图.opt,70656,2004-12-14
......\分形图.plg,3509,2004-12-14
......\分形图.rc,11831,2004-09-01
......\分形图Doc.cpp,1674,2004-09-01
......\分形图Doc.h,1429,2004-09-01
......\分形图View.cpp,2816,2004-09-01
......\分形图View.h,1751,2004-09-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • tuxiiangluoji
    matlab图形逻辑处理程序,好程序共同分享。(matlab graphical logic handler, a good program to share.)
    2012-10-29 18:43:05下载
    积分:1
  • Droplet
    液滴在壁面上流动的程序 可以用 tecplot画图 效果很好(The flow of the liquid drop on the wall of the program can be used to draw the effect of Tecplot is very good)
    2015-09-15 09:09:08下载
    积分:1
  • MFCdraw
    MFC画图程序代码,可画椭圆,直线,矩形,改线宽,打开保存,颜色等(MFC drawing code can draw ellipses, lines, rectangles, change the line width, open the saved, color, etc.)
    2021-05-07 06:28:36下载
    积分:1
  • DDA
    DDA算法画直线,可以实现在网格下逐点画直线。(DDA algorithm for drawing straight lines, can be achieved in a grid-by drawing straight line.)
    2020-10-13 19:07:31下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • series_active_filter
    for PSCAD softwear it can be very easy and coming soon challenger in this soft
    2013-10-17 22:51:52下载
    积分:1
  • grDemo
    自由曲线图表、柱状图、饼图的实现与转换,基于一套简单的图形类库(源代码在内)。(free curve charts, column, pie and the realization of conversion, based on a simple set of graphics libraries (including source code).)
    2005-06-21 09:51:23下载
    积分:1
  • Peano-Hilbert
    代码是关于Peano-Hilbert曲线算法,属于图形学范畴(Code is on the Peano-Hilbert curve algorithm, belongs to the category Graphics)
    2015-12-27 11:49:03下载
    积分:1
  • The-scale-can-be-designed
    可以动态移动的尺度的设计,适合图形显示和控制(The scale can be designed to dynamically move, for graphics display and control)
    2013-07-28 22:50:46下载
    积分:1
  • 01_Geometry
    open cascade 二维图形生成例子程序(open cascade two-dimensional graph of sample program)
    2011-05-05 21:11:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载