CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 其他智力游戏 搜索资源 - Object-Oriented

搜索资源列表

  1. fiveInALine

    0下载:
  2. 五子棋游戏,MFC,C++实现界面和面向对象函数的编写,人机对战,电脑AI比较高-Backgammon game, MFC, C++ and object-oriented interface functions to achieve the preparation, man-machine gaming, the computer AI is relatively high
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:452640
    • 提供者:zhangnan
  1. Mine1.0src

    0下载:
  2. 2006年初学VB.NET时所写的练习代码,使用VB.NET2005,图片从WINDOWS扫雷(XP版)中截取的,有一点点面向对象的意思,希望大家喜欢!-Written in early 2006 when the practice learning VB.NET code, using VB.NET2005, pictures from the WINDOWS mine (XP version) in the interception, there is a little object-ori
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:807658
    • 提供者:梁国超
  1. WTK_pt

    0下载:
  2. j2me拼图游戏,利用面向对象实现。是中国移动mm培训讲师讲的一个项目-j2me puzzle, using the object oriented implementation. China Mobile mm trainers talk about a project
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:599249
    • 提供者:anan
  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
    • 文件大小:1037524
    • 提供者:大雄
  1. StarTrekCPP_src

    0下载:
  2. The Object-Oriented Text Star Trek Game in C-The Object-Oriented Text Star Trek Game in C++
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:183446
    • 提供者:Yoka
  1. Game-against

    0下载:
  2. 一个双人对抗的小游戏,对面向结构和面向对象的学习都有帮助。-A double against little game, to the face structure and object oriented learning all help.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:264956
    • 提供者:卞旭
  1. mines

    0下载:
  2. 利用python中的pygame模块编写的扫雷程序,采用了面向对象的设计方式,对数据有很好的封装,可以作为学习参考。-Mine clearance program written in python pygame module, object-oriented design, the data have a good package, can be used as a reference.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:520952
    • 提供者:高汉清
  1. VCchengxu

    0下载:
  2. 迷宫游戏:设计一个面向对象的模拟小游戏——小球闯迷宫 -Maze game:Design an object-oriented simulation game--small ball through a maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-12
    • 文件大小:2820503
    • 提供者:杜智慧
  1. Tetris

    0下载:
  2. 自己编写的一款俄罗斯方块小游戏,采用了面向对象的算法,通过设计不同元素的类实现,供参考交流-I have written a Tetris game, using the object-oriented algorithm to achieve through the design of the different elements of the class, for information exchange
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-22
    • 文件大小:3936652
    • 提供者:tml
  1. fanpai

    0下载:
  2. 本文首先对J2ME体系、彩排游戏的玩法做了详细说明,然后采用面向对象的设计方法对游戏系统进行设计与实现,给出了游戏的运行效果和关键代码,最后总结了全文工作。本文把蓝牙技术应用到游戏上-This article first the J2ME architecture rehearsal game play do the detailed descr iption, and then using the object-oriented design methods of game systems d
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-10
    • 文件大小:5662182
    • 提供者:王世勋
  1. Two-Tetris-Games(On-Line)

    0下载:
  2. 内部使用面向对象的方法实现了: 1.控制台版的单人俄罗斯方块。 2.基于WinGUI的俄罗斯方块,具有 1.)单人模式 2.)双人单机模式 3.)双人联机模式(基于WinSocket) 三种模式。-The program has been programmed in a Object-Oriented Method, and include two different Tetris game which based on one single simple obje
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-18
    • 文件大小:6173475
    • 提供者:x
  1. saolei

    0下载:
  2. 本课程设计实现类似于Windows操作系统自带的扫雷游戏。在课程设计中,系统开发平台为Windows XP,程序设计语言采用Visual C++,程序运行平台为Windows 2000/XP。在程序设计中,把整个雷区看成一个二维数组,把雷方块定义为具有所在雷区二维数组的行和列、当前状态、方块属性、历史状态的结构体,采用了结构化与面向对象两种解决问题的方法。整个游戏程序包括了布雷、扫雷过程和结果三个阶段,在处理鼠标响应事件中伴随着GDI绘图。程序通过调试运行,实现了设计目标,能够同时满足扫雷游戏初
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-18
    • 文件大小:4465635
    • 提供者:dingchen
  1. Object-oriented-Tetris

    0下载:
  2. 面向对象的俄罗斯方块游戏源码,用于学习面向对象编程和游戏编程-source code of Object-oriented Tetris,for studying program of game and Object-oriented
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:90839
    • 提供者:闲人
  1. GAMEProject

    0下载:
  2. 面向对象思想,用JAVA实现的推箱子智力小游戏-Object-oriented thinking, using JAVA intellectual game Sokoban
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:286951
    • 提供者:FF
  1. flying-birds

    0下载:
  2. 内容是飞翔的小鸟游戏,内涵源代码,代码部分主要包括面向对象以及java的基础语言部分,对于学习面向对面的同学有很大帮助-Flying Birds game, content source code, the code section includes object-oriented language section and java foundation for learning for students across the great help
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:988518
    • 提供者:李天意
搜珍网 www.dssz.com