摘要: Problem 1 : Is it a loop ? (判断链表是否有环?)Assume that wehave a head pointer to a link-list. Also assumethat we know the list is single-linked. Can you come up an algorithm to checkwhether this link list includes a loop by using O(n) time and O(1) space wheren is the length of the list? Furthermore, can 阅读全文
posted @ 2010-10-29 16:01 小 楼 一 夜 听 春 雨 阅读(269) 评论(0) 推荐(0)
摘要: FMod http://www.fmod.org/ 现代游戏已经不能没有声音,所以音频引擎成为游戏引擎中不可缺少的一部分.这是一篇介绍现代音频引擎的文章(http://hard.zol.com.cn/labs/2003/0520/60986.shtml ).FMOD音频引擎(http://www.f 阅读全文
posted @ 2010-10-29 15:55 小 楼 一 夜 听 春 雨 阅读(1510) 评论(0) 推荐(0)