文件名称:ball-collision
- 所属分类:
- GDI/图象编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-03-21
- 文件大小:
- 1.55mb
- 下载次数:
- 0次
- 提 供 者:
- R**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本工程在VS2008下通过编译。
exe需要读取res文件夹中的图片资源,所以请确认资源的存在。
工程主要是通过数学的向量计算来模拟物理中的碰撞现象
CBall类是小球的特性类。有移动,碰撞反射等动作,以及各种属性。
显示主要是用到了GDI+的CImage类显示,因为它支持alpha通道。
工程还有单缓冲,双缓冲效果演示,有帧数显示。
但工程还有缺陷,有时候球会粘到一起,还不知道具体如何解决,知道的童鞋回复告诉一下。-The project by compiling under VS2008.
exe needs to read resource res pictures folder, so please confirm the existence of resources.
Engineering major mathematical vector calculations to simulate the physical collision phenomenon
CBall class is the class of the characteristics of the ball. Action of move, collisions and reflection, as well as various properties.
Mainly used to display the CImage class of GDI+, because it supports alpha channel.
Works as well as single buffering, double buffering effect demonstrates, the number of fr a mes displayed.
Engineering there are defects, sometimes the ball will stick together, do not know how to solve specific Replies to know the children s shoes tell.
exe需要读取res文件夹中的图片资源,所以请确认资源的存在。
工程主要是通过数学的向量计算来模拟物理中的碰撞现象
CBall类是小球的特性类。有移动,碰撞反射等动作,以及各种属性。
显示主要是用到了GDI+的CImage类显示,因为它支持alpha通道。
工程还有单缓冲,双缓冲效果演示,有帧数显示。
但工程还有缺陷,有时候球会粘到一起,还不知道具体如何解决,知道的童鞋回复告诉一下。-The project by compiling under VS2008.
exe needs to read resource res pictures folder, so please confirm the existence of resources.
Engineering major mathematical vector calculations to simulate the physical collision phenomenon
CBall class is the class of the characteristics of the ball. Action of move, collisions and reflection, as well as various properties.
Mainly used to display the CImage class of GDI+, because it supports alpha channel.
Works as well as single buffering, double buffering effect demonstrates, the number of fr a mes displayed.
Engineering there are defects, sometimes the ball will stick together, do not know how to solve specific Replies to know the children s shoes tell.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
碰撞球\碰撞球.sln
......\碰撞球.suo
......\......\Ball.cpp
......\......\Ball.h
......\......\ReadMe.txt
......\......\resource.h
......\......\stdafx.cpp
......\......\stdafx.h
......\......\targetver.h
......\......\碰撞球.aps
......\......\碰撞球.cpp
......\......\碰撞球.h
......\......\碰撞球.rc
......\......\碰撞球.vcproj
......\......\碰撞球.vcproj.20100327-1058.super墨水.user
......\......\碰撞球Dlg.cpp
......\......\碰撞球Dlg.h
......\......\res\bkg.bmp
......\......\...\blueball.png
......\......\...\GreenBall.png
......\......\...\My.rc2
......\......\...\RedBall.png
......\......\...\碰撞球.ico
......\......\...\碰撞球1.ico
......\执行文件\res\BlueBall.png
......\........\...\GreenBall.png
......\........\...\RedBall.png
......\........\碰撞球.exe
......\注意.txt
......\碰撞球\res
......\执行文件\res
......\碰撞球
......\执行文件
碰撞球