资源列表
0
- 黑白棋的小游戏,使用python编写的小程序 圖片檔也在裡面-Reversi game, using a small program written in python image files also inside
zgxq
- 中国象棋易语言精简版易语言源代码。智能系统-The easy language Chinese Chess Lite easy language source code. Intelligent Systems
DdzTest
- 斗地主源码实现,是android方面的。-Landlords source to achieve
Eight-digital-code
- 八数码问题的代码实现,这段代码直接输出了一道题目的结果,以及每一步的走法,直接运行即可(含说明)-Eight digital code implements the code directly output the results of a subject, and every step of the walk, and can be run directly
jingziqi
- VB环境下实现的井字棋游戏,是vb编程初学者学习和适应VB编程的比较有用的小程序。-VB environment tic-tac-toe game of chess, vb programming for beginners to learn and adapt to the useful features of VB programming.
qizhuanPP
- 棋壮++(中国象棋UCCI引擎)源程序是基于UCCI协议开发的中国象棋程序引擎,可加载于象棋旋风、弈天、兵河等象棋界面。-Chess the strong++ (Chinese chess the UCCI engine that) source is based on Chinese chess program UCCI protocol development engine, can be loaded in xuanfeng, yitian Binghe chess interface.
45
- 斜45度地面寻路 编程工具:delphi7.0+delphix 这是介绍斜45如何铺地面,如何确定 鼠标位置,如何a+寻路(堆排序,8方向)的 一段源程序。 我门可以多做交流。 -Inclined 45 degrees to the ground wayfinding programming tools: delphi7.0+delphix introducing oblique 45 flooring, how to determine the mouse positi
CMyLinkGame
- 小游戏连连看的客户端实现,其中部分可能还有小BUG,谢谢您的建议!-The small game Lianliankan client achieve, some of which may also have small BUG, Thank you for your suggestion!
EightQueen_Start
- 八皇后之死,这是一个益智类游戏,程序运行后,里面有很详细的说明。-Eight Queen s death, this is a puzzle game, the running of the program, which have a very detailed descr iption.
12222222hbq
- 新手上路,请多包涵,游戏简单,俗粉好玩,有益身心,提高智力-five simple play
24
- 神奇24游戏的玩法是,由计算机随机产生4个自然数,玩家利用加减乘除和加括号,将4个数组成结果等于24的四则运算算式。在大多数情况下这个问题都有解,这就是“神奇”所在之处。通常的解法都是采用穷举法,对所有可能的算式进行求解,然后判断结果是不是24。问题的难点在于如何生成这所有的算式,由于括号的缘故,使问题变得复杂了。一种办法是将中缀表达式转化为后缀表达式,转入对后缀表达式的分析。由于后缀表达式的特点,后缀表达式的分析和求解都比较容易实现,这样就简化了问题的求解。-The magic 24 game
AI_Search
- 黑白棋AI算法 比较智能,能下赢别人的黑白棋算法,alpha beta搜索和估值函数做的不错-Othello AI algorithms compare smart, Othello algorithm under win someone else' s, the alpha-beta search and valuation function well