CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:Physics_for_Game_Programmers-Source_Code

介绍说明--下载内容来自于网络,使用问题请自行百度

The source code accompanying the book "Physics for Game Programmers" by Grant Palmer (2005)

Source code in Java,C# and C++ (C++ version has no GUI)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Code/
Code/Csharp_Code/
Code/Csharp_Code/Chapter03_Newtonian/
Code/Csharp_Code/Chapter03_Newtonian/GravityGame.cs
Code/Csharp_Code/Chapter03_Newtonian/README.txt
Code/Csharp_Code/Chapter03_Newtonian/Shuffleboard.cs
Code/Csharp_Code/Chapter04_Kinematics/
Code/Csharp_Code/Chapter04_Kinematics/BeanBag.cs
Code/Csharp_Code/Chapter04_Kinematics/BeanbagTosser.jpg
Code/Csharp_Code/Chapter04_Kinematics/blah.txt
Code/Csharp_Code/Chapter04_Kinematics/ODE.cs
Code/Csharp_Code/Chapter04_Kinematics/ODESolver.cs
Code/Csharp_Code/Chapter04_Kinematics/README.txt
Code/Csharp_Code/Chapter04_Kinematics/RK4Spring.cs
Code/Csharp_Code/Chapter04_Kinematics/SpringODE.cs
Code/Csharp_Code/Chapter04_Kinematics/SpringSimulator.cs
Code/Csharp_Code/Chapter05_Projectile/
Code/Csharp_Code/Chapter05_Projectile/DragProjectile.cs
Code/Csharp_Code/Chapter05_Projectile/Golfer.jpg
Code/Csharp_Code/Chapter05_Projectile/GolfGame.cs
Code/Csharp_Code/Chapter05_Projectile/GolfGame2.cs
Code/Csharp_Code/Chapter05_Projectile/GolfGame3.cs
Code/Csharp_Code/Chapter05_Projectile/GolfGame4.cs
Code/Csharp_Code/Chapter05_Projectile/Hole_Cartoon.jpg
Code/Csharp_Code/Chapter05_Projectile/Hole_Cartoon_Full.jpg
Code/Csharp_Code/Chapter05_Projectile/ODE.cs
Code/Csharp_Code/Chapter05_Projectile/ODESolver.cs
Code/Csharp_Code/Chapter05_Projectile/README.txt
Code/Csharp_Code/Chapter05_Projectile/SimpleProjectile.cs
Code/Csharp_Code/Chapter05_Projectile/SpinProjectile.cs
Code/Csharp_Code/Chapter05_Projectile/WindProjectile.cs
Code/Csharp_Code/Chapter06_Collision/
Code/Csharp_Code/Chapter06_Collision/PaddleGame.cs
Code/Csharp_Code/Chapter06_Collision/README.txt
Code/Csharp_Code/Chapter06_Collision/SphereCollision.cs
Code/Csharp_Code/Chapter07_Sports/
Code/Csharp_Code/Chapter07_Sports/Basketball.jpg
Code/Csharp_Code/Chapter07_Sports/basketball_player.gif
Code/Csharp_Code/Chapter07_Sports/DragProjectile.cs
Code/Csharp_Code/Chapter07_Sports/FreeKick.cs
Code/Csharp_Code/Chapter07_Sports/FreeThrow.cs
Code/Csharp_Code/Chapter07_Sports/GolfBall.cs
Code/Csharp_Code/Chapter07_Sports/Golfer.jpg
Code/Csharp_Code/Chapter07_Sports/GolfGame.cs
Code/Csharp_Code/Chapter07_Sports/Hole_Cartoon.jpg
Code/Csharp_Code/Chapter07_Sports/ODE.cs
Code/Csharp_Code/Chapter07_Sports/ODESolver.cs
Code/Csharp_Code/Chapter07_Sports/README.txt
Code/Csharp_Code/Chapter07_Sports/SimpleProjectile.cs
Code/Csharp_Code/Chapter07_Sports/SoccerBall.cs
Code/Csharp_Code/Chapter07_Sports/SoccerBallCartoon.jpg
Code/Csharp_Code/Chapter07_Sports/SoccerPlayerCartoon.gif
Code/Csharp_Code/Chapter07_Sports/SpinProjectile.cs
Code/Csharp_Code/Chapter07_Sports/WindProjectile.cs
Code/Csharp_Code/Chapter08_Cars/
Code/Csharp_Code/Chapter08_Cars/BoxsterS.cs
Code/Csharp_Code/Chapter08_Cars/Car.cs
Code/Csharp_Code/Chapter08_Cars/CarSimulator.cs
Code/Csharp_Code/Chapter08_Cars/DragProjectile.cs
Code/Csharp_Code/Chapter08_Cars/ODE.cs
Code/Csharp_Code/Chapter08_Cars/ODESolver.cs
Code/Csharp_Code/Chapter08_Cars/porscheCartoon.bmp
Code/Csharp_Code/Chapter08_Cars/porscheCartoon.jpg
Code/Csharp_Code/Chapter08_Cars/README.txt
Code/Csharp_Code/Chapter08_Cars/SimpleProjectile.cs
Code/Csharp_Code/Chapter09_Boats/
Code/Csharp_Code/Chapter09_Boats/BoatSimulator.cs
Code/Csharp_Code/Chapter09_Boats/Boats_FullPlane.ppt
Code/Csharp_Code/Chapter09_Boats/Boats_HalfPlane.ppt
Code/Csharp_Code/Chapter09_Boats/Boats_NoPlane.ppt
Code/Csharp_Code/Chapter09_Boats/Boat_FullPlane.jpg
Code/Csharp_Code/Chapter09_Boats/Boat_FullPlane.pdf
Code/Csharp_Code/Chapter09_Boats/Boat_HalfPlane.jpg
Code/Csharp_Code/Chapter09_Boats/Boat_NoPlane.jpg
Code/Csharp_Code/Chapter09_Boats/FountainLightning.cs
Code/Csharp_Code/Chapter09_Boats/ODE.cs
Code/Csharp_Code/Chapter09_Boats/ODESolver.cs
Code/Csharp_Code/Chapter09_Boats/Powerboat.cs
Code/Csharp_Code/Chapter09_Boats/README.txt
Code/Csharp_Code/Chapter09_Boats/SimpleProjectile.cs
Code/Csharp_Code/Chapter09_Boats/Speedboat.bmp
Code/Csharp_Code/Chapter10_Planes/
Code/Csharp_Code/Chapter10_Planes/airplaneCartoon.jpg
Code/Csharp_Code/Chapter10_Planes/CessnaSkyhawk.cs
Code/Csharp_Code/Chapter10_Planes/FlightSimulator.cs
Code/Csharp_Code/Chapter10_Planes/ODE.cs
Code/Csharp_Code/Chapter10_Planes/ODESolver.cs
Code/Csharp_Code/Chapter10_Planes/PropPlane.cs
Code/Csharp_Code/Chapter10_Planes/README.txt
Code/Csharp_Code/Chapter10_Planes/SimpleProjectile.cs
Code/Csharp_Code/Chapter11_Rockets/
Code/Csharp_Code/Chapter11_Rockets/ODE.cs
Code/Csharp_Code/Chapter11_Rockets/ODESolver.cs
Code/Csharp_Code/Chapter11_Rockets/README.txt
Code/Csharp_Code/Chapter11_Rockets/rocket0Cartoon.jpg
Code/Csharp_Code/Chapter11_Rockets/rocket30Cartoon.jpg
Code/Csharp_Code/Chapter11_Rockets/rocket60Cartoon.jpg
Code/Csharp_Code/Chapter11_Rockets/rocket90Cartoon.jpg
Code/Csharp_Code/Chapter11_Rockets/RocketCartoon.ppt
Code/Csharp_Code/Chapter11_Rockets/RocketSimulator.cs
Code/Csharp_Code/Chapter11_Rockets/SimpleRocket.cs
Code/Csharp_Code/Chapter11_Rockets/USatm76.cs
Code/Csharp_Code/Chapter12_Solids/
Code/Csharp_Code/Chapter12_Solids/explosionCartoon.jpg
Code/Csharp_Code/Chapter12_Solids/flameCartoon.jpg
Code/Csharp_Code/Chapter12_Solids/GasTank.cs
Code/Csharp_Code/Chapter12_Solids/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com