登录
首页 » Visual C++ » caiquan

caiquan

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

  • Memorize_I19399810132005
    visual basic.net 做的一款记忆游戏(visual memory so one of the game)
    2007-05-03 07:11:22下载
    积分: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
  • 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
  • EightQueen_Start
    八皇后游戏 用VC++和MFC编辑 界面美观 带音乐 按钮风格独特 源码简单(Eight Queens game with VC + + and MFC edit beautiful interface with music button style unique source)
    2013-01-08 00:52:32下载
    积分:1
  • 人机对弈
    人机对弈五子棋游戏,本游戏使用VC为工具,完成了智能化的机器走棋!(man-machine players 331 games, the game using VC as a tool for the completion of intelligent machines go chess!)
    2005-04-22 08:20:44下载
    积分:1
  • wangloucaishuozi
    網絡對戰猜數字,可以网络对战的,VB编写的(Network猜数字war, the war can network, VB prepared)
    2009-01-05 20:55:07下载
    积分:1
  • simple_boss
    一个简单的RPG游戏,为学习参考 Demonstrates access control under inheritance(Demonstrates access control under inheritance)
    2013-05-08 23:57:28下载
    积分:1
  • zhipaiyouxi
    用C++实现的制作一个简单的纸牌游戏的程序源码,大家可能在做报告时遇到(With C++ Realize the production of a simple procedure for card games source, make the report in the U.S. may encounter)
    2007-11-02 03:35:49下载
    积分:1
  • Tetris
    用vc编的俄罗斯方块小游戏,功能有点简单。(block game use vc++)
    2011-12-05 23:24:29下载
    积分:1
  • 21pointMFC
    21点游戏 sln vc++6.0打不开 用vs才行 下下来看看吧()
    2013-12-27 15:49:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载