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

搜索资源列表

  1. XiangQiDaiMa

    0下载:
  2. Directory of renju 中国象棋范例的源程序:目录renju下的内容 renju.dsw renju.dsp 这两个是项目文件。包含整个项目的文件配置等信息 RESOURCE.H renju.rc 这是整个工程中使用的Windows资源列表。包括置于res子目录下的图标,位图以及光标等内容。 Renju.h 这是应用程序的主头文件。包含了通用于工程的其他头文件。以及CRenjuApp类的声明。 renju.cpp
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:112705
    • 提供者:叶铭
  1. llk

    0下载:
  2. 鼠标操作,点击两个相同的图案,如果存在不超过两个拐角的通路就可以消去 有时间限制,时间到则该局挑战失败,消去一次则时间会回退一格 F5: 提示 F6: 生命(重新布局)-This file contains a summary of what you will find in each of the files that make up your llk application. llk.dsp This file (the project file) co
  3. 所属分类:Game Program

    • 发布日期:2017-05-16
    • 文件大小:4499573
    • 提供者:dyl
  1. squareGAME

    0下载:
  2. 用dsp写的一个俄罗斯方块经典游戏 内有可执行文件 以及 gamebox.cpp (.h) 游戏框架,游戏主要逻辑 mybitmap.cpp (.h) 位图处理,按钮处理 myclock.h 时钟处理 mykey.h 工具包 square.cpp (.h) windows主程序 -AppWizard has created this square application for you This file contains a summary of wh
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:311386
    • 提供者:刘浪
  1. SnakeGo

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。-======================================================================== MICROSOFT FOUNDATION
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:323401
    • 提供者:风行者
  1. BW-chess

    0下载:
  2. bw.dsp 这个文件(项目文件)包含在项目级别的信息和 用于建立一个单一的项目或子项目。其他用户可以共享 项目(。DSP)文件,但他们应该在本地出口的makefile。 bw.h 这是应用程序的主头文件。它包括其他 项目特定的头文件(包括Resource.h)并声明 CBwApp应用程序类。 bw.cpp 这是主要的应用程序的源文件包含应用程序 类CBwApp。 bw.rc 这是对微软W
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:427189
    • 提供者:star
  1. myFirstGame

    0下载:
  2. windows下的小游戏。适合游戏编程初学者。 解压缩以后,用VC++6.0直接编译连接即可运行。 压缩包内包含以下内容。 myFirstGame | |--Debug | |--images | | | |--bg.bmp | |--boss0.bmp | |--boss0_.bmp | |--boss1.bmp | |--boss1_.bmp | |--boss2.bmp | |--boss2_.bmp | |--boss3.b
  3. 所属分类:Other Games

    • 发布日期:2017-11-11
    • 文件大小:10463485
    • 提供者:loven
  1. FiveChess

    0下载:
  2. 五子棋游戏的visual c++源代码,是较为经典的学习代码。-ppWizard has created this FiveChess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1790208
    • 提供者:汪晓飞
  1. BoxMan

    0下载:
  2. Othello是一款用于学习visual c++的编程游戏,有利于提升学习兴趣。-AppWizard has created this Othello application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applicatio
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1524293
    • 提供者:汪晓飞
  1. llk

    0下载:
  2. 连连看是一款简单易懂的游戏,该游戏采用visual c++编写,对游戏感兴趣的爱好者值得一看-AppWizard has created this llk application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applicat
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-10
    • 文件大小:2186222
    • 提供者:汪晓飞
  1. Snake

    0下载:
  2. 贪吃蛇一一款很经典的游戏,该游戏代码采用visual c++编写,编程爱好者可以从中找到编程的规范和过程-AppWizard has created this Snake application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your
  3. 所属分类:Other Games

    • 发布日期:2017-04-10
    • 文件大小:1831952
    • 提供者:汪晓飞
  1. Tetris

    0下载:
  2. 俄罗斯方块是一款简单,容易上手,但是很经典的游戏,该游戏采用visual c++编写,值得一看-AppWizard has created this Tetris application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your appl
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:1868249
    • 提供者:汪晓飞
  1. ShootGame

    0下载:
  2. VC++编写的射击游戏源码。 设置: 1.子弹数量 2.游戏按 时间,子弹数,飞盘数 3.飞盘速度 4.游戏背景- MICROSOFT FOUNDATION CLASS LIBRARY : Shoot
  3. 所属分类:Shot Game

    • 发布日期:2017-05-04
    • 文件大小:40012
    • 提供者:Frade
搜珍网 www.dssz.com