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
EY
codeforces 3A - Shortest path of the king
最短路都可以#include #include #include #defineinf0x3fffffff usingnamespacestd; intmap[65][65]; intsx,sy,ex,
ey
aixiaoling1314
·
2013-06-22 15:00
编程
算法
百度
Google
ACM
Orchard Oauth身份认证模块,在原基础上支持百度,豆瓣,开心,QQ,人人,新浪,淘宝
新增内容元件 3.后台设置4.效果预览Orchard模块安装包下载: 新浪&QQ登录包.zip最全版:(OAuth)百度_豆瓣_开心_QQ_人人_新浪_淘宝 下载地址: http://url.cn/Q2
Ey
22
·
2013-05-17 00:00
OAuth
mysql update select
selectb.cityid,b.xianfromey_dq_copyb)cseta.city=c.cityidWHEREa.area=c.xianandprov=cityandcity=xian; update
ey
_dq_copyainnerjoin
seawuhai
·
2013-05-16 15:04
mysql
set
update
inner
phpstrom6.x 注册码
PvX38st5vqJgXK22
Ey
4UxxZa5BOuo3ZsZX=====LICENSEEND=====
杨大哥
·
2013-05-14 23:00
hdu 2425
include #include #include #defineinf0x3fffffff usingnamespacestd; charmap[30][30]; intn,m,sx,sy,ex,
ey
aixiaoling1314
·
2013-05-09 22:00
c
算法
Google
百度
ACM
Codeforces Beta Round #3
include #include #include usingnamespacestd; #defineMAXN500010 #defineN10 intans,end; intsx,sy,ex,
ey
cgl1079743846
·
2013-04-30 22:00
迷宫中回溯法的剪枝——奇偶剪枝
奇偶剪枝设起点s的坐标为(sx,sy),终点e的坐标为(ex,
ey
);对s的一次操作为对sx或sy进行+1或-1;若经过t次操作后,s的坐标刚好等于e,则说从s经过t步可
庞老板
·
2013-04-23 13:58
回溯法
迷宫中回溯法的剪枝——奇偶剪枝
奇偶剪枝设起点s的坐标为(sx,sy),终点e的坐标为(ex,
ey
);对s的一次操作为对sx或sy进行+1或-1;若经过t次操作后,s的坐标刚好等于e,则说从s经过t步可
code_pang
·
2013-04-23 13:00
奇偶剪枝
初始化codeforce 298 B Sail初始化
发一下牢骚和主题无关: Thepolarbearsaregoingfishing.Theyplantosailfrom (sx,sy) to (ex,
ey
).However,theboatcanonlysailbywind.Ateachsecond
·
2013-04-21 00:00
code
zoj2110Tempter of the Bone
; intd[4][2]={{0,-1},{-1,0},{0,1},{1,0}}; intN,M,T; charmap1[10][10]; intflag[10][10]; intsx,sy,ex,
ey
wangwenhao00
·
2013-04-02 20:00
迷宫问题
前驱节点 }Queue; const int N=8; const int M=8; void path(int (*map)[N+2],int ix,int iy,int ex,int
ey
2012到2014
·
2013-03-13 18:00
迷宫
poj3083
{0,1},{-1,0}}; intl[4][2]={{0,1},{1,0},{0,-1},{-1,0}}; intvis[50][50]; charmap[50][50]; intsx,sy,ex,
ey
wahaha1_
·
2013-03-12 17:00
SAP锁
在SE11里创建锁对象,自定义的锁对象都必须以EZ或者
EY
开头来命名。一个锁对象里只包含一个PRIMARYTABLE,可以包含若干个SECONDARYTABLE,锁的模式有三种:E,S,X。
CS0123456789
·
2013-03-08 14:00
HDU1728--逃离迷宫
intm,n,sx,sy,ex,
ey
,MAXValue; structNode{ /**
mxway
·
2013-01-30 20:00
hdu 1010 dfs+奇偶剪枝
现假设起点为(sx,sy),终点为(ex,
ey
),给定t步恰好走到终点,s|||+———e如图所示(“|”竖走,“—”横走,“+”转弯),易证abs(ex-sx)+abs
H_R_D_127
·
2013-01-28 17:00
HDU1175连连看
HDU1175题目描述BFS#include #include #include usingnamespacestd; intmap[1010][1010]; intn,m; intex,
ey
; //
mxway
·
2012-12-20 09:00
HDU 1010
现假设起点为(sx,sy),终点为(ex,
ey
),给定t步恰好走到终点,s | | | +———e 如图所示(
sdjzujxc
·
2012-11-22 20:00
HDU 1072
pid=1072 用x,y表示坐标,time表示距爆炸的时间 hash[x][y][time]则存储了到达这个状态的最少步数 最终的结果存储在hash[ex][
ey
][i]中 ex,
ey
为门所在的坐标,
biboyouyun
·
2012-11-19 15:00
地理栅格(遥感影像、DEM、扫描图等)的仿射变换系数文件解析
仿射变换数学表达式为:x'=Ax+By+Cy'=Dx+
Ey
+F其中:
zhouxuguang236
·
2012-10-16 17:00
c
tiff
奇偶剪枝
奇偶剪枝假设起点为(sx,sy),终点为(ex,
ey
),给定t步恰好走到终点若t-[abs(ex-sx)+abs(
ey
-sy)]结果为非偶数(奇数),则无法在t步恰好到达;
Magic____
·
2012-10-03 20:00
ZOJ 3652 Maze 优先队列 模拟
constintinf=1other.turn; } }; intmon[maxn][maxn],map[maxn][maxn]; boolvis[maxn][maxn][1Q; intk,m,n,l,sx,sy,ex,
ey
Flying_Stones_Sure
·
2012-09-30 01:00
struct
图论之搜索部分解题思路
pid=1728该题不难,简单的BFS,其复杂的地方就是要找出其最小的转弯次数#include #include usingnamespacestd; intSx,Sy,Ex,
Ey
,T; intvisit
No_Retreats
·
2012-09-04 21:00
struct
POJ2251 Dungeon Master
ViewCode#include #include #include usingnamespacestd; intL,R,C,ans,sx,sy,sz,ex,
ey
,ez; charmaze[101
·
2012-09-03 15:00
master
poj 1915 Knight Moves
#include #include usingnamespacestd; constintMAX=310; intmap[MAX][MAX],row,r,l,sx,sy,ex,
ey
; boolvis[MAX
yzl_rex
·
2012-08-31 09:00
struct
System
include
HDU 1010 Tempter of the Bone 经典深搜~DFS
代码: intdis=abs(bx-ex)+abs(by-
ey
); if((dis+t)%2!=0){printf("NO\n");continue;} //
yangshuolll
·
2012-08-16 00:00
codeforces 200A 并查集
并查集题目描述: 给一个大小为n*m(n,m#include#includeusing namespace std;const int N = 2005;int P[N][N][2];int n,m,t,ex,
ey
算法学社
·
2012-07-21 15:00
关于 visual studio(vs2005/vs2008/vs2010)中的Character Set
vs2005后的版本为什么会加这一项呢,原因是(http://msdn.microsoft.com/en-us/library/
ey
142t48(v=vs.80).aspx):翻译过来就是为了兼容各个国家的文字
chen825919148
·
2012-07-15 11:00
XP
mfc
character
2010
TYVJ 1138 Cannot神牛的RP采摘
var f:array[0..201,0..201,0..201]oflongint; a:array[0..201,0..201]oflongint; n,m,k,i,j,v,bx,by,ex,
ey
·
2012-05-12 21:00
ca
Tempter of the Bone 奇偶剪枝(深搜)
boolvisit[8][8]; charmap[8][8]; intdx[4]={-1,0,1,0}; intdy[4]={0,1,0,-1}; intTime,row,col,flag,sx,sy,ex,
ey
bigman_123
·
2012-05-08 21:00
Algorithm
c
include
iostream
高斯消元求四点
/* 矩形四点变换公式 [a,b]是矩形 [x,y]是四边形 a=(Ax+By+C)/(Gx+Hy+1) b=(Dx+
Ey
+F)/(Gx+Hy+1) |x1y11000-a1*x1-a1*y1||
wshjldaxiong
·
2012-05-03 16:00
poj 1739 Tony's Tour
#include #include #defineMax100100 #defineHash1000 intn,m,ex,
ey
,cur,mp[15][15],a1,a2,a3,b1,b2,b3; intstack
Wings_of_Liberty
·
2012-05-02 21:00
字符集
NotSetUseMulti-ByteCharacterSetUseUnicodeCharacterSet三个选项,这个在msdn上有解释http://msdn.microsoft.com/zh-cn/library/
ey
142t48
wwyyxx26
·
2012-03-13 19:00
character
byte
c#数组利器——List<>
但这是非常不合算的,C#中提供了一个类:List类的用法:(来自MSDN http://msdn.microsoft.com/en-us/library/6sh2
ey
19.aspx)usingSystem
toddhan
·
2012-02-13 14:00
list
String
C#
Class
语言
output
还原数据库的其中一种方法
步骤一:在D盘先新建一个文件夹FG_DataBase步骤二:在查询器中执行usemasterRESTOREDATABASE[
EY
-FGHISDM](数据库名称)FROM DISK='E:\BI-WORK
qlshuang
·
2012-02-12 15:00
POJ 2935 Basic Wall Maze BFS
#include<stdio.h> #include<queue> using namespace std; int sx,sy,ex,
ey
; int h[4]={1,-1,0,0
izuoyan
·
2012-01-14 13:00
poj
ZOJ 1649 Rescue BFS水题
;string.h> #include<stdlib.h> #include<math.h> using namespace std; int n,m,sx,sy,ex,
ey
izuoyan
·
2012-01-12 21:00
bfs
连连看
intqry,sx,sy,ex,
ey
; intdx[4]={0
smallacmer
·
2012-01-10 11:00
中国数字电视视频信号基本参数
系统576i1080i帧频(Hz)2525每帧总行数6251125行频(kHz)15.62528.125隔行比2:12:1场频(Hz)5050图像宽高比4:3(16:9)16:9Er',Eg',Eb',
Ey
isgod
·
2011-12-13 16:45
职场
数字电视
休闲
简单bfs 广度搜索
intdir[4][2]={{1,0},{-1,0},{0,1},{0,-1}};intmain(){ charg[100][100]; queueq; intm,n,i,j; intsx,sy,ex,
ey
fangzhiyang
·
2011-11-29 19:00
include
hdu 3442 Three Kingdoms
includeusingnamespacestd;charmap[55][55];intmp[55][55];intdp[55][55][1que;intmain(){ intT; intn,m,sx,sy,ex,
ey
hqd_acm
·
2011-09-09 11:00
美国海军陆战队为什么牛B
终于知道为什么美国海军陆战队为什么牛B了,因为他们的口号实在是太屌了(您也可以在土豆网观看:http://www.tudou.com/programs/view/b5iYOph17
eY
/)因为盗链严重,
梁萧 Aillia
·
2011-09-01 13:00
视频
牛逼
美国
军队
SXW FLASH CMS VIP三个版本
演示:CXTFlashCMS够买以及说明:http://www.2
ey
.cn/cxt/ EXWFlashCMS够买以及说明:http://www.2
ey
.cn/exw/ SXWFlashCMS够买以及说明
zhangxhc
·
2011-08-29 22:43
cms
Flash
vip
休闲
sxw
POJ2060 Taxi Cab Scheme
最小路径覆盖#include #include usingnamespacestd; constintsize=600; structnode { inttime; intsx,sy,ex,
ey
zhang360896270
·
2011-08-29 20:00
struct
Scheme
问题解决方案
collection already contains value for com.yiliwu.ecouponcard.core.dao.EcActivityMapper.selectByPrimaryK
ey
liyixing1
·
2011-08-22 00:00
解决方案
低通滤波器、高通滤波器,积分电路、微分电路
设滤波器的输入电压为ex输出电压为
ey
,电路的微分方程为: 这是一个典型的一阶系统。令=RC,称为时间常数,对上式取
qq_33431915
·
2011-08-14 10:00
网络
js拖动层(支持所有浏览器)
function dragHandlerFun(obj){ var img=document.getElementById(obj); var ox,oy,ex,
ey
,isDrag=
javaEEdevelop
·
2011-08-05 09:00
浏览器
js拖动层(支持所有浏览器)
function dragHandlerFun(obj){ var img=document.getElementById(obj); var ox,oy,ex,
ey
,isDrag=
javaEEdevelop
·
2011-08-05 09:00
浏览器
poj 2312 Battle City
用到优先队列 */#include #include usingnamespacestd; charmap[310][310]; intvis[310][310]; intm,n; intsx,sy,ex,
ey
qq172108805
·
2011-07-30 19:00
光脚丫学ASP.NET MVC(0008):非操作方法
光脚丫思考 QQ:524130780邮箱:
[email protected]
博客:http://blog.csdn.net/GJYSK视频演示:http://u.115.com/file/e6r505
ey
gjysk
·
2011-07-21 22:00
mvc
qq
String
asp.net
awt画带箭头的函数
public void drawAL(int sx, int sy, int ex, int
ey
, Graphics2D g2) {  
星海孤舟
·
2011-04-28 14:00
awt
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他