码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
Timer.5 - Synchronising handlers in multithreaded programs
This tutorial demonstrates the use of the boost::asio::strand class to synchronise callback handlers in a multithreaded program.The previous four tuto...
分类:其他好文   时间:2015-04-28 01:38:34    阅读次数:168
Timer.3 - Binding arguments to a handler
In this tutorial we will modify the program from tutorial Timer.2 so that the timer fires once a second. This will show how to pass additional paramet...
分类:其他好文   时间:2015-04-28 01:35:08    阅读次数:159
Redis 3.0集群(一)
概述 这里只记录操作步骤和集群测试,保证快速搭建集群环境。具体原理请查阅官方文档(中文版): http://redisdoc.com/topic/cluster-tutorial.html http://redisdoc.com/topic/cluster-spec.html 准备工作 下载...
分类:其他好文   时间:2015-04-27 15:42:43    阅读次数:187
【C#的学习旅程】Linq _2015编程之美挑战赛初赛 CodeHunt赛区
序言 2015 编程之美挑战赛·初赛结束了,小伙伴们似乎都在Hihocoder上愉快的玩耍…… 只有我一个人默默地打着Code Hunt……  啊对了,默默的全题3SP的AK了哟…… 来逐题写下题解和解题源码吧…… (P.S 有什么不好的或者说得不对的地方请告诉我哦,我会立马改正的~(●'?'●)) Section 00 BAIYUN 00.01 Tutorial 教程...
分类:Windows程序   时间:2015-04-26 18:26:14    阅读次数:297
MongoDB aggregate聚合
aggregate相当于相当于mysql中的group以及一系列的操作官网介绍地址:http://docs.mongodb.org/manual/reference/sql-aggregation-comparison/表达式描述实例$sum总结从集合中的所有文件所定义的值.db.mycol.aggregate([{$group:{_id:"$by_user",num_tutorial:{$sum:"$likes"}}..
分类:数据库   时间:2015-04-24 19:24:03    阅读次数:280
关于多线程和GCD新手教程(二)
原文链接:http://www.raywenderlich.com/4295/multithreading-and-grand-central-dispatch-on-ios-for-beginners-tutorial 接上文:关于多线程和GCD新手教程(一) 一个简单的方式就是从你的代码中的一部分刷新另外一部分代码,这是苹果内置的NSNotification消息系统.它的确很简单.你可以通过...
分类:编程语言   时间:2015-04-24 09:01:53    阅读次数:237
A tutorial by example(转载)
转自:http://mrbook.org/blog/tutorials/make/Compiling your source code files can be tedious, specially when you want to include several source files an.....
分类:其他好文   时间:2015-04-24 07:52:17    阅读次数:141
UFLDL课程学习(二)
章节地址:http://ufldl.stanford.edu/tutorial/supervised/LogisticRegression/章节名称:逻辑回归 (Logisitic Regression)第二章的主要问题是什么?是内存不够,艹Error using freadOut of memor...
分类:其他好文   时间:2015-04-23 15:01:53    阅读次数:132
Cocos2d-x图片资源加密
http://cn.cocos2d-x.org/tutorial/show?id=2739图片加密使用xxtea来加密,加密秘钥自己定,思路就是自己使用代码首先将图片加密,在程序中使用的时候,在加载图片资源处再将资源解密。加密代码如下:1、首先要加载头文件2、将图片加密booljiamiImg(st...
分类:其他好文   时间:2015-04-22 23:41:21    阅读次数:362
Java有多少个关键字
官方说法:http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html为了方便我直接复制过来了,原文如下:Here's a list of keywords in the Java programming langua...
分类:编程语言   时间:2015-04-22 01:56:49    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!