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

shiyan3-

于 2020-06-30 发布 文件大小:3045KB
0 279
下载积分: 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 个回复

  • cPP
    C/c++趣味程序百例(献给C/C++初学者) 1.绘制余弦曲线 2.绘制余弦曲线和直线 3.绘制圆 4.歌星大奖赛 5.求最大数 6.高次方数的尾数 7.阶乘尾数零的个数 8.借书方案知多少 9.杨辉三角形 10.数制转换 11.打鱼还是晒网 12.抓交通肇事犯 13.该存多少钱 14.怎样存钱利最大 (The C/c++ interesting program one hundred cases (dedicated C/C++, beginners) 1. Draw the cosine curve. Draw cosine curves and straight lines to high power mantissa draw a circle 4 star Grand Prix. Seeking maximum number of 6. 7 factorial ending number of zeros 8 Know Your library program. Triangle 10 number system conversion 11. fishing or drying nets 12. caught guilty of traffic accident 13. the how much money 14 How to save money Lee maximum)
    2013-04-22 00:57: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
  • NetTraffic
    实现本机流量监控绘图,测试可用,方便安全(Netflow monitoring)
    2013-09-03 00:20:02下载
    积分:1
  • Draw
    该程序可以绘制出扇形,并且带有黑色边框。(The program can draw out the fan, and with a black border.)
    2010-06-30 09:35:13下载
    积分:1
  • BresenhamCircle
    杜晓增计算机图形学基础Bresenham法画圆源程序(Du Xiaozeng computer graphics based Bresenham law circle source program)
    2015-05-26 08:44:12下载
    积分:1
  • TeeChart
    结合VS2010和TeeChart v5控件读取txt文件数据并画曲线图。可以画2条以上的曲线图,也可以修改曲线图的颜色。(Combine VS2010 with TeeChart v5 to read TXT data and draw graph.It can draw more than 2 curves and also can modify the color of the curves.)
    2015-09-26 15:08:05下载
    积分:1
  • computer-graphics-curriculum-design
    本程序是计算机图形学课程设计的程序,包含用各种算法绘制直线、圆、曲线,填充,剪裁等,有助于计算机图形学的学习与实践。(This procedure is a computer graphics curriculum design process, including the use of various algorithms to draw lines, circles, curves, filling, cutting, etc., help to learn and practice of computer graphics.)
    2013-10-27 16:36:07下载
    积分:1
  • dxflib-3.3.4-src
    dxflib-3.3.4-src ,dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。(dxflib-3.3.4-src,dxflib is an opensource C++ library for reading and writing AutoCAD (R) DXF files. )
    2014-07-24 19:23:54下载
    积分: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
  • SHOOTSUNDROIYAN
    风力发电机的浆距控制PSCAD仿真模型,模型通过仿真可以看到如何调节风力机的浆距(Wind turbine pitch control PSCAD simulation model, model simulation you can see how to adjust the pitch of the wind turbine)
    2012-12-20 14:47:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载