http://noobtuts.com/cpp/2d-pong-gamehttp://gamedevelopment.tutsplus.com/articles/40-fantastic-game-development-tutorials-from-across-the-web--gamedev-...
分类:
其他好文 时间:
2015-01-03 14:34:50
阅读次数:
148
一些资料:http://blog.csdn.net/sunny2038/article/details/9057415一个挺好的博客http://docs.opencv.org/trunk/doc/py_tutorials 官方python的 tutorialopencv for python的主干...
分类:
编程语言 时间:
2015-01-02 22:20:27
阅读次数:
313
也是一大神器,起码以后不用敲线段树的求区间的线段树了。代码30行左右 ,效率肯定比线段书快不少还有为以后写在线的LCA算法做个铺垫。思路比较简单,这里引荐不少优秀的博文。http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=lo...
分类:
其他好文 时间:
2014-12-30 16:45:48
阅读次数:
166
https://developer.mozilla.org/en-US/docs/The_life_of_an_HTML_HTTP_requesthttp://www.html5rocks.com/en/tutorials/internals/howbrowserswork/http://talig...
分类:
Web程序 时间:
2014-12-30 07:02:48
阅读次数:
168
我们将创建一个服务器节点add_two_ints_server,它将会收到两个整数,并且返回它们的和。切换目录到之前建立的beginner_tutorials包下: cd ~/catkin_ws/src/beginner_tutorials 编辑src/add_two_ints_server.cpp...
分类:
编程语言 时间:
2014-12-29 21:25:14
阅读次数:
336
打开一个终端,进入到beginner_tutorials包下面:cd ~/catkin_ws/src/beginner_tutorials建立文件src/listener.cpp:vim src/listener.cpp将下面的代码复制到文件中:#include "ros/ros.h"#includ...
分类:
编程语言 时间:
2014-12-29 18:18:41
阅读次数:
1055
参考:1、http://code.tutsplus.com/tutorials/learn-java-for-android-development-checking-object-type-with-instanceof--mobile-26262、http://www.cnblogs.com/r...
分类:
其他好文 时间:
2014-12-28 23:27:49
阅读次数:
201
roslaunch命令从launch文件中启动一个节点,它的使用方法如下: roslaunch [package] [filename.launch] 首先切换到beginner_tutorials文件下: roscd beginner_tutorials 提示: If roscd says sim...
分类:
其他好文 时间:
2014-12-27 18:47:28
阅读次数:
917
If you want to use controllers, instead of a link function, you can usebindToController. Egghead.io Tutorials angular.module("ap...
分类:
Web程序 时间:
2014-12-25 21:52:58
阅读次数:
322
参考:http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag/一、网页手机wap2.0网页的head里加入下面这条元标签,在iPhone的浏览器中页面将...
分类:
移动开发 时间:
2014-12-25 13:01:37
阅读次数:
159