您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c语言写的飞天打字游戏含源代码

  2. 学习语言写的第一个游戏,不足之处请包涵 #include"stdio.h" #include"Conio.h" #include"stdlib.h" char words[3][10]={{'q','w','e','r','t','y','u','i','o','p'}, {'a','s','d','f','g','h','j','k','l',';'}, {'z','x','c','v','b','n','m',',','.','/'}}; int score=0; int i; int j
  3. 所属分类:C

    • 发布日期:2011-03-05
    • 文件大小:2048
    • 提供者:yuzubo
  1. 棋牌类网络游戏服务端的架构设计

  2. 络游戏目前在国内相当热门,棋牌类游戏在网络游戏中占有比较重要的地位。越来越多的开发商加入到了网络游戏的开发中来, 但有关网络游戏开发技术介绍的资料却比较少。该文总结了一款通用的棋牌类网络游戏服务端的架构设计,介绍了基本架构、通信协议、 多线程模型和第3方接I:1的相关内容,并对整个架构作了一定分析。
  3. 所属分类:网络游戏

    • 发布日期:2011-04-12
    • 文件大小:272384
    • 提供者:llj1985
  1. 用vc++编写的俄罗斯方块游戏

  2. int CIBrick::shiftLeft (CBin*bin) { unsigned int posX; posX=getPosX(); posX=posX-1; setPosX(posX); if(checkCollision(bin)==0) { setPosX(posX+1); return 0; } return 1; } int CIBrick::shiftDown (CBin*bin) { unsigned int posY; posY=getPosY(); posY=posY
  3. 所属分类:C++

    • 发布日期:2011-04-13
    • 文件大小:3145728
    • 提供者:JYMZHIDUO
  1. JAVA笑游戏象棋代码~

  2. 象棋代码~~import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.*; import java.io.*; //主类 public class Chess { public static void main(String args[]) { new ChessMainFrame("中国象棋Java版"); } } //主框架类 class ChessMainFrame extends
  3. 所属分类:Java

    • 发布日期:2011-04-21
    • 文件大小:100352
    • 提供者:huangmeizais
  1. c++实现+++海战游戏

  2. #include #include using namespace std; int main() { int a[10][10],b[10][10],i,j,x,y,t1=0,t2=0,p1=0,p2=1; ifstream fin("1.txt"); cout<<"电脑的布局为:"<<endl; for(i=0;i<=9;++i) {for(j=0;j>a[i][j]; cout<<a[i][j]<<" "; } cout<
  3. 所属分类:C/C++

    • 发布日期:2011-05-15
    • 文件大小:892
    • 提供者:xiejicangqiong
  1. 用vb做一个简单的射击游戏

  2. 用vb做一个简单的射击游戏 Option Explicit Dim RandX As Single Dim RandY As Single Dim Score As Single Dim Thisscore As Single Dim Average As Single Dim Shot As Integer Dim Appear As Boolean Dim Distance As Single Private Sub Command1_Click() Timer1.Enabled = Tr
  3. 所属分类:游戏开发

    • 发布日期:2011-06-11
    • 文件大小:4096
    • 提供者:x284785185
  1. C# 俄罗斯方块游戏

  2. C#做的俄罗斯方块游戏using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Xml; using System.IO; using System.Security.Cryptography; using System.Text; using System.Runtime.Serializ
  3. 所属分类:C#

    • 发布日期:2011-07-02
    • 文件大小:577536
    • 提供者:douzhi0940
  1. 2D游戏引擎Box2D

  2. For help with Box2D, please visit http://www.box2d.org. There is a forum there where you may post your questions. Box2D is an open source physics engine written primarily for games. As the name suggests, Box2D is a purely 2D engine. However, Box2D h
  3. 所属分类:C++

    • 发布日期:2011-07-07
    • 文件大小:2097152
    • 提供者:iee_7789
  1. outpost 游戏源码

  2. 选自 Tricks of Windows Game Programming Gurus - Vol. I, Revision I 最后一章的游戏源码
  3. 所属分类:游戏开发

    • 发布日期:2011-08-03
    • 文件大小:5242880
    • 提供者:BruceXY
  1. 一款简单的游戏-俄罗斯方块

  2. 以前闲的无聊了做的一个咚咚,本来以为俄罗斯方块能有多高深,没想到慢慢就弄出来了,由于水平有限,游戏没有声音,但可以更换图片,希望对初学者能有一定的帮助.初始化时的按键设置:P:暂停,:右移,方向键上: 变形,方向键下: 下落,U: 加速,I: 减速,
  3. 所属分类:网络基础

    • 发布日期:2006-01-13
    • 文件大小:335872
    • 提供者:chenxh
  1. 即时战略游戏

  2. I develop a computer game when I have free time, I plan something like a realtime-strategy like Starcraft, but with some new ideas. And I hope it will be better in the game graphics engine.
  3. 所属分类:专业指导

    • 发布日期:2006-02-23
    • 文件大小:724992
    • 提供者:chenxh
  1. 通杀完美游戏登录delphi源程序

  2. 通杀完美游戏登录delphi源程序,仅供学习研究用
  3. 所属分类:Delphi

    • 发布日期:2011-10-27
    • 文件大小:965632
    • 提供者:kanglx
  1. 学生上机游戏专用监控系统

  2. unit Unit3; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, xpWindow, StdCtrls, AAFont, AACtrls; type TForm3 = class(TForm) Label2: TLabel; xpWindow1: TxpWindow; AAFadeText1: TAAFadeText; private {
  3. 所属分类:其它

    • 发布日期:2011-11-10
    • 文件大小:1009664
    • 提供者:wanciden
  1. Android OPhone游戏编程从零开始 pdf (含源码)

  2. package org.yexing.android.games.mine; import java.util.Random; import android.content.Context; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import andro
  3. 所属分类:Android

    • 发布日期:2011-11-10
    • 文件大小:14680064
    • 提供者:tdkgood
  1. 飞机小游戏代码

  2. Date date(2008,11,1); Arrayaccounts(0); cout<<"(a)add account (d)deposit (w)withdraw (s)show (c)change day (n)next month (e)exit"<<endl; char cmd; do{ date.show(); cout<<"\tTotal"<<Account::getTotal()<"; char type; int ind
  3. 所属分类:C++

    • 发布日期:2011-11-21
    • 文件大小:1048576
    • 提供者:asasasas1112
  1. Game Physics Engine Development(2007)(480)_Millington I.143.pdf

  2. Game Physics Engine Development(2007)(480)_Millington I.143.pdf
  3. 所属分类:其它

    • 发布日期:2011-12-06
    • 文件大小:6291456
    • 提供者:gongyangyang100
  1. 游戏开发数据结构

  2. 一本介绍游戏开发方面的书。 Introduction What is a computer program? When you get down to the lowest level, you can separate a program into two main sections: the data and the instructions that operate on the data. These two sections of a program are commonly cal
  3. 所属分类:C++

    • 发布日期:2011-12-19
    • 文件大小:19922944
    • 提供者:jasper3000
  1. Android游戏开发

  2. Android游戏开发资料,英文 Chapter 1: Welcome to Android Gaming Chapter 2: Compiling Native Code in Android Chapter 3: Building a Java Game from Scratch Chapter 4: Java Games Continued: Fun with Polygons Chapter 5: Hybrid 3D Graphics with OpenGL and JNI Chapt
  3. 所属分类:Android

    • 发布日期:2012-01-30
    • 文件大小:3145728
    • 提供者:blarmy
  1. 炫舞吧 android 游戏开发

  2. 模仿qq炫舞游戏做出的单机版游戏 package cn.itcast.game; import java.io.InputStream; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.c
  3. 所属分类:Android

    • 发布日期:2012-05-05
    • 文件大小:10485760
    • 提供者:wenwenxixi
  1. [VisualC++ 网络游戏建模与实现

  2. 内容简介 本书讲述如何使用UML进行棋牌类网络游戏建模、并用VisualC++编程实现该游戏。 全书共分14章,第1~6章介绍网络通信编程,是网络游戏设计的基础;第7~12章介绍如何用UML对网络游戏进行可视化建模;第13章介绍如何用VisualC++编写有一定难度的客户端程序;第14章介绍如何使用数据库管理游戏数据。由于本书重点在于介绍网络游戏整体框架的建模和编程,所以在讲解时只给出了编程思想和实现的过程,并没有提供全部实现过程的源程序,但提供了关键的实代骊和设计框图,可使读者对网络游戏编程
  3. 所属分类:C++

    • 发布日期:2012-06-08
    • 文件大小:10485760
    • 提供者:csharpprogrammer
« 1 2 34 5 6 7 8 9 10 ... 50 »