资源列表
TicTacToe
- 井字格下棋游戏,通过输入坐标填充棋子,输入不能出现错误,否则无法识别,练习小程序。-Tic Tac Toe
game
- 发纸牌游戏的模拟程序(附C语言源代码) 一共52张牌平均分给4个人.
Renju-program
- 一个简单的五子棋游戏程序,可以自己跟自己下..难度可以设置。-Backgammon game with a simple program that can lower their own .. with difficulty can be set.
qipanfugai_CPP
- 用C++编写的棋盘覆盖问题的解决,其中有非常清楚的注释,帮助学习者了解分治法在类似问题中的应用-Board cover solution written in C++, which has a very clear comments to help students understand the divide and conquer those problems
game
- 一款圈圈叉叉的游戏,用光标控制使用圈圈叉叉。-Cross on a circle game, with the cursor control using circle pork on a skewer.
house
- 马踏棋盘问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,-Horse riding problem described in the design of a chessboard chess chessboard horse traveled demo program. 2. The basic requirements will be placed randomly MA 8* 8
exercise
- 设计一个含有多个菜单项的菜单演示程序,然后再为这些菜单项设计相应的功能。 要求: (1)程序显示下列菜单选项: 1. 解一元二次方程 2. 石头、剪子、布游戏 3. 退出程序 选择1-3: (2)用户选择1,则求解一元二次方程Ax² +Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。 (3)用户选择2,则模拟石头、剪子、布游戏。用户可以任选石头、剪子、布中的一种,计算机也随机产生3种物件之一,根据“石头赢剪子,剪子赢布,布赢石头”的规则判定
caipai
- 猜牌编码是采用vc++语言编写的代码。主要作用是在一副54张牌中随机抽一副牌。之后系统随机分牌,共分三次牌,有着三次分牌是的一些位置确定你所抽的那张牌-Guess the card code is written using vc++ code. Main role is in a random sample of 54 card deck. After the system randomly divided card, consists of three cards, with three s
nqueen
- 在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻 击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n×n格的棋盘上放置n 个皇后,任何2 个皇后不放在同一行或同一列或同一斜线上。 解n后问题的一个拉斯维加斯算法如下。-this is a project
0810610
- 编写程序求解“骑士巡游”问题:在n行n列的棋盘上(如n=5),假设一位骑士(按国际象棋中“马走日”的行走法)从初始坐标位置(x,y)出发,要遍访(巡游)棋盘中的每一个位置有且仅有一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)。由于n比较大的时候输出结果会很多,以至于运行时间很长,没有实际意义,所以本程序只做了n=5的时候的情况。-Write a program for solving the Knight Parade ": n lin
qipanfugai_matlab
- 用matlab编写的棋盘覆盖问题的解决,有清楚的注释,帮助学习者了解分治法在类似问题中的应用-Matlab prepared by the board covering problems, clear notes, to help students understand the divide and conquer similar problems
C语言小游戏_飞机大战
- 自己实现小游戏制作,飞机大战,敌机与我方飞机速度可调(Self-realization of small game production, aircraft warfare, enemy aircraft and our aircraft speed adjustable)