搜索资源列表
beansite
- 是一个JSP与数据库应用系统,系统实际物理设计及系统开发过程中,基本完成了系统设置,新闻管理,公司管理,用户管理4个模块的功能。它具有实用可靠、安全性好、报表灵活、查询方便快速及易于操作、易于维护等特点。它的设计与实现是从实际情况出发,解决了网站管理中存在的问题,推广了计算机技术在人们实际工作中的应用。-JSP is a database application with the system, the actual physical design and system development
111
- 第一次我说了一下向量知识的基础内容和一点使用技巧,浅显的展示了它在游戏编程中的作用。这次深入一些,充分利用向量的性质模仿一个物理现象。-For the first time I said a bit vector and a little knowledge of the basic content tips, easy to display it in games programming role. The depth of some full use of the vector natur
mobilegamingPhysicsM
- 物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos, 来分解初速度。 所以只能用近似模拟的方法! 我所采用的是:先放大后缩小的模拟方式,并且为了更精确加入了一定的偏移量。- -Objects do parabolic movement is one of the basic sports physical model of the game! Can be easily simula