登录
首页 » Chess Poker games » 五子棋2人对战,比较漂亮的界面风格,供大家参考

五子棋2人对战,比较漂亮的界面风格,供大家参考

于 2023-03-11 发布 文件大小:88.24 kB
0 30
下载积分: 2 下载次数: 1

代码说明:

五子棋2人对战,比较漂亮的界面风格,供大家参考-Gobang 2 war, more beautiful style interface for your information

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

发表评论

0 个回复

  • 一个开发中国象棋程序的开发包
    一个开发中国象棋程序的开发包-A development process of Chinese chess development kit
    2023-08-30 14:50:02下载
    积分:1
  • use opengl VC and the preparation of a five
    运用VC++和opengl编写的一个的5子棋的程序-use opengl VC and the preparation of a five-game procedures
    2022-02-12 12:42:10下载
    积分:1
  • 自己学习C#时写的一个扑克牌类。该类可以直接被引用如其他工程。可用于编写扑克牌相关的程序。...
    自己学习C#时写的一个扑克牌类。该类可以直接被引用如其他工程。可用于编写扑克牌相关的程序。-C#, when you learn to write a poker category. Such can be directly quoted, such as other projects. Cards can be used for the preparation of the relevant procedures.
    2023-07-21 02:00:04下载
    积分:1
  • 五子棋 用vc++6.0编写 很不错的
    五子棋 用vc++6.0编写 很不错的-331 with 6.0 vc very good preparation
    2022-08-22 23:38:53下载
    积分:1
  • 嵌套条件运算符的使用来完成这个问题:学术“= 90…
    1输出国际象棋棋盘 2打印楼梯,同时在楼梯上方打印两个笑脸 3古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 4判断101-200之间有多少个素数,并输出所有素数。 5打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 6将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果nk,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,  重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 7利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。-The use of nested conditional operator to complete this question: academic "= 90 points, said students with A between 60-89, with B, said 60 points or less, said to use C.
    2022-02-24 23:38:59下载
    积分:1
  • 井字棋游戏,有意想不到的精彩,快去看看吧
    井字棋游戏,有意想不到的精彩,快去看看吧 -Game tic-tac-toe game, there are unexpected wonderful, go see it
    2022-03-22 20:44:18下载
    积分:1
  • This is a Tetris game with Built
    实现了基本的俄罗斯方块游戏。内置AI模块,可以连续消去10万行以上-This is a Tetris game with Built-in AI module which can continuously eliminate more than 100,000 lines
    2022-07-23 13:55:23下载
    积分:1
  • 该源代码可以实现一种扑克牌游戏的玩法,比较有趣
    该源代码可以实现一种扑克牌游戏的玩法,比较有趣-the source code can achieve a poker game rules of the more interesting
    2022-02-21 18:23:42下载
    积分:1
  • double game of chess code, within the rules of the game that is worth looking at...
    双人棋游戏代码,内有游戏规则说明,值得一看哦 -double game of chess code, within the rules of the game that is worth looking at, oh
    2022-12-07 14:25:02下载
    积分:1
  • /*这是本人学过C语言近两年之后写过的第一个象点样子的程序,也是从学过C之后一直想写的诸多程序之一,虽然不大,但毕竟是年轻手生,也倾注了我相当的心血。该程序用时...
    /*这是本人学过C语言近两年之后写过的第一个象点样子的程序,也是从学过C之后一直想写的诸多程序之一,虽然不大,但毕竟是年轻手生,也倾注了我相当的心血。该程序用时两周,历经四次大的修改,数十次细节上的改动,最后形成现在的样子。还请各路大虾多多指教。其实程序还很简单,还有很多可以改进的地方,至少还可以引入C的图形机制,至少还可以用C++,VC++改写等。该程序在TC2.0下调试通过。经刘公烈老师一语点拨减少15处警告错误,但仍有一处尚未改正。*/-/* this is my learned C language written nearly two years after the first point as an example of the procedures, as well as from academic C after always wanted to write one of the many procedures, although little, but after all, young Adam, I have devoted considerable effort. The procedure used when two weeks after four major changes, dozens of details on the changes, resulting eventually in what it is today. Also requested will provide tremendous exhibitions. In fact, very simple procedure, there is a lot of room for improvement, at least C can also introduce the graphic mechanism, at least can also use C, VC rewritten so. The procedures under WITH TC 2.0 debugging through. Sent by the strong language teachers a 15 Tips to reduce erroneous warning, but there is sti
    2022-03-07 13:51:52下载
    积分:1
  • 696521资源总数
  • 104066会员总数
  • 49今日下载