资源简介
用C语言实现三维空间正十二面体的旋转,是计算机图形学中比较基础的操作。

代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “drawball_a.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.cx = 500;
cs.cy = 500;
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1567 2012-05-07 15:15 DrawDodecahedron\ChildFrm.cpp
文件 1397 2012-05-07 14:55 DrawDodecahedron\ChildFrm.h
文件 30288 2012-05-07 14:55 DrawDodecahedron\drawball_a.aps
文件 2903 2012-05-07 16:50 DrawDodecahedron\drawball_a.clw
文件 4462 2012-05-07 14:55 DrawDodecahedron\drawball_a.cpp
文件 4767 2012-05-07 14:55 DrawDodecahedron\drawball_a.dsp
文件 545 2012-05-07 14:55 DrawDodecahedron\drawball_a.dsw
文件 1400 2012-05-07 14:55 DrawDodecahedron\drawball_a.h
文件 132096 2012-05-26 13:30 DrawDodecahedron\drawball_a.ncb
文件 48640 2012-05-26 13:30 DrawDodecahedron\drawball_a.opt
文件 2090 2012-05-26 13:30 DrawDodecahedron\drawball_a.plg
文件 12015 2012-05-07 14:55 DrawDodecahedron\drawball_a.rc
文件 1822 2012-05-07 14:55 DrawDodecahedron\drawball_aDoc.cpp
文件 1519 2012-05-07 14:55 DrawDodecahedron\drawball_aDoc.h
文件 14542 2012-05-26 13:08 DrawDodecahedron\drawball_aView.cpp
文件 2498 2012-05-07 16:50 DrawDodecahedron\drawball_aView.h
文件 2527 2012-05-07 14:55 DrawDodecahedron\MainFrm.cpp
文件 1542 2012-05-07 14:55 DrawDodecahedron\MainFrm.h
文件 4874 2012-05-07 14:55 DrawDodecahedron\ReadMe.txt
文件 1078 2012-05-07 14:55 DrawDodecahedron\res\drawball_a.ico
文件 402 2012-05-07 14:55 DrawDodecahedron\res\drawball_a.rc2
文件 1078 2012-05-07 14:55 DrawDodecahedron\res\drawball_aDoc.ico
文件 1078 2012-05-07 14:55 DrawDodecahedron\res\Toolbar.bmp
文件 498 2012-05-07 14:55 DrawDodecahedron\Resource.h
文件 212 2012-05-07 14:55 DrawDodecahedron\StdAfx.cpp
文件 1054 2012-05-07 14:55 DrawDodecahedron\StdAfx.h
目录 0 2012-05-26 11:26 DrawDodecahedron\res
目录 0 2012-05-26 13:30 DrawDodecahedron
----------- --------- ---------- ----- ----
276894 28
............此处省略1个文件信息
- 上一篇:梁友栋-Barsky直线裁剪算法 VC实现
- 下一篇:计算机面试常见题目及答案
相关资源
- 交互式计算机图形学 第六版 OpenGL源代
- 计算机图形学走样反走样时钟
- 西北工业大学软件学院计算机图形学
- 计算机图形学实验源代码中南民族大
- 绘制任意斜率的直线段
- 计算机图形学简单CAD系统
- 计算机图形学多边形种子填充算法
- 计算机图形学 消隐
- 计算机图形学作业,中点算法画椭圆
- MFC中点圆的生成算法
- 改进的有效边表算法--计算机图形学
- 最好的CS游戏opengl、C++实现
- 计算机图形学 清华大学教材 及 vc++
- 孔令德的计算机图形学实验及课程设
- 计算机图形学大作业参考代码(VC版)
- 计算机图形学 图形变换 C++ MFC
- 用visual C++ 6.0编写的计算机图形的一些
- 计算机图形学简单多边形裁剪程序
- 计算机图形学 大作业 多功能图形学程
- MFC多边形画法--计算机图形学
- 计算机图形学 visual c++ 6.0 实时动画有
- 计算机图形学 visual c++ 6.0 三维变换有
- 计算机图形学基于opengl图形变换源代
- 计算机图形学大作业简易绘图板mfc
- 计算机图形学OPENGL 动画代码
- 计算机图形学画线、画圆、种子填充
- vc6.0实现的计算机图形学各种算法源代
- VC++的MFC计算机图形学点线多边形裁剪
- 计算机图形学源代码
- 计算机图形学作品vc++
评论
共有 条评论