登录
首页 » Visual C++ » caiquan

caiquan

于 2020-07-04 发布 文件大小:5064KB
0 70
下载积分: 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 个回复

  • 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
  • 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
  • square
    俄罗斯方块游戏VB编写的哦 欢迎去看看瞧瞧呀(Russian box game VB prepared to welcome Oh look at the windows ah)
    2006-11-16 15:14:38下载
    积分:1
  • Coated-grid-game
    涂格子游戏。游戏规则: 单击空格子,同时给上下中左右的空格子换色。 全部格子都上完颜色过关。 按任意键退出游戏。 右击重来,Ctrl 作弊键。 (Coated grid game. Game Rules: Click the the space sub, while giving the spaces around the upper and lower sub color change. All finished color plaid clearance. Press any key to exit the game. Right-click again, Ctrl the Cheating key.)
    2013-04-12 17:06:54下载
    积分:1
  • CG_GMSV_EXPANTION_20121228_code
    魔力宝贝服务器gmsv拓展程序源码 通过本程序可添加随时在游戏里添加NPC,物品,宠物,战斗,等····(Magic Baby servers gmsv expand the program source code can be added at any time in the game to add NPC, objects, pets, fighting through this program, etc.)
    2021-02-24 13:29:39下载
    积分:1
  • wuziqi
    五子棋的实验报告 人工智能 包含的内容很丰富,要了很久,师兄才给的。(very good lecture for)
    2012-06-08 23:47:07下载
    积分:1
  • saolei
    扫雷小游戏,可供大学生学习c语言使用,此压缩包为源程序,各项功能有待完善。( Small game, can be used for college students to learn C language, for the initial source, the various functions to be improved. )
    2016-07-05 14:16:06下载
    积分:1
  • go
    说明:  一款很好玩的射击游戏,用visual c++ 实现(A lot of fun shooting game, with visual c++ Implementation)
    2010-05-06 09:25:41下载
    积分:1
  • Search-maze-game
    搜寻迷宫小游戏,将球抛出,自动会找出正确出口。(Search maze game, the ball will be thrown, will automatically find the correct exports)
    2013-11-11 10:48:01下载
    积分:1
  • 00
    说明:  MFC中五子棋的设置,有界面,可以应用。谢谢(MFC in the backgammon set, there are interfaces that can be applied. Thank you)
    2011-05-06 19:12:41下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载