码迷,mamicode.com
首页 >  
搜索关键字:monkey and banana    ( 1294个结果
ubuntu 安装jsoncpp 与 libevent
1. 因为自己 一直想搭一个通信框架,觉得libevent 比较轻量级也好用,所以就研究了一下 wget http://monkey.org/~provos/libevent-1.4.13-stable.tar.gz tar –xzvf libevent-1.4.13-stable.tar.gz cd libevent-1.4.13-stable ./configure --prefi...
分类:Web程序   时间:2014-11-17 00:35:34    阅读次数:289
gevent: AssertionError: Impossible to call blocking function in the event loop callback
今天在用爬虫时gevent报了AssertionError: Impossible to call blocking function in the event loop callback异常,很奇怪,难道是patch_socket惹的货,因为之前没有使用patch_socket是正常的,代码简化如下import urllib import gevent from gevent.monkey im...
分类:其他好文   时间:2014-11-12 16:40:58    阅读次数:340
手机测试体系讲解
1.冒烟测试—Monkey自动化1.Monkey命令简单讲解 ? monkey -v -p com.jh.jhcs.activity --throttle 50 --pct-touch 100 5000; ? 命令讲解: ? Monkey 指的为工具名。 ? -v 显示默认程序的信息。 ? -p c...
分类:移动开发   时间:2014-11-11 22:43:36    阅读次数:299
hdu 3689 杭州 10 现场 J - Infinite monkey theorem 概率dp kmp
J -Infinite monkey theoremTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 3689Appoint description:Descriptio...
分类:其他好文   时间:2014-11-09 19:25:56    阅读次数:234
为 Banana PI 安装 ubuntu-core-14 最小核心
Banana PI (以下简称 BPI)是比 Raspberry PI 性能更强、功能更多、可运行 Linux 和 Android 系统,而且价格比较便宜的单板微型电脑,详见:www.bananapi.com 在 BPI 官网上提供有几个常见系统的 IMG 供下载(http://www.lemaker.org/resources/9-38/image_files.html),可直接烧写到 SD 卡用于启动 BPI;本文试验了另一种自行构建 BPI 系统的方法,可根据需要定制系统各部件和功能;本文打算尝试构...
分类:系统相关   时间:2014-11-09 15:19:39    阅读次数:341
POJ 2897 Monkeys' Pride 解题报告
DescriptionBackgroundThere are a lot of monkeys in a mountain. Every one wants to be the monkey king. They keep arguing with each other about that for...
分类:其他好文   时间:2014-11-08 13:37:06    阅读次数:165
POJ 1928 The Peanuts
DescriptionMr. Robinson and his pet monkey Dodo love peanuts very much. One day while they were having a walk on a country road, Dodo found a sign by ...
分类:其他好文   时间:2014-11-07 16:36:42    阅读次数:368
monkey king
Description Background There are a lot of monkeys in a mountain. Every one wants to be the monkey king. They keep arguing with each other about that f...
分类:其他好文   时间:2014-11-07 09:45:42    阅读次数:252
[HDU 1069]Monkey and Banana(DP)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1069 题目大意:给你n个积木,告诉你它们的长宽高,要你搭出一个塔,这个塔上面的积木长和宽必须小于下面积木的长和宽,求这个塔的最大高度 思路:将n块积木转化成3*n块积木,相当于每块积木的原来状态、翻转后的状态。然后对这3n个积木按高度排序,此题就变成了一个类似于求最长下降子序列的问题 #incl...
分类:其他好文   时间:2014-11-06 17:37:34    阅读次数:223
花生采摘
Mr. Robinson and his pet monkey Dodo love peanuts very much. One day while they were having a walk on a country road, Dodo found a sign by the road, ....
分类:其他好文   时间:2014-11-05 21:13:11    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!