摘要: 1. shoutcast: http://en.wikipedia.org/wiki/SHOUTcast 繁体版:http://zh.wikipedia.org/zh/SHOUTcast SHOUTcast是由Nullsoft研發、支援多個作業系統、免費的聲音串流科技,用於網路廣播。 SHOUTc... 阅读全文
posted @ 2011-01-15 18:34 木叶道 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 一直都想把STL的笔记写下来,一直都没动手,看了很多书,知道的很多,但又懒得动手,时间长了,一些东西也开始被遗忘,不记笔记,不作总结,以后想找什么,还得重新取看书,有点不爽,这样下去,难得有进步。 昨天看了栈,颇为感慨,一个问题你找到与之适应的结构来解决时,你会觉得它看起来多完美。算法导论里面,例... 阅读全文
posted @ 2010-11-02 09:30 木叶道 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 游戏引擎剖析:http://bbs.ogdev.net/TopicContent.aspx?BoardID=2&TopicID=2755偶的网游服务端结构设计,请大家提提意见:http://bbs.ogdev.net/TopicContent.aspx?BoardID=2&TopicID=1183一... 阅读全文
posted @ 2010-10-13 23:40 木叶道 阅读(340) 评论(0) 推荐(0) 编辑
摘要: http://www.vckbase.com/document/viewdoc/?id=487http://www.vckbase.com/document/viewdoc/?id=488 阅读全文
posted @ 2010-10-05 23:22 木叶道 阅读(236) 评论(0) 推荐(0) 编辑
摘要: //这个文件主要是:测试C语言的输入输出一: 输入输出(1)标准 1. printf: Writes to the standard output (stdout) a sequence of data formatted as theformatargument specifieshttp:/... 阅读全文
posted @ 2010-09-30 18:01 木叶道 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 1. 获取一个整数的末尾零的个数,如0100, 个数为2Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->intLowBit(intx){returnx&... 阅读全文
posted @ 2010-09-19 23:27 木叶道 阅读(186) 评论(0) 推荐(0) 编辑
摘要: C++Primer上建议最好把重载二元操作符函数作为非成员函数,我试验了下,代码如下,但有个问题,恳求得到诸位的回复。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlight... 阅读全文
posted @ 2010-04-19 14:17 木叶道 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 明天看这个,我读书计划 阅读全文
posted @ 2010-03-24 07:58 木叶道 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 先留个底,晚上开始看这章 阅读全文
posted @ 2010-03-24 07:47 木叶道 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 成员函数分为三种:nonStatic、Static 和 Virtual。另外还有inline 函数。 继承也有三种:Single Inheritance、Multiple Inheritance 和 Virtual Inheritance。 nonStatic 及 Static Member ... 阅读全文
posted @ 2010-03-20 14:27 木叶道 阅读(218) 评论(0) 推荐(0) 编辑