搜索资源列表
C语言练习键盘打字
- 用C++编的打字练习小游戏,可玩性到不是高,关键看看别个咋编的-C series of the typing exercises little game, that is not high playability, the key to another look at the series of the night
c108244325566
- 我原来写这个程序只是为了常规上学习C#和.NET编程而做的一个练习。翻转棋,大家都知道,是一个比较流行而且比较有趣的游戏,原理和规则都很简单。这使得它成为学习一种新的语言或工具时的一个很好的练习选择。 开始时的练习虽然可以用来当作比赛的游戏,但还是缺少一些电脑棋盘游戏一般的特征,比如撤消走过的步骤,因此,积累了一些.NET的经验以后,就将它升级了。升级后增加了一些新的功能,而且改进了原来的图形界面和游戏AI。-I originally wrote this routi
meinvyouxi
- 我刚学C++时编来玩的,其实不怎么好玩,只是练习一下学过的东西而已-I am just learning C series of prophecies, in fact, not very fun, but practice learned in the only
wuziqirenrenduizhan
- 五子棋人人对战,键盘输入坐标,有中文提示,大一C语言练习作业-renju everyone war, keyboard input coordinates, a Chinese suggest that the C language exercises freshman operations
eluosifangkuancyuyan
- 用C 语言作的俄罗斯方块,主要是对C语言的练习,对处学C的朋友有帮助-C language for the Russian box, and the main thing is to practice the C language, learn to C help of a friend
RandomNum_rifflingProgramme
- 语言C#,平台VS2005开发的洗牌程序,主要是对C#中随机数(真随机)的练习。
Visual C++ 角色扮演游戏程序
- vc的源程序,可以帮助初学者练习编程 快速掌握vc的技巧
BombClear
- 实现了windows自带小游戏扫雷的简单功能,程序简单,适合初学者练习C++,学习MFC。
01PokerGame
- 一个空当接龙的dos版程序,自己用c++写的练习
tcscpp
- C练习使用,贪吃蛇的小游戏,初学者非常实用-C practice using the Snake game, very useful for beginners
c_tanke
- 坦克大战,比较经典的c/c++练习代码,适合初学者学习练习。-Battle City, classic c/c++ practice code, suitable for beginners learning exercises.
100-classic-cases-of-c
- 经典c程序100例,学习上级练习时可以练习练习。Classic c program of 100 cases.-Classic c program of 100 cases.
BW_Chess
- 为了熟悉C#练习写的一个黑白棋,界面比较好,除此之外一无是处,如果觉得比较简单就重新设置搜索深度-To become familiar with C# to write a practice Othello, the interface is better, in addition to nothing, if they feel relatively simple to re-set the search depth
猫抓老鼠小游戏
- 猫抓老鼠小游戏,C#练习源码,很好的学习资料。-Cat and mouse game, C# source code, very good learning materials.
Typing-Game-in-C
- 本程序实现打字训练游戏,可自由选择要练习的字体,包括英文、中文及中英文混合练习。-The program implements typing training game, free to choose the font you want to practice, including English, Chinese and English mixed practice.
C-language-source-code-game-Arkanoid
- C语言小游戏源代码《打砖块》 是初学者练习的好帮手-C language source code game Arkanoid is a good helper for beginners to practice
连连看
- 大一写的连连看游戏练习,很乱,而且功能不全,勉强能玩(It's a mess, and the function is not full, and I can barely play.)
C++找血练习
- MFC编写的加减血练习带源码有兴趣的可以看看互相学习
c
- 用C语言设计一个程序帮助小学生练习数学。 a) 程序首先让使用者输入ID号(包含前两个大写英文字母和后四个阿拉伯数字),例如:Please input your ID: AB1234 程序应该有输入验证功能。ID正确输入完毕后,程序提示以下功能选项: (1) Start a test (2) Check score (3) Exit Test: 程序给出10个数学题目,例如: 12 * 3 = 36;48 +...(C language is used to design a pr
2048
- 利用c语言实现的2048小游戏,方法简单易行,建议初学者进行模仿练习。(2048 small game implemented in C language.)