搜索资源列表
占星术4.1版C语言源程序
- 占星术4.1版C语言源程序,采用最新的方法计算智能编程-astrology 4.1 version of C language source code, using the latest methods of computational intelligence Programming
mariovb
- 超级马里,vb编写的小程序,有比较基本的方法阐述了vb游戏编程的思想-Super Mali, vb procedures for the preparation of small, relatively basic method expounded vb game programming ideas
vc++gamedesign
- vc++专业游戏程序设计,主要涉及游戏中的图像处理,包括高效快速的贴图方法,各种特效的实现,directdraw的用法,多媒体编程-vc professional game programming, mainly involving games of image processing, including rapid and efficient method of map, the realization of various effects, directdraw usage, multime
wzq
- 一个简单的五子棋程序,通过此程序,您可以了解到一些Windows下的游戏的编程方法。
Mario11
- 经典的马日澳游戏,要想设计出好的游戏,可以先从此入手,算是游戏编程的入门方法吧
用VC制作小程序
- 简单的扫雷游戏 本文从分析Windows扫雷游戏的功能特点开始,应用面向对象的可视化编程语言Visual C++给出了个功能模块的具体实现方法,并提供了编写小游戏程序的一般方法和Visual C++的一些使用技巧。 -simple game of mine is mine from the analysis of Windows features games, the application of object-oriented visual programming language Visua
game
- 本程序详细描述了贪吃蛇游戏的编程方法,是很好的程序-The describes the game of eating snake,we use it with C++.
MySword
- 用Flex builder建立工程,使用flash AS3完成的一个小型游戏,用方向键控制主角移动,一共有3波敌人的进攻,没波敌人被杀完后,下一波会出现。展示了简单的AI和flash as3图像编程的方法,其中封装了sprite类,非常容易理解。-The establishment of projects with the Flex builder, using flash AS3 completion of a mini-game, use the arrow keys to control
Mario
- 根据mldn的mario教程编写的mario游戏。 IDE为NetBeans。碰撞控制上小bug很多,这和游戏设计的框架有关。不过基本的编程方法都已包含。供交流学习。 flyinheart827@gmail.com-this is a kind of mario game. IDE is netbean. author:flyinheart827@gmail.com
vcgame
- 教学方案的内容是,从在VC环境中建立一个程序框架入手,一步一步地介绍在计算机上实现游戏的方法;其中根据游戏发展的需要,再介绍VC编程的具体方法。每一教学环节的完成,就是游戏的一个效果的完成。-Content of teaching programs, from the VC environment in the framework of a program to start, step by step descr iption on computer game method which acc
qk_snake_api
- VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别
GProgramming
- 英文版游戏编程图书全集。 详细介绍了游戏编程所涉及的知识与方法。-A book for Game Programming.
Professional-CPP--2nd
- 虽然C + +中,往往是从游戏编程主要的商业应用软件的首选语言,它也是最难以掌握。这个严肃的书,您将学习如何征服最新版本的C + +。笔者解密鲜为人知的特征的C ++,股份详细的代码示例,然后你可以插入自己的代码,并揭示了显着变化的C ++陪最新版本。你会发现如何设计和构建应用程序,解决现实世界的问题,然后实施解决方案,使用的语言的全部功能。 呼吁有经验的开发人员正在寻找更高层次的学习 向下钻取到最新的广泛变化的C ++标准,C + ++11,包括运行时的性能,标准库,语言可用性,
quweidaoxue_Visual
- 本书通过编写趣味游戏程序来引导读者学习 VisualC++编程的方法和技巧,形式新颖活泼,别具一格。-Book by writing a fun game program to guide the reader learning VisualC++ programming methods and techniques, new forms and lively, unique.
lzy194316
- 21点游戏多人网络版 (1)熟悉和掌握网络编程的基本方法和步骤; (2)进一步理解client/server交互模式; (3)加深学生对游戏程序的设计和实现方法的理解; (4)熟悉socket编程接口,掌握用socket编程接口开发面向连接的网络应用程序的方法。 -The 21:00 game multiplayer online edition (1) familiar with and master the basic network programming method
vc-small-game-programming
- 多个小游戏编程方法,以及可用源码下载,包含扫雷,五子棋,俄罗斯方块,老鼠和滚球,飞机游戏,五子棋联机游戏。-The multiple game programming methods, as well as the source download
SnakeGame
- 一个完全用C语言实现的贪吃蛇游戏,在TC环境下运行!对于初学C的同志,写个小游戏无疑是打基础的好方法,同时也提高自己对编程的兴趣!-A Snake game entirely in C language to run in the TC environment! Beginner C comrades to write a small game is undoubtedly a good way to lay the foundation, but also improve their own
Snack
- 利用Java Swing实现的经典贪食蛇游戏,利于Java初学者掌握基本的GUI编程方法以及线程的简单使用。源码在src目录下。-Use Java Swing achieved classic Snake game, which will help beginners master the basic Java GUI programming, and simple to use threads. Sources are in the src director.