C++ 基于矩阵变换的图形 基本变换 演示程序

时间:2014-08-17 14:41:16
【文件属性】:
文件名称:C++ 基于矩阵变换的图形 基本变换 演示程序
文件大小:102KB
文件格式:RAR
更新时间:2014-08-17 14:41:16
C++ 图形变换 图形矩阵变换 为了深入理解图形变换(基于矩阵变换)而编写了图形基本变换演示程序,基本变换有:镜像、错切、旋转、放缩、平移等,如有兴趣,可作参考。
【文件预览】:
Graph
----Graph.h(1KB)
----MyPoint.h(1KB)
----Coordinate.h(1KB)
----res()
--------shear_up.ico(766B)
--------icon2.ico(766B)
--------ico00009.ico(766B)
--------move_rig.ico(766B)
--------icon1.ico(766B)
--------tool_ctr.bmp(14KB)
--------ico00002.ico(766B)
--------ico00005.ico(766B)
--------move_dow.ico(766B)
--------ico00003.ico(766B)
--------GraphDoc.ico(1KB)
--------ico00007.ico(766B)
--------ico00004.ico(766B)
--------Toolbar.bmp(1KB)
--------shear_le.ico(766B)
--------ico00008.ico(766B)
--------zoom_in_.ico(766B)
--------Graph.rc2(397B)
--------ico00006.ico(766B)
--------Graph.ico(1KB)
--------bitmap1.bmp(5KB)
--------ico00001.ico(766B)
----GraphView.h(3KB)
----Line.h(585B)
----Coordinate.cpp(1016B)
----Graph.clw(3KB)
----MyGraph.h(1KB)
----GraphView.cpp(13KB)
----Graph.rc(15KB)
----Graph.plg(244B)
----Graph.ncb(337KB)
----Graph.opt(54KB)
----Graph.aps(61KB)
----Matrix.cpp(704B)
----GraphDoc.h(1KB)
----GraphDoc.cpp(2KB)
----Graph.txt(86B)
----Matrix.h(1KB)
----StdAfx.cpp(207B)
----MainFrm.cpp(3KB)
----resource.h(2KB)
----MyPoint.cpp(537B)
----MainFrm.h(1KB)
----Line.cpp(516B)
----StdAfx.h(1KB)
----Graph.cpp(4KB)
----Graph.dsp(6KB)
----MyGraph.cpp(3KB)
----Graph.dsw(516B)
----Debug()
--------Graph.res(35KB)
--------Graph.exe.manifest(643B)
--------Graph.exe(176KB)
----ReadMe.txt(4KB)

网友评论

  • 非常完美,实现了基于矩阵的各种图形变换,受益匪浅
  • 很不错,改改就能用 很实用,谢谢啦
  • 很不错,基本功能都实现了,改改就能用
  • 不错的资源, 源码可以编译通过, 对图形元素(客户区的图形)进行不同方式的变换,基于矩阵 matrix 的使用; 对于学习图形变换、采用矩阵方法的朋友有参考意义。