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

Roller-Coaster

于 2020-09-07 发布 文件大小:93KB
0 145
下载积分: 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 个回复

  • 烟花
    c语言实现的模拟烟花,上传源代码,可以用来告白(To realize the pattern of fireworks)
    2017-12-25 18:55:12下载
    积分:1
  • BigNumeberOperator
    这是高精度大数运算的源码,对于大于64位的整形数字的四则运算,是万能的啊……(This is the code of big number s operator.)
    2011-08-09 15:25:09下载
    积分:1
  • 自主视力
    通过使用stm32,自主研发的自助视力检测仪器压缩包为stm32的程序(Through the use of STM32, self developed self-help vision testing instrument compresses the package of STM32.)
    2018-01-08 15:10:09下载
    积分:1
  • TongBu1111
    在windows操作系统上,测试排序,常用的排序方法,主要是测试使用(Test sort program with uasual ordering approach based on Windows OS, mainly for test.)
    2005-07-06 23:54:44下载
    积分:1
  • jiaotongdeng
    单片机模拟交通灯显示。其中,红灯与绿灯显示时间均为50s,中间的黄灯显示时间为15s。绿灯用八位发光二极管流动闪烁作代表;红灯用八位发光二极管全亮作代表;黄灯用八位发光二极管全亮全灭闪烁作代表。刚开始显示的为绿灯。(SCM simulated traffic light display. Among them, the red and green display times are 50s, in the middle of the yellow light is displayed for 15s. Green with eight light-emitting diode flashes as a representative flow red with eight full brightness light-emitting diodes as a representative yellow with eight light-emitting diodes for all light flashes Quanmie representatives. Just beginning to show as green. Display order: green- yellow- red- yellow- green- yellow- red- ..................)
    2014-05-29 17:15:44下载
    积分:1
  • UDPServer
    UDP服务器程序,提供无连接不可靠的数据传输服务(UDP server program that provides connectionless unreliable data transmission service)
    2011-06-13 17:03:17下载
    积分:1
  • 38220410111111111111111111111
    VC做的学生信息管理系统,欢迎大家看一看。(VC done Student Information Management System, welcoming everyone to look at.)
    2007-06-09 09:06:18下载
    积分:1
  • Realtimetable
    VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动.(VC 6.0 real-time graphs procedures. Along with the changes in input data, Real-time charts followed the curve fluctuations.)
    2020-06-26 05:40:02下载
    积分:1
  • matlab
    LabVIEW和MATLAB综合学习的一个简单例程(A simple routine LabVIEW and MATLAB integrated learning)
    2014-11-04 22:11:32下载
    积分:1
  • 6_1
    1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有: 1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为: 1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 编写主函数,并测试以下内容: 1) 定义一个CStudent的指针数组pStu,数组长度为4; 2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内; 3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内; 4) 利用while循环调用数组里每个元素的计算平均成绩操作; 释放动态分配的空间,确保必要的析构函数能被调用。 (1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are: 1) Save English, shaping member variables politics, mathematics, geography and history, art achievements 2) Set the above variables public member function 3) public member function of the output of the variable 4) public member function Average () is used to calculate the average student s points The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows: 1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables 2) Set the above variables public member function 3) public member function of t)
    2014-10-20 15:29:16下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载