登录
首页 » Visual C++ » breseham

breseham

于 2009-02-14 发布 文件大小:3535KB
0 241
下载积分: 1 下载次数: 5

代码说明:

  这个程序是用Breseham画法在visual c++平台下画直线和圆。可以对图像进行刷新,画多条直线,多个圆(This procedure is used Breseham paint in visual c++ platform for the next drawing a straight line and circle. Can refresh the image, painted more than a straight line, a number of round)

文件列表:

二维图形
........\Debug
........\MainFrm.cpp
........\MainFrm.h
........\ReadMe.txt
........\res


........\...\VectGraphics.rc2

........\Resource.h
........\StdAfx.cpp
........\StdAfx.h
........\VectGraphics.aps
........\VectGraphics.clw
........\VectGraphics.cpp
........\VectGraphics.dsp
........\VectGraphics.dsw
........\VectGraphics.h
........\VectGraphics.ncb
........\VectGraphics.opt
........\VectGraphics.plg
........\VectGraphics.rc
........\VectGraphics.sln
........\VectGraphics.vcproj
........\VectGraphics.vcproj.SE106.Administrator.user
........\VectGraphicsDoc.cpp
........\VectGraphicsDoc.h
........\VectGraphicsView.cpp
........\VectGraphicsView.h
........\Visual Studio 2005
........\..................\Backup Files
........\..................\............\VectGraphics
........\Visual Studio 2005Templates
........\...........................\ItemTemplates
........\...........................\ProjectTemplates

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

发表评论

0 个回复

  • acis
    ACIS的动态链接库,是AUTO CAD的几何内核(The dynamic link library ACIS is AUTO CAD geometry kernel)
    2009-05-19 12:00:14下载
    积分:1
  • computergraphicsprogramming
    说明:  我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Chopper.asc chopper.bmp cp.bmp end.BMP end.txt w1.bmp w2.bmp w3.bmp 如有问题欢迎大家和我交流! 联系方式: e-mail:cproom@163.net http://cproom.yeah.net 通讯地址:陕西省西安市太白南路202号(骊山微电子公司)陈鹏(收) 邮编  :710065 电话  :(029)-8234582(computer graphics programming using GDI)
    2010-04-17 07:13:59下载
    积分:1
  • 打开24位BMP
    这是一个模拟acdsee软件打开一幅bmp文件并显示在屏幕上的算法.(This is a simulation software Converter opened a bmp file and display on the screen of the algorithm.)
    2005-04-24 20:36:21下载
    积分:1
  • AddPalette
    在AutoCAD中添加一个自定义分页侧边栏。(In AutoCAD add a custom tab sidebar.)
    2020-11-29 14:09:29下载
    积分:1
  • mfcbspilin
    mfc 实现绘制3次B样条 效果很好 模块化可以在自己论文中使用(mfc achieved drawing cubic B-spline)
    2013-10-10 19:46:06下载
    积分:1
  • RayTracing
    采用层次包围盒、八叉树加速的光线跟踪算法(ray tracing using level boundary box and eight branch tree algorithm)
    2020-12-31 21:48:59下载
    积分: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
  • 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
  • bseeelj-and-hankel-function
    用于求解各阶贝塞尔函数和汉克尔函数零点,希望对大家有帮助。(besselj and hankel functions)
    2014-08-19 21:22:19下载
    积分:1
  • MyQtproject
    简单画图板,初学者实用,比较简单,如果喜欢可以下载来看看(Simple drawing board, beginners practical, relatively simple)
    2013-12-18 13:42:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载