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

搜索资源列表

  1. Rect

    0下载:
  2. 本例的俄罗斯方块采用MFC机制来实现,并且直接从架构的其中一个类对象中继承下来,将它完善而变成有某功能特性的物件对象.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:251.96kb
    • 提供者:tangkuaier
  1. llk

    0下载:
  2. VS2008写的连连看小游戏,用一个CStatic继承类,在上面生成N个按钮,按钮加载图片-VS2008 write Lianliankan game, with a CStatic derived class, generation of N in the above buttons, button to load the image
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:316kb
    • 提供者:vivian
  1. biggame

    0下载:
  2. 用C++编写的一个回合制战斗类的小游戏,只要体现了类的封装、继承、多态的特性-Using C++ to prepare a kind of turn-based fighting game, as long as the manifestation of the kind of package, inheritance, polymorphism characteristics
  3. 所属分类:Other Games

    • 发布日期:2017-04-29
    • 文件大小:185.46kb
    • 提供者:carl
  1. Terminator

    0下载:
  2. 一个捉虫子游戏(C++课程设计时做的)。 通过该实践来加深理解面向对象编程里类的设计和使用(比如说继承,访问方式),里还有定时器和随机数的使用。-a catch insects games (C++ programs designed to do). The adoption of the practice to deepen our understanding of object-oriented programming category Lane in the design and use
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:318.37kb
    • 提供者:lipeng
  1. RPGgame

    0下载:
  2. 利用类实现角色扮演类游戏思想,关于父与子的继承的实现等-class
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:5.86kb
    • 提供者:小白鲨
  1. PPocketBoxing

    0下载:
  2. 在游戏中,主要的一些类构成有Pocket Boxing、Boxer、Enemy、GameCanvas。其中Pocket Boxing类继承了MIDlet类,用来进行MIDlet的Live Cycle控制;Boxer存储了玩家的拳击手的信息,进行拳击手的描绘;Enemy存储电脑控制的拳击手的信息,进行拳击手的描绘,它继承了Boxer类;GameCanvas继承了Canvas类,进行画面的描绘与操作-In the game, the main classes constitute Pocket Bo
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:39.31kb
    • 提供者:gao
  1. ins123

    0下载:
  2. 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。   制作思路:   用按钮做棋子,用图片填充每个按钮。   设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:337.88kb
    • 提供者:齐高
  1. tetris

    0下载:
  2. 在VC6.0的IDE下完成的经典的俄罗斯方块游戏,使用了C++的类特性给七种方块定义了七个类,且它们继承自同一个父类。使用了C++的类特性后,感觉代码结构更加清晰,非常易于调试!-The IDE in VC6.0 completed under the classic Tetris game, using the C++ class features to the seven kinds of box defines seven classes, and they inherit from th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:697.43kb
    • 提供者:荣绍伟
  1. 2010-level-course-design-Terminator

    0下载:
  2. 一个捉虫子游戏(C++课程设计时做的)。 通过该实践来加深理解面向对象编程里类的设计和使用(比如说继承,访问方式)-A catch bugs game (c++ course design do). Through the practice to deepen our understanding of the object-oriented programming for the design and use of inheritance, access method (for example)
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-06
    • 文件大小:1013.21kb
    • 提供者:大雄
  1. game

    0下载:
  2. 面试题得实现,对游戏物品的一些类得设计。主要考察虚基类,继承的设计,面向对象的思想。-Interview questions was achieved, the game was designed some of the classes of goods
  3. 所属分类:Game Engine

    • 发布日期:2017-04-16
    • 文件大小:10.02kb
    • 提供者:刘乐宝
  1. Game-Server-Network-Programming

    0下载:
  2. 网络游戏Server编程 本书向读者展示了网络游戏服务器设计和开发的基础知识及实战案例,首先介绍了C/C++的基础知识、开发服务器所必需的基础类及通信类;然后说明了C/C++基础知识中的继承(Inheritance)、重载(Overloading)等概念,以及基础类中的Log、Memory类和Thread类;接着在通信类中对服务器编程所需的Winsock及IOCP进行了说明;还介绍了如何运行库和类设计游戏服务器;另外,介绍了其他书籍中不常见到的性能监视器(Performance Monit
  3. 所属分类:游戏引擎

    • 发布日期:2013-03-11
    • 文件大小:659.7kb
    • 提供者:沈飞
  1. src

    0下载:
  2. 设计一个简单的CardGames程序,运用面向对象封装、继承、抽象类、抽象方法、多态、动态绑定等概念。-Design a simple CardGames procedures, the use of object-oriented encapsulation, inheritance, abstract classes, abstract methods, polymorphism, dynamic binding concepts.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:3.97kb
    • 提供者:
  1. Spaceship

    0下载:
  2. 飞行员等级考试游戏。参考经典的"是男人就撑过20秒plane"写了个小游戏作为教程,有点难度,涉及到类的一般操作,如编写类、类的继承等。-Pilot rating exam game. Reference to the classic "man to get through 20 seconds plane," wrote a little game as a tutorial and a bit difficult, related to the general operation of th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:130.44kb
    • 提供者:sunjunyu
  1. java-eluosifangkuai

    0下载:
  2. 用JAVA语言编写俄罗斯方块游戏,实现俄罗斯方块游戏的基本功能。课题主要完成目标是利用小应用程序模版及按钮事件、多线程以及相关事件处理完成俄罗斯方块游戏的操作程序。应用到的技术包括类的继承,接口的引用以及各类中重要方法的充分运用paint方法绘制游戏区,移动有效性判断locateFlag(),等),以及多线程的应用实现对方块下落速度的控制(线程的应用(线程的创建、run()方法的使用-Tetris game written in JAVA language, the basic function
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:883.24kb
    • 提供者:李嘉威
  1. point

    0下载:
  2. 1. 将点-圆 柱的继承关系用类表示出来。 创建Point类、Circle类和Cylinder类 创建使用该三个类的主类。 注意:每个类至少有两个构造函数和三个方法。 - point- round- cylindrical inheritance relationship with class said. Create class Point, Circle, Cylinder class Created using the three main classes. N
  3. 所属分类:Games

    • 发布日期:2017-12-10
    • 文件大小:5.21kb
    • 提供者:酥酥念
  1. pintuyuanma

    0下载:
  2. JAVA小游戏-拼图 我做的第一个小游戏 Cell类是继承的按钮类,并加上相应图形,形成方格 MyCanvas是一个面板,加载Cell类的对象(方格),是这三个类中的核心 -JAVA games- puzzle I do a little game Cell class inherits the button class, plus graphics, to form squares MyCanvas panel, load the Cell class of objects (sq
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-30
    • 文件大小:11.25kb
    • 提供者:王洪国
  1. Java-language-puzzle-source-code

    0下载:
  2. Java语言实现拼图游戏源代码 Cell类是继承的按钮类,并加上相应图形,形成方格-Java language jigsaw puzzle source code Cell class inherits the button class, and add corresponding graphic form a grid
  3. 所属分类:Games

    • 发布日期:2017-11-20
    • 文件大小:2.77kb
    • 提供者:pudn1302
  1. Java-liaotian

    0下载:
  2. 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
  3. 所属分类:Games

    • 发布日期:2017-04-15
    • 文件大小:5.5kb
    • 提供者:heibao
  1. evenment

    0下载:
  2. 一个利用类的继承写的小程序,适合初学者对累的理解。-A small program written to take advantage of class inheritance, understand for beginners tired.
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6.16kb
    • 提供者:jing062840
  1. game

    0下载:
  2. JAVA小游戏-拼图 * Cell类是继承的按钮类,并加上相应图形,形成方格 *MyCanvas是一个面板,加载Cell类的对象-JAVA Games- Jigsaw Puzzle * Cell class is inherited the button class, and add the appropriate graphics to form a grid * MyCanvas is a panel that loads objects of the Cell clas
  3. 所属分类:Games

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:开心
« 12 »
搜珍网 www.dssz.com