登录
首页 » Visual C++ » caishuzi

caishuzi

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

代码说明:

   猜数字:由计算机随机产生一个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)

文件列表:

作业C_1
.......\C_1
.......\...\C_1
.......\...\...\C_1.vcxproj,4022,2015-07-12
.......\...\...\C_1.vcxproj.filters,1151,2015-07-12
.......\...\...\C_1.vcxproj.user,143,2015-07-12
.......\...\...\Debug
.......\...\...\.....\CL.read.1.tlog,77758,2015-07-31
.......\...\...\.....\CL.write.1.tlog,2516,2015-07-31
.......\...\...\.....\C_1.exe.embed.manifest,406,2015-07-12
.......\...\...\.....\C_1.exe.embed.manifest.res,472,2015-07-31
.......\...\...\.....\C_1.exe.intermediate.manifest,381,2015-07-31
.......\...\...\.....\C_1.lastbuildstate,70,2015-07-31
.......\...\...\.....\C_1.log,2389,2015-07-31
.......\...\...\.....\C_1.vcxprojResolveAssemblyReference.cache,713,2015-07-12
.......\...\...\.....\C_1.write.1.tlog,0,2015-07-12
.......\...\...\.....\C_1_manifest.rc,196,2015-07-12
.......\...\...\.....\link-cvtres.read.1.tlog,2,2015-07-31
.......\...\...\.....\link-cvtres.write.1.tlog,2,2015-07-31
.......\...\...\.....\link.46992-cvtres.read.1.tlog,2,2015-07-31
.......\...\...\.....\link.46992-cvtres.write.1.tlog,2,2015-07-31
.......\...\...\.....\link.46992.read.1.tlog,2,2015-07-31
.......\...\...\.....\link.46992.write.1.tlog,2,2015-07-31
.......\...\...\.....\link.read.1.tlog,8776,2015-07-31
.......\...\...\.....\link.write.1.tlog,2252,2015-07-31
.......\...\...\.....\main.obj,46909,2015-07-31
.......\...\...\.....\mt.read.1.tlog,818,2015-07-31
.......\...\...\.....\mt.write.1.tlog,294,2015-07-31
.......\...\...\.....\number.obj,44228,2015-07-31
.......\...\...\.....\rc.read.1.tlog,734,2015-07-31
.......\...\...\.....\rc.write.1.tlog,758,2015-07-31
.......\...\...\.....\vc100.idb,486400,2015-07-31
.......\...\...\.....\vc100.pdb,241664,2015-07-31
.......\...\...\main.cpp,1314,2015-07-13
.......\...\...\number.cpp,402,2015-07-13
.......\...\...\number.h,186,2015-07-13
.......\...\C_1.sdf,5656576,2015-07-31
.......\...\C_1.sln,876,2015-07-12
.......\...\Debug
.......\...\.....\C_1.exe,39936,2015-07-31
.......\...\.....\C_1.ilk,381600,2015-07-31
.......\...\.....\C_1.pdb,642048,2015-07-31
.......\...\ipch
.......\...\....\c_1-89586f57
.......\...\....\............\c_1-a320a2ff.ipch,15335424,2015-07-31
.......\实验报告.doc,25600,2015-07-13

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

发表评论

0 个回复

  • mine
    用vc++6.0编程实现一个扫雷的游戏程序(Programming using vc++6.0 of a mine' s games)
    2010-07-12 16:57:48下载
    积分:1
  • MemWord
    Game Memories Words with dics
    2010-08-13 03:22:43下载
    积分:1
  • draw
    一款五子棋游戏,可以实现人机交互,有打开、保存、反悔、输赢等功能(A 331 game, the human-computer interaction, there are open, save, go back, win or lose)
    2012-06-27 23:59:55下载
    积分:1
  • cx
    说明:  用c语言编写的俄罗斯方块,一款益智游戏,挺简单的(C language Tetris, a puzzle game, very simple.)
    2012-12-12 20:46:35下载
    积分:1
  • VCgamedesing
    VC编程游戏,这本电子书不是太难,书中罗列了几个经典的小游戏:五子棋,俄罗斯方块。。。。(use VC++ to design little games,it is not very complex,which can help the VC beginers )
    2009-06-13 14:33:59下载
    积分:1
  • Creating-Games-in-CPP---A-Step-by-Step-Guide-doc
    Creating Games en c++ step by step
    2012-02-04 09:56:55下载
    积分:1
  • 91331990five
    一个五子棋的源文件,另外还有设计程序的基本思路和玩法(Gobang a source file, as well as the design process of the basic thinking and playing)
    2008-06-24 23:17:25下载
    积分:1
  • vb-supermario
    用VISUAL BASIC编写的超级马里奥(supermario by VISUAL BASIC)
    2013-10-15 12:06:00下载
    积分:1
  • fangkuai
    说明:  俄罗斯方块。最经典的益智游戏,不仅可以学习,还能增加想要的功能(Tetris. The most classic puzzle game can not only learn, but also increase the function you want)
    2010-04-14 10:37:25下载
    积分:1
  • plane(fangleidian)
    c++的大作业,仿雷电的射击游戏,虽然实现的功能很少……内附开发日志和实验报告……(c++ for large operations, like lightning shooting game, although the function of the realization of very few ... ... containing the report of the development and experimental log ... ...)
    2009-05-30 16:44:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载