码迷,mamicode.com
首页 >  
搜索关键字:unity time    ( 60599个结果
Unity多线程(Thread)和主线程(MainThread)交互使用类——Loom工具分享
Unity多线程(Thread)和主线程(MainThread)交互使用类——Loom工具分享By D.S.Qiu尊重他人的劳动,支持原创,转载请注明出处:http.dsqiu.iteye.com 熟悉Unity的developer都知道在Unity中的线程不能使用Unity的对象,但可以使用...
分类:编程语言   时间:2014-05-05 21:31:06    阅读次数:647
Unity发布各平台路径
#if UNITY_EDITORstring filepath = Application.dataPath + "/StreamingAssets";#elif UNITY_IPHONEstring filepath = Application.dataPath +"/Raw";#elif UNI...
分类:其他好文   时间:2014-05-03 23:43:39    阅读次数:303
Unity 3d C#和Javascript脚本互相调用 解决方案(非原创、整理资料,并经过实践得来)
Unity3dC#和Javascript脚本互相调用解决方案1.背景知识脚本的编译过程分四步:1. 编译所有”StandardAssets”,“ProStandardAssets”or“Plugins”目录下的代码2. 编译所有“StandardAssets/Editor”,“ProStandard...
分类:编程语言   时间:2014-05-03 23:40:13    阅读次数:487
[leetcode] Best Time to Buy and Sell Stock III
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-03 23:21:20    阅读次数:292
Unity Web前端研究
原地址:http://blog.csdn.net/libeifs/article/details/7200630开发环境Window7Unity3D 3.4.1MB525defyAndroid 2.2.1 羽化的第二十五篇博客,明天就要启程回家了,所以这应该是本月的最后一篇博客。最近工作还算顺利,只...
分类:Web程序   时间:2014-05-03 23:05:30    阅读次数:543
采药
采药Time Limit:1000MSMemory Limit:65535KBSubmissions:380Accepted:113Description辰辰是个天资聪颖的孩子,他的梦想是成为世界上最伟大的医师。为此,他想拜附近最有威望的医师为师。医师为了判断他的资质,给他出了一个难题。医师把他带到...
分类:其他好文   时间:2014-05-03 23:04:07    阅读次数:351
poj 1014 Dividing
Dividing Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 57229   Accepted: 14680 Description Marsha and Bill own a collection of marbles. They want to spli...
分类:其他好文   时间:2014-05-03 21:52:18    阅读次数:253
POJ 2420 模拟退火法
A Star not a Tree? Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 3272   Accepted: 1664 Description Luke wants to upgrade his home computer network from 10mbs...
分类:其他好文   时间:2014-05-03 21:31:49    阅读次数:417
HDOJ3374 String Problem [KMP最小循环节点]+[最小(大)表示法]
String Problem Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1442    Accepted Submission(s): 645 Problem Description Give you a str...
分类:其他好文   时间:2014-05-03 21:28:56    阅读次数:289
POJ 1673 三角形垂心
EXOCENTER OF A TRIANGLE Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 3209   Accepted: 1259 Description Given a triangle ABC, the Extriangles of ABC are cons...
分类:其他好文   时间:2014-05-03 21:14:28    阅读次数:340
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!