登录
首页 » Chess Poker games » 这是一个关于中国象棋的源代码程序,需要的朋友可以参考一下。包含客户端和服务端,...

这是一个关于中国象棋的源代码程序,需要的朋友可以参考一下。包含客户端和服务端,...

于 2022-10-29 发布 文件大小:3.89 MB
0 46
下载积分: 2 下载次数: 1

代码说明:

这是一个关于中国象棋的源代码程序,需要的朋友可以参考一下。包含客户端和服务端,-This is a Chinese chess on the source code of procedure, the need for a friend for reference. Contains client and server,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 五子棋游戏,里面包括了一些禁手的规则,支持人人对战,MFC开发...
    五子棋游戏,里面包括了一些禁手的规则,支持人人对战,MFC开发-Backgammon games, which include some rules that ban hand, support for all Battle, MFC Developer
    2022-08-12 16:21:28下载
    积分:1
  • renju the design and implementation of the "331" procedure prepared by...
    五子棋的设计与实现 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。-renju the design and implementation of the "331" procedure prepared by the Human-Computer Chess, a game using the search tree, in the selection of the optimal use of a treadmill Minimax analysis, taking into account the complex search and space complexity of the procedure only for a two-step search, Computers in the next step in law, only the right players to step estimate. (Procedure specifications for the chessboard 15* 15).
    2023-04-29 19:20:03下载
    积分:1
  • 一款用于计算24点的小工具。 功能:1、寻找所有不可能的组合;2、寻找已知条件的可行方案。 开发环境:DEV...
    一款用于计算24点的小工具。 功能:1、寻找所有不可能的组合;2、寻找已知条件的可行方案。 开发环境:DEV-C++。-24 points used to calculate a gadget. Functions: one, to find all possible combinations 2, looking for possible options for known conditions. Development Environment: DEV-C++.
    2022-11-05 02:30:03下载
    积分:1
  • 一个俄罗斯方块的程序 左、右、下移动光标键: 可移动下落的方块 空格、回车分别按顺时针和逆时针方向旋转下落的方块 Esc: 暂停/继续...
    一个俄罗斯方块的程序 左、右、下移动光标键: 可移动下落的方块 空格、回车分别按顺时针和逆时针方向旋转下落的方块 Esc: 暂停/继续 F10: 开始新游戏 -Procedures for a Russian box left, right, move the cursor under the key: the whereabouts of the box movable spaces, carriage returns, respectively, clockwise and counterclockwise rotation of the whereabouts of the box Esc: Pause/continue F10: the beginning the new game
    2023-05-17 02:45:04下载
    积分:1
  • 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重...
    这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。界面精美!-This is a small game reversi. There are three primary Intermediate High-level chess choice. The algorithm used to prepare ourselves to the full search algorithm integration experience, very fast, not very strong chess. The game can also automatically demonstration automatic review chess game, chess game preserve, there are heroes list. Interface beautifully!
    2022-01-25 23:20:22下载
    积分:1
  • network source
    网络五子棋对战源码-network source
    2022-05-07 07:41:38下载
    积分:1
  • err
    (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数命名尽可能规范的表达其内部处理目的和过程。 (3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。 (4)除了消除空格时算法比较复杂,其他算法都比较简单易读。 (5)绘图效率和局部代码效率扔有待提高。 (6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。-err
    2022-03-21 17:39:50下载
    积分:1
  • 具体请运行程序
    具体请运行程序-Please run the program
    2022-08-12 21:04:17下载
    积分:1
  • JAVA斗地主开发理念,出牌算法,牌型大小等逻辑关系
    JAVA斗地主开发理念,出牌算法,牌型大小等逻辑关系-JAVA Doudi Zhu development philosophy, a card algorithm, card-type size of the logical relationship between
    2022-05-06 16:10:22下载
    积分:1
  • 经典麻将胡牌算法的编写,包括C和VB代码,这是本人进公司实习的项目。...
    经典麻将胡牌算法的编写,包括C和VB代码,这是本人进公司实习的项目。-Classic Mahjong胡牌algorithm preparation, including C and VB code, this is my internship project into the company.
    2022-04-16 20:05:43下载
    积分:1
  • 696521资源总数
  • 104066会员总数
  • 49今日下载