登录
首页 » Visual C++ » Source

Source

于 2020-06-25 发布 文件大小:42486KB
0 149
下载积分: 1 下载次数: 4181

代码说明:

  3D游戏编程大师技巧1-16章源码,配书的没有改动(3D game programming skills master code chapter 1-16)

文件列表:

Source
......\readme.txt
......\T3DIICHAP01
......\...........\error.txt
......\...........\EXP1.wav
......\...........\midifile2.mid

......\...........\paldata1.pal

......\...........\paldata2.pal

......\...........\paldata3.pal
......\...........\pspbrwse.jbf
......\...........\raiders3d.cpp
......\...........\raiders3d.exe
......\...........\SHOCKER.WAV
......\...........\t3dlib1.cpp
......\...........\t3dlib1.h
......\...........\t3dlib2.cpp
......\...........\t3dlib2.h
......\...........\t3dlib3.cpp
......\...........\t3dlib3.h

......\T3DIICHAP02
......\...........\demoII2_1.cpp
......\...........\demoII2_1.exe
......\...........\demoII2_2.cpp
......\...........\demoII2_2.exe
......\...........\demoII2_3.cpp
......\...........\demoII2_3.exe
......\...........\demoII2_4.cpp
......\...........\demoII2_4.exe

......\T3DIICHAP03


......\...........\deactivate1.wav
......\...........\demoII3_1.cpp
......\...........\demoII3_1.exe
......\...........\demoII3_2.cpp
......\...........\demoII3_2.exe
......\...........\demoII3_3.cpp
......\...........\demoII3_3.exe
......\...........\demoII3_3.rc
......\...........\demoII3_3res.h
......\...........\demoII3_4.cpp
......\...........\demoII3_4.exe
......\...........\demoII3_5.cpp
......\...........\demoII3_5.exe
......\...........\demoII3_6.cpp
......\...........\demoII3_6.exe
......\...........\engines.wav
......\...........\EXP0.WAV


......\...........\incorrect1.wav
......\...........\midifile0.mid
......\...........\midifile1.mid
......\...........\midifile2.mid
......\...........\midifile3.mid
......\...........\midifile4.mid
......\...........\midifile5.mid
......\...........\midifile6.mid
......\...........\midifile7.mid
......\...........\midifile8.mid
......\...........\midifile9.mid

......\...........\paint.bmp
......\...........\paldata1.bmp
......\...........\paldata1.pal
......\...........\paldata2.bmp
......\...........\paldata2.pal
......\...........\paldata3.bmp
......\...........\paldata3.pal
......\...........\pball.wav
......\...........\pspbrwse.jbf
......\...........\reactor.bmp
......\...........\Skelsp0.bmp
......\...........\Skelsp1.bmp
......\...........\Skelsp2.bmp
......\...........\Skelsp3.bmp
......\...........\Skelsp4.bmp
......\...........\Skelsp5.bmp
......\...........\Skelsp6.bmp
......\...........\Skelsp7.bmp
......\...........\Skelsp8.bmp
......\...........\t3dconsole2.cpp
......\...........\t3dconsole2.exe
......\...........\t3dconsolealpha1.cpp
......\...........\t3dconsolealpha1.exe
......\...........\t3dlib1.cpp
......\...........\t3dlib1.h
......\...........\t3dlib2.cpp
......\...........\t3dlib2.h
......\...........\t3dlib3.cpp
......\...........\t3dlib3.h
......\...........\t3dx.ico
......\...........\trekb24.bmp
......\...........\uplink1.wav
......\T3DIICHAP04

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

发表评论

0 个回复

  • puzzles
    Visual C++学习的好例程,经典游戏拼图(Visual C++ to learn a good routine, classic games puzzles)
    2009-12-03 17:09:30下载
    积分:1
  • 2.3
    一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。  猜测错误的时候,重新输入inNum,直到猜对为止。如果猜测10次后仍未猜对,显示“猜测次数已达10次,猜数失败.”,并结束程序的运行。 (A simple guessing game program:  use Math.random () method to generate double-type numbers between 0-1 dNum, will dNum into an integer between 0-100 iNum.  use KeyInput.readInt () method receives the keyboard input integer inNum. If inNum less than iNum, the screen " Enter the value of the small, enter the greater number." If inNum than iNum, the screen " Enter the value of the large number of smaller type." If inNum equal iNum, displayed on the screen, " guessed." and end the run.  guess wrong, re-enter inNum, until you guess it right up. If the guess was right 10 times not to show " guess the number has reached 10 times, guess the number of failures." And end the program.)
    2010-11-03 14:29:09下载
    积分:1
  • plane(fangleidian)
    c++的大作业,仿雷电的射击游戏,虽然实现的功能很少……内附开发日志和实验报告……(c++ for large operations, like lightning shooting game, although the function of the realization of very few ... ... containing the report of the development and experimental log ... ...)
    2009-05-30 16:44:06下载
    积分:1
  • GameOfLife
    汉化版的“生命游戏”程序,可以演示生命的生成和消亡过程!(Game Of Live!)
    2011-11-15 19:15:57下载
    积分:1
  • 11.16
    使用外部程序来控制Flightgear的一种方法,非常值得学习。共两个压缩包,一个是获取数据的程序,一个是设置的程序。(Use an external program to control a method of Flightgear well worth learning. Total of two compression package, a program to get the data, and a set program.)
    2021-04-22 12:48:48下载
    积分:1
  • SuperMary
    经典游戏超级玛丽的C++源代码,这个不是官方网站公布的代码,属于个人从新编写的“新超级玛丽”游戏代码,仅供广大编程爱好者学习参考!(Classic game Super Mary' s C++ source code, it is not the official website of the code, are prepared by individuals from the new " New Super Mario" game code, only the broad masses of programming enthusiasts study reference!)
    2009-02-18 16:56:00下载
    积分:1
  • EJXQ
    人机象棋也可以人人对战,有一份管理象棋走法策略的类(Man-machine chess can play against everyone, the class of the chess moves of a management strategy)
    2012-06-07 17:24:08下载
    积分:1
  • 人机对弈
    人机对弈五子棋游戏,本游戏使用VC为工具,完成了智能化的机器走棋!(man-machine players 331 games, the game using VC as a tool for the completion of intelligent machines go chess!)
    2005-04-22 08:20:44下载
    积分:1
  • c语言编写坦克大战源代码
    c++坦克大战代码,如果有bug我会继续改进的。(C++ tank code, I will continue to improve if I have bug.)
    2017-10-06 09:40:25下载
    积分:1
  • dx9_texture_addressing
    介绍dx9的纹理编程技术,适合初学者,对于dx9的学习具有帮助(Introduced programming dx9 texture, suitable for beginners, for the study with help dx9)
    2009-06-28 00:23:58下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载