码迷,mamicode.com
首页 >  
搜索关键字:segment game    ( 7679个结果
微信游戏《全民炫舞》公司的引擎开发和布料系统技术介绍
微信《全民炫舞》上线了。 整理了一下过去技术开发历史,还有技术ppt,有兴趣看下:公司游戏引擎技术介绍:http://www.h3d.com.cn/hr/hr.htm布料系统技术介绍:2012 China Game Developer Conference大会演讲资料下载:http://www.h3...
分类:微信   时间:2014-06-07 05:30:17    阅读次数:426
Jump Game II
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他好文   时间:2014-06-04 20:58:25    阅读次数:296
System V 共享内存区
System V 共享内存信息结构struct shmid_ds { struct ipc_perm shm_perm; // operation permission struct size_t shm_segsz; // segment size pid_t shm_lpid;...
分类:其他好文   时间:2014-06-03 11:20:18    阅读次数:264
boost::interprocess::managed_shared_memory(2)(std::deque)
struct shareDataEx : shareData{ int index; int total_size;};typedef managed_shared_memory::segment_manager segment_manager_t; //段管理器type...
分类:其他好文   时间:2014-05-30 11:23:53    阅读次数:267
Cooperative Cognitive Radio Networks,Coalitional Game Formulation
分类:Web程序   时间:2014-05-29 22:52:17    阅读次数:281
Propagation of Visual Entity Properties Under Bandwidth Constraints
The Saga of Ryzom is a persistent massively-multiplayer online game (MMORPG) released in September 2004 throughout Europe and North America, localised...
分类:其他好文   时间:2014-05-29 17:55:30    阅读次数:413
ARM重要汇编指令记录
IMPORT ,定义表示这是一个外部变量的标号,不是在本程序定义的EXPORT ,表示本程序里面用到的变量提供给其他模块调用的。以上两个在汇编和C语言混合编程的时候用到ENDP 表示PROC所定义的过程结束. (end procedure)ENDS 表示SEGMENT定义的段结束. (end seg...
分类:其他好文   时间:2014-05-29 02:33:03    阅读次数:330
[Android] An internal error occurred during: "Launching New_configuration". Path for project must have only one segment.
出错:An internal error occurred during: "Launching New_configuration".Path for project must have only one segment.【解决过程】1.很明显,此处没有设置对应的AVD,即用于运行程序的andro...
分类:移动开发   时间:2014-05-28 23:45:20    阅读次数:707
T端带数据库查询的假人系统
commit 87f8ac21ca6d2d086984dfc39b1869dc51ecd36fAuthor: Vitasic Date: Tue Jun 26 15:43:38 2012 +0400 Add Fake Playersdiff --git a/src/server/game/...
分类:数据库   时间:2014-05-28 04:43:05    阅读次数:409
T端GM上线提示
这个是TRINTIY端的GM相关的代码。。可以作为参考使用,仅仅是一个载入命令 diff -r 3d55d9aa1fa9 -r 0dadcdc551ce src/server/game/Scripting/ScriptLoader.cpp --- a/src/server/game/Scriptin...
分类:其他好文   时间:2014-05-27 16:18:25    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!