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

搜索资源列表

  1. game_shao_lei

    0下载:
  2. 一款用VC编的扫雷游戏,在Visual C++6.0上调试通过-A VC mine-game series, in Visual C 6.0 debugging through
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:69.49kb
    • 提供者:keven
  1. Five

    0下载:
  2. VISUAL C++ 6.0 五子棋源码
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:137.06kb
    • 提供者:hyw
  1. VC-Mine-sweeper

    0下载:
  2. VC编写的扫雷游戏,在 Visual C++ 6.0 中,打开“扫雷游戏”项目文件。编译、连接、运行,打开如图所示窗口,即可进行扫雷游戏的操作。 -Mine written in VC games in Visual C++ 6.0, open the " Minesweeper" project file. Compile, link, run, open the window shown, you can de-mining operation of the game.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:991.9kb
    • 提供者:纪昀
  1. 3D_magic_cube

    0下载:
  2. Visual C++ 6.0环境下实现的一个3D魔方游戏,可任意旋转到指定平面并切换指定旋转魔方块-Visual C++ 6.0 environment to achieve a 3D puzzle game can be freely rotated to rotate the specified plane and switch specifies the magic box
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:20.99kb
    • 提供者:zdj
  1. tetis

    0下载:
  2. 用visual c++6.0 MFC编写的俄罗斯方块-With visual c++6.0 MFC Tetris prepared
  3. 所属分类:Other Riddle games

  1. TicTac

    0下载:
  2. 在visual C++6.0环境下,编写的一个基于对话框小游戏。游戏使用左右键进行,在一个方向连上三个棋子一方算赢-In visual C++6.0 environment, the preparation of a dialog-based game. Use left and right keys to the game, in one direction with one count win on the three pieces
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-15
    • 文件大小:3.58mb
    • 提供者:王柳
  1. BoxMan

    0下载:
  2. 经典游戏——推箱子,语言Visual C++6.0全部代码-Classic Games- Sokoban, all Visual C++6.0 language code
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-06
    • 文件大小:1.45mb
    • 提供者:yuexiaojian1
  1. VC-Tetris

    0下载:
  2. VC编写的俄罗斯方块游戏源码,在 Visual C++ 6.0 中,打开“俄罗斯方块游戏”项目文件。编译、连接、运行,打开如图所示窗口,即可进行俄罗斯方块游戏的操作。-VC source Tetris game written in Visual C++ 6.0, open the " Tetris" project file. Compile, link, run, open the window shown, you can make the operation of th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:561.71kb
    • 提供者:纪昀
  1. Visual-CPP-Game-Developing-Code

    0下载:
  2. 用Visual C++开发的经典游戏,包括扫雷,贪吃蛇,俄罗斯方块等。Viual C++6.0调试通过。-Developed with Visual C++ classic games, including mine, Snake, Tetris and so on. Viual C++6.0 debug through.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-16
    • 文件大小:23.47mb
    • 提供者:张晓峰
  1. 01-tan-chi-she

    0下载:
  2. 使用Visual C++ 6.0来调试,先打开光盘中的snake_main.dsw文件,然后使用Build命令进行调试。 include "snake.cpp" void main() { //welcome to play the game graph_welcome() //delay Sleep(1000) //the game page layout view graph_game() //initi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-06
    • 文件大小:1.14mb
    • 提供者:康康
  1. sokoban

    0下载:
  2. 推箱子在vc上面的实现,包括在vc上面实现的地图编辑器。-sokoban games in visual C++6.0
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:157.59kb
    • 提供者:jacksmitch
  1. saolei

    0下载:
  2. 以Visual C++ 6.0为开发环境,设计并开发一款扫雷游戏,其功能类似于Windows操作系统自带的扫雷游戏。论文首先介绍了制作游戏的整体思路及整个游戏设计的流程规划,然后介绍了雷区的布置以及地雷随机产生的实现方法;重点介绍了在游戏过程中各事件的处理,其中又以鼠标事件和清除未靠近地雷区方块这两方面最为最要,鼠标事件是利用鼠标所发出的信息了解使用者的意图,进而做出相对应的动作,而清除未靠近地雷区方块由于引进了“递归”这个概念而使其简单化。-What my thesis research fo
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:701.51kb
    • 提供者:wallace
  1. mine-sweeping

    0下载:
  2. 这是一个在Visual C++6.0上用c++写的简单的扫雷游戏-This is a simple mine sweeping game devoleped with Visual C++ 6.0
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-28
    • 文件大小:10.71mb
    • 提供者:魏文杰
  1. Mine-sweeping

    0下载:
  2. Visual C++ 6.0做的扫雷游戏-a Mine-sweeping
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-13
    • 文件大小:2.96mb
    • 提供者:poiiya
  1. snake

    0下载:
  2. 本程序采用Microsoft Visual C++6.0的英文版编写的一个贪食蛇小游戏-This program uses a Snake game written in the English version of the Microsoft Visual C++ 6.0
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:71.26kb
    • 提供者:tom
  1. MyRussiaSquare00

    0下载:
  2. 这是用Microsoft visual c++6.0编写的一款小巧的小游戏——俄罗斯方块,里面有高效的算法和数据结构设计-This is written in Microsoft visual c++6.0 a small game- Tetris, there are efficient algorithms and data structures
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-11
    • 文件大小:2.2mb
    • 提供者:chenhaosust
  1. skyblue_Snake

    0下载:
  2. 贪吃蛇,不用多说,你懂的。visual c++ 6.0编译通过-Snake Needless to say, you know. the visual c++ 6.0 compiled by
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-30
    • 文件大小:398.13kb
    • 提供者:堕天使
  1. xiangqi

    0下载:
  2. 这是一个在visual c++6.0 win32 平台下编写的象棋程序 仅供参考! (注:mfc视图类) 工程名 Xq -This is a chess program written in visual c++6.0 win32 platform for reference only! (Note: mfc view class) project name Xq
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-23
    • 文件大小:99.88kb
    • 提供者:思鱼
  1. china-chess

    0下载:
  2. 用于双人娱乐,消遣,提供不同的娱乐项目。相信大家在空闲时候也会感到无聊,在电脑没有网络,不能用网络来消遣的情况下,我们就需要用像贪吃蛇这样的小游戏来消遣。熟练使用vc++,提高自身对MFC类的理解及更好的应用MFC类制作软件.Microsoft Visual C++6.0程序设计语言的基本概念和语法结构以及常用控件的使用,并通过大量的例子介绍C++程序设计的方法和技巧,内容包括:C++程序设计基础、对象及C++应用程序的建立、数据的输入与输出、基本的控制结构、数组和过程的程序设计、常用控件的使用
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-23
    • 文件大小:5.55mb
    • 提供者:李荣
  1. MazeGame

    0下载:
  2. 一款自己开发的简单迷宫小游戏,基于visual C++6.0,可供初学者学习。-Their development of a simple maze game, based on visual C++6.0, for beginners to learn.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:1.23kb
    • 提供者:Javer
« 12 »
搜珍网 www.dssz.com