搜索资源列表
hexsud
- Files presented: README.txt - This file. Plaintext documentation of my work. go - Shell scr ipts for running the codes. cmds - Prolog commands used for executing the codes and generate output. hexsud.pl - Prolog codes for the 16x16 Sudoku
wuziqirenrenduizhan
- 五子棋人人对战,键盘输入坐标,有中文提示,大一C语言练习作业-renju everyone war, keyboard input coordinates, a Chinese suggest that the C language exercises freshman operations
dsfsfasdf猜数字
- 这是一个c#语言编写的猜数字游戏,他能智能提示用户输入数的大小,类似幸运52一样-This is a digit guessing small game written in c#, smart reminder of user-input s digit, similiar with lucky 52
guess
- 用C++编写的逻辑猜数的小游戏,系统随机生成四个数字,让玩家猜测,根据玩家的输入给出提示,玩家根据提示修改自己的答案,从而得到正确的结果。-Written using C++ logical guessing game, the system randomly generates four numbers, allowing the player guess, according to the player' s input is given prompt, players modify
guessNum
- 猜数字游戏C语言代码 a,一个四位数,各位上的数字不重复,从1到9。 b,按以下提示猜出这个四位数。 c,每次猜测输入的数据给出类似的提示*A*B。 d,其中A前的*代表你本次猜对了多少个数字。 e,其中B前的*代表你本次猜对的数字并且位置正确的个数。 -Guessing game C language code a, a four-digit, you do not repeat the figures, from 1 to 9. b, the following
guess
- 猜数字游戏,用c语言编程输入5位整数,超过十次游戏结束-Guessing game, with c language programming input 5 integers, more than 10 times the game is over
migongsrc
- C++迷宫游戏源码,程序中,坐标点,如(1,1),在输入时不需要输括号,直接输1,1。 该程序寻找的是最佳路径。 该程序可以图形显示迷宫。-C++ maze game source code, program, coordinate points, such as (1,1), the brackets do not need to lose input, direct input 1,1. The program is looking for the best path.
wuziqi
- 1.用纯c语言实现游戏,不借助其他库文件。 2.初始化任意大小的棋盘。 3.对战双方通过坐标输入确定棋子位置。 4.五子连珠为胜利,有三三犯规处理,给出提示或直接失败。 5.实现悔棋功能。-A. Pure c language games, without the aid of other library files. Two. Initialization of any size board. 3. The battle between the two sides by the
Backgammon-games
- 五子棋游戏,C++程序,没有实现界面编程,由键盘输入位置坐标-Backgammon games, C++ program does not implement interface programming, keyboard input location coordinates ......
PA1_TicTacToe
- This a Tic Tac Toe Game developed in C++ by me as a part of my curriculum.Tic Tac Toe is a two player mind game . I have developed this game in Dev C++ IDE using OOPS concepts in C++. This is a console based game. The game asks about the matrix row a
24
- OpenCV实现24点游戏 包含鼠标的捕捉,文字的输入和删除-game 24 point OpenCV c++ include mouse capture , words input and delete and so on
24point-game
- (1)在机器上装好TC2.0环境,读者在下载后直接解压到C盘即可。 (2)运行TC文件夹中的TC.exe文件,打开TC环境。键盘上按下“F10”键,切换到菜单功能,使用方向键移动到File菜单,按向下方向键展开File菜单,按向下方向键,选择Load菜单项,按下回车键,输入文件所在路径及文件名称。将源码导入到TC环境中。 (3)按键盘“F9”进行编译,然后按“Ctrl+F9”组合键运行程序。 24点游戏界面比较简单,没有复杂的操作。读者掌握游戏规则后。 运行程序后进入到24点游戏
001
- 24点是一个古老而常新的益智游戏,本程序采用模块化的设计模式,用命令提示符的方式来设计算法。 一、 需求分析: 1、程序流程及功能简介: (1) 随机产生四个1-13的数,分别代表13张牌。 (2) 提示玩家输入算式。 (3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到(1)。 (4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明
c
- 用C语言设计一个程序帮助小学生练习数学。 a) 程序首先让使用者输入ID号(包含前两个大写英文字母和后四个阿拉伯数字),例如:Please input your ID: AB1234 程序应该有输入验证功能。ID正确输入完毕后,程序提示以下功能选项: (1) Start a test (2) Check score (3) Exit Test: 程序给出10个数学题目,例如: 12 * 3 = 36;48 +...(C language is used to design a pr
