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

搜索资源列表

  1. Poker

    0下载:
  2. 我们老师写的扑克牌游戏,是基于MFC框架写的,很适合新手
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:2891957
    • 提供者:庸少
  1. lianliankan

    0下载:
  2. 游戏设计是采用VC++的MFC框架搭建的单文档用户界面,具有良好的用户界面功能,分三个主功能菜单,游戏菜单、选项菜单和帮助菜单。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:229747
    • 提供者:吕鹏
  1. EdacitySnake

    0下载:
  2. 一个小游戏,贪吃蛇。 运用于MFC框架,是我学习MFC时做得一个例子。
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:38818
    • 提供者:肖雄
  1. MFC框架实现一个五子棋游戏

    0下载:
  2. 使用VC开发平台,MFC框架实现一个五子棋游戏,有人人对战、人机对战,The use of VC development platform, MFC framework for the realization of a backgammon game, it was one battle, man-machine war
  3. 所属分类:棋牌游戏

    • 发布日期:2017-03-26
    • 文件大小:150087
    • 提供者:
  1. game_map_edit

    0下载:
  2. MFC 开发的一款 45度角游戏地图编辑器的框架。-MFC development of a 45-degree angle to the game map editor framework.
  3. 所属分类:Game Program

    • 发布日期:2017-05-29
    • 文件大小:12041830
    • 提供者:飞蚂蚁
  1. wuziqi

    0下载:
  2. 实现网络五子棋。。能进行网络对战!利用VC++ MFC框架实现-Gobang network. . Network to the war! Using VC++ MFC framework to achieve
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-13
    • 文件大小:3159267
    • 提供者:龙之吻
  1. five

    0下载:
  2. 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:5014922
    • 提供者:sunyi
  1. Iamhere

    0下载:
  2. 是展示了如何用MFC框架做一个图形小游戏的东西,可以再界面窗口中看到人物。-It s shows how to build a game on the MFC .You can see the people on the screen .
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-30
    • 文件大小:12912129
    • 提供者:Judyjava
  1. mytank

    0下载:
  2. 基于MFC框架,模拟坦克游戏,对游戏有兴趣的可以下载试试。-MFC-based framework, simulation tank game, interested in the game can be downloaded to try.
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:451950
    • 提供者:123456
  1. block

    0下载:
  2. 一个俄罗斯方块VC++源码 VC6.0调试通过,MFC框架创建游戏-A Tetris VC++ Source VC6.0 debugger through, MFC framework creates games
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-16
    • 文件大小:4517827
    • 提供者:Keynn
  1. OSGFrameWork

    1下载:
  2. 最近学习OSG,下载了FreeSouth大侠的一个MFC框架RambleSystem,自己学习了一下,新建了一个单文档程序,改了其中一些bug,和大家分享一下。单文档程序实现的功能非常简单,就是打开显示osg文件。不过仍存在一个问题,例如打开一些osg文件显示模型不理想,估计是视口设置有问题;另外打开一些osg文件出现内存泄露。-Recent study OSG, download heroes of an MFC framework FreeSouth RambleSystem, you le
  3. 所属分类:Game Engine

    • 发布日期:2014-05-06
    • 文件大小:155648
    • 提供者:朱小明
  1. brick

    0下载:
  2. 基于MFC框架的俄罗斯方块,有部分用鼠标控制的功能(用鼠标拖动方块,消去,填充等)-Tetris on MFC framework, some of the functions with the mouse control (using the mouse to drag the box, eliminate, fill, etc.)
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:378124
    • 提供者:nekomimimisuzu
  1. picture

    0下载:
  2. 拼图游戏,MFC框架,基于对话框,可实现图像的自选和级别自己设定。-Picture game, using the MFC and based on dialog
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:744724
    • 提供者:UU
  1. Five

    0下载:
  2. 使用MFC框架编写界面,C++语言实现.本程序包含人机对战与人和人对战,最后附有详细开发文档,算法实现清楚明了,对于编写五子棋游戏大有帮助-Interface written using MFC framework, C++ language. This program contains one machine and play against and play against, and finally developed with detailed documentation, algorit
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:2853412
    • 提供者:周天
  1. Snake

    0下载:
  2. MFC框架的贪吃蛇小游戏,双人版,界面简陋-MFC framework of Snake game, double version, the interface simple
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:44374
    • 提供者:徐子航
  1. Gluttonycode

    0下载:
  2. Opengl的课程作业小引擎,有基本的模型、材质、字体、相机、时间、2D控件等等类,结合MFC框架,养成和探险类结合的游戏,虽然整个游戏设计上很简单,但功能已经具有雏形-A small 3D Opengl Game enginee, Containing basic classes like Material,Model,Control,Image,Font,Camera and so on. Running on Windows MFC environment.It s a simple ga
  3. 所属分类:Game Engine

    • 发布日期:2017-06-20
    • 文件大小:34856960
    • 提供者:yzx
  1. snake

    0下载:
  2. VC贪食蛇游戏源码。游戏可以设置难度,有不同关卡选择。使用MFC框架写的,蛇身与地图使用MFC画图实现。能够添加不同关卡。-VC Snake game source code. You can set the difficulty of the game, there are different points choices. Written using the MFC framework, snake and map drawing using MFC implementation. The
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:178866
    • 提供者:方毅
  1. brick

    0下载:
  2. 嵌入式俄罗斯方块,使用EVC开发的,采用的是MFC框架编写的-embeded evc builder,brick brick
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-16
    • 文件大小:4337621
    • 提供者:Jack
  1. 02-Wipe-other-pattern

    0下载:
  2. 该程序为游戏编程的基本功能,GDI程序设计,可载入载出图片,形成动画的效果,基于单文档程序设计,基于MFC框架,开发2维图形动画效果-The program' s basic functionality for the game programming, GDI programming, set a picture can be loaded form of animation, based on the single programming document, based on the
  3. 所属分类:Game Engine

    • 发布日期:2017-04-09
    • 文件大小:619111
    • 提供者:wang dong
  1. VC++MFC

    0下载:
  2. 棋牌游戏框架开发后续版本功能建议计算胜负,按照规则以文件形式输入输出,人工智能等(The game framework for chess and card games is developed for the subsequent version of the function, which is recommended for calculation, input and output in the form of documents, artificial intelligence, et
  3. 所属分类:游戏

    • 发布日期:2018-04-21
    • 文件大小:2896896
    • 提供者:人_天涯
« 12 3 »
搜珍网 www.dssz.com