码迷,mamicode.com
首页 >  
搜索关键字:time out    ( 87642个结果
android 系统定制的小技巧(网络收集)
1开机图片:android-logo-mask.pngandroid-logo-shine.png这两个图片一个在上一个在下./out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes/asset...
分类:移动开发   时间:2014-05-19 22:42:33    阅读次数:419
RTP 和 RTSP的区别
http://blog.csdn.net/oyzdz1988/article/details/6534276RTP(Real-time Transport Protocol)是用于Internet上针对多媒体数据流的一种传输协议。RTP被定义为在一对一或一对多的传输情况下工作。其目的是提供时间信息和...
分类:其他好文   时间:2014-05-19 22:08:41    阅读次数:369
关于TJOI2014的一道题——Alice and Bob
B Alice and Bob ?输入输出文件: alice.in/alice.out?源文件名: alice.cpp/alice.c/alice.pas ? 时间限制: 1s 内存限制: 128M 题目描述 Alice 和 Bob 发明了一个新的游戏。给定一个序列{x0,x1,··· ,xn?1}...
分类:其他好文   时间:2014-05-19 20:13:46    阅读次数:324
bzoj 2631 LCT
/************************************************************** Problem: 2631 User: wangyucheng Language: C++ Result: Accepted Time:184...
分类:其他好文   时间:2014-05-19 11:27:24    阅读次数:320
【leetcode】Best Time to Buy and Sell Stock
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:其他好文   时间:2014-05-18 20:30:16    阅读次数:301
gcc支持的标签
#include #include int main(/*int argc, char const *argv[]*/){ void * target; time_t now = time(NULL); if(now & 1) target = &&odd; else target = &&e...
分类:其他好文   时间:2014-05-18 20:27:53    阅读次数:306
java4android (基本概念)
1.环境变量的配置:path键 值:bin文件夹的位置 classpath键 值:.2.第一个HelloWorld:public class Hello{ public static void main(String args[]){ System.out.print("Hello World!"....
分类:移动开发   时间:2014-05-17 21:41:13    阅读次数:460
LCOV 如何过滤iostream等系统函数的覆盖率信息
最近在做cppunit test相关工作,用gcov和lcov工具来查看每行代码的覆盖率,个人感觉lcov真棒,看起来很舒服,点起来也很爽!~~闲聊至此,如题:我使用的是lcov的 --remove命令Remove / filter out remaining unwanted stuff from...
分类:移动开发   时间:2014-05-17 18:11:48    阅读次数:505
hust 1471 Tobor and Numbers
题目描述After the hard tasks, It’s the easy time for Y.G.Tobor and Y.D.I.Isha is a friend of Y.D.I, as he thinks Tobor is smart too, he give Tobor a probl...
分类:其他好文   时间:2014-05-17 15:20:34    阅读次数:248
通过libvirt 控制vCPU使用,为了缓解CPU资源争抢
#!/usr/bin/envpython #-*-coding:UTF-8-*- """ @Item:IOCtl @Author:VilliamSheng @Group:PythonDEVGroup @Date:2013-05-29 @Funtion: CPUcontrol: TocontrolforCPU """ importos,sys,time,libvirt,traceback,commands ‘‘‘ Func:Recorderrormessage path:Messagesavepath form..
分类:其他好文   时间:2014-05-16 02:46:57    阅读次数:504
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!