搜索资源列表
tangbiao132
- 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
xiaobawangxuexiji
- c语言编写的小霸王学习机界面,一个小车的游戏,给出简单加减运算,用户输入结果,正确并给出评判小车前进一步。(本代码是在win—tc写的,在visual c++里边运行要将getch()去掉。)-c language learning machine interface written Sundance Kid, a car game, give a simple addition and subtraction, the results of user input, and gives judg
Awesome-Tetris
- 本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。 -The program in C++ programming language to implemen
snake
- 在win32控制台下用C语言实现简单贪吃蛇小程序,程序涉及链表的使用、在小黑框上如何实现光标定位和接受键盘输入。-In the win32 console Snake in C language simple small program, the program involves the use of the list, in a small black box on how to achieve the cursor position and accept keyboard input.
CPP-Module-II
- Module II is the second course in the C++ Programming for Game Developers series. Recall that in Module I we started off by studying fundamental programming concepts like variables, console input and output, arrays, conditional statements, strings, l
Lianliankan-cPP
- c++开发的连连看,此连连看运行后是通过输入坐标点形式实现的连连看,有利于c++初学者学习-the Lianliankan c++ development, this Lianliankan run after input coordinate points form Lianliankan, favor c++ beginners learning
baidu1
- 百度编程题 .食物链Descr iption 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。 现有N个动物,以1-N编号。每个动物都是A,B,C中的一种,但是我们并不知道它到底是哪一种。 有人用两种说法对这N个动物所构成的食物链关系进行描述: 第一种说法是"1 X Y",表示X和Y是同类。 第二种说法是"2 X Y",表示X吃Y。 此人对N个动物,用上述两种说法,一句接一句地说出K句话,这K句话有的是真的,有的是假的。当一句话满足下列三条之一
Tetris
- 纯C编写的俄罗斯方块,ADSW控制,ENTER进行输入。虽然不能和专业游戏相比,不过是很好的学习资料哦-Tetris written in pure C, ADSW control, ENTER input. Although can not be compared to the professional game, but a good learning materials oh
pintu
- 用C实现的拼图小游戏,ADSW键移动,ENTER输入。虽然和专业的游戏不能相比, 不过是很好的学习资料-Puzzle game implemented in C the ADSW keys to move, ENTER input. Although the game can not be compared and professional, but is a good learning materials
gobang
- 一个用C编的五子棋小游戏,输入时选择坐标,程序自动进行下一步的操作。-A C series backgammon game input coordinates program automatically to the next step.
game
- 使用c++写的猜价格的小游戏,可以根据输入判断高低,最终可以猜中。-Use c++ write guess the price of a small game that can determine the level of the input can eventually guess.
BestFoodProject
- 后端C#.NET+MVC4+EF5+SQLServer2008 前端HTML5+CSS3+Javascr ipt+jQueryMobile+Ajax 实现使用指定抽奖码进行线上大转盘抽奖的功能,其中包含兑奖时输入兑奖人的信息,并且可以逾期兑奖,中奖几率可自己在数据库中调整。(提示:中奖率等于=奖品数量/参与人数)-Backend C#. NET+ MVC4+ EF5+ SQLServer2008 Front HTML5+ CSS3+ Javascr ipt+ jQueryMobil
12-3
- 关于如何走出迷宫的c语言程序,首先从键盘上输入迷宫进、出口位置,即可在屏幕上显示出口路线图。-On how to get out of the maze c language program, the first input from the keyboard labyrinth inlet and outlet locations can be displayed on the screen exit roadmap.
dgq
- c++ 在命令行实现点格棋游戏。输入坐标(i,j)一个基数一个偶数。已成功运行。供初学者下载学习。-c++command lineto achieveDots and Boxesgame.Input coordinates(i, j)abaseaneven number.Has run successfully.Downloadfor beginnersto learn.
