CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - class package

搜索资源列表

  1. HGE-Editbox

    0下载:
  2. 给hge引擎增加显示文字的类, 可以显示中英文. 封装的还是比较好的.-Hge engine to increase the display text of the class, you can display Chinese and English. Package is quite good.
  3. 所属分类:Game Engine

    • 发布日期:2017-03-22
    • 文件大小:371.82kb
    • 提供者:得意
  1. puzzle

    0下载:
  2. 使用纯Win32 API编写的拼图游戏,并可以播放声音。播放声音使用的是OpenAL库,且在源码中附带了一个封装的操作OpenAL的类,这样可以很容易地在程序中加入声音-Written using pure Win32 API jigsaw puzzle, and can play a sound. Play a sound using OpenAL libraries and source code included in a package operating OpenAL class, s
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-25
    • 文件大小:8.01mb
    • 提供者:荣绍伟
  1. WARplane

    0下载:
  2. MFC飞机大战 游戏,源码比较简单,但涉及的类比较多,对于初学类的同学来说是个好的学习资料,让你了解什么是封装,以及怎样封装。-MFC aircraft World War II war games, source code is relatively simple, but more involved in class for the beginner class students is a good learning materials, so that you understand wha
  3. 所属分类:Shot Game

    • 发布日期:2017-06-16
    • 文件大小:23.8mb
    • 提供者:金熊
  1. CDXApp

    0下载:
  2. 一个Direct3DRM的包装类的例子--A Direct3DRM package class example
  3. 所属分类:Game Program

    • 发布日期:2017-11-15
    • 文件大小:103.88kb
    • 提供者:站长
  1. fiveGame

    0下载:
  2. Delphi编写的一个五子棋类,封装不错,棋盘和棋子采用GDI绘制,没有贴图,界面不怎么好看,但是可以学习下.-Delphi written a Gobang class, package, good use of GDI drawing board and pieces, there is no map, interface not very good-looking, but you can learn from the next.
  3. 所属分类:Game Program

    • 发布日期:2017-04-01
    • 文件大小:11.86kb
    • 提供者:HuangJacky
  1. Flashtanke

    0下载:
  2. flash坦克小游戏 package{ import flash.display.Sprite public class Tank extends Sprite{ public function Tank(){ } public function get tower():Sprite{ return towerMc } } }-Tank game package (import
  3. 所属分类:Game Program

    • 发布日期:2017-03-31
    • 文件大小:11.93kb
    • 提供者:sb
  1. Chess

    0下载:
  2. 这是一个非常基本的国际象棋程序2的球员。我是来弥补计算机科学使用工具中央结算系统图形包中的类图形程序。虽然这是一个易于使用的软件包,它是在它的使用有限。<br> <br>此程序有一些inherant limiatations。首先,因为只有JPEG支持可用,我不得不作出许多图像的两倍(因为JPEG格式不支持透明像素)。该程序将无法检测检查或将死,因为我没有时间来实现这些功能。正如您将看到,没有撤消功能。这可能是有点容易实现。最大的错误是我在作品的方式存储在内存中。他们居住
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:491.31kb
    • 提供者:jimmy sia
  1. s2222

    0下载:
  2. 客户端一共有四个包,分别是control、model、ui和game,分别封装了与控制、模型、图形界面以及游戏相关的类,其中目前为止我的这个对战平台中只有黑白棋一种游戏,所以game包中只有一个包othello,里面是跟黑白棋游戏相关的类。-The client a total of four packages, namely, control, model, ui and the game, each package with the control, model, graphical in
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:719.89kb
    • 提供者:赵阳
  1. saolei

    0下载:
  2. 包内含有:程序C#源代码、程序类设计图.vsd、程序数据库设计图.vsd、程序流程图.vsd、扫雷-项目文档.doc、用户手册(GB8567——88.doc等相关文档,绝对是好东东! -Package contains: Program C# source code, program class design. Vsd, program database design. Vsd, program flow chart. Vsd, mine- project documentation. Do
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:1.46mb
    • 提供者:huangjkdj
  1. Particle-snow

    0下载:
  2. 这是一个游戏场景开发中经常用到的粒子雪部分的开发源码。其中的每个部分都封装为类。有利于学习和研究。-This is a game development scene in the snow particles are often used part of the development of source code. In which each part of the package as a class. Conducive to learning and research.
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:348.17kb
    • 提供者:chenguoyin
  1. release

    0下载:
  2. 用JAVA写的超级马里奥。 The code is basically undocumented, but should be readable anyway as it s fairly clean. The main entry points are AppletLauncher and FrameLauncher. The main game is in MarioComponent. "sonar" is the base of a software sound eng
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:258.01kb
    • 提供者:haobo
  1. MAZE

    0下载:
  2. 这是一个迷宫游戏,可以随机产生迷宫,显示路径-package com import java.applet.* import java.awt.* import java.util.* import java.io.* public class Maze3D extends Applet { public boolean clearUserAttempts public boolean hexag
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:79.61kb
    • 提供者:胡塞尔
  1. Hodoku_src

    0下载:
  2. JAVA swing 编写的一款数独源代码 里面具有很优秀的算法 编码:UTF-8 主类:sodoku.Main 包内含有 eclipse 和 netbeans 的相关项目文件 开始方式:点击工具栏上那个“数独小图标”就能开始一局随机的数独,边上的下拉框中表示数独难度。右侧的解题步骤中,颜色越深的表示该算法的思维方式越复杂。-A Sudoku source code written in JAVA swing Which has a v
  3. 所属分类:Games

    • 发布日期:2017-11-21
    • 文件大小:1.2mb
    • 提供者:yangguang
  1. QT_N_queen

    0下载:
  2. N皇后问题求解工具。能够求解出4—9皇后的所有解,类封装的。图形界面-N Queens problem solving tools. Be able to solve all the solutions of 4-9 Queen of the class package. Graphical interface
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:958.49kb
    • 提供者:林海
  1. HTTPClass

    0下载:
  2. 用于VB应用开发中直接访问HTTP的封装类,对wininet进行有效的封装,提供易于使用的接口。-VB application development for the HTTP package of direct access to the class, right wininet effective package, providing easy-to-use interface.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:formance
  1. package

    0下载:
  2. 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。-A simple digital clock program, which date class derived from MFC CStatic base class.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1004byte
    • 提供者:sandach
  1. properties

    0下载:
  2. 这是一个Java中的操作配置文件,在一个需要用到大量配置信息的模块和系统里,有必要封装一个专门的类来使用配置文件。-This is a Java operation in the configuration file, in a need to use a lot of configuration information modules and systems, it is necessary to package a special class to use the configuration
  3. 所属分类:Games

    • 发布日期:2017-04-12
    • 文件大小:842byte
    • 提供者:小罗
  1. pintu

    0下载:
  2. 设计一个用java语言实现的数字拼图小游戏。界面主要由15个按钮,按钮上数字从“1”到“15”,面板采用网格布局,4*4分布。主要用到了awt包中的Frame、Butto,awt.event 包中的ActionListener、WindowListener接口,util包中的随机数(Random)类产生随机数。 数字移动是通过交换label属性。-Design a digital implementation using Java language puzzle game. Interfac
  3. 所属分类:Games

    • 发布日期:2017-04-13
    • 文件大小:2.37kb
    • 提供者:任姣
搜珍网 www.dssz.com