码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
rabbitmq使用(四)
In theprevious tutorialwe built a simple logging system. We were able to broadcast log messages to many receivers.In this tutorial we're going to add ...
分类:其他好文   时间:2015-04-01 13:16:55    阅读次数:153
SSL 通信及 java keystore 工具介绍
http://www.javacodegeeks.com/2014/07/java-keystore-tutorial.htmlTable Of Contents1. Introduction2. SSL and how it works3. Private Keys4. Public Certif...
分类:编程语言   时间:2015-04-01 10:48:29    阅读次数:222
google protobuf 使用示例
1 定义.proto接口文件package tutorial;message Person { required string name = 1; required int32 id = 2; //unique ID number for this person optional ...
分类:其他好文   时间:2015-03-31 17:40:49    阅读次数:123
HTK建立Yes/No识别
最近在学习工具包HTK的使用,看了官网提供的htkbook,对工具包的使用有很多不清楚,对HMM模型及语音识别的过程还没有一个比较清晰的认识,所以想通过实践来加深理解。搜了网上关于HTK的入门资料,比较多的是介绍如何建立一个Yes/No的识别系统,有本pdf叫HTK basic tutorial就是...
分类:其他好文   时间:2015-03-31 00:30:53    阅读次数:335
使用cocos2d-x3.4结合cocos2.1.5制作小游戏《亲亲小熊》
在最新的cocos集成环境中,CocosStudio已经集成到cocos中了,至于界面的制作和编辑器的基本使用在cocos官网有详细教程,这里就不细说,资源下载和详情请参看官网教程:http://cn.cocos2d-x.org/tutorial/show?id=1650接下来就是使用cocos2d...
分类:其他好文   时间:2015-03-30 18:36:15    阅读次数:202
CALayer的简单使用
原文地址:http://www.raywenderlich.com/2502/calayers-tutorial-for-ios-introduction-to-calayers-tutorial如果你已经在iPhone上做过开发,你可能对UIView和它的子类-Button,text,slider...
分类:其他好文   时间:2015-03-30 12:39:26    阅读次数:137
ROS 自定义消息发布器和订阅器测试 +代码详解(入门级)
既对ros tutorial 上的例子有了一定的了解之后,今天对发布器和订阅器代码(http://wiki.ros.org/cn/ROS/Tutorials/WritingPublisherSubscriber%28c%2B%2B%29)进行了研究,同时稍作改动进行了验证, -------------------------------------------------------------...
分类:其他好文   时间:2015-03-29 21:02:16    阅读次数:316
Install FFmpeg, Mplayer, Mencoder, MP4Box, Flvtool2
You can use the following tutorial toinstall ffmpeg and other video modulesin your centos server.FFmpegis an audio/video conversion tool. It includes ...
分类:Web程序   时间:2015-03-29 07:01:27    阅读次数:167
ReactiveCocoa入门教程:第一部分
http://www.cocoachina.com/ios/20150123/10994.html本文翻译自RayWenderlich,原文:ReactiveCocoa Tutorial--The Definitive Introduction: Part 1/2作为一个iOS开发者,你写的每一行代...
分类:其他好文   时间:2015-03-28 18:32:49    阅读次数:122
一些常用的SQL查询语句
学习网站:http://www.w3cschool.cc/sql/sql-tutorial.html一:查询所有表的属性SELECT 'ALTER TABLE '+ CASE WHEN O.schema_id IS NOT NULL THEN (SELECT NAME+'.' FROM ...
分类:数据库   时间:2015-03-28 11:34:30    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!