登录
首页 » Visual C++ » caishuzi

caishuzi

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

  • Tetris
    简单实现俄罗斯方块的源代码,使用C++编写,基于cocos2d-x 3.0alpha1编写(Simple implementation of Tetris source code)
    2015-03-05 11:06:12下载
    积分:1
  • eluosifangkuai
    俄罗斯方块最终版本,是用c语言写的,可自动调整。(The final version of Tetris, with c language, can be automatically adjusted.)
    2015-09-29 09:19:47下载
    积分:1
  • 24points
    说明:  24点游戏,用c++实现,其中的类写得不错,值得初学者借鉴。(24-point games, with c++ Realization, in which the class write a good, it is worth drawing for beginners.)
    2008-10-11 18:59:37下载
    积分:1
  • wuziqiyouxi
    五子棋游戏,实现人工智能。单机游戏和多机游戏实现过程。(Backgammon games, achieve artificial intelligence. Single and multi-game machine game implementation process.)
    2013-12-09 19:04:44下载
    积分:1
  • c5
    Function: // riffle Description: // 洗牌,然后随机的得到9张牌,要求九张牌不能有重复. Calls: // Called By: // main() Table Accessed: //被修改的表(此项仅对于牵扯到数据库操作的程序) Table Updated: // 被修改的表(此项仅对于牵扯到数据库操作的程序) Input: //Card card[] 牌结构, int size 结构数组的大小 Output: //(Function:// riffle Description:// shuffle, and then randomly get nine cards, requiring nine cards can not be duplicated. Calls:// Called By:// main () Table Accessed:// modified table ( This only involves the operation of the database for the program) Table Updated:// modified table (this only involves the operation of the database for the program) Input:// Card card [] licensing structure, int size structure of the array size Output ://)
    2013-07-23 06:35:33下载
    积分:1
  • Game
    小游戏集合 五子棋+黑白棋+俄罗斯方块+井字游戏(game)
    2010-11-05 10:43:45下载
    积分:1
  • zhongguoxiangqiCPP
    c语言版本中国象棋,完美实现经典象棋的c语言程序源代码。(c language version of Chinese chess, the perfect realization of the classic chess c language program source code.)
    2013-09-29 16:14:03下载
    积分:1
  • CuraEngine-master
    3维切片算法引擎写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。(Three dimensional slice algorithm engine written detailed upload function, including the content description (at least 20 characters). Try not to let station to the time spent on your note on the amendment. Extracting compressed package can not have a password.)
    2013-11-08 10:19:08下载
    积分:1
  • wasdewf
    小游戏开发实例。里面有很多小游戏的源代码以及解说。(games source code)
    2011-11-29 20:33:18下载
    积分:1
  • renjixiaqi
    人机下棋:在3×3棋盘上,计算机为一方,用户为一方,交替画“X”和“O”,在行、列、对角线上谁先练成一条直线谁就获得胜利。用类的思想完成,具体功能要求如下: (1)状态显示:计算机可正确显示棋盘,给出提示信息和胜负判断。 (2)用户选择:用户可以选择是先下还是后下,并选择棋子是“X”还是“O”。 (3)每一步都用图形化方式顺序输出 (Man-machine chess: on the 3 X 3 board, the computer for one party, the user for a party, draw an X and O alternately, in the row, column and diagonal who practice who would win in a straight line. Finish, with the ideas of the class specific functional requirements are as follows: (1) status display: the computer can correctly display board, giving prompt information and the outcome of judgment. (2) the user choice: the user can next is first or after, and the pieces is a X or O .)
    2020-07-04 13:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载