本章的框架包含了5个部分。其中有一个WinMain方法用来作为程序的入口。还有system类,封装了全部程序,并在WinMain方法中调用。在system类中包含了用来处理opengl系统的opengl类,处理用户输入的input类和处理OpenGL图形的graphics类。...
分类:
其他好文 时间:
2015-07-04 15:34:04
阅读次数:
128
smarty 模版分析 http://www.cnblogs.com/hongfei/archive/2011/12/10/Smarty-one.html正则表达式:http://deerchao.net/tutorials/regex/regex.htm
分类:
Web程序 时间:
2015-07-04 08:23:53
阅读次数:
129
先看手册...仔细看http://php.net/manual/zh/function.preg-replace.php是不是对向后引用有点糊涂?继续看http://deerchao.net/tutorials/regex/regex.htm主要看后向引用 那一栏看懂了吗?是的!分组是由 () 来确...
分类:
其他好文 时间:
2015-07-04 00:48:06
阅读次数:
132
翻译自topcoder中的一篇文章:https://www.topcoder.com/community/data-science/data-science-tutorials/using-tries/简介有很多种算法和数据结构可以用来在文本中建立字符串的索引和对字符串进行查找,一些已经被包含在了标准库中,一些还没有。Trie这种数据结构是一个还没有被包含在标准库中的一个很好的例子。假设word表示...
分类:
其他好文 时间:
2015-07-03 17:34:54
阅读次数:
129
ROS:Tutorials/Control Your Robot
http://www.romin.upm.es/wiki/index.php?title=ROS%3ATutorials/Control_Your_Robot...
分类:
其他好文 时间:
2015-07-03 14:09:09
阅读次数:
188
mrpt_navigation/Tutorials/Installing
http://wiki.ros.org/mrpt_navigation/Tutorials/Installing
Installing
描述: 安装编译此包的说明
教程级别: 初级
目录
1. Get from apt packages
2. Build from sources
从apt...
分类:
其他好文 时间:
2015-07-03 10:42:29
阅读次数:
309
http://www.quora.com/Are-there-any-tutorials-examples-of-using-Apache-Storm-for-event-log-monitoringhttp://blog.mmlac.com/how-to-pre-process-logs-with...
分类:
其他好文 时间:
2015-07-01 00:58:40
阅读次数:
165
原文地址:http://tutorials.jenkov.com/java-nio/nio-vs-io.html作者:Jakob Jenkov 译者:郭蕾 校对:方腾飞当学习了Java NIO和IO的API后,一个问题马上涌入脑海:我应该何时使用IO,何时使用NIO呢?在本文中,我会尽量清晰地解析....
分类:
编程语言 时间:
2015-07-01 00:49:30
阅读次数:
243
Git在线练习http://pcottle.github.io/learnGitBranching/https://try.github.io/levels/1/challenges/1Git入门http://code.tutsplus.com/tutorials/easy-version-control-with-git–net-7449http://blog.jobbole.com/25775/...
分类:
其他好文 时间:
2015-06-28 23:05:52
阅读次数:
281