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
chess
zoj1091经典的搜索题目
(TKP)whereyouaretofindtheshortestclosedtourofknightmovesthatvisitseachsquareofagivensetofnsquaresona
chess
boardexactlyonce.Hethinksthatthemostdiffi
guo_love_peng
·
2011-07-21 19:00
c
String
File
input
each
output
j2se版五子棋(Demo学习总结)
其次:定义一个二维数组用于保存所有棋子的坐标,例如: //保存之前下过的所有全部棋子的坐标 //其中数据内容0:表示这个点并没有棋子,1:表示有这个点 int[][]all
Chess
xyylchq
·
2011-07-19 13:00
汇编器
2、MASM32 是由SteveHut
chess
en开发的。集成了masm原有功能和win32API。3、NASM(NetwideAssembler) nasm同时可
hengshan
·
2011-07-18 08:00
windows
汇编
unix
api
Microsoft
平台
PKI 基础理论-1
Thischaptercoversthebasicsofencryption,whi
chess
entiallyisthemathematicalconcatenationofdatawithakey.Thischaptersetsthefoundationofthetopicstofollow
上南路
·
2011-07-15 17:12
职场
PKI
休闲
PKI
keil arm 汇编 error: L6236E: No section matches selector - no section to be FIRST/LAST.
asm00.sct(7):error:L6236E:Nosectionmat
chess
elector-nosectiontobeFIRST/LAST.解答一下:我的操作是:OptionsforTarget'xxxx
penglijiang
·
2011-06-23 22:00
互联网
汇编
File
layout
dialog
linker
svn库目录结构
考虑到权限设置的问题,我们设计的目录结构如下:bran
chess
ub_project1branch1branch2branch3sub_project2sub_project3labelssub_project1sub_project2sub_project3trunkcommon
liubin_cm
·
2011-06-22 15:55
职场
svn
休闲
SVN问题汇总
Gucci wristwatches
GucciwristwatchesAnewcheapreplicawat
chess
hinesduetothetastefulinadditiontotypicalround,rectangularinadditiontosteelcalls.Theyusuallyattributeshinystainlessestablishalongsidedark-coloredaswellastreatme
dream
·
2011-06-18 11:00
共享内存
shmdt-deta
chess
haredmemorysegment .shmdtdetachesfromthecallingprocess'sdatasegmentthesharedmemorysegmentlocatedattheaddressspecifiedbyshmaddr.shmdt
jpcfei
·
2011-06-15 13:00
struct
Semaphore
cmd
null
HDU_1087_Super Jumping! Jumping! Jumping!
Nowadays,akindof
chess
gamecalled“SuperJumping!Jumping!Jumping!”
chriszeng87
·
2011-06-06 12:00
qq
Blog
ITeye
J#
Go
hdu1078 FatMouse and Cheese
includeusingnamespacestd;constintsize=110;constintGo[4][2]={{-1,0},{0,-1},{0,1},{1,0}};intn,k;intmap[size][size];int
chess
num
zhang360896270
·
2011-06-01 19:00
oracle常用命令
第一章:日志管理 1.forcinglogswit
chess
ql>altersystemswitchlogfile; 2.forcingcheckpointssql>altersystemcheckpoint
520eden
·
2011-05-31 08:42
oracle
职场
休闲
oracle命令
Oracle常用命令
25个好玩的JavaScript小游戏分享
BunnyHuntTraviansAjaxChinese
Chess
DiggAttackInvadersFromMarsSolitaireCardGame
·
2011-04-22 00:02
Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding.
Couldnotfindabaseaddressthatmat
chess
chemehttpfortheendpointwithbindingMetadataExchangeHttpBinding.Registeredbaseaddressschemesare
sayo.net
·
2011-04-19 12:00
Swing做的两人对战中国象棋
下载地址:http://code.google.com/p/china
chess
/downloads/list源代码也在googlecode上!
sniciq
·
2011-04-19 10:00
swing
Google
ITeye
五子棋 - Five
chess
...)邮箱:
[email protected]
密码:code_share12011年4月16日00:06(星期六)先上效果图啥也不说了,跟snake差不多packagecom.taln.five
chess
taln
·
2011-04-16 00:00
初学java--五子棋
画棋盘就是一个循环画线的过程: //画格子的方法 private void draw
chess
bosrd(java.
tan-wanhui
·
2011-04-12 16:00
java
C++
c
swing
J#
poj 3422 Kaka's Matrix Travels——最大费用k次流。
Kaka'sMatrixTravelsDescriptionOnanN×N
chess
boardwithanon-negativenumberineachgrid,KakastartshismatrixtravelswithSUM
Fast and Furious
·
2011-04-11 11:00
poj 1657 Distance on
Chess
board
简单题代码却写了这么长,惭愧#includeusingnamespacestd;#includeintmin(intx,inty){returnx>y?y:x;}intmax(intx,inty){returnx>y?x:y;}intmain(){intx;chara[3],b[3];intmap[9][9];intleft1,right1,left2,right2;while(cin>>x){/
youngyangyang04
·
2011-04-09 13:00
poj 2446
Chess
board
这个这个==。。。数组开小,WA了数次。。。本来32*32,我开了1000,居然不够==。。。 把没有洞洞的块块编号,直接可以用一块板子盖的相邻的两个块块相连。。然后求最大二分匹配,求得的数/2 (因为建图建了两次边,1->2 2->1)看是否等于需要的块即可。。 #include#include#include#include#defineMAX1200usingnamespacestd;boo
zxy_snow
·
2011-03-14 22:00
中国象棋将帅问题
(对将和帅所在的3*3的格子从左到右、从上到下依次编号1~9) 小生不才,想不出算法..只有参考答案: public class
Chess
{ public static void
凉开水
·
2011-03-11 18:00
算法
opencv关于摄像机标定的一段代码
但是这里cvFind
Chess
boardCorners非常不稳定,不能工作,是否要自己写呢?
yeqiu712
·
2011-03-03 09:00
vector
image
object
Parameters
float
translation
java小游戏黑黑的五子棋
packageorg.crazyit.gobang; /** *棋盘对象 */ publicclass
Chess
board{ //定义一个二维数组来充当棋盘 privateString[
maidingding
·
2011-02-26 18:00
java
游戏
J#
apt-get安装的OpenCV库中cvFind
Chess
boardCorners函数的问题
但是最近在用cvFind
Chess
boardCorners这个函数时程序老是出错退出,于是用OpenCV源代码重新编译了一下OpenCV库,问题解决。
chennxi
·
2011-01-20 15:00
棋盘覆盖
//构造特殊方格要注意:由于划分4部分中三部分无特殊方格,故构造的特殊方格必须在这三部分连成一个L型牌#include#includeusingnamespacestd;int
chess
Board[1=
alfredtofu
·
2011-01-20 11:00
POJ 2446 最大匹配算法
Chess
boardTimeLimit:2000MS MemoryLimit:65536KTotalSubmissions:6719 Accepted:2103DescriptionAliceandBoboftenplaygameson
chess
board.Oneday
xieshimao
·
2011-01-10 19:00
flex 联机游戏开发 - 斗地主游戏:(一)核心逻辑
所以我决定还是用开发四国军棋形成的flex
chess
api来开发这个游戏,如果flex
chess
api不能胜任这个工作,我会考虑形成一个通用的flexcardapi来开发这个游戏。
boyiju
·
2011-01-10 11:00
游戏
算法
qq
Flex
SNS
flex 联机游戏开发 - 斗地主游戏:(一)核心逻辑
所以我决定还是用开发四国军棋形成的flex
chess
api来开发这个游戏,如果flex
chess
api不能胜任这个工作,我会考虑形成一个通用的flexcardapi来开发这个游戏。
博弈居
·
2011-01-10 10:30
源码
Flex
游戏开发
第三方应用游戏开发
flash斗地主
flex 联机游戏开发 - 斗地主游戏:(一)核心逻辑
所以我决定还是用开发四国军棋形成的flex
chess
api来开发这个游戏,如果flex
chess
api不能胜任这个工作,我会考虑形成一个通用的flexcardapi来开发这个游戏。
博弈居
·
2011-01-10 10:30
flex
源码
游戏开发
第三方应用开发
Silverlight+WCF 新手实例 象棋 游戏房间列表(十三)
我们像添加一个
Chess
类来创建很多棋子一样,现在创建一个Game类来创建很多房间:Code文件夹右键,添加新建项->类->Game.cs,同样的,名称空间去掉[.Code] namespace NewCh
CCTV_HU
·
2011-01-09 21:00
flex 联机游戏开发 - 中国象棋游戏:(一)核心逻辑
在开发四国军棋的游戏中,通过flex联机游戏开发-四国军棋游戏(五)-提炼棋类开发api,我们提炼出了第一个关于棋类游戏开发的api-Flex
Chess
API,这个api设计的方针就是基于状态机与事件驱动的
博弈居
·
2011-01-06 11:59
源码
Flex
游戏开发
中国象棋
第三方应用开发
flex 联机游戏开发 - 中国象棋游戏:(一)核心逻辑
在开发四国军棋的游戏中,通过flex联机游戏开发-四国军棋游戏(五)-提炼棋类开发api,我们提炼出了第一个关于棋类游戏开发的api-Flex
Chess
API,这个api设计的方针就是基于状态机与事件驱动的
博弈居
·
2011-01-06 11:59
flex
源码
游戏开发
flex
Silverlight+WCF 新手实例 象棋 棋子移动-吃子(五)
让我们回到棋子类
Chess
man的Draw方法里,为
chess
man添加
CCTV_HU
·
2010-12-29 11:00
Silverlight+WCF 新手实例 象棋 棋子定位与象棋类(四)
还是对着Silverlight类库项目右键添加类:
Chess
.cs/// /// 象棋by路过秋天 ///
CCTV_HU
·
2010-12-29 11:00
Silverlight+WCF 新手实例 象棋 棋子(三)
上google翻译下棋子E文叫什么,查到了叫
Chess
man,于是对着项目右键添加一个
Chess
man.cs /// /// 棋子类by路过秋天 ///http://cyq1162.cnb
CCTV_HU
·
2010-12-29 11:00
Silverlight+WCF 新手实例 象棋 棋盘(二)
www.cnblogs.com/cyq1162/archive/2010/07/06/1772294.html 1.先新建一个和棋子相关的类库打开VS2010后->新建->项目->Silverlight类库,名称就定为"
Chess
Lib
CCTV_HU
·
2010-12-28 13:00
POJ 2996 Help Me with the Game
id=2996 HelpMewiththeGameTimeLimit: 1000MS MemoryLimit: 65536KDescriptionYourtaskistoreadapictureofa
chess
boardpositionandprintitinthe
chess
notation.InputTheinputconsistsof
yming0221
·
2010-12-28 13:00
POJ 2996 Help Me with the Game
Time Limit:1000MS Memory Limit:65536K Description Your task is to read a picture of a
chess
board
soboer
·
2010-12-28 13:00
with
POJ 2996 Help Me with the Game
Time Limit:1000MS Memory Limit:65536K Description Your task is to read a picture of a
chess
board
thecloud
·
2010-12-28 13:00
with
poj1657——Distance on
Chess
board
没多想,直接敲的BFS,看了discuss,表示很惭愧,居然没动脑,敲了NC的BFS,这得多敲多少代码呀... #include<iostream> #include<cstdio> #include<cstring> using namespace std; bool vis[10][10]; char star[3],end[3]; struct go_t
44424742
·
2010-12-25 10:00
J#
Go
做中国象棋时遇到的问题
悔棋:在服务器端保存两组连续的棋局信息,如果悔棋,则返回上一组的棋局信息回到上一步对比客户端的
chess
All与刚刚从服务器端接收到的
chess
All,如果相同,则表示是悔棋,不导致recvTimes值的变化
xumingrencai
·
2010-12-24 21:00
问题
精典控制台五子棋源码【火爆】
package www.bayke.com; import java.util.Arrays; import java.util.Scanner; public class Five
Chess
javayestome
·
2010-12-23 13:00
游戏
C++
c
C#
OO
java编写五子棋小游戏
importjava.util.Arrays;importjava.util.Scanner;publicclassFive
Chess
{ privatestaticfinalintCELL=16;
xhp007
·
2010-12-22 15:39
java
五子棋
编写
小游戏
休闲
在GWT中使用Hibernate
UsingGWTwithHibernate SumitChandel,GoogleDeveloperRelationsJuly2009(withthankstoBrunoMar
chess
onforhiscontributionstothisarticle
zxcvbnmluton
·
2010-12-16 15:00
Hibernate
properties
object
session
gwt
callback
gcc mac throw exception can't be caught.
Idebuggingatargetcompiledbygcc44onmacosx10.6.2 Andmyexceptioncan'tbecaught.Programalwaysterminatewith "AbortTrap". gdbcat
chesS
IGTRAP
shark0001
·
2010-11-29 22:00
简单五子棋java源码
实例源代码由com.five
chess
.
chess
face、com.five
chess
.client、com.five
chess
.server三个包组成。
占海
·
2010-11-28 19:00
Java实用功能源码集锦
简单五子棋java源码
实例源代码由com.five
chess
.
chess
face、com.five
chess
.client、com.five
chess
.server三个包组成。
chenzhanhai
·
2010-11-28 19:00
java
exception
String
socket
服务器
button
软件工程 作业 结对编程(1) Pair Project I - 3D Board Game
boardandgamerulesinto3D.Goal:howtocollaborateinexplorativesituation(newrequirement,newlanguage,lotsofambiguity) 1)
Chess
SoftwareTeacher
·
2010-11-11 15:00
编程
each
features
作业
pair
Shapes
某人1次可以走1个,2个或3个台阶,写程序计算走N个台阶的各种走法。
package interest.
chess
; import java.util.LinkedList; import java.util.List; /** * 某人1次可以走1
suntao19830709
·
2010-11-04 17:00
Gmail
Go
Arena 乱码的解决
ArenaisaFREEavailableGraphicalUserInterface(GUI)for
chess
programs(engines)byMartinBlume.ArenarunsonWin95
YeeBoo
·
2010-11-01 14:00
C++
c
C#
XP
OS
Arena 乱码的解决
ArenaisaFREEavailableGraphicalUserInterface(GUI)for
chess
programs(engines)byMartinBlume.ArenarunsonWin95
YeeBoo
·
2010-11-01 14:00
C++
c
XP
C#
OS
上一页
56
57
58
59
60
61
62
63
下一页
按字母分类:
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
其他