登录
首页 » Visual C++ » GLTransform

GLTransform

于 2012-03-07 发布 文件大小:3649KB
0 220
下载积分: 1 下载次数: 8

代码说明:

  用C++编程编写的CAD功能,实现了画线,画面,以及填充多边形等功能。()

文件列表:

GLTransform
...........\Debug
...........\.....\GLTransform.bsc,3834880,2011-12-04
...........\.....\GLTransform.exe,122963,2011-12-04
...........\.....\GLTransform.ilk,337164,2011-12-04
...........\.....\GLTransform.obj,23799,2009-06-02
...........\.....\GLTransform.pch,6874244,2009-06-02
...........\.....\GLTransform.pdb,590848,2011-12-04
...........\.....\GLTransform.res,7368,2009-06-02
...........\.....\GLTransform.sbr,0,2009-06-02
...........\.....\GLTransformDoc.obj,15093,2009-06-02
...........\.....\GLTransformDoc.sbr,0,2009-06-02
...........\.....\GLTransformView.obj,29874,2011-12-04
...........\.....\GLTransformView.sbr,0,2011-12-04
...........\.....\MainFrm.obj,20047,2009-06-02
...........\.....\MainFrm.sbr,0,2009-06-02
...........\.....\StdAfx.obj,105809,2009-06-02
...........\.....\StdAfx.sbr,1376603,2009-06-02
...........\.....\vc60.idb,214016,2011-12-04
...........\.....\vc60.pdb,364544,2011-12-04
...........\GLTransform.aps,28944,2008-09-20
...........\GLTransform.clw,2359,2009-06-02
...........\GLTransform.cpp,4299,2008-05-25
...........\GLTransform.dsp,4722,2008-09-20
...........\GLTransform.dsw,545,2008-05-25
...........\GLTransform.h,1411,2008-05-25
...........\GLTransform.ncb,82944,2011-12-04
...........\GLTransform.opt,53760,2011-12-04
...........\GLTransform.plg,1524,2011-12-04
...........\GLTransform.rc,10623,2008-05-25
...........\GLTransformDoc.cpp,1842,2008-05-25
...........\GLTransformDoc.h,1530,2008-05-25
...........\GLTransformView.cpp,7142,2011-12-04
...........\GLTransformView.h,2264,2009-06-02
...........\MainFrm.cpp,2512,2008-05-25
...........\MainFrm.h,1581,2008-05-25
...........\ReadMe.txt,4431,2008-05-25
...........\res

...........\...\GLTransform.rc2,403,2008-05-25


...........\Resource.h,499,2008-05-25
...........\StdAfx.cpp,213,2008-05-25
...........\StdAfx.h,1054,2009-06-02

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

发表评论

0 个回复

  • MFC
    (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化(defines an abstract base class Shape, with which it derives five categories: round, square, rectangular, trapezoidal, triangular. (2) the use of virtual functions to calculate several graphics area. Effect (3) demonstrate the constructor, copy constructor and destructor call sequence (4) with a class template implementation. (5) The use of MFC library to draw and modify graphics, using the basic properties dialog input and output graphics, or the use of the basic properties of operator overloading the input and output graphics on the graphical user interface. (6) with the file save graphical information, and can be read a file and make the appropriate treatment. 2) Innovation requirements: Using the method header and source files separate polymorphism diversify )
    2020-11-04 14:29:52下载
    积分:1
  • QQ
    说明:  模仿qq的一个小程序,值得VC++初学者学习(Qq imitate a small program, it is worth learning VC++ beginners)
    2011-12-08 17:03:33下载
    积分:1
  • SSPIIHT-coodeP
    SPIHT算法是一种简单易懂、有效的嵌嵌入式零树编码算法,需要的自然明白它的作用 (SPIHT algorithm is a simple, effective embedded in the embedded zero-tree coding algorithm, the natural to understand its role)
    2012-07-22 21:23:45下载
    积分:1
  • Program-controlled_voltage_and_current_sources
    通过单片机按键选择输出信号类型及要求输出量,在LED显示器件上指示信号类型及设定数值.系统工作电源±15V , ±5V 。恒流电流输出0.0~8.0mA, 负载电阻≤500Ω。3. 稳压电压输出0.0~5.0V,电流负载能力≤100mA.电压及电流输出在充许负载范围内误差小于5%FS。电压及电流输出须共用一个输出正端, 输出负端为地。输出电压及电流设定精确到二位十进制数。 (Through Singlechip button to choose the type and requirements of the output signal output, in the LED display on the instructions of the signal type and set the value. System power supply ± 15V, ± 5V. Constant current output 0.0 ~ 8.0mA, the load resistance ≤ 500Ω. 3. Regulator output voltage 0.0 ~ 5.0V, current load capacity ≤ 100mA. Voltage and current output in the framework allow the load error is less than 5 FS. Output voltage and current output is required to share a client, the output of negative side for the land. Output voltage and current settings accurate to two decimal number.)
    2008-04-27 12:47:49下载
    积分:1
  • Rc4
    采用c++实现RC4加密解密算法,该代码可以加密解密任意格式的文件( U91C7 u758ccc_cn R U6587 u4EF6)
    2021-02-28 16:49:35下载
    积分:1
  • plot2cad
    一段Matlab代码,能够实现Matlab绘制的波形在AutoCAD下绘制出来(A Matlab code, Matlab drawn waveform drawing in AutoCAD)
    2013-04-22 22:13:13下载
    积分:1
  • Matlab
    matlab数理统计数据箱 学习matlab很有用(matlab mathematics matlab statistical data useful for me to learn)
    2008-05-15 21:08:32下载
    积分:1
  • sanciyangtiaochazhi
    三次样条插值,输入边界条件1: 已知两端的一阶导数 2:两端的二阶导数已知,默认:自然边界条件 求出三次样条插值函数(Cubic spline interpolation, type 1 boundary conditions: known at both ends of the first order derivative 2: at both ends of the second derivative is known, by default: the natural boundary conditions obtained cubic spline interpolation function)
    2008-05-13 18:54:39下载
    积分:1
  • ANT_AN04_Burst_Transfers
    ANT协议中的burst数据传输方式详解,包括收发时序及数据格式。(ANT protocol Detailed burst data transmission, including the timing and receive data format.)
    2014-01-12 10:07:36下载
    积分:1
  • netlab
    这是包含pca和ppca等诸多源程序的工具箱,希望大家喜欢。(This is the PCA and PPCA includes many source code of the toolbox, I hope everyone likes.)
    2007-11-08 21:04:08下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载