码迷,mamicode.com
首页 >  
搜索关键字:second    ( 4896个结果
Light oj 1138 - Trailing Zeroes (III) 【二分查找 && N!中末尾连续0的个数】
1138 - Trailing Zeroes (III) PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB You task is to find minimal natural number N, so that ...
分类:其他好文   时间:2015-08-20 22:39:33    阅读次数:394
LightOJ Trailing Zeroes (III) 1138【二分搜索+阶乘分解】
1138 - Trailing Zeroes (III) PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB You task is to find minimal natural number N, so tha...
分类:其他好文   时间:2015-08-20 22:39:23    阅读次数:232
LightOJ Array Queries 1082【线段树求区间最值】
1082 - Array Queries PDF (English) Statistics Forum Time Limit: 3 second(s) Memory Limit: 64 MB Given an array with N elements, indexed from 1 to N. Now you...
分类:其他好文   时间:2015-08-20 22:34:20    阅读次数:209
Light oj 1149 - Factors and Multiples 【二分图最大匹配】【好题】
1149 - Factors and Multiples PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB You will be given two sets of integers. Let's call the...
分类:其他好文   时间:2015-08-20 21:02:02    阅读次数:230
Light oj 1138 - Trailing Zeroes (III) 【二分查找好题】【 给出N!末尾有连续的Q个0,让你求最小的N】
1138 - Trailing Zeroes (III) PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB You task is to find minimal natural number N, so that ...
分类:其他好文   时间:2015-08-20 21:00:56    阅读次数:223
ZOJ 3204 Connect them(最小生成树:kruscal算法)
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3204 Connect them Time Limit: 1 Second     Memory Limit:32768 KB You have n computers numbered from 1 to n and you want to con...
分类:编程语言   时间:2015-08-20 17:03:26    阅读次数:165
Android笔记(五)利用Intent启动活动
Intent是意图的意思,分为显式 Intent 和隐式 Intent。下面我们试图在FirstActivity中通过点击按钮来启动SecondActivity 1.显式Intent 在应用中建立两个类,FirstActivity和SecondActivity。分别为它们建立layout布局文件first_layout,second_layout,并在AndroidManifest.xml中注册...
分类:移动开发   时间:2015-08-20 16:59:01    阅读次数:133
HDU 1028.Ignatius and the Princess III【分析】【8月20】
Ignatius and the Princess III Problem Description "Well, it seems the first problem is too easy. I will let you know how foolish you are later." feng5166 says. "The second problem is, given...
分类:其他好文   时间:2015-08-20 16:55:59    阅读次数:121
UVA - 10462 Is There A Second Way Left?(次小生成树)
题目大意:给出一张图,看能形成几个生成树解题思路:先判断能否形成生成树,在判断是否有次小生成树#include #include #include using namespace std;#define N 110 #define M 410 #define INF 0x3f3f3f3fstruct Edge{ int from, to...
分类:其他好文   时间:2015-08-20 01:38:39    阅读次数:155
文件下载速度
上行速率是指移动终端给基站发送信息时的数据传输速率,比如手机、笔记本等无线终端给基站传输数据速率;下行速率是指基站向移动终端发送信息时的传输速率,比如手机或笔记本等无线终端从基站或者网络下载数据的速率。bps是bits per second的缩写,一般是指传输速度,表示为: 比特/秒。bps=bit...
分类:其他好文   时间:2015-08-20 01:21:22    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!