码迷,mamicode.com
首页 >  
搜索关键字:physics    ( 256个结果
POJ2774:Long Long Message(后缀数组)
Description The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his mother is getting ill. Being worried about spending so much on railwa...
分类:编程语言   时间:2015-05-28 21:34:27    阅读次数:141
基于Unity的Profiler性能分析 .
A. WaitForTargetFPS: Vsync(垂直同步)功能所,即显示当前帧的CPU等待时间 B. Overhead: Profiler总体时间-所有单项的记录时间总和。用于记录尚不明确的时间消耗,以帮助进一步完善Profiler的统计。 C. Physics.Simulate...
分类:编程语言   时间:2015-05-26 12:30:47    阅读次数:766
construct2中对象的物理属性(Physics Behaviors)
Construct2游戏中经常需要给某些对象添加物理属性(Physics Behavior),下面详细描述了这个物理Physics属性。...
分类:其他好文   时间:2015-05-17 10:48:57    阅读次数:198
NGUI学习总结笔记
学习NGUI一直断断续续的,目前打算做一个总结的笔记。我使用的是比较老的3.6.0版本。1.使用NGUI,需要开启“Edit”->“Project Settings”->“Physics”里的“Raycasts Hit Tiggers”选项,否则无法使用交互系统,当前该选项是默认开启的。2.NGUI...
分类:其他好文   时间:2015-05-12 15:00:42    阅读次数:222
unity性能优化
1. CPU UsageA. WaitForTargetFPS:Vsync(垂直同步)功能所,即显示当前帧的CPU等待时间B. Overhead:Profiler总体时间-所有单项的记录时间总和。用于记录尚不明确的时间消耗,以帮助进一步完善Profiler的统计。C. Physics.Simula....
分类:编程语言   时间:2015-05-12 13:08:10    阅读次数:281
entity framework 中一些常用的函数 转自http://www.cnblogs.com/williamzhu/
一般查询var Courses = db.Courses.Where(c => c.Title == "Physics").OrderBy(c => c.Title); foreach (var c in Courses) { Console.WriteLine(c.Title); }添加M...
分类:Web程序   时间:2015-05-11 17:31:04    阅读次数:162
[POJ2774]Long Long Message 解题报告
Long Long Message DescriptionThe little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his moth....
分类:其他好文   时间:2015-04-10 15:16:07    阅读次数:146
Cocos2d-js中Chipmunk引擎
我们先介绍轻量级的物理引擎——Chipmunk。Chipmunk物理引擎,由Howling Moon Software的Scott Lebcke开发,用纯C编写。Chipmunk的下载地址是http://code.google.com/p/chipmunk-physics/,技术论坛是http://chip...
分类:Web程序   时间:2015-04-10 13:49:58    阅读次数:267
Cocos2d-js中Chipmunk引擎
我们先介绍轻量级的物理引擎——Chipmunk。Chipmunk物理引擎,由Howling Moon Software的Scott Lebcke开发,用纯C编写。Chipmunk的下载地址是http://code.google.com/p/chipmunk-physics/,技术论坛是http://...
分类:Web程序   时间:2015-04-10 13:28:32    阅读次数:232
Cocos2d-js中Chipmunk引擎
我们先介绍轻量级的物理引擎——Chipmunk。Chipmunk物理引擎,由Howling Moon Software的Scott Lebcke开发,用纯C编写。Chipmunk的下载地址是http://code.google.com/p/chipmunk-physics/,技术论坛是http://chipmunk-physics.net/forum。Chipmunk核心概念Chipmunk物理引...
分类:Web程序   时间:2015-04-10 11:26:33    阅读次数:230
256条   上一页 1 ... 17 18 19 20 21 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!