码迷,mamicode.com
首页 >  
搜索关键字:level    ( 6507个结果
什么时候需要交换Top Level ?
什么时候需要交换Top Level
分类:其他好文   时间:2014-07-22 23:11:35    阅读次数:347
apue和unp的学习之旅09——套接字选项
//-----------------------------------1.getsockopt和setsockopt-------------------------------------- #include int getsockopt(int sockfd, int level, int optname, void* optval, socklen_t* optlen); int...
分类:其他好文   时间:2014-07-22 23:03:55    阅读次数:329
iOS 视频开发
MediaPlayer framework播放电影文件:iOS sdk中可以使用MPMoviePlayerController来播放电影文件。但是在iOS设备上播放电影文件有严格的格式要求,只能播放下面两个格式的电影文件。? H.264 (Baseline Profile Level 3.0)? M...
分类:移动开发   时间:2014-05-01 13:55:15    阅读次数:424
UDT: Breaking the Data Transfer Bottleneck
http://udt.sourceforge.net/DT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide ...
分类:其他好文   时间:2014-05-01 13:21:54    阅读次数:488
Oracle按时间段分组统计
想要按时间段分组查询,首先要了解level,connect by,oracle时间的加减.关于level这里不多说,我只写出一个查询语句:----level 是一个伪例 select level from dual connect by level d.dt-2 group by d.dt ...
分类:数据库   时间:2014-05-01 08:09:44    阅读次数:415
[ACM] POJ2352 [树状数组稍微变形]
DescriptionAstronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level...
分类:其他好文   时间:2014-05-01 05:42:32    阅读次数:368
Pat(Advanced Level)Practice--1063(Set Similarity)
Pat1063代码 题目描述: Given two sets of integers, the similarity of the sets is defined to be Nc/Nt*100%, where Nc is the number of distinct common numbers shared by the two sets, and Nt is the to...
分类:其他好文   时间:2014-04-29 13:44:20    阅读次数:325
6507条   上一页 1 ... 649 650 651
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!