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

搜索资源列表

  1. JAVA

    0下载:
  2. Java的一个碰撞试验 两个小球慢慢移动 当碰到一块时消失-Java的一个碰撞试验 两个小球慢慢移动 当碰到一块时消失
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:860
    • 提供者:sdfsf
  1. 3D

    0下载:
  2. 3D旋转碰撞:一个空间内有几个不同颜色的小球运动,并且撞到墙回返回。-3D rotating collision: a space with several different colors of small ball, and hit the wall back to back.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-08
    • 文件大小:2002673
    • 提供者:lingxing
  1. BounceThread

    0下载:
  2. 1) 小球在窗口内的移动不能垂直向下,可以以某个角度斜向下运动。小球最初在窗口顶部出现的位置可以固定,以可以随机在某个位置出现 (2) 运动方向可以通过每次在x方向和y方向上增量不同来得到。 能检测窗口边界,碰到边界后会发生碰撞并且沿合理的方向运动。 在每次绘制小球时候,判断绘制该小球的位置是否已经到了窗口的上下左右边界。如果到了,就应该通过改变x和y方向的增量。来改变方向。 -1) The ball is not moving in the window vertically d
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:1248
    • 提供者:qiongxu
  1. Ball

    0下载:
  2. 1、 设计并编程实现弹球程序:用户能通过菜单或者按钮新增一小球,该小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。-1, designed and programmed Pinball program: the user through the menu or button to add a small ball
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:9825
    • 提供者:hch
  1. 2-28

    0下载:
  2. 三个小球在空间中运动,碰到墙壁是按照反弹运动轨迹运动,小球与小球之间碰撞也按照物理原理。-Three small balls moving in space, run into a wall in accordance with the rebound trajectory of movement between the ball and the ball is also in accordance with the physics of the collision.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:798281
    • 提供者:黄迪
  1. PtCrash

    0下载:
  2. 两个或两个以上的小球发生碰撞的例子。crash-Two or more small ball collision example.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8407427
    • 提供者:pittau
  1. BumpingBalls

    0下载:
  2. 这个程序名为“碰撞的小球”,是针对手机上的小应用程序而研制,一款小游戏。-The program called " small ball collision," is small for the phone application was developed, a little game.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:764
    • 提供者:万玲
  1. bouncingball

    0下载:
  2. 弹球小游戏,附有背景,碰撞声音,可调节速度,小球颜色可变,制作成applet,方便运行-Pinball game, with the background, collision sounds, adjustable speed, ball color variable, made into applet, easy operation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:105793
    • 提供者:armtrong
  1. Ball_Game

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

    • 发布日期:2017-03-29
    • 文件大小:14604
    • 提供者:Mr_zhang
  1. DoubleAnimation

    0下载:
  2. MFC实现小球的碰撞模拟,20个小球。严格按照动能守恒和动量守恒进行计算。-MFC crash simulation of small balls, 20 balls. Strict accordance with the kinetic energy conservation and momentum conservation calculation.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3733282
    • 提供者:张云波
  1. Ball_Game

    0下载:
  2. 用java写的android平台上的小游戏,是以前八位游戏机上的一个游戏,碰撞小球-Using java to write the android platform games, is a former eight games on the game, the ball collision
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:259374
    • 提供者:David
  1. xiaoqiupengzhuang

    0下载:
  2. 本程序主要模拟小球与边界碰撞,运用能量衰减的运动规律进行程序设定-This procedure simulated ball and border collision, the use of the energy decay law of motion for the program set
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1166
    • 提供者:汪洋
  1. eee

    0下载:
  2. 小球运动碰撞试验,小球沿着屏幕运动 ,碰壁后返回。简单的碰撞类小游戏。-ball move
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:836
    • 提供者:sanshanyu
  1. newton_universe

    0下载:
  2. 作者为集智俱乐部的jake.在一个二维平面上分布着多个行星,它们两两之间由于牛顿万有引力(平方反比定律)而产生运动。 在碰撞到边界的时候小球会被反弹回来,同时速度会有损失。采用VB编程制作. 压缩包中包括一个exe文件,可以直接运行,另外还有VB6.0开发的源文件-The author is set of wisdom club jake. In a two-dimensional plane with more than one planet distribution, they two tw
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:12292
    • 提供者:Raven
  1. ballCanvas

    0下载:
  2. 实现一个小球的变换,以及和周围窗口的碰撞,非常的实用-It is very useful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2167
    • 提供者:wetr
  1. PhysicsDemo3

    0下载:
  2. opengl中的物理模型,有碰撞检测,描述了小球下落的过程-opengl in the physical model, collision detection, describes the process of falling ball
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:670691
    • 提供者:刘创
  1. wutide-pengzhuang

    0下载:
  2. 这是一个模拟两个物体碰撞的试验,一个方块与一个小球的碰撞!-This is a simulation experiment of the collision of the two objects, one square and a small ball collision!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1295362
    • 提供者:风行烈
  1. Simulationof-multi-ball

    0下载:
  2. 模拟多小球弹性碰撞,很有趣的一个程序,跟物理有关,不妨看看~-Simulation of multi-ball elastic collision,let us learn it together.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3248
    • 提供者:
  1. Danzhu

    0下载:
  2. 设计并编程实现弹球程序:用户能通过菜单或者按钮新增一小球,该小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。-java-marbles program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:10157
    • 提供者:linhan
  1. wallpaper-Ball(good)

    0下载:
  2. 基于android实现的动态壁纸,该壁纸为小球的动态碰撞-Based on android dynamic wallpaper, the wallpaper for the dynamic collision of the ball
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:109170
    • 提供者:黄吉兴
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com