登录
首页 » Visual C++ » Roller-Coaster

Roller-Coaster

于 2020-09-07 发布 文件大小:93KB
0 117
下载积分: 1 下载次数: 9

代码说明:

  Roller Coaster OpenGL 1.1 Qt 5.5.0 VS2013

文件列表:

AppMain.qrc,386,2014-10-12
AppMain.ui,35697,2015-05-06

GeneratedFiles
..............\qrc_AppMain.cpp,1049175,2015-10-02
..............\Release
..............\.......\moc_AppMain.cpp,8039,2015-10-02
..............\.......\moc_TrainView.cpp,2700,2015-10-13
..............\ui_AppMain.h,28237,2015-10-02
Include
.......\AppMain.h,2073,2015-05-06
.......\ControlPoint.H,1461,2015-05-05
.......\Track.H,1978,2015-10-13
.......\TrainView.h,1932,2015-10-13
.......\Utilities
.......\.........\3DUtils.h,5409,2015-05-05
.......\.........\ArcBallCam.H,6071,2015-05-06
.......\.........\Pnt3f.H,4377,2015-10-13
madd.png
mdelete.png

mplay.png
Resources
.........\Icons




Roller Coaster.vcxproj,15962,2015-10-13
Roller Coaster.vcxproj.filters,4751,2015-10-13
Roller Coaster.vcxproj.user,887,2015-10-13
slider_handle.png,617,2014-10-12
Src
...\AppMain.cpp,12901,2015-10-13
...\ControlPoint.cpp,4131,2015-10-13
...\main.cpp,202,2014-04-17
...\Track.cpp,5407,2015-10-13
...\TrainView.cpp,16902,2015-10-13
...\Utilities
...\.........\3DUtils.cpp,12353,2015-05-01
...\.........\ArcBallCam.cpp,12270,2015-05-06
...\.........\Pnt3f.cpp,2465,2015-10-13
TrackFiles
..........\figure8.txt,219,2008-10-19
..........\loop0.txt,120,2008-10-16
..........\reset.txt,61,2008-10-19
..........\spiral.txt,272,2008-10-19
..........\sqiggle.txt,343,2008-10-19
Train.cpp,1321,2015-10-13
Train.h,349,2015-10-13

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

发表评论

0 个回复

  • USB-ch375-chip-sample-program
    一个基于USB CH375芯片的样例程序(A chip-based USB CH375 sample program)
    2011-08-12 13:53:19下载
    积分:1
  • HOG-adaboost
    HOG adaboost pedestrian-detect
    2014-04-09 02:59:39下载
    积分:1
  • 01
    说明:  3.实验原理: 示范代码原理参见教材直线光栅化一节中的DDA算法。下面介绍下OpenGL画线的一些基础知识和glutReshapeFunc()函数。 (1)数学上的直线没有宽度,但OpenGL的直线则是有宽度的。同时,OpenGL的直线必须是有限长度,而不是像数学概念那样是无限的。可以认为,OpenGL的“直线”概念与数学上的“线段”接近,它可以由两个端点来确定。这里的线由一系列顶点顺次连结而成,有闭合和不闭合两种。 前面的实验已经知道如何绘“点”,那么OpenGL是如何知道拿这些顶点来做什么呢?是一个一个的画出来,还是连成线?或者构成一个多边形?或是做其它事情呢?为了解决这一问题,OpenGL要求:指定顶点的命令必须包含在glBegin函数之后,glEnd函数之前(否则指定的顶点将被忽略),并由glBegin来指明如何使用这些点。 (DDAsuanfa)
    2009-06-21 09:28:44下载
    积分:1
  • IEC-61850标准[中文.完整版]
    说明:  IEC-61850标准分析完整中文版(自用)(IEC-61850 standard analysis)
    2020-08-18 16:08:21下载
    积分:1
  • TransButton
    可做出不同底色的按钮,包括和背景同色,自定义背景色。 EVC4.0 编译通过 Emunator/X86 运行成功(Can make a different background color of the button, including the background of the same color, custom background color. EVC4.0 compiler Emunator/X86 running through the success of)
    2008-05-27 12:52:20下载
    积分:1
  • test
    以c++和opencv为工具,通过摄像头捕捉到肤色区域,并跟踪,实现手势识别(In c++ and opencv as a tool, through the camera to capture color region and tracking, gesture recognition)
    2013-08-28 09:10:47下载
    积分:1
  • lab5
    模型尺寸参见OpenGL观察实验。要求修改代码达到以下要求: 1. 通过设置材料使得桌面和四条腿的颜色各不相同,分别为:(1, 0, 0), (0, 1, 0), (1, 1, 0), (0, 1, 1), (0, 0, 1); 2. 通过设置材料使得茶壶为金黄色; (Experimental observation model dimensions refer to OpenGL. Required to modify the code to achieve the following requirements: 1. Material by setting makes desktop and four-legged different colors, namely: (1, 0, 0), (0, 1, 0), (1, 1, 0), (0, 1, 1), (0, 0, 1) 2 by setting the tea material that is golden yellow )
    2013-11-05 21:44:04下载
    积分:1
  • GetPass
    利用鼠标键盘钩子来截获*号密码程序,劲!(use of a mouse and keyboard to hook intercepted* Password procedures, Jin!)
    2004-12-03 09:09:04下载
    积分:1
  • control-of-che-zi
    说明:  倒立摆的控制,采用常用的PID算法,现在没有加其他的算法,或许对一些同学有用。(Inverted pendulum control, with common PID algorithm, the algorithm is not added to the other, may be useful for some students.)
    2011-03-21 23:15:42下载
    积分:1
  • CSharp
    计算器最简单的功能能调用winxp计算器(The simplest function calculator)
    2011-06-23 15:43:20下载
    积分:1
  • 696518资源总数
  • 105944会员总数
  • 20今日下载