资源列表
she-bei-guan-li
- 实用的小程序,检验自己学习水平,练手的简单程序。设备管理。-A small utility program, test their learning level, the simple program in hand. Equipment management.
bird
- 一个编程小练习,学习汇编语言的一个综合实验。基础初步学习汇编语言,课程的学习的一个程序。-A small programming practice, learning assembly language of a comprehensive experiment.Based on preliminary learning assembly language, a program of courses.
Test
- java简单的扫雷代码,适合基础者参考使用 -Simple Minesweeper Code
project-with-diffculty-level-Source
- Number Puzzle Game, Created By Hussain Waheed Akhtar as a semester project It contains everything related to OOP in C++.
xiaomaodiaoyu
- 小猫可以钓鱼,并且小猫可以行走,行走过程中可以钓鱼。-Cat fishing, and the kitten can walk, walk process can go fishing.
you_xi_C_example
- 提供学习C语言的绝对好例子,从游戏开始学习编程-C language learning the absolute good example from the games started learning programming
TEST
- 此代码主要是一个做心理测试的小程序,大家试试看咯,用C写的
Arkanoidgames
- 用VB写的一款小游戏,方式就像打地鼠一样,分级别速度。-Written with VB a little game to play like a hamster the same way, sub-level of speed.
zhuankuai
- TC2.0下的运行的弹球游戏,希望大家喜欢-TC mode, the pinball game, hope you like
snake1
- 贪吃蛇游戏,方向键控制,简单易懂,就是不要吃到自己,WSAD控制还在研发中-Snake game, the arrow keys to control, easy to understand, just do not eat yourself, WSAD control is still in development ..................
txt
- 猜词游戏,c++,txt,没有图像和声音-Word-guessing game, c++, txt, image and sound
caishuzi
- 猜数字游戏:首先让电脑产生一个1~100的随机数x,然后由用户猜测该数字。如猜测的数字B大于x,则显示“High”,小于则显示“Low”,等于则显示“You Won”,同时退出游戏。用户最多可以猜10次。