CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - collision

搜索资源列表

  1. OpcodeDemo

    1下载:
  2. 使用opcode库的一个碰撞检测实例,和其它碰撞检测库如rapid 等一些的对比实例-use of the opcode of a collision detection example, and other collision detection for rapid as some other examples of the contrast
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2557455
    • 提供者:康勇
  1. JSR184_Demo1

    0下载:
  2. JSR184的一个小游戏,有碰撞检测,比较全面,能学到M3G的一些基础的东西-JSR184 a small game, collision detection, more comprehensive, M3G can learn some basic things
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:36985
    • 提供者:Michael
  1. MyCollision2

    0下载:
  2. 本程序主要介绍碰撞检测编程的具体方法,通过计算空间点与平面的距离-the procedures introduced Collision Detection of specific programming method by calculating space points and the distance between the plane
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:34070
    • 提供者:Quard
  1. RallBall

    0下载:
  2. 滚动的小球,可以控制暂停,滚动等 自己手工写的一个类,可以随即生成不同颜色的小球,碰撞之后往反方向滚动 开发IDE为VS2005-rolling balls, the suspension can be controlled, such as rolling their manual written by a class, can then generate different colors of small ball, the collision after rolling the o
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:44166
    • 提供者:刘小锋
  1. ball-1

    0下载:
  2. 一个模拟小球碰撞的小例子,其他没有啥说的了。-a simulation of the collision of small ball small case, the other receivers did not say.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17695
    • 提供者:周磊
  1. interestingballgame

    0下载:
  2. 这个程序实现了小球得碰撞,比较有趣,对喜欢开发游戏得人员是一个理想得选择。对初学java得也有很大帮助-the process of small-ball in the collision, the more interesting, like the development of the game in the staff is an ideal alternative. Java in the novice have much help
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:41948
    • 提供者:wangmingbo
  1. cr_net_2005_mergemodules_mlb_x86

    0下载:
  2. vs2005 水晶报表部署时需要添加合并的内容,因为自己曾经因为找个碰了很多壁,所以希望更多的人更方便的解决问题-vs2005 crystal statements deployment need to add the contents of the merger, because they had to find a collision because a lot of wall, I hope more people more convenient solution to the probl
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25841249
    • 提供者:
  1. pjyhggz

    0下载:
  2. 基于DirectXSDK开发平台的碰撞检测-DirectXSDK development platform based on the Collision Detection
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:214543
    • 提供者:张原
  1. JAVA_BumpingBalls

    0下载:
  2. 用JAVA实现有趣的小球的碰撞,实用经典程序大家共享 -using JAVA interesting collision of small balls, practical procedures classic share Thank you
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:44148
    • 提供者:景先生
  1. BallMovement

    0下载:
  2. vc++编的图像的程序,显示动态的球在墙壁间碰撞图像-vc addendum to the image of procedures, dynamic show the ball in the collision between walls Image
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:47107
    • 提供者:李展望
  1. monipengzhuang

    0下载:
  2. 关于碰撞的模拟,这个程序比较好,给我很多参考。希望的对大家有帮助-on collision simulation, the process is better, gives me a lot of reference. We hope to help
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:175298
    • 提供者:weishi
  1. PengPeng1

    1下载:
  2. 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:27188
    • 提供者:anfysky
  1. WebCast20060420pm_Demo

    0下载:
  2. 3d 游戏开发,基于包围球的碰撞检测程序源代码-3d game development, surrounded the ball on the collision detection program source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5743857
    • 提供者:gb
  1. dangle

    0下载:
  2. 判断空间坐标内任意一个三角形与一条运动线之间是否产生碰撞 关于碰撞的代码-judgment within the space coordinates of a triangle with the arbitrary exercise a line between collisions produce code on collision
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3100
    • 提供者:gb
  1. ogl_basic_collision_linux

    0下载:
  2. Linux下的碰撞检测。ogl_basic_collision_linux-Linux Collision Detection. Ogl_basic_collision_linux
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:81796
    • 提供者:gb
  1. pxdtut10

    0下载:
  2. 非常漂亮的3D场景展示,可自由走动观看,并附有非常详尽的分析介绍和碰撞检测原理讲解。-very beautiful 3D display, can move around freely watch, with a very detailed presentation and analysis of collision detection on principle.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1361439
    • 提供者:gb
  1. 3DCD

    0下载:
  2. 用vc和opengl实现的3D碰撞检测源代码-with vc and borders to achieve 3D Collision Detection source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:23849
    • 提供者:gb
  1. PhysicalTutorial

    0下载:
  2. 一个j2me手机游戏程序,有卡马克地图算法和动画,以及碰撞算法的实现-a cell phone game procedures, John Carmack map algorithm and animation, collision algorithm and the realization
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:135228
    • 提供者:何沙舟
  1. Wb_Ball

    0下载:
  2. 这是一个应用程序,实现了玩小球的游戏,该算法实现了物理碰撞检测(小球和砖块碰撞)-This is an application procedures, the playing small ball game, The algorithm to achieve the physical collision detection (small balls and bricks collisions)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:633122
    • 提供者:王兵
  1. ballColl

    2下载:
  2. OpenGL编写的小球碰撞检测,简单易懂,非常适合碰撞检测的初学者-OpenGL prepared by the small ball collision detection, simple to understand and very suitable for beginners Collision Detection
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:32978
    • 提供者:wanglei2006
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com