码迷,mamicode.com
首页 >  
搜索关键字:tutorials    ( 1192个结果
小游戏学习搜集
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
python 操作opencv
一些资料: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
RMQ
也是一大神器,起码以后不用敲线段树的求区间的线段树了。代码30行左右 ,效率肯定比线段书快不少还有为以后写在线的LCA算法做个铺垫。思路比较简单,这里引荐不少优秀的博文。http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=lo...
分类:其他好文   时间:2014-12-30 16:45:48    阅读次数:166
The life of an HTML HTTP request
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
用C++写一个简单的服务器和客户端
我们将创建一个服务器节点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
用C++写一个简单的订阅者
打开一个终端,进入到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
instanceoF检测对象类型
参考: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
ROS理解roslaunch命令
roslaunch命令从launch文件中启动一个节点,它的使用方法如下: roslaunch [package] [filename.launch] 首先切换到beginner_tutorials文件下: roscd beginner_tutorials 提示: If roscd says sim...
分类:其他好文   时间:2014-12-27 18:47:28    阅读次数:917
[AngularJS] New in Angular 1.3 - bindToController
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!