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

shiyan3-

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

  • 01_Geometry
    open cascade 二维图形生成例子程序(open cascade two-dimensional graph of sample program)
    2011-05-05 21:11:05下载
    积分: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
  • the-image-tube-CAD
    本文以电场的三大定理、连续超张弛迭代算法、拉格朗日插值算法等原理知识作为理论基础,以 C 语言为编程工具,将由根据以上物理和数学原理所推导出来的模型转化为可以计算像管内电势的 CAD 程序软件。所编写的程序可以在给定像管参数和电极电位的情况下,计算圆柱形像管内任意一点的电位大小,并绘制出像管内的等势线;拉格朗日插值得到对称轴上任一点的电位值。 (In this paper, we base on the three theorems of the electric field, continuous ultra-relaxation iterative algorithm, and Lagrange interpolation algorithm. We use the C language as a programming tools, and transform the model derived above into a CAD software to calculate the electric potential in the image tube. In case the image tube parameters and electrode potential are known, the program written can get the potential of every point in the image tube, and plot equipotential lines inside the image tube. It can also get the potential of every point on the axis of symmetry by Lagrange interpolation. )
    2015-02-04 22:28:55下载
    积分:1
  • Poiseuille
    poiseuille的LBM模拟,C++,三种边界处理方法。周期、反弹、曲线。(LBM simulation poiseuille s, C++, three border approach. Cycle, rebound, curve.)
    2016-01-18 11:38:16下载
    积分: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
  • 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
  • MFC-drawing
    MFC做的画图软件 只能画直线 还有待改进 适合初学者 看看(MFC do draw a straight line drawing software can be improved for beginners look)
    2013-12-19 15:51:43下载
    积分:1
  • COMPUTER_GRAPHICS
    本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中(this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generation ,three times spline curve and so on),source code and executable files are all included in the compressed file。 )
    2020-11-24 16:19:32下载
    积分:1
  • Visio
    说明:  几个常用的visio模具,想用的下载来用吧(Several commonly used Visio molds. Download them if you want to use them)
    2020-04-29 14:29:13下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载