登录
首页 » Visual C++ » carworld

carworld

于 2020-09-07 发布 文件大小:862KB
0 135
下载积分: 1 下载次数: 7

代码说明:

  a racing game using c++ and openGL..simple game for the beginner in openGL

文件列表:

carworld-0.245-1.spec
jpeg.dll
libpng12-0.dll
libtiff-3.dll
Makefile
readme.txt
SDL.dll
SDL_image.dll
zlib1.dll
data\Landscape
data\Landscape\Background.off
data\Landscape\Background.png
data\Landscape\bobo.lnd
data\Landscape\CWRoad.png
data\Landscape\landscape.txt
data\Landscape\landscape2.txt
data\Landscape\PeterDriving
data\Landscape\PeterDriving\EndDown.txt
data\Landscape\PeterDriving\EndUp.txt
data\Landscape\PeterDriving\Flat.txt
data\Landscape\PeterDriving\Left180.txt
data\Landscape\PeterDriving\Left180B.txt
data\Landscape\PeterDriving\Left45.txt
data\Landscape\PeterDriving\Left45B.txt
data\Landscape\PeterDriving\loop1.txt
data\Landscape\PeterDriving\loop2.txt
data\Landscape\PeterDriving\Right180.txt
data\Landscape\PeterDriving\Right180B.txt
data\Landscape\PeterDriving\Right30.txt
data\Landscape\PeterDriving\Right45.txt
data\Landscape\PeterDriving\Right45B.txt
data\Landscape\PeterDriving\ShortFlat.txt
data\Landscape\PeterDriving\StartDown.txt
data\Landscape\PeterDriving\StartUp.txt
data\Vehicles
data\Vehicles\82porsch.off
data\Vehicles\82porsch.vhc
data\Vehicles\peugeot-306.off
data\Vehicles\truck.off
data\Vehicles\truck.png
data\Vehicles\truck.vhc
data\Vehicles\truck_good.vhc
data\Vehicles\Wheel.off
dep\beos.dep
dep\win32.dep
dep\x11.dep
msdev\carworld.dsp
msdev\carworld.dsw
msdev\carworld.sln
msdev\carworld.vcproj
src\automat.h
src\CarWorld.cpp
src\CarWorld.h
src\CarWorldClasses.cpp
src\CarWorldClasses.h
src\CarWorldClient.cpp
src\CarWorldClient.h
src\CarWorldMain.cpp
src\CarWorldNet.cpp
src\CarWorldNet.h
src\CWCamera.cpp
src\CWCamera.h
src\CWVehicle.cpp
src\CWVehicle.h
src\CWVersion.h
src\DXJoystick.cpp
src\DXJoystick.h
src\gpl.txt
src\H_Geometry.cpp
src\H_Geometry.h
src\H_Graphics.cpp
src\H_Graphics.h
src\H_Input.cpp
src\H_Input.h
src\H_Keys.cpp
src\H_Keys.h
src\H_Main.h
src\H_Object.cpp
src\H_Object.h
src\H_PosixSocket.cpp
src\H_Prompt.cpp
src\H_Prompt.h
src\H_Socket.h
src\H_Standard.cpp
src\H_Standard.h
src\H_Texture.cpp
src\H_Texture.h
src\H_Variable.cpp
src\H_Variable.h
src\H_WinSocket.cpp
src\H_XML.cpp
src\H_XML.h
src\res
src\res\carworld.aps
src\res\carworld.rc
src\res\carworld.rc2
src\res\resource.h
src\SDLJoystick.cpp
src\SDLJoystick.h
src\SDLMain.cpp

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

发表评论

0 个回复

  • Motion-system-identification
    《精通Visual C++数字图像处理技术与工程案例》中第10章运动系统识别 (Motion system identification )
    2012-08-29 20:46:43下载
    积分:1
  • 3DSPMAXPmoxing
    对于很多的模型,很难深刻的导入进去,3DS+MAX模型在OPENGL中的读取与重现(For many models, it is difficult to import into a deep, 3DS+MAX model OPENGL read and reproduce in)
    2013-09-14 11:47:55下载
    积分:1
  • Programming_In_Lua
    Lua 就被设计成很容易和传统的 C/C++整合的语言。这种语言的二元性带 来了极大的好处。Lua 是一个小巧而简单的语言,因为 Lua 不致力于做 C 语言已经做得 很好的领域,比如:性能、底层操作以及与第三方软件的接口。Lua 依赖于 C 去做完成 这些任务。Lua 所提供的机制是 C 不善于的:高级语言、动态结构、简洁、易于测试和 调试等。正因为如此,Lua 具有良好的安全保证,自动内存管理,简便的字符串处理功 能及其他动态数据的改变。(Lua was designed to be easily integrated with the traditional C/C++ language. The duality of the language To the great benefits. Lua is a small and simple language, because the Lua is not committed to doing the C language has done Good domain, such as performance, the underlying operating and the interface with third party software. Lua is dependent on C to complete These tasks. Lua mechanism is provided by C are not good at: a high-level language, dynamic structure, concise, easy to test and Debugging, etc. Because of this, the Lua has good security, automatic memory management, simple string handling work Can change, and other dynamic data.)
    2014-12-26 16:52:07下载
    积分:1
  • FeMarix
    有限单元,稀疏矩陈存储。 有限单元程序组件。 开发:东华理工大学 联系:张志勇(Finite element, sparse moments Chen storage. Finite element program components. Development: Tung Wah Group of Hong Kong Polytechnic University Contact: Zhang Zhiyong)
    2008-07-07 08:18:20下载
    积分:1
  • TINofReadandWrite
    通过用户交互的方式形成Delauny三角网,也可以通过读取点(txt)文件画tin并且输出三角网的每条边的起点,终点,线的斜率和截距(Using the way that users control the positions of the points so as to draw the TIN under the rule of Delauny.Besides,it allows the users that call the txt file which records the information of the points(x,y coordinate),namely ,the read function.Last users can output the information for the TIN s every line start point and end point and k,b information(y=kx+b) )
    2020-06-29 01:40:02下载
    积分:1
  • 我做的银行家算法
    说明:  过一个学习《操作系统》课程的学习,掌握了许多书本上的知识,但是对书上的概念并没有真正意义的了解。这次课程设计,就是通过模拟银行家算法来避免死锁的产生,加深对进程死锁概念的理解。 .课程设计的要求 通过对银行家算法的模拟,用户输入进程跟资源的数目,再给每个进程的每个资源申请资源,用以判断进程是否会出现死锁,若出现死锁,就释放整个内存的资源,总而减轻操作系统的负担。 课程设计的题目 本次操作系统课程设计的题目为《模拟银行家算法》。(than a learning "system" courses of study and master the many books on the knowledge, but the book on the concept and there is no real understanding. This curriculum design, simulation algorithm bankers to avoid deadlock the selection process to deepen understanding of the concept of deadlock. . Curriculum design requirements of bankers algorithm simulation, process user input with the number of resources, or give each process every resource for resources, the process used to determine whether there will be deadlock if there Deadlock on the release of the entire memory resources, and reduce the total burden of the operating system. The curriculum design of the operating system subject curriculum design on the topic of "simulation algorithm bankers.")
    2021-01-02 00:38:57下载
    积分:1
  • TimerRD_PWM
    单片机的计时器PWM模式实例代码,希望给相关的人员带来帮助。(Single chip timer mode PWM code examples, hope to the related personnel to bring help. )
    2011-12-21 11:26:01下载
    积分:1
  • numerical
    numerical code for matlab analytical bisec differentiation F FALSEPOS fixedpoint
    2013-09-04 02:29:02下载
    积分:1
  • Accuracy-valuation-for-Matlab
    包括 基于MATLAB7.0 的NE(拉稀系数) RMSE MSE R2 等评价指标的计算编程程序(Including computing programming procedures of the NE, (diarrhea coefficient), RMSE, MSE and R2 .etc.based the MATLAB7.0)
    2012-09-03 03:39:11下载
    积分:1
  • c-language-function-Daquan
    c语言函数手册,chm格式文件,你懂的,都是整理好的。非常好的资料~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(c language function Daquan, chm format, you know, all good finishing. Very good information ~ ~ ~)
    2013-10-12 14:59:13下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载