码迷,mamicode.com
首页 >  
搜索关键字:poj 1195 mobile phon    ( 23650个结果
poj 1018 Communication System (枚举)
Communication SystemTime Limit:1000MSMemory Limit:10000KTotal Submissions:22380Accepted:7953DescriptionWe have received an order from Pizoor Communica...
分类:其他好文   时间:2014-05-08 11:19:16    阅读次数:278
jQuery Mobile 工具栏
工具栏元素常被放置于页眉和页脚中 - 以实现“已访问”的导航
分类:Web程序   时间:2014-05-08 07:58:42    阅读次数:277
jQuery Mobile 列表
一、jQuery Mobile 列表视图:jQuery Mobile 中的列表视图是标准的 HTML 列表:有序列表 () 和无序列表 ()。1、创建列表向 或 元素添加 data-role="listview"。如需使这些项目可点击,请在每个列表项()中规定链接: ...
分类:Web程序   时间:2014-05-08 07:40:17    阅读次数:423
jQuery Mobile 按钮图标
jQuery Mobile 提供的一套图标可令您的按钮更具吸引力。1、为 jQuery Mobile 按钮添加图标如需向您的按钮添加图标,请使用 data-icon 属性:(您也可以在 或 元素中使用 data-icon 属性。) 搜索 下面...
分类:Web程序   时间:2014-05-08 07:35:07    阅读次数:365
poj 2104:K-th Number(划分树,经典题)
K-th NumberTime Limit:20000MSMemory Limit:65536KTotal Submissions:35653Accepted:11382Case Time Limit:2000MSDescriptionYou are working for Macrohard co...
分类:其他好文   时间:2014-05-08 05:24:50    阅读次数:387
POJ2406Power Strings
来源:http://poj.org/problem?id=2406  Power Strings Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 30293   Accepted: 12631 Description Given two strin...
分类:其他好文   时间:2014-05-08 02:03:40    阅读次数:337
poj 2559 DP
两种解法。 我想到的是最大的矩形,中间一定有个最矮的某个单位矩形,所以用两个数组记录任何一个单位矩形histogram[i]左右两边第一个比它小的单位矩形的序号,这里找的时候用DP加速。 #include using namespace std; //the histogram stored from left to right long histogram[100001]...
分类:其他好文   时间:2014-05-08 01:59:37    阅读次数:443
飞信调试获取首次登陆验证码
fetion --mobile=15055198367 --pwd=Aa7788.. --to=15055198367 --msg-utf8=ruiy--debug
分类:其他好文   时间:2014-05-08 01:19:30    阅读次数:204
POJ/obc - Step Traversing a Tree
即黑书里的“隔三遍历”,具体分析见黑书,我只是想了下证明没啥好说的。#include #define MAXV 5005#define MAXE ((MAXV << 1) - 2)int N;int Vefw[MAXE], Vt[MAXE], Veh[MAXV], Veptr;int V...
分类:其他好文   时间:2014-05-08 01:05:12    阅读次数:396
poj-1562
题意:求途中的连通分量,一个点的八个方向相连都算一个连通分量。Sample Input1 1*3 5*@*@***@***@*@*1 8@@****@*5 5 ****@*@@*@*@**@@@@*@@@**@0 0Sample Output0122Sample Input1 1*3 5*@*@**...
分类:其他好文   时间:2014-05-08 00:45:33    阅读次数:384
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!