登录
首页 » Visual C++ » DDA

DDA

于 2020-10-13 发布 文件大小:2288KB
0 175
下载积分: 1 下载次数: 7

代码说明:

  DDA算法画直线,可以实现在网格下逐点画直线。(DDA algorithm for drawing straight lines, can be achieved in a grid-by drawing straight line.)

文件列表:

DDA
...\DDA.APS,27856,2012-11-08
...\DDA.clw,2209,2012-11-08
...\DDA.cpp,4060,2012-06-04
...\DDA.dsp,4492,2012-06-04
...\DDA.dsw,514,2012-06-04
...\DDA.h,1323,2012-06-04
...\DDA.opt,53760,2012-11-08
...\DDA.plg,2022,2012-11-08
...\DDA.rc,10953,2012-06-04
...\DDADoc.cpp,1682,2012-06-04
...\DDADoc.h,1442,2012-06-04
...\DDAView.cpp,4463,2012-06-04
...\DDAView.h,1842,2012-06-04
...\Debug
...\.....\DDA.exe,118826,2012-11-08
...\.....\DDA.ilk,326716,2012-11-08
...\.....\DDA.obj,22646,2012-11-08
...\.....\DDA.pch,5502136,2012-11-08
...\.....\DDA.pdb,336896,2012-11-08
...\.....\DDA.res,6972,2012-11-08
...\.....\DDADoc.obj,14376,2012-11-08
...\.....\DDAView.obj,28786,2012-11-08
...\.....\MainFrm.obj,19721,2012-11-08
...\.....\StdAfx.obj,105519,2012-11-08
...\.....\vc60.idb,197632,2012-11-08
...\.....\vc60.pdb,364544,2012-11-08
...\MainFrm.cpp,2504,2012-06-04
...\MainFrm.h,1581,2012-06-04
...\ReadMe.txt,4239,2012-06-04
...\res

...\...\DDA.rc2,395,2012-06-04


...\Resource.h,682,2012-06-04
...\StdAfx.cpp,205,2012-06-04
...\StdAfx.h,1054,2012-06-04

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

发表评论


0 个回复

  • matcomtu
    matcom衰减振荡曲线(多线程)如果直接运行exe文件,只须将ago4501.dll和v4501v.dll加入相应的release目录即可。(matcom oscillation decay curve (multi-threaded))
    2011-10-13 21:24:45下载
    积分:1
  • draw
    可以实现基本的绘图功能,画直线,矩形,圆椭圆。图形学作业(Can achieve the basic drawing functions and draw a straight line, rectangle, circle, ellipse. Graphics jobs)
    2012-06-17 21:45:39下载
    积分:1
  • srgp
    简单的图形学SRGP教学包运用实现。 A.实现一个下拉菜单软件包,其高层设计见2.2.6节、2.3.1节、2.3.3节中的代码段。软件包通过从输入文件读入字符串来初始化菜单条和菜单体。程序可以通过关闭菜单条使标题消失,也可以激活一个菜单(以各菜单标题在菜单条上的水平位置作为参数)来使菜单出现。 (Simple graphics SRGP realize the use of teaching packages. A. The realization of a drop-down menu package, and its high-level design, see section 2.2.6, section 2.3.1, section 2.3.3 of the code segment. Package from the input file is read into the string to initialize the menu and menu body. Procedures can be closed so that the title menu disappear, but also can activate a menu (in the menu heading in the menu bar on the horizontal position as a parameter) to make the menu appear.)
    2008-04-19 16:45:02下载
    积分:1
  • ShowImage
    本程序可以在MFC中打开并显示一张图片,代码比较简单基础(Open and display a picture in MFC)
    2018-05-23 21:37:17下载
    积分:1
  • fengzaishichengquxian
    谐波合成法模拟脉动风载时程曲线风载仿真计算(When harmonic synthesis process simulation fluctuating wind load wind load simulation curve)
    2014-10-30 15:50:29下载
    积分:1
  • 1-MyPaint
    用MFC实现画图板,包括绘线,几何图形,上色等等,简单易懂。(To realize drawing board with MFC)
    2012-11-20 11:30:55下载
    积分:1
  • cPP-sanshitu
    用c++编写的一个基于easyx绘图库的简单立体三视图的绘制程序,文件中包含easyx库的安装包(Based on a simple three-dimensional easyx graphics library written in three views with c++ drawing program, a file containing the installation package easyx library)
    2016-11-13 04:42:10下载
    积分: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
  • scribble
    极其简单的MFC画图小例子,但是可以学到很多的基本知识,不错的例子,微软出品!!!!(Extremely simple MFC drawing small example, but you can learn a lot of basic knowledge, a good example, Microsoft Publisher! ! ! !)
    2013-11-27 13:55:38下载
    积分:1
  • circle-fit-based-on-VC
    该程序实现圆拟合,对学习圆拟合有一定帮助。(circle fit based on VC++)
    2012-05-07 11:13:16下载
    积分:1
  • 696518资源总数
  • 104554会员总数
  • 21今日下载