搜索资源列表
saolei
- 这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实例。 该程序在Turbo C2.0 下编译通过 由于扫雷游戏是用鼠标操作的,而Turbo C中提供的鼠标驱动程序在Windows xp下不可用,所以我随源程序提供了一个鼠标驱动的头文件,须将将该头文件复制到Turbo C2.0 的安装目录下的“include”文件夹中方可编译或运行,也可自行修改原文件使之包含该投文件。
tanchishe
- 西北工业大学C程序大赛获奖程序。 主要是一个C程序编写的DOS下的小游戏,程序虽小,架构俱全,注释完善,是学习C语言的非常好的实例。
100
- 本实例演示了一个用C语言编写的十全十美小游戏,使游戏在图形模式下运行 该游戏的思想很简单,就是用25个方块组成一个5乘5的矩阵,用户以一个方块为中心在整个矩阵中填充一个由五个方块组成的十字。当用户在重复位置填充时程序判断当前位置是否已经填充过,已填充过的 地方由于重复填充会2变为非填充状态。这样用户在不同位置一直填充下去,直到这个矩阵都被填满为止,游戏结束
87
- 常胜将军。c语言程序源代码,实例解析说明。-Ever Victorious General. c language program source code, examples of analytical descr iption.
gameboy
- gameboy模拟器的源代码,含一个symbian的开发实例,可以移植到其他平台,使用标准C语言编写-gameboy emulator' s source code, including the development of a symbian example, can be transferred to other platforms, using standard C language
C_practical_examples_code
- C语言的应用实例,比如贪吃蛇,迷宫等小游戏,对C语言入门都提高很有用-C language applications, such as the Snake, a maze of small games, entry to the C language are very useful to improve
c_game_programming_language_source_code_examples_B
- c语言游戏编程实例BrickOut源码c game programming language source code examples BrickOut-c language game programming examples BrickOut source c game programming language source code examples BrickOut
game_net_app
- 《游戏中的网络编程技术及应用》是学习游戏中网络编程技术的参考书。全书共分三大部分:第一部分介绍网络游戏编程的基本概念和相关基础知识;第二部分讲解了游戏编程的小型应用实例,内容包括基于Internet网络的游戏聊天室开发、多机对战版五子棋以及游戏大厅的创建示例;第三部分是大型网络游戏编程案例,内容包括网络坦克对战和网络斗地主的游戏案例,介绍大型游戏的设计规则、流程以及实现。 《游戏中的网络编程技术及应用》既有完整的基础知识讲解,又有复杂而完整的实例分析,读者能够轻松地将自己所学的理论知识
FB
- 仙境传说游戏副本实例创建代码+具体功能实现.采用类C/C++语言开发.对老一代游戏在不改变server代码的情况下实现副本有重要参考意义.-Create an instance of the game Ragnarok copy of the code+ specific feature implementation. Using class C/C++ language development. For the older generation of games in the server c
eluosi
- 该实例采用C++语言编写的俄罗斯方块程序,该程序运用了设计模式。-This example uses C++ program written in the Russian box, the program used the design pattern.
Snake-game-source-code
- 这是大家所熟悉的最简单的游戏贪吃蛇游戏源代,用c语言开发,可以作为实践编程实例进行开发-This is the familiar simple game Snake game source code, using c language development, can be developed as a practical programming examples
ChickRun
- ChickRun《小鸡快跑》游戏,用C#语言试着做了一些游戏的简单功能,模拟下坠,确实是挺简单的C#源码,代码拿去自己分析吧,希望大家一起研究提高。源码实例截图如上示。-Chicken Run " game ChickRun C# language, try to do some simple games, simulation of fall is indeed a very simple C# source code take my own analysis, I hope that
100-examples-of-C
- 经典c语言实例100个,从最简单的慢慢深入,每个例子都可以帮助你理解c语言编程100 classic examples of language C.-100 classic examples of language C.
-CPPshili
- 一些基础的c++程序实例,用于基础的了解c++语言Some basic c++ program example, for basic understanding of c++ language-Some basic c++ program example, for basic understanding of c++ language
091
- C语言编程实例,连续击键游戏(C语言设计)-C language programming examples, consecutive keystrokes games (C language)
87
- 常胜将军。c语言程序源代码,实例解析说明。-Ever Victorious General. c language program source code, examples of analytical descr iption.
3DSeries4
- xna架构c#语言经典编程实例,讲解了xna编程的基本入门代码-XNA architecture c# language classic programming examples, explain the basic XNA programming code
cyuyan
- c语言的实例 很简单 但是效率很高 并且很难读懂 逻辑很强-It s very simple but efficiency is very highSimple is very good as long as read good
fivechess
- C语言实现五子棋游戏。对于C语言是不错的学实例。-C language backgammon game. For the C language is a good learning examples.
PrettyGame
- 游戏实例,语言简洁,逻辑清楚,对于C语言学习很有参考作用。-Games instance, the language is concise, clear logic, for the C language learning useful reference.