搜索资源列表
马踏棋盘2.1.1
- 本程序可模拟中国象棋中马步走法 对你输入的一个点快速遍步整个棋盘-this program can simulate Chinese Chess Knight law to which you input a point fast times throughout the chessboard step
123a20041218121959
- 本人很喜欢玩棋类游戏,最近花了不到半个月的时间设计制作了一个现代战棋游戏,因为时间有限现在只做了个DEMO,还没有完成美工,网络对战等功能,以后会慢慢完善。 本人因为学JAVA总共不到半年,系统学习JAVA也就三个月,所以本游戏不可避免的参考了其他棋类制作的大概框架。不过除了技术实现方面参考了他人思路以外,上层的游戏规则、棋子和棋盘等游戏蓝图都是偶独自设计出来的。(本游戏的设计创意未经本人同意不得用于商业用途,本人保持对整个游戏的所有版权) 本游戏还有很多要完善的地方,整个游戏的玩法我也
c108244325566
- 我原来写这个程序只是为了常规上学习C#和.NET编程而做的一个练习。翻转棋,大家都知道,是一个比较流行而且比较有趣的游戏,原理和规则都很简单。这使得它成为学习一种新的语言或工具时的一个很好的练习选择。 开始时的练习虽然可以用来当作比赛的游戏,但还是缺少一些电脑棋盘游戏一般的特征,比如撤消走过的步骤,因此,积累了一些.NET的经验以后,就将它升级了。升级后增加了一些新的功能,而且改进了原来的图形界面和游戏AI。-I originally wrote this routi
java网络五子棋的源代码
- java网络五子棋的源代码 JSP教程-Java技巧及代码 下面的源代码分为4个文件; chessClient.java:客户端主程序。 chessInterface.java:客户端的界面。 chessPad.java:棋盘的绘制。 chessServer.java:服务器端。 可同时容纳50个人同时在线下棋,聊天。 没有加上详细注释,不过绝对可以运行,j2sdk1.4下通过。 -the source code of JSP Guide-Jav
defective-chessboard
- 残缺棋盘(defective chessboard)问题设计,内附详细设计报告。-incomplete chessboard (defective chessboard) design problem, enclosing a detailed design report.
wudaoqi
- 要求是用C语言编一个五道棋的程序,用鼠标走棋.并且能数棋盘上的棋子,能判断胜负.-request with C language is a series of five chess program that will move the mouse away. And can a few pieces on a chessboard to be able to judge the outcome.
TicTac(vc)
- 用vc++.net实现的一个棋盘类小游戏,适合vc++初学者。-with vc. Net realized a chessboard-like games for vc beginners.
netwarchess
- 主要函数介绍: Init1() 程序启动时加载初始化 Init() 重新布棋初始化 Image0MouseDown 点到主棋盘空白处进行判断是否可以在此处布棋 Image1MouseDown 点到自方棋子记录原始的oldID、oldX、oldY的值 Image26MouseDown 点到对面棋进行判断 Image101MouseDown 点到副棋盘空白处进行判断是否可以在此处放棋 -main function presentations : Init1 () comm
对马踏棋盘的一点研究
- /*本人先后编了两次,第二次进行了改进。改进的思想主要是注意到棋盘上每一点的下一可到达点的个数 (下称为权值)不同,对于可到达点较少(权值小)的点应该先跳上去,这样后来跳的点可跳的方向就比 较多,回溯的现象就比较少,这样就可以大幅度提高速度*/-/ * I have compiled twice, the second time for improvements. Improved thinking is that every point on the chessboard of t
马跳棋盘
- 马跳棋盘源程序 ,一个实际问题的解决-Ma checkerboard source, a practical solution to the problem
简单的马踏棋盘
- 这是一个马踏棋盘游戏的原代码,其中只是一种算法,还有很多方法可以实现!以后陆续上载!-This is a horse riding the original board game code, which is an algorithm, there are many ways to achieve! After gradually uploaded!
qipan.rar
- 设计一个国际象棋的马踏棋盘的演示程序。以一二维数组Board[8][8]表示国际象棋棋盘,以用户输入任一位置作为马的起始位置,设为(i,j),其中0≤i,j≤7,马按照走棋的规则在棋盘范围内进行移动。本程序只求出一种遍历路径,用非递归程序实现吗的行走路线。,To design a chess board horse riding demo program. A two-dimensional array Board [8] [8] that the chess board to the user
01
- 简单的五子棋,15×15棋盘,人和人对战-Gobang simple, 15 × 15 chessboard, and the person against
Gobang
- 五子棋游戏。在DOS下,可设置玩家,在棋盘上放棋子,模拟一般的五子棋游戏。-Gobang Games. In DOS, the player can be set in place a pawn on the chessboard, Gobang Analog Games in general.
1
- 马踏棋盘 这是我的课程设计作业 就先把程序发过去了我第一次来-Horse riding board This is my first course design process operating on the first time I made over the past
COLOR
- 棋盘覆盖问题。用L型方块覆盖指定大小的画布-Board cover problem. L-box with the specified size of the canvas cover
chessboard
- 一个棋盘覆盖程序-This is a chessboard program
HorseRiding
- 马踏棋盘最优解 以及 MFC下的实现 主要是找出一种给定起始点,找出一条最优解的算法和实现方式-Horse riding a board under the optimal solution as well as the realization of MFC is mainly to find a given starting point to find an optimal solution algorithms and implementations
horse
- c++编写的简单马踏棋盘源程序 优化算法&可修改棋盘尺寸版本-written in simple c++ source code optimization Mata board & board size version can be modified
Provisions
- 用广度搜索查询马踏棋盘上所有的可能路径,并打印出来(Use the C ++ language to find the roots of a nonlinear equation)