资源列表
wuziqi
- 简单的五子棋游戏源码,可供新手下载参考学习。-Simple renju game code, the available for download new reference to study.
Code_Docs
- 用C#语言编写的扫雷游戏程序。学习C#语言开发的同学可以-C# winmine
wuziqivc
- 用VC实现的五子棋程序,可以学习用,里面的算法简单、移动-Using VC realization of renju programs, you can learn to use, the inside of the algorithm is simple, mobile
nqueen
- 在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻 击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n×n格的棋盘上放置n 个皇后,任何2 个皇后不放在同一行或同一列或同一斜线上。 解n后问题的一个拉斯维加斯算法如下。-this is a project
wzq
- 一个用C#语言编写的模拟五子棋游戏,包含全部的代码,能够运行。-A simulation written in C# 331 game, contains all the code to run
eight-queens-puzzle
- 皇后问题(在8*8格的国际象棋盘上放置8个皇后,使得任意两个皇后不能互相攻击,即任何行,列或对角线上不得有两个或两个以上的皇后),打印输出皇后的位置,如在第一行第二个为01000000,以此类推逐行写出-The queen s problems (in 8* 8 s international chess on placed eight queen, make any two queen can t to fight each other, which means any line, colum
mazouqipan
- 中国象棋中马走遍棋盘问题的深度搜索算法求解-Chinese Chess horses all over the board the depth search algorithm for solving
WuZiQi
- 一个用java编写的五子棋图形界面程序, 内部源代码注释清晰。-Java wuziqi game
btlthdt
- day la bai giang mon lap trinh huong doi tuong
de_thi_mau
- thut toan hay ve lap trinh huong doi tuong
Chess
- 自己编写的关于一个马跳日的小游戏,用的是国际象棋的棋盘,有图形界面。-I have written on the day of a horse jumping games, chess board, a graphical interface.
FiveChess
- 面向对象课程时的课程设计,VC6 mfc版五子棋。支持人人对战,人机对战,提示,悔棋,英雄榜等功能。程序中使用很多OOP思想。-a five chess game designed with OOP