搜索资源列表
lotterygame
- 一个模拟博彩的游戏。该作品是为了熟悉用Matlab代码实现图形用户界面的设计操作。
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.
sudoku_with_GUI
- 编写一个带图形界面的数独游戏,提供如下功能: 1) 生成数独游戏:可以设置数独游戏的难度,例如难度为 3 表示每个小的 3*3 矩阵中有 3个已知的数字,难度为 4 表示每个小的 3*3 矩阵中有 4 个已知的数字。由于符合一种难 度的数独游戏有很多个,每次只要生成一个题目就可以。 2) 在每个小格中可以直接填入数据,或者是通过一个下拉列表让用户选择 1-9 中的数字。 游戏中已知的数字不能编辑。 3) 数字填完以后,提供一个按钮来检查所填的数字是否正确,通过弹出对话框
1
- 此程序为简易的拼图游戏 通过鼠标点击移动模块,拼出所给图片即可成功。右侧有GIVEUP按钮,表明放弃游戏。 此程序主要利用了Graphics 和Class的方法,整个程序以图形界面展现给用户。 -the program shows a little game.if you can find the correct way to complete this picture,you win,and you can also give up and quit
Test7
- 猜数字游戏 使用图形用户界面编写一个猜数字游戏程序,程序随机生成一个100以内的整数,用户从键盘输入猜测的数,程序提示猜的数比生成的数大还是小,直到猜对为止。请自己设置图形用户界面的布局。 -Guess digital games Using a graphical user interface written a number guessing game program, program randomly generated a within 100 intege
snake
- c语言写的贪吃蛇游戏,未编译,需要easyX图形界面库(用户自己准备)。(Snake game written in C language, not compiled, requires easyX graphical user interface library (user prepared).)