搜索资源列表
jiandancaishuzi
- 一个简单的猜数字游戏,使用c语言制作而成的。 -a simple game tones, the use of c-produced the language. Ringing a simple game, the use of c-produced the language.
gameofgo
- 本系统是一款网络棋类游戏。采用MFC环境,使用C++语言编制。建立工程,使用文档结构,在客户区画出棋盘,棋子等。-system is one of the network chess game. Using MFC environment, the use of C language. Building works, use the file structure, the client painted checkerboard areas, such as a pawn.
saolei.rar
- 本文件夹中,黑白棋稳定版使用C++编写,java版黑白棋使用java编写这两者为孙为与我共同制作完成。 另外,俄罗斯方块,扫雷,贪食蛇2为孙为的独立的竞赛作品 其中贪食蛇2具有选择地图的功能,This folder, Reversi stable version of the use of C++ to prepare, java version of Reversi using java to prepare for the Sun for both co-produced with me
dikongduizhan
- 一款很好玩的游戏,使用c语言编写,能够学习语言还能缓解压力,觉得是很不错的东西-A very fun game, use the c language, to learn the language but also ease the pressure
fankuai
- 可以联网玩的俄罗斯方块游戏,使用C#开发-Can be networked play Tetris game, using C# Developer
pintu
- 拼图游戏,使用c语言,用w_tc运行此程序 /*用bar()画条形图*/ //bar 画一个二维条形图,用法: void far bar(int left, int top, int right, int bottom) -Jigsaw puzzle, use the c language, used to run this program w_tc/* use bar () draw a bar graph*///bar draw a two-dimensional bar char
Llkgm
- 连连看游戏 这是一款使用C#开发的连连看游戏,其中详细阐述了连连看的算法,仅供学习使用-Lianliankan Games This is a use of C# development Lianliankan Game, one of Lianliankan elaborated algorithms, for learning to use
saolei
- 类似于Windows自带的扫雷游戏源代码,是使用 C++的-Mine comes with the game is similar to Windows source code, is to use C++,
do.c
- 递归的使用 tc2.0 编译通过 24点用一笔连起来但只能用横线和竖线进行连接,最右边第二行的圆圈处不能用线进行连接 如图所示: 思路:用递归实现,设计一个递归函数tf()进行查找下一个节点并连接以第一行第一列的点为(1,1)第二行第一列为(2,1)编好每个点的坐标,在tf函数中先查找于自身节点相邻的且可以连接的点然后进行连接,然后就以此节点为寻找下一可用结点直到tf()函数返回0,就返回。-Up with an even 24 points but o
ctuixiangzi
- c#实现的推箱子源码。很适合初学者自学语言使用-c# source code implementation of Sokoban. Self-study language use is very suitable for beginners
c-tanchishe
- 本程序是使用C语言编写的贪吃蛇游戏,通过在dos界面下展示,也体现出作者深厚的编程能力 -The program is written using the C language Snake game, through the dos interface display, but also reflects deep programming ability of
push-box
- 使用C语言实现的可人工布局的推箱子,很好玩的-The manual layout Sokoban using the C language
snake
- 使用C语言开发的贪食蛇程序,很好玩的一款程序。-Snake program developed using the C language, a lot of fun a program.
Tetris
- 一个简单的游戏程序,俄罗斯方块,使用c语言编写-Tetris game use C language
shaolei
- 一款很好玩的游戏,使用c语言编写,能够学习语言还能缓解压力,觉得是很不错的东西-A very fun game, use the c language, to learn the language but also ease the pressure, something that is very good
Magic-Cube---C
- 我想都玩过三阶魔方,这个小程序使用C语言实现三阶魔方的还原-Magic Cube--C
C-Maze
- C语言,小游戏,一个小迷宫代码,也可以当做毕业小成品使用-C language, games, a small maze code can also be used as a graduation refined use
c-program
- 使用c语言编写了俄罗斯方块游戏,在原有的基础上进行了更改,使其更人性化。在玩的时候不枯燥。-The c language Tetris game, on the basis of the original changes to make it more user-friendly. The play is not boring.
C-language-tetris-game-code
- 基于C++下的俄罗斯方块小游戏程序代码,下载后即可使用-C language tetris game code
猜數字遊戲(C#)
- 以C#開發的猜數字遊戲 具有GUI介面,可以調整遊戲設定(數字長度、重複、猜測次數) 預設五種難度並且可以自由設定 附帶AI機器人一同挑戰遊戲 請使用visual studio 2013以上版本開啟 並準備.net 4.0以上環境