搜索资源列表
defective-chessboard
- 残缺棋盘(defective chessboard)问题设计,内附详细设计报告。-incomplete chessboard (defective chessboard) design problem, enclosing a detailed design report.
3dpao
- 有详细的设计报告,包括服务器端和客户端,界面很漂亮-detailed design reports, including server and client, a very nice interface
Jiemian
- 五子棋程序,绝对可执行,代码详细,是我们大一下学期的课程设计
ddz1
- 自己写的 为了同事们娱乐 又不会被老板发现 在maya里玩的斗地主服务端程序 功能和qq游戏很相似 自己绞尽脑汁设计的裁判类和一点点简单的ai能力 支持10桌人 详细的注释 很容易改成其他类型的python程序
gameof21points
- 1.1 程序功能介绍 一个21点的扑克牌游戏,玩家一共可以要5张牌,但如果牌的点数超过21点,则就暴了,自动出局;在不超过21点的情况下,玩家与庄家比牌的点数大小,大者赢。 1.2 程序设计要求 (1)将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (2)程序中一共有十三张牌可以抽取,大于十点的点数为0.5。 (3)要求庄家永远不会暴庄,几庄家可以查看下一张牌,若大于21点,则拒绝,当然在游戏规则上不能泄露这点秘密。 (4)高级玩家可
wuzhiqi
- 一个网络版五子棋源代码。包括客户端和服务器端。基本设计,详细设计,源代码,测试文挡等等!
diamonds
- 单机,网络多人对战俄罗斯方块,内有详细设计说明-standalone, network multiplayer Tetris, with detailed design specifications
Poolcode.rar
- VC++台球游戏(毕业设计)。大学时的毕业设计,包括演示文稿,详细介绍了中国游戏开发的现状、Direct3D技术、DirectDraw技术介绍等。,VC++ Billiards Games (Graduation). College graduation design, including presentation, detailing the status of the Chinese game development, Direct3D technology, DirectDraw Tech
Tetris
- 一个利用vc2008实现的俄罗斯方块游戏设计。代码质量很高,而且有详细的中文注释,适合初学者、毕业设计者模仿参考。运行得非常完美。-Implemented using vc2008 a Tetris game design. The code of high quality, but also a detailed English notes, suitable for beginners, graduate designer imitation of reference. Runs perfe
Gobang_graduation_design
- 一个五子棋的毕业设计,包括算法、源代码、论文、心得体会。有很详细的讲解!-1 Gobang graduation design, including algorithms, source code, papers, and experience. There are detailed explanations!
5
- 手机版的五子棋游戏,包括基本设计,详细设计,代码,测试文档和相关资料等。-Mobile version of the backgammon game, including basic design, detailed design, code, test documentation and related information.
wuziqi
- 本源程序是五子棋游戏。详细设计了五子棋游戏的代码-The source is a backgammon game. Detailed design of the backgammon game code
jiqiren
- 标准C语言课程设计 步行机器人的设计源码 包括设计源代码和详细设计文档-Standard C language curriculum design walking robots including design source code source code and detailed design documents
3D-QUAD
- 是一款3D的类似五子棋游戏,主要实现了人机博弈的各种算法,并用鬼火引擎(Irrlicht)渲染3D效果,附有详细设计说明书,希望大家互相交流,觉得好就支持一下吧-this is a 3D game similar to backgammon, the main achievement of the human game of various algorithms, and use Irrlicht Engine rendering 3D effects, with a detailed desi
MissonApp__20110605_155128
- 任务编辑器 对游戏中每个任务的实现进行详细设计-failed to translate
VCPP6
- 本文通过需求分析与方案论证,首先对开发数独游戏程序进行初步的分析,然后通过总体设计和详细设计论述了系统的开发和实现过程。-This article through the demand analysis and the project concept demonstration,firsr to develops sudoku the game procedure carries on the preliminary analyisis,then elaborated systems perfo
development
- 方块移动游戏基于VC++开发,内含源代码、需求分析、概要设计及详细设计说明书等内容,能较好理解一个完整的项目开发。-Box mobile game based on the VC++ development, including source code, requirements analysis, outline design and detailed design specifications, etc., to better understand a complete project de
lianliankan
- vc++实现的连连看游戏,有源码和详细设计-vc++ achieve Lianliankan game, there is source code and detailed design
ChessNetWork
- 局域网中国象棋源码,此源码为毕业设计,附件包括详细设计方案,论文等资料. 棋盘: 利用PhotoShop绘制出带底纹的棋盘。并将其映射到窗口的范围。 棋子: 调用绘图函数Ellipse()和TextOut()绘制棋子。 使用WM_PAINT消息响应完成对窗口的重绘。 网络连接: 利用socket套接字进行连接,绑定端口号为5050。 联机代码: 联机使用专用代码10000表示邀请、10001表示接受、10002表示退出。-LAN Chinese ch
PlaneGame(1)
- 目 录 1. 概述 3 1.1 实训项目简介 3 1.2 实训功能说明 3 1.2.1 基本功能 3 1.2.2 附加功能 3 2. 相关技术 4 2.1 Windows定时器技术 4 2.2 透明贴图实现技术 4 2.3 CObList链表 5 2.4获取矩形区域 6 2.5使用AfxMessageBox显示游戏过程中的提示信息 6 2.6内存释放 6 2.7 CImageList处理爆炸效果 6 2.8对话框的应用 6 3.