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

搜索资源列表

  1. MyRussionBlock

    0下载:
  2. 自己使用C#编写的一个俄罗斯方块游戏。 完全使用面向对象思想,具有很强的可扩展性。支持多种游戏模式,可以自定义新种类的方块,可记录游戏积分并查看排行榜等。-its own use C# prepared a Tetris game. Full use of object-oriented thinking, and highly scalable. Support for multiple game modes, and can define new types of sheet, it c
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:667873
    • 提供者:隋毅
  1. 用VC制作小程序

    0下载:
  2. 简单的扫雷游戏 本文从分析Windows扫雷游戏的功能特点开始,应用面向对象的可视化编程语言Visual C++给出了个功能模块的具体实现方法,并提供了编写小游戏程序的一般方法和Visual C++的一些使用技巧。 -simple game of mine is mine from the analysis of Windows features games, the application of object-oriented visual programming language Visua
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:8848
    • 提供者:叶尔兰
  1. brick

    0下载:
  2. 打砖块的C++代码,经vc6.0测试,可以使用,喜欢的拿去-The object of BrickBreaker C++ code, the vc6.0 test, you can use, like take
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:2280
    • 提供者:三郞
  1. Yeah-really-fight

    0下载:
  2. VC++人物格斗游戏模块代码,编写此功能需要使用以下知识:   1.对象的新属性:生命值、攻击力。   2.对象生命值的显示。   3.打斗时生命值的改变。   4.在场景中添加物品。      游戏测试操作的方法:      A、在场景内点任意点,指挥主角移动。   B、将鼠标移到场景外,可以移动地图。   C、在微缩地图上点一下,可以快速定位。   D、ESC键,退出游戏。      你可以指挥主角去打猎了。
  3. 所属分类:Other Games

    • 发布日期:2017-03-25
    • 文件大小:105819
    • 提供者:吴晓
  1. 电话

    0下载:
  2. 电话 //创建以画布为依托的简单场景图对象,没有多个Locale SimpleUniverse u=new SimpleUniverse(c) u.getViewingPlatform().setNominalViewingTransform() //创建分支组对象 BranchGroup scene=createSceneGraph(c) //组装,分支组 对象加到 场景图 u.addBranchGraph(scene) //带场景图的画
  3. 所属分类:Other Games

    • 发布日期:2017-11-17
    • 文件大小:15505
    • 提供者:zqj
  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
    • 文件大小:326011
    • 提供者:lipeng
  1. Game

    1下载:
  2. 小游戏,剪刀石头布。用c++编译,主要学习C++的面向对象编程-Games, Rock Paper Scissors. C++ compiler with the main learning C++, object-oriented programming
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:265802
    • 提供者:张晓笛
  1. bulletCocos2D

    0下载:
  2. 用object-c编写的一个游戏,对正在学习iphone编程的人员很有用哦-good game by object-c
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:1121257
    • 提供者:xxl
  1. MammothHunting

    0下载:
  2. iphone object-c simple touch shotting game
  3. 所属分类:Other Games

    • 发布日期:2017-05-26
    • 文件大小:8889389
    • 提供者:taekwonv80
  1. wolf3d_iphone_v1.2_src

    0下载:
  2. wolf3d iphone version - object c shooting game
  3. 所属分类:Other Games

    • 发布日期:2017-05-06
    • 文件大小:1100969
    • 提供者:taekwonv80
  1. MyGame

    0下载:
  2. 一个简单的游戏 主要联系面向对象编程思想 C#语言编写 涉及到很多C#知识 有详细注释 很适合学习用。-A simple game main contact object-oriented programming ideas c# language preparation concernes many c# knowledge have detailed comments is a fit place for study.
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:3062632
    • 提供者:
  1. net_tank

    0下载:
  2. 坦克游戏的局域网对战C++版,包括游戏代码和地图编辑器代码,游戏采用同步TCP通讯方式,封装directdraw绘制图形,简单的UI,类似魔兽争霸的局域网建主加入,地图编辑器采用MFC编写,代码尽量采用面向对象方式编程,但也有不足之处-Battle Tank LAN version of the game, using synchronous TCP communications, packaging directdraw to draw graphics, simple UI, similar
  3. 所属分类:Other Games

    • 发布日期:2017-05-14
    • 文件大小:3978134
    • 提供者:fanjiaqi
  1. tanchishe

    0下载:
  2. 贪吃蛇程序MFC实现,C++语言编写,有类和对象定义,自定义界面以及按钮等-Snake MFC implementation of the program, C++ language, there are class and object definitions, and other custom interfaces and buttons
  3. 所属分类:Other Games

    • 发布日期:2017-05-10
    • 文件大小:2246780
    • 提供者:zhangnan
  1. CPP-Module-II

    0下载:
  2. Module II is the second course in the C++ Programming for Game Developers series. Recall that in Module I we started off by studying fundamental programming concepts like variables, console input and output, arrays, conditional statements, strings, l
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2653783
    • 提供者:After Shave
  1. TestSnake

    0下载:
  2. 俄罗斯方块QT实现,利用C++面向对象基础,实现的,可以参考学习-Tetris QT using C object-oriented basis, to achieve, can refer to learning
  3. 所属分类:Other Games

    • 发布日期:2017-05-16
    • 文件大小:4547964
    • 提供者:杨龙军
  1. s-3

    0下载:
  2. make object bounce in c-make object bounce in c++
  3. 所属分类:Other Games

    • 发布日期:2017-05-06
    • 文件大小:1165786
    • 提供者:ret4555
  1. tankwarover

    1下载:
  2. 利用Qt开发工具,用C++编写的一款游戏。单机版坦克大战能够独自一个人游戏,主军坦克能够通过键盘来朝八个方向自由移动并发炮弹,同时还具有向八个方向开火的超级功能,能处理坦克子弹消亡和爆炸效果,遇到障碍物停止前进等功能,敌军坦克能够自由移动并发炮弹-The use of Qt development tools, with C++ prepared a game. Stand-alone version can be alone in a Battle City game, the main ar
  3. 所属分类:Other Games

    • 发布日期:2014-05-27
    • 文件大小:2125824
    • 提供者:Elise
  1. AIRFLY.

    0下载:
  2. C#打飞机游戏的雏形,类似雷电那种飞机大战游戏,C#游戏源码,采用面向对象编程的概念,不到600行代码,比较简单易懂,特别适合C#初学者学习游戏开发。本打飞机游戏支持键盘操作,也可以用鼠标操作,可以接子弹或者生命。下载源码后请重新编译,然后运行bin目录下的Aircraft.exe文件即可。 -C# prototype aircraft game, similar to the kind of aircraft lightning war games, C# game source code
  3. 所属分类:Other Games

    • 发布日期:2017-05-01
    • 文件大小:519954
    • 提供者:satyr
  1. BeatPlane

    0下载:
  2. 该代码是用object-c写的小程序打飞机,用UI实现程序的图形界面设计,简单的有敌机下降,飞机左右移动发送子弹摧毁敌机。-The code is hit with object-c plane to write small programs with UI design to achieve the program s graphical interface, simply have the enemy down and move around the aircraft sent to des
  3. 所属分类:Other Games

    • 发布日期:2017-05-15
    • 文件大小:3856183
    • 提供者:张春艳
  1. TinderSimpleSwipeCards-master

    0下载:
  2. it is card sample for object-c
  3. 所属分类:Other Games

    • 发布日期:2017-04-27
    • 文件大小:458617
    • 提供者:mingming
« 12 »
搜珍网 www.dssz.com