資源簡介
剛做完的課程設計,分享一些,給又需要的人。直接把dsw文件拖到vc6.0中就可以了,環境配置已經在里面

代碼片段和文件信息
#include?
#include?“glut.h“
using?namespace?std;
/*
void?kboard(?unsigned?char??key??int??x??int??y)??
{
cout?<“key?=?“?< ???????<
}
void?special_key(??int??key??int??x??int??y?)??{
switch?(key)?{
???????? ??????case?GLUT_KEY_LEFT?:?cout?<“Left?Arrow“;?break;
???????? ??????case?GLUT_KEY_UP???:?cout?<“Up?Arrow“;?break;
??????????????????case?GLUT_KEY_RIGHT:?cout?<“Right?Arrow“;?break;
??????????????????case?GLUT_KEY_DOWN?:?cout?<“Down?Arrow“;?break;
??????????????????case?GLUT_KEY_PAGE_UP:?cout?<“Page?Up“;?break;
??????????????????case?GLUT_KEY_PAGE_DOWN:?cout?<“Page?Down“;?break;
???????}
cout?<“x?=?“?<?????}??
??*/
/*void??mousef(?int??button??int??state??int??x??int??y)??{
?????if?(button?==?GLUT_LEFT_BUTTON?&&?state?==?GLUT_DOWN)??{
???????????glPushMatrix();
?????????????????glTranslatef(?x/100.-2.?-.5?2.-y/100.?-.5?0.);
?????????????????draw_kitty();
???????????glPopMatrix();
???????????cout?<“x?=?“?<?????}
?????if?(button?==?GLUT_RIGHT_BUTTON?&&?state?==?GLUT_DOWN)?{
???????????glPushMatrix();
????????????????glTranslatef(?x/100.-2?2.-y/100.?0.);
????????????????draw_siusun();
??????????glPopMatrix();
?????}
?????glFlush();
}
*/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-12-20?22:50??program\
?????目錄???????????0??2014-12-23?21:59??program\program\
?????目錄???????????0??2014-12-23?21:59??program\program\Debug\
?????文件???????11259??2014-12-22?13:05??program\program\Debug\interacte.obj
?????文件???????????0??2014-12-22?13:05??program\program\Debug\interacte.sbr
?????文件????????3137??2014-12-21?19:28??program\program\Debug\line.obj
?????文件???????????0??2014-12-21?19:28??program\program\Debug\line.sbr
?????文件???????13763??2014-12-23?15:33??program\program\Debug\main.obj
?????文件???????????0??2014-12-23?15:33??program\program\Debug\main.sbr
?????文件????????5223??2014-12-21?19:28??program\program\Debug\person.obj
?????文件???????????0??2014-12-21?19:28??program\program\Debug\person.sbr
?????文件????????3184??2014-12-21?19:28??program\program\Debug\point.obj
?????文件???????????0??2014-12-21?19:28??program\program\Debug\point.sbr
?????文件?????3695616??2014-12-23?21:59??program\program\Debug\program.bsc
?????文件??????548945??2014-12-23?21:59??program\program\Debug\program.exe
?????文件??????905980??2014-12-23?21:59??program\program\Debug\program.ilk
?????文件?????6396772??2014-12-23?15:33??program\program\Debug\program.pch
?????文件?????1541120??2014-12-23?21:59??program\program\Debug\program.pdb
?????文件??????172344??2014-12-23?21:59??program\program\Debug\transform.obj
?????文件???????????0??2014-12-23?21:59??program\program\Debug\transform.sbr
?????文件????????1838??2014-12-21?19:28??program\program\Debug\triangle.obj
?????文件???????????0??2014-12-21?19:28??program\program\Debug\triangle.sbr
?????文件??????345088??2014-12-23?21:59??program\program\Debug\vc60.idb
?????文件??????135168??2014-12-23?21:59??program\program\Debug\vc60.pdb
?????文件??????169984??1998-08-18?16:25??program\program\glut.dll
?????文件???????21440??1998-08-18?16:24??program\program\glut.h
?????文件???????79654??1998-08-18?16:25??program\program\glut.lib
?????文件??????169984??1998-08-18?16:25??program\program\glut32.dll
?????文件???????79898??1998-08-18?16:25??program\program\glut32.lib
?????文件????????1387??2014-12-22?13:05??program\program\interacte.cpp
?????文件?????????111??2014-12-23?15:32??program\program\interacte.h
............此處省略17個文件信息
- 上一篇:MFC拼圖游戲
- 下一篇:Fluent UDF-馬世虎翻譯版.zip
評論
共有 條評論