搜索资源列表
olsfk(C-programe)
- 这是我在大学二年级学习C语言课程时,作为“练笔”而编写的一个小程序(当时在我眼里可却是一个大程序!)其主要特点有:1、正真做到了全中文界面(不需要UCDOS操作系支持) 2、大量的图形特技(如图像的显隐技术、图像穿插技术、多任务仿真技术等) 3、纯C语言打造(不含任何C++知识) 4、实现了街机“俄罗斯方块”绝大部分功能(如动画、声音、速度变化) 5、用户可根据自据的习惯自由地调整“游戏操作键” 6、方法独特,全部语句和技术都是我本人原创,没有参考过任何相关代码 7、防“跟踪调试”技术,
2005321114916919
- 图形用户界面的猜数字小游戏 .功能:猜四位数,共有7次机会。-A GUI small game which performs the GUESS NUMBER game. Functions: to guess 4 digits , you hava only seven chances to get through.
9digitgame
- 九宫格游戏——一款智力游戏,采用c++编写,很好的图形用户界面-Games squares- a mental game, using c++ writing, good graphical user interface
java
- java 课程设计五子棋游戏 (1) 实现具有图形用户界面的五子棋游戏,界面美观。 (2) 可以实现人-人对战或者简单算法的人-机对战。-java course design welcome to play (1) implementation with a graphical user interface welcome to play beautiful interface. (2) can be achieving- Skirmish or a simple algorithm
7
- 多线程: 迷宫升级版。(1) 给出图形界面,用户可以在上面通过点击格子定义三人的起点,和共同的终点 (2) 用程序模拟动态显示三人同时找路径的过程 -Multithreading: Maze upgrade. (1) gives the graphical interface, users can define the above three by clicking on the start grid, and a common end point (2) program to simu
RussianBlocks
- 使用C#语言编写一个俄罗斯方块游戏系统,要求程序运行后有一个图形用户界面,并具备下面几个功能: (1) 实现各种方块的生产,包括形状和颜色等信息; (2) 实现各个方块的上下左右移动和旋转的功能; (3) 实现消行的功能; (4) 实现开始,暂停,结束等功能 -eat snakeThe use of C# language to write a Tetris game system, the requirements to run after having a graphic
Mine1
- 用数组实现简单的扫雷游戏java源代码,不用图形用户界面-Simple a minesweeping game java source code, do not have a graphical user interface using an array