E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
strange
Got to make your own breaks! by litianping
In one's life will always have some
strange
things happen.Maybe sometimes do some
strange
choice
·
2015-11-13 16:09
break
hdu 1548 A
strange
lift
http://acm.hdu.edu.cn/showproblem.php?pid=1548 这个题可以用搜索做,因为是求最短时间,搜索则直接想到广搜(BFS)。 问题:首先告诉你有n层楼,要你求从第A层楼到第B层楼的最短时间。 限制及条件: 1、每层楼只能按上或者下,而且上或者下的楼层数是不同的,需要输入的。 2、上下楼不能到达不存在的楼层(小于1楼
·
2015-11-13 15:35
HDU
【POJ】2891
Strange
Way to Express Integers
http://poj.org/problem?id=2891 题意:求最小的$x$使得$x \equiv r_i \pmod{ a_i }$。 #include <cstdio> #include <cstring> #include <algorithm> #include <cmath> #include <iostream&
·
2015-11-13 08:56
Integer
Close PopUp window and Refresh its parent window!
{ if(Request[“
Strange
“]!
·
2015-11-13 08:17
refresh
bfs A
strange
lift
pid=1548 There is a
strange
lift.The lift can stop can at every floor as you want, and there is a
·
2015-11-13 07:49
bfs
poj 2891
Strange
Way to Express Integers
http://poj.org/problem?id=2891 这道题的题意是:给你多个模性方程组:m mod ai=ri 求最小的m; 中国剩余定理 1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #define ll long long 5 us
·
2015-11-13 07:50
Integer
zoj 2674
Strange
Limit——欧拉函数
watashi大神推荐的题目就是给里呀~~~ 大意:求aa..a%m!的极限。 欧拉定理的内容是:如果a和n互质,那么aφ(n)=1(mod n);对于任意a, n和较大的b,有ab=aφ(n)+b mod φ(n)(mod n) 我们设aa..a=A 则有A=aφ(n)+A mod φ(n)(mod n) 这样就可以递归求解。因为φ(n)<n,所以这样递归一定有边界。 接下来
·
2015-11-13 06:37
limit
Square spiral
Square spiral Nikola picks up a
strange
circuit board.
·
2015-11-13 05:37
SPI
hdu 1548 A
strange
lift
http://acm.hdu.edu.cn/showproblem.php?pid=1548 1 #include <cstdio> 2 #include <iostream> 3 #include <queue> 4 #include <cstring> 5 #include <algorithm> 6
·
2015-11-13 05:14
HDU
Strange
Dialog
题目链接:http://acm.timus.ru/problem.aspx?space=1&num=1102 正着做9种情况: in input inputon inputone out output outputon outputone one 反着做貌似更简单一些,情况更少一点。 我是正着做的。 1 #include <cstdio> 2
·
2015-11-13 05:46
dialog
poj 2891
Strange
Way to Express Integers——使用中国剩余定理中处理某些方程模数不互质的方法
是一边读入一边算的……先开始只要读到无解的情况就直接跳出来,一直wa,最后才知道原来还要把后面的数据读完才行,汗…… 参考了AC大神的思路: http://hi.baidu.com/aekdycoin/blog/item/71d7a842b93f611b73f05da4.html 这里稍微证明一下:给定方程x = c1 (mod b1) ……………………(1)x = c2(mod b2)
·
2015-11-13 05:24
Integer
android listview selector
Strange
things happen, I don't even want to talk about it, if you have such a problem, you know them.
·
2015-11-13 04:23
I'll Be OK [Mcfly]
I'll Be OK 's Lyric When everything is going wrong and things are just a little
strange
It’s been so
·
2015-11-13 04:08
c
数论F -
Strange
Way to Express Integers(不互素的的中国剩余定理)
F -
Strange
Way to Express Integers Time Limit:1000MS Memory
·
2015-11-13 01:15
Integer
POJ 1837, Balance
Memory Limit: 30000KTotal Submissions: 2538 Accepted: 1384 DescriptionGigel has a
strange
·
2015-11-13 01:21
poj
POJ 2069 Super Star(计算几何の最小球包含+模拟退火)
Description During a voyage of the starship Hakodate-maru (see Problem 1406), researchers found
strange
·
2015-11-13 00:15
super
arctoolbox中出现错误:'Invalid Topology [INCOMPLETE_VOID_POLY]的解决办法
出现问题的提示 Results do not look correct or operations fail with
strange
errors such as:
·
2015-11-12 23:53
Invalid
HDOJ搜索专题之A
strange
lift
BFS基础题 View Code 1 #include <stdio.h> 2 #include <string.h> 3 #include <queue> 4 #define N 201 5 #define INF 0x7fffffff 6 using namespace std; 7 queue<int> Q
·
2015-11-12 22:38
搜索
[原]最短路专题【基础篇】(updating...)
hud1548 a
strange
lift 最短路/bfs 题目链接:http://acm.hdu.edu.cn/showproblem.php?
·
2015-11-12 22:16
最短路
Strange
Behavior with iis5
来源:http://www.imcoder.org/mobile/210546.htm Q: I'm building a mobile web site with mvc on iis5. This site will be accessible by blackberry devices equipped with a built in gps. Here is one
·
2015-11-12 20:18
with
HDU 2899
Strange
fuction
还没学过导数,不会做…… #include <iostream> #include <cmath> using namespace std; //先求导函数,可知f'(x)=g'(x)+y,g'(x)为递增函数, //1)若导函数最大值小于0,即g'(100)+y<0.则原函数在区间内单调递减.最小值为f(100). //2)若导函数最小值大于0,即
·
2015-11-12 20:11
HDU
POJ 1837 Balance【DP】
Description Gigel has a
strange
"balance" and he wants to poise it.
·
2015-11-12 19:13
poj
Hdu 1548 A
strange
lift(BFS)
Problem地址:http://acm.hdu.edu.cn/showproblem.php?pid=1548 一道简单的bfs,适合新手。你现在所在的电梯层为一个节点,而你从这个节点可以拜访另外两个节点(电梯向上走为一个节点,电梯向下走有一个节点),而拜访的时候自然也要避免拜访重复,否则会陷入死循环。 #include <iostream>
·
2015-11-12 19:08
HDU
Yesterday Not Once More
Besides many
strange
·
2015-11-12 18:27
more
关于setImageURI out of memory的一些解决办法
http://stackoverflow.com/questions/477572/
strange
-out-of-memory-issue-while-loading-an-image-to-a-bitmap-object
·
2015-11-12 18:48
memory
POJ 2891
Strange
Way to Express Integers(拓展欧几里得)
Description Elina is reading a book written by Rujia Liu, which introduces a
strange
way to
·
2015-11-12 17:37
Integer
HDU 1548 A
strange
lift
简单的广搜 #include <cstdio> #include <queue> using namespace std; int map[205],step[205],a[205]; int n,start,end,res; bool check(int x) { if ((x>0)&&(x<=n)&&
·
2015-11-12 16:18
HDU
杭电 HOJ 1548 A
strange
lift 解题报告
搜索,广度优先。 之前使用的遍历超时了,没办法,学习了队列的写法。以下代码源自网上,改了一点,AC #include<iostream> #include<deque> using namespace std; int main() { int i,a,b,n,x,y,s[201],t[201]
·
2015-11-12 15:03
if
POJ 3107 Godfather 【树形DP】
Description Last years Chicago was full of gangster fights and
strange
murders.
·
2015-11-12 15:47
poj
POJ--
Strange
Way to Express Integers
Strange
Way to Express Integers Time Limit: 1000MS Memory Limit: 131072K Total Submissions
·
2015-11-12 12:00
Integer
HDUOJ--
Strange
fuction
Strange
fuction Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768
·
2015-11-12 12:47
HDU
Object Send -Autorelease Many Times
Sometimes you find that there is a
strange
stituation about xcode giving message "object
·
2015-11-12 11:32
object
Performance Counter----.Net bug
Link: http://www.pcreview.co.uk/forums/
strange
-p
·
2015-11-12 11:27
performance
hdu 2899
Strange
fuction (三分)
E -
Strange
fuction Time Limit:1000MS Memory Limit:32768KB
·
2015-11-12 10:26
HDU
[POJ 2891]
Strange
Way to Express Integers
Strange
Way to Express Integers Time Limit: 1000MS Memory Limit: 131072K Total
·
2015-11-11 19:19
Integer
hdu 1548 A
strange
lift (bfs)
A
strange
lift Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K
·
2015-11-11 18:45
HDU
POJ2891 -
Strange
Way to Express Integers(模线性方程组)
题目大意 求最小整数x,满足x≡a[i](mod m[i])(没有保证所有m[i]两两互质) 题解 中国剩余定理显然不行。。。。只能用方程组两两合并的方法求出最终的解,刘汝佳黑书P230有讲~~具体证明和实现我是参考此大神的 代码: #include<iostream> using namespace std; #define MAXN 100000 typedef lo
·
2015-11-11 17:25
Integer
Ural Problem Set Volume 2: 1100-1197
1100-1197 题号 标题 难度系数 算法 1100 Final Standings 50% 反复统计 1101 Robot in the field 30% 表达式求值 1102
Strange
·
2015-11-11 17:12
set
poj 2891
Strange
Way to Express Integers 不互质的模同余方程组求解
给定同余方程组 X = r1 ( mod a1 ) X = r2 ( mod a2 ) ... X = rn ( mod an ) 求解正整数X, 若不存在输出 -1 关于 线性同余方程组求解, 看笔者前一篇博客关于求解方式,模板裸题 #include<stdio.h> typedef long long LL; LL
·
2015-11-11 17:54
Integer
Light OJ 1318
Strange
Game 组合数+高速幂+分解因子
长度为l的用k种字符组成的字符串有k^l中 当中m个字符要不同样 那就是k^l*C(l, m)*(k-1)^m 有反复 要除以2 可是你mod n了 不能直接除 n不一定是素数 所以不能乘以逆元 所以我都mod 2倍的n 最后的结果再除以2 特判l = 1 和 m = 0的情况 #include <cstdio> #include <cstring> #includ
·
2015-11-11 14:59
game
Strange
Towers of Hanoi
题目链接:http://sfxb.openjudge.cn/dongtaiguihua/E/ 题目描述:4个柱子的汉诺塔,求盘子个数n从1到12时,从A移到D所需的最大次数。限制条件和三个柱子的汉诺塔问题相同。 解题思路:采用动态规划算法的思路为先从将k个盘子使用4个柱子的方法从A移到B,然后将A上剩下的n-k个盘子使用3个柱子的方法移到D上,然后再使用4个柱子的方法将B上的k个盘子移到D上。
·
2015-11-11 14:34
tr
poj 2711 Leapin' Lizards && BZOJ 1066: [SCOI2007]蜥蜴 最大流
id=1066 Your platoon of wandering lizards has entered a
strange
room in the labyrinth you are exploring
·
2015-11-11 14:25
2007
hdu 1548 A
strange
lift 宽搜bfs+优先队列
pid=1548 There is a
strange
lift.The lift can stop can at every floor as you want, and there is a number
·
2015-11-11 14:25
优先队列
toj 1731
Strange
Towers of Hanoi
Strange
Towers of Hanoi Time Limit: 1.0 Seconds Memory Limit: 65536K Total
·
2015-11-11 13:45
tr
HDU 2899
Strange
fuction (二分)
Strange
fuction Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768
·
2015-11-11 13:00
HDU
POJ 1837 Balance (DP)
nbsp;30000K Total Submissions: 10655 Accepted: 6609 Description Gigel has a
strange
·
2015-11-11 13:54
poj
Strange
Way to Express Integers (一般模线性方程组)
Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 8476 Accepted: 2554 Description Elina is reading a book written by Rujia Liu, which int
·
2015-11-11 12:49
Integer
Balance(01背包)
nbsp;30000K Total Submissions: 9163 Accepted: 5617 Description Gigel has a
strange
·
2015-11-11 12:29
背包
uva 11529
Strange
Tax Calculation (几何+计数)
题目链接: http://vjudge.net/problem/viewProblem.action?id=18277 这题暴力n^4妥妥的TLE!即使n^3也可能会T 正确的姿势应该是:枚举每个点作为三角形内(或外)的点,按对此点的极角排序,然后从某个点Aj开始,找到从它开始刚好转了超过180度的点,则j点Aj与此间转过的任何两个点组成的三角形都应该不包括中心点。 这样做可能是n
·
2015-11-11 12:50
uva
ZOJ 2674
Strange
Limit
欧拉函数。 #include<iostream> #include<stdio.h> #include<string.h> #include<algorithm> #define MAXSIZE 100003 #define N 100003 using namespace std; long long prime[100
·
2015-11-11 11:33
limit
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他