搜索资源列表
QQ_LianLianKan
- 仿QQ连连看单机版源码放出(附完整开发文档)。 本程序是使用著名的开源2D图形加速引擎HGE开发。 文档拥有详尽注释,包括每个文件的每个类、函数和变量。包括寻路算法等。 素材(纹理、音效)都是QQ连连看里的,仅供大家学习用。 附:右边栏的道具重列和提示可以无限次使用。-QQ Lianliankan stand-alone imitation source release (with full developer documentation). This procedure is
mainsrc
- 控制台小游戏中的文件操作类,用于读取.txt文件,显示在控制台上.还有一个主函数文件.-Console game in the category of file operations for reading. Txt files, displayed on the console. There is also a main function of a document.
thunder
- 一种游戏软件,从项目文档到帮助文件从流程设计到类的规化,是毕业设计好方案-A game software, from the Project Document to the Help file from the process design to the type of planning is a graduate design program
OTHELLO
- 一款传统的格子棋游戏(益智类游戏),压缩文件中附说明。-A traditional lattice Chess Game (Puzzle Games), accompanied by a compressed file.
j2memapfile
- 最近有很人说怎么把类文件里的地图数据转成文件形式存储起来.以便节省内存.所有小弟把自己的共享出来.方便大家使用.-Recently, people have said is how the type of file into the map data stored in document form. In order to save memory. All the boy put out his own share. To facilitate the use of everyone.
xiangqi
- 背景选择中有六幅风格不同的图片以供选择,另有乐曲可于配合游戏进行。 可以选择新手提示,它会提示你当前所选的棋子所能走到的节点,方便新手使用。 用vc++ 6.0 实现,对信息的保存用到了CList,CArray及自定义的CSaveSteps等用到类,在界面实现上用到 了CListBox等控件,为了实现棋谱输出,用GetStepName这个函数进行了语法分析。文件存取用到了CFile类。-Choice in the context of six different picture st
KSpriteX
- 掉用KSpriteX编辑器文件的类。编辑器可以去网上找开源的-Out with the class file editor KSpriteX. The editor can go online to find open-source
Chess
- 这是一个非常基本的国际象棋程序2的球员。我是来弥补计算机科学使用工具中央结算系统图形包中的类图形程序。虽然这是一个易于使用的软件包,它是在它的使用有限。<br> <br>此程序有一些inherant limiatations。首先,因为只有JPEG支持可用,我不得不作出许多图像的两倍(因为JPEG格式不支持透明像素)。该程序将无法检测检查或将死,因为我没有时间来实现这些功能。正如您将看到,没有撤消功能。这可能是有点容易实现。最大的错误是我在作品的方式存储在内存中。他们居住
csv
- PHP把数据导出为CVS格式的类, php de 经典实现!不要错过-This class can pull only the specified fields from a csv file. you can specify either the field numbers or field names to pull out. Also it can just show you a numbered list of the csv headers.
childrenonline
- 一款棋盘类的教育网游,以英语学习为目的。flex环境开发,sql后台数据库。由于需要后台搭建,所以把数据库文件打包在一起,使用时请还原数据库文件并配置好iis-A board of education classes online, for the purpose of learning English. flex environmental development, sql database backend. Background due to the need to build, so th
shilie18
- 应用程序向导已为您创建了此 实例18 应用程序。此应用程序 不仅介绍了使用 Microsoft 基础类的基本知识, 而且是编写应用程序的起点。此文件包含组成 实例18 应用程序的每个文件的内容摘要。-Application Wizard has created for you 18 applications for this instance. This application not only describes the use of basic knowledge of Micros
Zhiwdz_KG90n
- 植物大战僵尸2(给力版) 分 辨 率:240×320 [帮助] 游戏语言:中文 游戏类型:策略类/单机游戏 文件大小:415 KB-Plant war to force zombie 2 (version) Points of 240 x 320 distinguishing rate: [help] Game language: Chinese Game types: strategy class/LAN game File size: 415 KB
sqsdkdc_motorola_E2
- 分 辨 率:240×320 [帮助] 游戏语言:中文 游戏类型:运动类/单机游戏 文件大小:534 KB-Resolution: 240 × 320 [help] Game Language: Chinese Genre: sports/single game file size: 534 KB
BW-chess
- bw.dsp 这个文件(项目文件)包含在项目级别的信息和 用于建立一个单一的项目或子项目。其他用户可以共享 项目(。DSP)文件,但他们应该在本地出口的makefile。 bw.h 这是应用程序的主头文件。它包括其他 项目特定的头文件(包括Resource.h)并声明 CBwApp应用程序类。 bw.cpp 这是主要的应用程序的源文件包含应用程序 类CBwApp。 bw.rc 这是对微软W
FighterTest
- VC++ 3D飞行测试源码,基于Opengl技术,编译程序后运行EXE,注意要将DEBUG目录中的EXE文件拷贝至根目录下,运行后即可看到在3D的地图上有一架战机在空中飞行,这在编写3D飞行射击游戏时候非常有用,可将此作为一个飞行模块来用,请注意编译时需要相关的Opengl类库文件支持,请事先安装到你的电脑中。-VC++ 3D flight test source code, based on Opengl technology, after the compiler run EXE, pay
TankeGame
- 坦克大战游戏功能: * 1、画出坦克 * 2、我的坦克可以上下左右移动 * 3、坦克可以发射子弹,最多可以连发五颗 * 4、我的坦克击中敌人时,敌人的坦克消失并具有爆炸效果 * 5、我被击中后显示爆炸效果 * 6、防止敌人的坦克重叠运动 * 7、添加菜单栏 * 8、可以记录玩家的成绩 * 8.1、用文件流 * 8.2、单写一个文件类,完成对玩家成绩的记录 * 8.3、先完成保存共击毁了敌人多少辆坦克 * 8.4、存盘退出游戏
Russia
- 该游戏采用C++语言编写,使用了类的编写方法和多文件结构,条理清晰,简单易懂。-The game with C++ languages written in class preparation and multi-file structure, clarity, easy to understand.
bulkloader-rev-282
- 多文件加载工具 一款很不错的类库 BulkLoader -Multi-file loading tool is a very good class library BulkLoader
pigwar
- 压缩文件夹中包括了所有的程序性的文件。素材类文件由于过于大未进行压缩。整体程序总计1500多行,包含了轨迹计算等独特算法。-Compressed folder, including all procedural documents. The material class file is not compressed too big. The overall program total more than 1500 line contains a unique trajectory calcula
els
- 应用程序向导已为您创建了这个 els 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。 本文件概要介绍组成 els 应用程序的每个文件的内容。-Application Wizard has been created for you this els applications. This application not only demonstrates the basic use of Microsoft Foundation
