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
stacking
PKU1988Cube
Stacking
并查
CubeStackingCubeStackingFarmerJohnandBetsyareplayingagamewithN(1<=N<=30,000)identicalcubeslabeled1throughN.TheystartwithNstacks,eachcontainingasinglecube.FarmerJohnasksBetsytoperformP(1<=P<=100,000)op
yes you do
·
2009-05-30 15:00
不同浏览器中Div层覆盖Flash层的几种方法
layer on a DHTML page containing several layers may display above all the layers, regardless of the
stacking
talentnba
·
2009-04-22 11:00
浏览器
IE
Flash
cgi
firefox
PKU POJ 1988 Cube
Stacking
#include#define MaxN 30000using namespace std;typedef struct node{ int count; int parent; int d;}NODE;NODE S[MaxN+1];void init(){ for(int i=1;i0) { P--; c=getchar();
Headacher
·
2009-02-21 19:00
FOJ 1174 Dice
Stacking
DiceStackingTimeLimit:1sMemorylimit:32MAcceptedSubmit:27TotalSubmit:36Chun-Sooisplayingadicestackinggame.Sixfacesofadiearesquaresofthesamesize;eachfaceofadiehasanumberfrom1to6.But,theyarenotstandarddi
tao_tao_bu_jue
·
2008-08-08 10:00
PKU 1128 Frame
Stacking
解题
PKU1128FrameStacking解题这个题目就是一个模拟的过程每次找到一个完整的矩形然后把这个矩形拿出。拿走的地方全部变成**号是可以表示为任何字母然后哦一次下去就可以了。优于把题目读错了结果一直就在wa先开始把题目读成了每个矩形左上角的点和右下角的点必定会出现结果题目的意思是出现的所有点中最靠左的x和最靠上的y组成的就是左上角同样最靠右的最靠下的组成的就是又下角的坐标。 1#inclu
暑假训练之记录
·
2008-07-19 19:00
ZOJ 1083 - Frame
Stacking
1 /* Accepted 1083 C++ 00:00.01 840K */ 2 #include 3 4 using namespace std; 5 6 int n, m; 7 char pic[30][30]; 8 9 int in[26]; 10 bool map[30][30]; 11 12 struct { int ax, ay, bx, by; } f
superman
·
2008-06-16 14:00
利用IE关于Z-index的BUG造成的神奇效果
把下面这个代码保存为test.html 这个box应该在上面这个box应该在下面,IE浏览器会对定位元素产生一个新的
stacking
context ,甚至当元素 z-index的为“auto”。
nsrainbow
·
2008-04-17 22:00
html
浏览器
IE
div
firefox
pku 1988 cube
stacking
pku1988cubestacking 1#include 2#define MaxN 30000 3typedef struct node{ 4 int count; 5 int parent; 6 int d; 7}NODE; 8NODE S[MaxN+1]; 9void init()10{11 for(int i=1;i0){41 P--;42
我叫张小黑
·
2008-01-27 22:00
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他