-
sudoku_Csharp
用C#.net编写的数独小游戏,界面美观,可随机生成游戏和求解。(With C#. Net Sudoku game written in beautiful interface, can be randomly generated games and solving.)
- 2009-09-07 13:56:21下载
- 积分:1
-
qzCAZMsJ
易语言坦克大战V1.0 单机版,游戏编程源码,很好的参考,有需要的就下载吧。(Easy language Tankedaizhan V1.0 single version, game programming source code, a good reference, there is a need to download it.)
- 2013-10-09 09:14:22下载
- 积分:1
-
gameScheme
小伟报名参加中央电视台的智力大冲浪节目,本次挑战赛吸引了众多参赛者,主持人为了表彰大家的勇气,先奖励每个参赛者m元。先不要太高兴!因为这些钱还不一定都是你的!接下来主持人宣布了比赛规则:
首先,比赛时间分为n个时段(n≤500),它又给出了很多小游戏,每个小游戏都必须在规定期限ti前完成(1≤ti≤n)。如果一个游戏没能在规定期限前完成,则要从奖励费m元中扣去一部分钱wi,wi为自然数,不同的游戏扣去的钱是不一样的。当然,每个游戏本身都很简单,保证每个参赛者都能在一个时段内完成,而且都必须从整时段开始。主持人只是想考考每个参赛者如何安排组织自己做游戏的顺序。作为参赛者,小伟很想赢得冠军,当然更想赢取最多的钱!注意:比赛绝对不会让参赛者赔钱!
(Xiaowei enroll CCTV intellectual big surf program, The Challenge has attracted many participants, we commend the courage to host first award each participant m, respectively. Let us not be too happy! Because these are not necessarily paying the money you! Then the host announced the rules of the game:
First, the game is divided into n time periods (n ≤ 500), it also gives a lot of games, each game must be completed before the specified period ti (1 ≤ ti ≤ n). If a game could not be completed before the specified period, the deduction from the fee m-ary part of the money in reward wi, wi is a natural number, different game deduct money is not the same. Of course, every game itself is very simple, to ensure that each participant can be completed within a period of time, but must start from the entire period. Moderator just want to quiz each participant how to make their own arrangements for the organization of the game in order. As a participant, Xiaowei wanted to win, of course, want t)
- 2013-12-01 20:10:44下载
- 积分:1
-
BWChess
C++开发的BWChess黑白棋游戏,界面差不多,功能挺多的,可以与电脑下棋也可以人与人对战,可以提醒,记录对战排行榜。(C++ development BWChess Reversi game, the interface is similar to the挺多function, you can play chess with the computer can also be against people can be reminded to record against the list.)
- 2009-07-12 11:13:40下载
- 积分:1
-
Black-Jack
Juego de Black Jack en Java, Desarrollado como trabajo de la Universidad
- 2011-09-25 06:57:00下载
- 积分:1
-
aocell 是一款 CSharp 游戏端
此游戏为一个政策游戏,在无政府的情况下,如何去调用各种东西
- 2022-11-10 13:00:03下载
- 积分:1
-
Backgammon
五子连珠的VC源码,简单有趣 (Five or VC source, easy and fun )
- 2013-07-20 17:54:18下载
- 积分:1
-
AS3_game
actionscript 编游戏程序方面的书籍,比较好的资料(actionscript game series program books, better information)
- 2015-05-05 10:29:51下载
- 积分:1
-
kolkokrzyzyk
Ring cross game witch minmax algorithm
- 2009-04-08 22:43:29下载
- 积分:1
-
24点游戏源码,用C#写的,有答案提示
24点游戏是一种使用扑克牌来进行的益智类游戏,游戏内容是:从一副扑克牌中抽去大小王剩下52张,任意抽取4张牌,把牌面上的数(A代表1)运用加、减、乘、除和括号进行运算得出24。每张牌都必须使用一次,但不能重复使用。在不同版本中,对J、Q、和K的处理有些差异。一个常见的版本是把J、Q、和K去除,或当成10;还有一个版本是把J表示11,Q表示12,K代表13。
有些组合有不同种算法,例如2,4,6,Q四张牌可用 2 + 4 + 6 + 12 = 24 或 4 × 6 ÷ 2 + 12 = 24 或 12 ÷ 4 × (6 + 2) = 24等来求解。也有些组合算不出24,如1、1、1、1 和 6、7、8、8等组合。
用C#写的小游戏,只提供加减乘除四则运算,可以提供大家参考。
- 2022-06-29 12:48:15下载
- 积分:1