码迷,mamicode.com
首页 >  
搜索关键字:coco play    ( 9873个结果
Live555中RTP包的打包与发送过程分析
这里主要分析一下,live555中关于RTP打包发送的部分。在处理完PLAY命令之后,就开始发送RTP数据包了(其实在发送PLAY命令的response包之前,就会发送一个RTP包,这里传输就已经开始了)先介绍下主要的流程:RTP包的发送是从MediaSink::startPlaying函数调用开始...
分类:其他好文   时间:2015-04-02 23:52:13    阅读次数:172
swift基础语法(控制流、可选类型、switch、循环、开闭空间)
1 // Playground - noun: a place where people can play 2 3 import Cocoa 4 5 //控制流 6 7 //Swift的条件语句包括if和switch,循环语句包含for-in、for、while和do-while,循环/判断...
分类:编程语言   时间:2015-04-02 10:19:44    阅读次数:295
swift基础语法三(函数与闭包)
1 // Playground - noun: a place where people can play 2 3 import Cocoa 4 //函数和闭包 5 6 //函数,使用func关键字声明函数: 7 func greet(name:String, day:String) -> S...
分类:编程语言   时间:2015-04-02 10:19:36    阅读次数:207
poj 2311 Cutting Game SG函数的运用 唉,,,
Urej loves to play various types of dull games. He usually asks other people to play with him. He says that playing those games can show his extraordinary wit. Recently Urej takes a great interest in a new game, and Erif Nezorf becomes the victim. To get a...
分类:其他好文   时间:2015-04-02 09:08:58    阅读次数:269
Intellij 导入play framework 项目
新建一个项目play new helloworldIshallbeThatIshallbe:~ iamthat$ mkdir tempIshallbeThatIshallbe:~ iamthat$ cd temp/IshallbeThatIshallbe:temp iamthat$ lsIshall...
分类:其他好文   时间:2015-04-01 19:20:50    阅读次数:155
google plus调研结果
1、申请gmail邮箱 2、环境要求: 用于开发和测试的物理设备,因为 Google Play 服务不能在模拟器中安装。 您的项目需要使用 Android 2.2 (Froyo) 或更高版本进行编译。 Eclipse 配置为使用 Java 1.6 需要手机支持Google Play 服务 SDK.....
分类:其他好文   时间:2015-04-01 19:19:31    阅读次数:133
poj 2975 Nim 尼姆博弈,求取胜方案数
Nim is a 2-player game featuring several piles of stones. Players alternate turns, and on his/her turn, a player’s move consists of removing one or more stones from any single pile. Play ends when all the stones have been removed, at which point the last p...
分类:其他好文   时间:2015-04-01 15:21:45    阅读次数:197
Play Framework 2.2.6 安装
网络上很多安装方法都是互相复制黏贴的, 都没有人考虑到启动application 还有依赖很多jar 包,而其中typesafe 官网提供的只是一个mini的 启动器来安装,很慢,所以以下下载完整包。参考如下网址:http://blog.csdn.net/zsx0321/article/detail...
分类:其他好文   时间:2015-03-31 19:57:19    阅读次数:144
Android 国内集成使用谷歌地图
由于众做周知的原因在国内使用谷歌地图不太方便,在开发中如果直接使用会出现些问题。但国内的如百度地图,高德地图等都无法提供详细的国外地图数据,所以研究一下喽,,, 使用 Google Maps Android API v2使用谷歌提供的SDK,Android Studio开发。首先保证SDK Manager中 Google Play service服务已经安装。 2.新建一个工程GoogleMapDe...
分类:移动开发   时间:2015-03-31 16:13:23    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!