搜索资源列表
英雄救美
- 英雄救美游戏,很好玩,VC API,图形界面特别好,先解压缩,安装,运行,即可玩-heroic rescue game is a lot of fun, VC API, the graphical interface are particularly good, first decompress, installation, operation, can play
c语言赛车
- 用c语言实现的赛车程序,图形界面友好,提供5级速度选择。-language used car procedures, friendly graphical interface, the speed with five options.
2004110818104221485
- 德国纳粹二战时发明的密码机Enigma“迷”的复原模拟程序的源码.zip 好的图形界面,好的功能!-Nazi Germany in World War II invented the Enigma Cipher Machine, "The Riddler" recovery simulation program source code. Zip good graphical interface, a good functional!
EightQueen
- Dos下图形界面的八皇后小游戏。 本程序在TC++3.0下编译调试通过!采用了Borland公司提供的图形库Graphics. 为了能使本程序脱离c/c++环境独立运行,我将图形驱动 EGAVGA.BGI以及字库TRIP.CHR和SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中!-Dos under a graphical interface Queen's small eight games. The procedures under th
jsmir
- 传奇图形界面登录器易语言源码!学习的好东西-传奇图形界面登录器易语言源码
123
- 图形用户界面的c程序,在turbo c中编译通过。适合初学者学习图形编程。在tc图形界面下实现。-Graphical user interface of the c program in turbo c in the compiler through. Suitable for beginners to learn graphics programming. Graphical interface in the tc achieve.
tcs
- 利用TC2.0环境编辑开发的贪吃蛇程序,能够吃豆,长长,所用到的图形界面TC中都集成了。-Edit TC2.0 development environment using the Snake procedures, be able to eat beans, long, the graphical interface used in TC are integrated.
hnt
- 经典的算法汉诺塔,以C的图形界面来演示,不错吧,非常适合于初学者-Tower of Hanoi classic algorithm, the graphical interface in C to demonstrate, it is true it is very suitable for beginners
maze
- 迷宫问题,解决简单的迷宫解决问题,不是图形界面,数组实现-solution of maze
LINUX_Bomb
- linux下用C写的扫雷程序,用MINIGUI写的图形界面。-written under linux using C demining program, with MINIGUI write graphical interface.
snake
- 一个简单的贪吃蛇程序,最大的缺陷是,图形界面不完善,其他都不错.-Snake a simple procedure, the biggest drawback is that graphical interface imperfect, the other good.
Brick
- 这是一个用c语言编写的打砖块游戏。具有良好的图形界面和完善的功能。-It is written in a language with c BrickBreaker. Has a good graphical interface and improved functionality.
saolei
- 经典的扫雷游戏,C语言编写完成,图形界面-Classic minesweeper, written in C language completed, graphical interface
SnakeGame
- 贪吃蛇小游戏~ 图形界面 线程 游戏编程-Snake game ~ Game Programming GUI thread
bobing
- 简单的JAVA博饼小游戏,没有图形界面,需要eclipse运行或者在dos中运行-JAVA Bo cake simple game, there is no graphical interface, you need to eclipse or in dos run run
BeatMouse
- 简易的打地鼠游戏,运用了线程,图形界面等等相关的知识。-Hamster playing simple games, the use of threads, graphical interface, and related knowledge.
truck-man
- 本代码由C语言实现图形界面下的搬运工游戏。在TC下运行。-The C language code from the graphical interface of the porters game. Run in the TC.
mygamePC.tar
- 可以在PC上运行的弹球游戏,利用framebuffer进行图形界面显示-A game of elastic ball pragramed by C,display by framebuffer
tuixiangzi-
- 推箱子小游戏,带图形界面,实现多线程,连接数据库-Sokoban game with a graphical interface, multi-thread to connect to the database
sudoku_with_GUI
- 编写一个带图形界面的数独游戏,提供如下功能: 1) 生成数独游戏:可以设置数独游戏的难度,例如难度为 3 表示每个小的 3*3 矩阵中有 3个已知的数字,难度为 4 表示每个小的 3*3 矩阵中有 4 个已知的数字。由于符合一种难 度的数独游戏有很多个,每次只要生成一个题目就可以。 2) 在每个小格中可以直接填入数据,或者是通过一个下拉列表让用户选择 1-9 中的数字。 游戏中已知的数字不能编辑。 3) 数字填完以后,提供一个按钮来检查所填的数字是否正确,通过弹出对话框