登录
首页 » Visual C++ » caiquan

caiquan

于 2020-07-04 发布 文件大小:5064KB
0 211
下载积分: 1 下载次数: 1

代码说明:

  石头,剪刀,布:设计一个游戏,让用户与计算机玩“石头,剪刀,布”游戏,要求:  程序能够统计玩的次数以及每一次的结果,说明是谁赢了,还是平了;  计算机出牌的最简单的方法是随机算法,请尝试考虑能不能设置一种分析用户出牌规律的算法,让计算机能够赢用户的几率大于50 。 (Rock, scissors, cloth: to design a game, let the user and the computer to play stone, scissors, cloth game, requirements:  program to play the number of statistics and the result of every time, that is who won, or flat  computer play the most simple way is random algorithm, please try to consider the user can set up a kind of analysis play rule algorithm, is greater than 50 chance to win the user s computer.)

文件列表:

作业C_3
.......\C_3
.......\...\C_3
.......\...\...\C_3.vcxproj,4018,2015-07-13
.......\...\...\C_3.vcxproj.filters,1147,2015-07-13
.......\...\...\C_3.vcxproj.user,143,2015-07-13
.......\...\...\Debug
.......\...\...\.....\CL.read.1.tlog,22340,2015-07-31
.......\...\...\.....\CL.write.1.tlog,2390,2015-07-31
.......\...\...\.....\C_3.exe.embed.manifest,406,2015-07-13
.......\...\...\.....\C_3.exe.embed.manifest.res,472,2015-07-31
.......\...\...\.....\C_3.exe.intermediate.manifest,381,2015-07-31
.......\...\...\.....\C_3.lastbuildstate,70,2015-07-31
.......\...\...\.....\C_3.log,2759,2015-07-31
.......\...\...\.....\C_3.vcxprojResolveAssemblyReference.cache,713,2015-07-13
.......\...\...\.....\C_3.write.1.tlog,0,2015-07-13
.......\...\...\.....\C_3_manifest.rc,196,2015-07-13
.......\...\...\.....\game.obj,50575,2015-07-31
.......\...\...\.....\link-cvtres.read.1.tlog,2,2015-07-31
.......\...\...\.....\link-cvtres.write.1.tlog,2,2015-07-31
.......\...\...\.....\link.4636-cvtres.read.1.tlog,2,2015-07-31
.......\...\...\.....\link.4636-cvtres.write.1.tlog,2,2015-07-31
.......\...\...\.....\link.4636.read.1.tlog,2,2015-07-31
.......\...\...\.....\link.4636.write.1.tlog,2,2015-07-31
.......\...\...\.....\link.read.1.tlog,8666,2015-07-31
.......\...\...\.....\link.write.1.tlog,2170,2015-07-31
.......\...\...\.....\main.obj,27231,2015-07-31
.......\...\...\.....\mt.read.1.tlog,798,2015-07-31
.......\...\...\.....\mt.write.1.tlog,250,2015-07-31
.......\...\...\.....\rc.read.1.tlog,714,2015-07-31
.......\...\...\.....\rc.write.1.tlog,738,2015-07-31
.......\...\...\.....\vc100.idb,314368,2015-07-31
.......\...\...\.....\vc100.pdb,241664,2015-07-31
.......\...\...\game.cpp,1858,2015-07-13
.......\...\...\game.h,174,2015-07-13
.......\...\...\main.cpp,91,2015-07-13
.......\...\C_3.sdf,5656576,2015-07-31
.......\...\C_3.sln,876,2015-07-13
.......\...\Debug
.......\...\.....\C_3.exe,40448,2015-07-31
.......\...\.....\C_3.ilk,380124,2015-07-31
.......\...\.....\C_3.pdb,658432,2015-07-31
.......\...\ipch
.......\...\....\c_3-d8dd1d5f
.......\...\....\............\c_3-a344d401.ipch,15269888,2015-07-31
.......\实验报告.doc,25088,2015-07-13

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

发表评论

0 个回复

  • TetrisCppfans
    [俄罗斯方块] 俄罗斯方块 俄罗斯方块(Tetris, 俄文:Тетрис)是一款风靡全球的电视游戏机和掌上游戏机游戏,它由俄罗斯人阿列克谢·帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。由于上手简单、老少皆宜,从而家喻户晓,风靡世界。 (Tetris)
    2010-12-14 18:15:51下载
    积分:1
  • SC2H
    Super easy game code, so you game Shuangwai
    2014-01-27 20:06:40下载
    积分:1
  • caishuzi
    猜数字:由计算机随机产生一个1~10000以内的数字,用户根据提示猜出该数字,功能要求如下: (1)游戏结束条件:1)在规定时间内正确猜出该数字;2)规定用时耗完。 (2)游戏提示:根据用户的输入与所产生数字的大小关系给出正确提示,例如,随机产生数为5000,若用户输入6000,则提示“高了”,若用户输入4000,则提示“低了”。 (3)游戏结果显示:1)若用户在规定时间内正确猜出数字,则显示“恭喜!正确猜出数字***。”;2)若到达规定时间但并未猜出,则显示“很遗憾,未能在规定时间内猜出正确数字,该数字为***。” ,其中,“***”表示所需猜出的随机数。 (4)游戏时间设置:可由用户灵活设置游戏时间,此部分内容应在游戏开始前完成。 (5)游戏退出设置:在每轮游戏结束之后,给出提示语,请用户选择是否继续游戏。 (Guess the Numbers: randomly generated by computer within a 1 ~ 10000 Numbers, according to the user to guess the Numbers, functional requirements are as follows: (1) the game conditions: 1) correctly guess the number within the given time 2) regulation is run out. (2) game tip: according to the size of the user input and produced digital relationships give prompt, correct, for example, random number is 5000, if the user input, 6000 indicates that high , if the user input, 4000 indicates that the low . (3) the game results showed: 1) if the user within the prescribed time to guess the Numbers correctly, is displayed congratulations! Guess the right number***. 2) but not guess, if arrive time required is displayed it s a pity that failed to guess the right number within the prescribed time, the number is***. , among them, *** needed to guess the random Numbers. (4) : time setting can be set by the user the game time, this part should be completed before the start of the ga)
    2020-07-04 13:20:01下载
    积分:1
  • Maze-game
    每次都随机生成迷宫线路,并且分为基础,中级,高级三个等级,休闲益智小游戏(Each time randomly generated maze route,Divided into the basis, intermediate, advanced three levels casual puzzle game)
    2015-06-03 21:11:17下载
    积分:1
  • FiveChess
    一个自己写的五子棋程序。包括人机和双人对战。(Renju program. Including the man-machine and two against.)
    2012-02-28 12:39:34下载
    积分:1
  • Beginning-CS-Game-Programming-Source-Code
    Only a few short years ago, everyone programmed games in C. There was no question about it—if you wanted to program cutting-edge games, you did so in C. Sure, C++ was around, but it was too “slow.” The advanced features that C++ offered took off too much processing power, and that was simply unacceptable to a game programmer.
    2009-10-06 21:36:12下载
    积分:1
  • HRBUST_GO_2013_08_12A
    一个自主开发的围棋软件,有简单的ai进行对弈,适合新手学习之用(An independent development of chess software, chess has a simple ai be suitable for novice learning purposes)
    2013-08-18 13:05:40下载
    积分:1
  • Source
    俄罗斯方块源码 直接运行可以看到结果。好东西大家分享嘛 (Tetris source code can be run directly see the result. Good things to share with you why)
    2009-01-01 10:22:22下载
    积分:1
  • light
    3D游戏中关于灯光的编程的几个小例子,对灯光的理解很有帮助(the light program in 3D games)
    2009-06-15 09:59:55下载
    积分:1
  • wuziqi
    c语言版五子棋,与pc版一样,拥有良好的界面(c yuyait can run on the pc)
    2016-12-28 14:26:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载