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
Knight
转《Effective C#》Item 16:尽量减少垃圾产生的数量
http://blog.csdn.net/
knight
94/archive/2006/08/05/1023352.a
·
2015-10-30 14:19
effective
POJ-2488 A
Knight
's Journey dfs搜索
简单的dfs搜索,题目要求是骑士可以从任意一点出发走完整个棋盘的路径。字典序输出要注意八个方向的排列顺序。 代码如下: #include <cstring> #include <cstdlib> #include <cstdio> using namespace std; int N, M, dir[8][2] = {-2, -1, -2, 1
·
2015-10-30 14:20
poj
图论 --- 骑士周游问题,DFS
A
Knight
's Journey Time Limit: 1000MS Memory Limit: 65536K Total Submissions
·
2015-10-30 11:17
DFS
BFS
Description A friend of you is doing research on the Traveling
Knight
Problem (TKP)
·
2015-10-30 11:13
bfs
等角(斜45度)游戏与数学
原文链接:http://www.javaeye.com/articles/1225 1984年欧洲的玩家被一款当时发布的游
Knight
Lore 震惊了。
·
2015-10-30 11:01
游戏
HDU
Knight
Moves
Knight
Moves Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total
·
2015-10-28 09:27
move
Knight
Moves (骑士跳跃)
Description A friend of you is doing research on the Traveling
Knight
Problem (TKP) where you
·
2015-10-28 07:32
move
2015 HUAS Summer Training#2~E
Description A friend of you is doing research on the Traveling
Knight
Problem (TKP)
·
2015-10-27 12:26
ini
POJ 1915
Knight
Moves
Knight
Moves Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 
·
2015-10-27 12:25
move
Socket INADDR_ANY详解
转载:http://hi.baidu.com/zorro_
knight
/item/37af9e8c9dc71253e73d1924 linux下的socket INADDR_ANY表示的是一个服务器上所有的网卡
·
2015-10-21 12:55
socket
BFS 骑士的移动
problem/E 题目: Description A friend of you is doing research on the Traveling
Knight
·
2015-10-21 12:35
bfs
hdu 1372
Knight
Moves
#include<stdio.h> #include<string.h> #include<queue> using namespace std; struct node { int x; int y; int step; } cur,next,st,ed; int dir[8][2]= {-1,-2,-2,-1,-2
·
2015-10-21 11:18
move
UVA 439
Knight
Moves
UVA_439 一个相对比较简单的搜索题,直接广搜即可。 #include<stdio.h>#include<string.h>int a[10][10],qx[100],qy[100],vis[10][10];int dx[]={-2,-2,-1,1,2,2,1,-1};int dy[]={-1,1,2,2,1,-1,-2,-
·
2015-10-21 10:37
move
POJ 2243
Knight
Moves
POJ_2243 在读入并转化起点与终点之后,只需要从起点开始,对周围8个可达的位置进行广搜并依次记录到达该位置时的步数,当搜到终点的时候退出循环即可。 #include<stdio.h>#include<string.h>char s[5],t[5],sx,sy,tx,ty;int a[10][10],dis[10][10],
·
2015-10-21 10:20
move
POJ 1915
Knight
Moves
POJ_1915 这个题目跟POJ_2243是非常相似的,只不过棋盘的大小是变化的而已。在读起点与终点之后,只需要从起点开始,对周围8个可达的位置进行广搜并依次记录到达该位置时的步数,当搜到终点的时候退出循环即可。 #include<stdio.h>#include<string.h>int vis[310][310],dis[
·
2015-10-21 10:20
move
POJ 2488 A
Knight
's Journey
POJ_2488 又是一个骑士问题,果然在广搜中骑士问题是很经典的哈。这个题目比之间做过的骑士的问题实质上就是多了路径的打印,并且最后如果存在路径的话,路径要求是字典序最小的方案。 做到字典序最小还是比较容易的,只要在dfs的时候按照从左到右,从上到下的顺序去dfs就可以了。 我又一次把棋盘上的运算搞错了,以后一定要引起注意!上下移动对应x的减少与增加,左右移动对应着y的减少与增加!
·
2015-10-21 10:20
poj
(webservice+cxf+mybatis+mysql+springmvc) webservice + cxf 能够跑起来的cxf ,来这里,,
webservice jar 下载: http://download.csdn.net/download/
knight
_black_bob/9186507webserviceserver 下载:http
knight_black_bob
·
2015-10-16 14:00
mysql
webservice
springMVC
mybatis
CXF
(比springmvc更快的开发)jfinal 快速开发入门 freemarker mysql
源码下载:http://download.csdn.net/download/
knight
_black_bob/9160015 sql SETFOREIGN_KEY_CHECKS=0;
knight_black_bob
·
2015-10-07 10:00
freemarker
mysql
快速
入门
jFinal
(比springmvc更快的开发)jfinal 快速开发入门 freemarker mysql
阅读更多源码下载:http://download.csdn.net/download/
knight
_black_bob/9160015sqlSETFOREIGN_KEY_CHECKS=0;-------
knight_black_bob
·
2015-10-07 10:00
jfinal
快速
入门
freemarker
mysql
(比springmvc更快的开发)jfinal 快速开发入门 freemarker mysql
阅读更多源码下载:http://download.csdn.net/download/
knight
_black_bob/9160015sqlSETFOREIGN_KEY_CHECKS=0;-------
knight_black_bob
·
2015-10-07 10:00
jfinal
快速
入门
freemarker
mysql
poj-2488 A
Knight
's Journey
#include #include #include #include intmap[50][50]; intp,q; intmove[8][2]={-1,-2,1,-2,-2,-1,2,-1,-2,1,2,1,-1,2,1,2}; intpn[50]; charqn[50]; intflag; voiddfs(intnum,charch,intstep){ inti; if(step==p*q
Strokess
·
2015-10-04 18:00
深搜
poj-2488
[CodeChef September Challenge 2012]
Knight
Moving(KNGHTMOV)题解翻译
首先,让我们忘掉答案可能会非常大,需要模10^9+7这一事实。我们将稍后考虑这一问题,讨论这将对解答造成何种影响。问题分为两种情况。情况1:A和B线性无关由于A和B线性无关,我们可以对空间中的所有点,向由正交向量A和B确定的空间中做一线性映射。这意味着我们可以将每个点(u,v)用(p,q)代替,使得:p*Ay+q*Bx=up*Ay+q*By=v如果终点(X,Y)无法转换成整点(x',y'),那么即
wmdcstdio
·
2015-09-23 16:00
weichat 微信开发之接受普通消息
接入微信 使用ngrok http://
knight
-black-bob.iteye.com/blog/2244830 接受普通消息 源码下载:http://download.csdn.net/download
knight_black_bob
·
2015-09-20 17:00
微信开发
消息
普通
接受
weichat
weichat 开发入门 微信
微信开发入门 ngrok下载 http://download.csdn.net/download/
knight
_black_bob/9121979 ngrok公网映射 ngrok-configngrok.cfg-subdomaincuriousby8080
knight_black_bob
·
2015-09-20 15:00
微信
开发入门
weichat
ftp 文件服务器
linux上安装ftpserver 下载 vsftpd-2.1.0.tar.gz:http://download.csdn.net/download/
knight
_black_bob/9120759
knight_black_bob
·
2015-09-19 22:00
ftp
服务器
文件
POJ 2488 A
Knight
's Journey
读懂题意就知道是一个简单的DFS了#include #include #include usingnamespacestd; #defineN30 intvis[N][N]; inta[N][N]; intm,n; intok; intdir[8][2]={{-1,-2},{1,-2},{-2,-1},{2,-1},{-2,1},{2,1},{-1,2},{1,2}}; voiddfs(intx,
zyx520ytt
·
2015-09-19 16:00
hdu1372
Knight
Moves bfs
http://acm.hdu.edu.cn/showproblem.php?pid=1372ProblemDescriptionAfriendofyouisdoingresearchontheTravelingKnightProblem(TKP)whereyouaretofindtheshortestclosedtourofknightmovesthatvisitseachsquareofagiv
aonaigayiximasi
·
2015-09-18 20:00
eclipse 中绑定 android源码
阅读更多android-18.zip下载:http://download.csdn.net/download/
knight
_black_bob/9104157Android4.3源码在Eclipse中查看步骤
knight_black_bob
·
2015-09-16 08:00
eclipse
绑定
android
源码
eclipse 中绑定 android源码
android-18.zip下载:http://download.csdn.net/download/
knight
_black_bob/9104157 Android4.3源码在Eclipse中查看步骤
knight_black_bob
·
2015-09-16 08:00
eclipse
源码
android
绑定
eclipse 中绑定 android源码
阅读更多android-18.zip下载:http://download.csdn.net/download/
knight
_black_bob/9104157Android4.3源码在Eclipse中查看步骤
knight_black_bob
·
2015-09-16 08:00
eclipse
绑定
android
源码
poj 2488 A
Knight
's Journey(DFS)
题目大意:给出一个国际棋盘的大小,判断马能否不重复的走过所有格,并记录下其中按字典序排列的第一种路径。 马的遍历是一道经典回溯题,当然还是DFS...这题有2个要密切注意的地方: 1、题目要求以字典序方式输出,要以字典序输出路径,那么方向数组就要以特殊的顺序排列了,这样只要每次从dfs(0,0)开始搜索,第一个成功遍历的路径一定是以字典序排列. 2、国际象棋的棋盘,横行为字母,表示横行坐标的是y;
liuyanfeier
·
2015-09-11 20:00
ACM
poj
DFS
POJ 2488 A
Knight
's Journey(dfs)
Description给出一个国际棋盘的大小,判断马能否不重复的走过所有格,并记录下其中按字典序排列的第一种路径Input多组用例,第一行为用例组数,每组用例占一行,包括两个整数p,q表示棋盘行列数Output对于每组用例,如果马能够不重复的走完所有格则按字典序记录其路径,否则输出impossible,每组输出后跟一空行SampleInput3112343SampleOutputScenario#
V5ZSQ
·
2015-08-28 09:00
Codeforces Gym 100379J Move the (p, q)-
knight
to the corner! 组合数学DP, Lucas定理
题目大意:就是现在一个n*m的棋盘上有一个位于顶点的马(1,1),现在要从(1,1)移动到(n,m),中间有k个位置是不能走的k #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include
u013738743
·
2015-08-14 14:00
codeforces
Lucas定理
Gym
100379J
组合数学DP
POJ 2488 A
Knight
's Journey(DFS全搜)
AKnight'sJourneyTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:35837 Accepted:12216DescriptionBackgroundTheknightisgettingboredofseeingthesameblackandwhitesquaresagainandagainandhasdecidedtomakea
Grit_ICPC
·
2015-08-13 14:00
DFS
POJ 2488 A
Knight
's Journey
POJ2488AKnight’sJourneyDescriptionBackground Theknightisgettingboredofseeingthesameblackandwhitesquaresagainandagainandhasdecidedtomakeajourney aroundtheworld.Wheneveraknightmoves,itistwosquaresinoned
qq_21120027
·
2015-08-11 19:00
poj
DFS
HDU 1372
Knight
Moves
HDU1372KnightMovesProblemDescriptionAfriendofyouisdoingresearchontheTravelingKnightProblem(TKP)whereyouaretofindtheshortestclosedtourofknightmovesthatvisitseachsquareofagivensetofnsquaresonachessboard
qq_21120027
·
2015-08-11 17:00
HDU
bfs
HDU 1372
Knight
Moves
给你两个点问骑士这个玩意走几步能到注意是走“日”字!走“日”字!走“日”字!重要的事情说三遍!题目不给看#include #include #include usingnamespacestd; charaa[4],bb[4]; intsx,sy,ex,ey,ans; intdir[8][2]={1,-2,1,2,2,1,2,-1,-1,2,-1,-2,-2,1,-2,-1}; boolvis[1
zhou_yujia
·
2015-08-10 09:00
HDU
广搜
A
Knight
's Journey
AKnight’sJourneyTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:35564Accepted:12119DescriptionBackgroundTheknightisgettingboredofseeingthesameblackandwhitesquaresagainandagainandhasdecidedtomakeajo
huayunhualuo
·
2015-08-08 07:00
hdu 1372
Knight
Moves(经典BFS)
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1372大意:至少要用多少步,骑士才能从给定位置到达另一个位置。(骑士的走法和象棋里的马的走法是一样的,均是日字型)SampleInput e2e4 a1b2 b2c3 a1h8 a1h7 h8a1 b1c3 f6f6 SampleOutput Togetfrome2toe4take
theArcticOcean
·
2015-08-06 20:00
HDU
bfs
暑假集训第四周周三赛F -
Knight
Moves 骑士的移动 STL
F- KnightMovesTimeLimit:1000MS MemoryLimit:32768KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice HDU1372DescriptionAfriendofyouisdoingresearchontheTravelingKnightProblem(TKP)whereyouaretofin
linyuxilu
·
2015-08-05 21:00
队列
设计模式 (23种)
下载 23种设计模式源码 :http://download.csdn.net/download/
knight
_black_bob/8936043 /////
knight_black_bob
·
2015-07-28 09:00
java
设计模式
设计模式 (23种)
下载 23种设计模式源码 :http://download.csdn.net/download/
knight
_black_bob/8936043 /////
knight_black_bob
·
2015-07-28 07:00
java
设计模式
设计模式 (23种)
下载 23种设计模式源码 :http://download.csdn.net/download/
knight
_black_bob/8936043 /////
knight_black_bob
·
2015-07-28 00:00
java
设计模式
A
Knight
's Journey(POJ_2488)
DescriptionBackgroundTheknightisgettingboredofseeingthesameblackandwhitesquaresagainandagainandhasdecidedtomakeajourneyaroundtheworld.Wheneveraknightmoves,itistwosquaresinonedirectionandonesquareperpe
highmath_Final
·
2015-07-27 17:00
设计模式 之 观察者模式
下载23种设计模式源码:http://download.csdn.net/download/
knight
_black_bob/8936043 /////////////////////////////
knight_black_bob
·
2015-07-27 10:00
设计模式
观察者模式
设计模式 之 观察者模式
阅读更多下载23种设计模式源码:http://download.csdn.net/download/
knight
_black_bob/8936043///////////////////////////
knight_black_bob
·
2015-07-27 10:00
设计模式
观察者模式
设计模式 之 观察者模式
下载23种设计模式源码:http://download.csdn.net/download/
knight
_black_bob/8936043 /////////////////////////////
knight_black_bob
·
2015-07-27 10:00
设计模式
观察者模式
设计模式 之 观察者模式
阅读更多下载23种设计模式源码:http://download.csdn.net/download/
knight
_black_bob/8936043///////////////////////////
knight_black_bob
·
2015-07-27 10:00
设计模式
观察者模式
设计模式 之 观察者模式
下载23种设计模式源码:http://download.csdn.net/download/
knight
_black_bob/8936043 /////////////////////////////
knight_black_bob
·
2015-07-27 10:00
设计模式
观察者模式
设计模式 之 访问者模式
下载23种设计模式源码:http://download.csdn.net/download/
knight
_black_bob/8936043 /////////////////////////////
knight_black_bob
·
2015-07-27 10:00
设计模式
访问者模式
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他