登录
首页 » Chess Poker games » 此程序是一个模拟俄罗斯方块的程序.... cell.cpp MainFrm.cpp Russia.cpp RussiaDoc.cpp Rus...

此程序是一个模拟俄罗斯方块的程序.... cell.cpp MainFrm.cpp Russia.cpp RussiaDoc.cpp Rus...

于 2022-07-11 发布 文件大小:69.84 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

此程序是一个模拟俄罗斯方块的程序.... cell.cpp MainFrm.cpp Russia.cpp RussiaDoc.cpp RussiaView.cpp SETdlg.c-this program is a simulation of the Russian squares procedures .... cell.cpp MainFrm. cpp Russia.cpp RussiaDoc.cpp RussiaView.cpp SETdlg.c

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

发表评论

0 个回复

  • Delphi写的五子棋
    Delphi写的五子棋-Delphi wrote Gobang
    2023-07-10 03:50:03下载
    积分: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
  • 我写的最后一版斗地主游戏,实现了所有的逻辑,但由于要移植到其他平台所以没写Animation和网络,有兴起的同志们可以向我要文档。...
    我写的最后一版斗地主游戏,实现了所有的逻辑,但由于要移植到其他平台所以没写Animation和网络,有兴起的同志们可以向我要文档。
    2022-02-14 14:04:54下载
    积分:1
  • 本程序是教学过程中的实践项目!由学生个人开发!该程序简洁明了,容易开懂!方大家参考!由于本人水平有限!请大家不吝赐教塞!...
    本程序是教学过程中的实践项目!由学生个人开发!该程序简洁明了,容易开懂!方大家参考!由于本人水平有限!请大家不吝赐教塞!-this procedure is the process of teaching the practice of project! Students from personal development! The program concise, easy to understand open! Side reference! Given the limited level! Please Cypriot wing! Thank you
    2022-02-12 16:36:59下载
    积分:1
  • 中国象棋
    中国象棋-- Chinese chess
    2022-05-18 18:10:30下载
    积分:1
  • C#编写的五子棋,算法很简单,大家可以看一下
    C#编写的五子棋,算法很简单,大家可以看一下-C# Prepared Gobang, the algorithm is very simple, everyone can look at
    2022-03-20 20:05:01下载
    积分:1
  • 一个比较垃圾的象棋源代码
    一个比较垃圾的象棋源代码-a garbage chess source code
    2022-06-16 10:35:52下载
    积分:1
  • 用C++开发的中国麻将游戏(单机版),可以做为学习的范例。 ―――――――――――――――――――――――――――――― 游戏的基本运行 ―――――...
    用C++开发的中国麻将游戏(单机版),可以做为学习的范例。 ―――――――――――――――――――――――――――――― 游戏的基本运行 ――――――――――――――――――――――――――-―――― 运行前会先洒色子,根据色子与庄家给各玩家初始化手中的牌 1.初始化(根据庄家和色子数给每个人发12张牌) 2.牌墙发牌给庄家(m_nActive活动状态给庄家) 3.根据活动状态玩家是否是出牌状态(m_nState==1):如果是电脑,让其思考最差的一张牌并出牌,如果是人就让其自行选择(相应时间内没出牌就自动出刚抓的新牌(m_nNewPai)) 4.根据玩家出的牌判断各玩家的优先级,优先级最大的玩家操作并把活动状态给他,(如果是人就等待其是否操作,时间内没响应就自动弃权) 5.如果有玩家操作了就返回第3步,如果没有玩家操作就进行第6步 6.如果没有玩家对刚出的牌操作就牌墙发牌给下一玩家,再返回第3步。 7.如果有人胡牌就统计分数,如果牌墙剩余的牌不到10张就流局,分数不变,游戏也结束。-C development of the Chinese game mahjong (single version), the study could serve as an example.------------------------------ The basic operation of the game------------------------------- first before running onto Boson. According Boson dealer to the player"s hands initialize a license. Initialization (according to several bankers and Boson issued to each person 12 Licensing) 2. Wall licensing licensing Makers (m_nActive activities to the state Makers) 3. According to state player of activities whether the card is the
    2022-11-30 07:30:04下载
    积分:1
  • Black and White Go! We normally have played, this source code for reference! We...
    黑白围棋!大家平时都玩过的,此源代码供参考!大家可以一起来研究!-Black and White Go! We normally have played, this source code for reference! We can work together to study!
    2022-12-16 07:00:02下载
    积分:1
  • 实现人机对战的五子棋游戏,绝对的源码。自己写的。还有很多不是太好,不过现在没时间弄了。...
    实现人机对战的五子棋游戏,绝对的源码。自己写的。还有很多不是太好,不过现在没时间弄了。-The realization of human-computer war game of backgammon, the absolute source. Wrote it myself. There are a lot of not very good, but now no time to get the.
    2022-02-04 13:57:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载