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

搜索资源列表

  1. rolling_boll

    2下载:
  2. matlab动态模拟程序,小球的弹性碰撞模拟,直观的展现动态性-matlab dynamic simulation program, a small ball elastic collision simulation, intuitive dynamic display
  3. 所属分类:matlab

    • 发布日期:2016-08-25
    • 文件大小:1024
    • 提供者:Tom
  1. MyCollision1

    0下载:
  2. 在一个房间环境中,小球从高处掉下,检测小球是否与房间内物体想碰撞。如果碰撞,小球产生反弹-In a room environment, the ball dropped from a height to detect whether the ball would collide with objects in the room. If the collision, the ball rebounded generated
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-17
    • 文件大小:305252
    • 提供者:
  1. Small-ball-collision-rebound

    0下载:
  2. openGL,一个六边形框内,有三个尸体图形,一个四边形,一个六边形,一个三角形,一小球在六边体方框内碰撞反弹。鼠标操作反弹开始。-OpenGL, a hexagonal box, there are three bodies graphics, a quadrilateral, a hexagon, a triangle, a ball at the edge of the six box body collision rebound. The mouse operation rebound
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:2259
    • 提供者:朱明艳
  1. BALLgame

    1下载:
  2. 用户能通过GUI组件指定生成小球的数量,每个小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。 鼠标在界面中显示为方块状,玩家需来回移动鼠标以避开运动的小球及屏幕四周,如果鼠标碰到任一小球或者窗口四周,则游戏结束。 程序需提供计时功能,并最终显示玩家能坚持多少秒。-GUI components specif
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:stellar
  1. BALLS

    0下载:
  2. 一个简单的openGL程序,点击拖动鼠标产生一个小球,小球会互相发生碰撞。-A simple openGL program, click and drag the mouse to produce a small ball, small ball collide with each other.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2282
    • 提供者:胡江川
  1. ParticleSystem

    0下载:
  2. 重力感应小球 有爆炸 黑洞 阻尼 碰撞等不同效果-Gravity sensing ball explosion black holes collide different damping effect
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:9777
    • 提供者:Charlos
  1. sketch_2

    0下载:
  2. processing下实现动态小球运动 碰撞-processing to achieve a small ball collision
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1139
    • 提供者:徐超
  1. 111

    0下载:
  2. 小球在正方形盒和圆形盒内碰撞问题,能够设置时间以及初始条件。-pen zhua wen ti
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:551
    • 提供者:dasdasf
  1. Ball

    0下载:
  2. 通过线程实现小球出现,清除,绘画,以及碰撞处理-Achieved by threading the ball appeared clear, painting, and collision handling
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5982
    • 提供者:huang
  1. OphoneBox2d

    0下载:
  2. 一个游戏DEMO,里面有小球方块的碰撞,采用box2d-A DEMO game, there is a small square of collision
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2195782
    • 提供者:fujinhu
  1. MyCollision1

    1下载:
  2. OpenGL编程实现多个彩色小球在密闭空间掉落碰撞的三维场景,并且具有反复弹起掉落过程-OpenGL programming implement multiple color balls in confined Spaces drop impact of 3 d scene, and has repeatedly bounce drop process
  3. 所属分类:OpenGL program

    • 发布日期:2014-10-18
    • 文件大小:2345984
    • 提供者:张千一
  1. MyBall

    0下载:
  2. android在手机上实现小球在屏幕上碰撞反弹-android on the phone to achieve a small ball bouncing on the screen
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1196245
    • 提供者:xukaihui
  1. Two-ball-collision-trajectory

    0下载:
  2. 先画出两个小球,再根据参数设置让两小球进行碰撞试验-Firstly,it draws two balls, then according to the parameter settings let two ball impact test
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:592
    • 提供者:张海俊
  1. Two-ball-collision-experiment

    0下载:
  2. 利用编译Java游戏类知识,画出两个小球,然后进行碰撞试验-Using the compiler Java game knowledge, it draw two balls, then crash test
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:852
    • 提供者:张海俊
  1. Small-ball-collision

    0下载:
  2. 实现两个小球的弹性碰撞,在c语言的开发开始上,让两个或者多个小球在一定的范围里进行符合物理规律的碰撞。-The elastic collision of two small balls, at the beginning of the c language development, make two or more balls in a certain range to conform to the laws of physics in the collision.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:10639
    • 提供者:雷波
  1. Collision

    0下载:
  2. 用opengl实现小球与地面的碰撞,点击屏幕发射小球-Opengl achieve the collision with the ball and the ground, tap the screen launch ball
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:25020
    • 提供者:Libixuan
  1. collision

    0下载:
  2. 利用opengl实现小球在两个平面之间碰撞反弹-Achieve a small ball bounce collision between two planes
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8542932
    • 提供者:张小乐
  1. xiaoqiupengzhuangronghe

    0下载:
  2. 该程序使用vc++6.0opengl的开发环境,主要功能是模拟大小不一且颜色不同的 几个小球在随机移动着的动画,在这过程中小球会发碰撞,碰撞后的小球会发 生融合。-The program uses vc++ 6.0opengl development environment, the main function is to simulate different sizes and different colors Several small ball moving at random
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:5644457
    • 提供者:李卡
  1. Ball_impact

    0下载:
  2. 四个小球在一定区域相互碰撞,满足动量定理,设计微分方程求解以及循环语句的运用-Four small balls collide with each other in certain areas, to meet the momentum theorem, and the loop is designed to solve differential equations of use
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1818
    • 提供者:易某人
  1. sketch_2

    0下载:
  2. processing下实现动态小球运动 碰撞-processing to achieve a small ball collision
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1507
    • 提供者:a98971611yujin
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com