登录
首页 » Visual C++ » shiyan3-

shiyan3-

于 2020-06-30 发布 文件大小:3045KB
0 170
下载积分: 1 下载次数: 92

代码说明:

  计算机图形学,mfc实现二维图形的基本几何变换,如平移、旋转、缩放、对称、错切变换(Computer graphics, mfc achieve the basic two-dimensional graphics geometric transformations, such as translation, rotation, scaling, symmetry, shear transformation)

文件列表:

图形变换1
.........\Debug
.........\.....\er.obj,15956,2013-05-08
.........\.....\glut32.dll,154624,1997-12-11
.........\.....\main.obj,15583,2013-05-08
.........\.....\vc60.idb,148480,2013-05-08
.........\.....\vc60.pdb,77824,2013-05-08
.........\.....\图形变换.exe,188482,2013-05-08
.........\.....\图形变换.ilk,212068,2013-05-08
.........\.....\图形变换.pch,3667360,2013-05-08
.........\.....\图形变换.pdb,459776,2013-05-08
.........\er.cpp,1617,2013-05-08
.........\main.cpp,1900,2013-05-08
.........\图形变换.dsp,4182,2013-05-08
.........\图形变换.dsw,524,2013-05-08
.........\图形变换.ncb,41984,2013-05-08
.........\图形变换.opt,48640,2013-05-08
.........\图形变换.plg,1009,2013-05-08
图形变换3
.........\Debug
.........\.....\glut32.dll,154624,1997-12-11
.........\.....\main.obj,15742,2013-05-08
.........\.....\vc60.idb,132096,2013-05-08
.........\.....\vc60.pdb,77824,2013-05-08
.........\.....\图形变换3.exe,188484,2013-05-08
.........\.....\图形变换3.ilk,224528,2013-05-08
.........\.....\图形变换3.pch,3667360,2013-05-08
.........\.....\图形变换3.pdb,459776,2013-05-08
.........\main.cpp,1542,2013-05-08
.........\图形变换3.dsp,4094,2013-05-08
.........\图形变换3.dsw,526,2013-05-08
.........\图形变换3.ncb,41984,2013-05-08
.........\图形变换3.opt,48640,2013-05-08
.........\图形变换3.plg,896,2013-05-08

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

发表评论

0 个回复

  • MPFMS
    工业控制监控软件,画动态曲线. 仪表盘显示。(Painting dynamic curve. Draw dynamic curve the painting dynamic curve. Draw dynamic curve)
    2013-05-16 13:04:49下载
    积分:1
  • wode
    绘画板~ C#小程序~ (Drawing board ~ C# Applet ~)
    2007-12-27 12:17:38下载
    积分:1
  • fenxintu
    分形几何是数学领域里新兴的课题,如果将图形的每个元素按某种规则进行变形,得到新的图形,以此类推,进行若干次变形后得到的图形就是分形图形。本程序实现分形图。(Fractal geometry is the mathematical field of emerging issues, if the graphics of each element according to certain rules of deformation, new graphics, and so on, to carry out a number of graphics after deformation is fractal graphics. This procedure realize fractals.)
    2008-06-03 11:21:52下载
    积分:1
  • pinsanquxian
    基于频散曲线,选择抽样脉冲信号作为子波,推导出了合成单炮面波地震记录的理 论公式,并利用该公式,针对不同弹性层状介质模型的频散曲线合成了面波地震记录。(Based on the dispersion curve, select the sampling pulse signal wavelet derived synthetic single artillery surface wave seismogram theoretical formulas, and the use of the formula, seismogram synthesis of surface wave dispersion curves for different elastic layered media model.)
    2013-03-16 14:55:43下载
    积分:1
  • 01_Geometry
    open cascade 二维图形生成例子程序(open cascade two-dimensional graph of sample program)
    2011-05-05 21:11:05下载
    积分: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
  • agg-2.5
    2D图像渲染,比如反走样,mark等效果,编码风格很好,模版用的淋漓尽致(2D image rendering, such as anti-aliasing, mark, such as the effect of good coding style, the template used by most)
    2009-02-08 12:35:42下载
    积分:1
  • MING
    自动绘制保护煤柱,CAD 二次开发的,输入参数后,自己就绘制出来了(Automatic drawing protection pillar, CAD secondary development)
    2013-11-12 11:27:19下载
    积分:1
  • Graphic
    二维绘图,包括直线,矩形,圆,多边形等绘制(Two-dimensional graphics, including lines, rectangles, circles, polygons drawn)
    2012-07-25 11:40:58下载
    积分: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
  • 696518资源总数
  • 104349会员总数
  • 32今日下载