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

搜索资源列表

  1. pintugaga

    0下载:
  2. 本练习制作拼图游戏,运行效果如图99-1所示。执行本实例后,用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本实例的知识点有:鼠标事件的监听,Graphics类和Image类的应用。-pieces of the jigsaw operation results as shown in Figure 99-1. The implementation of this example, using the mouse Drag the selected small mosaic images,
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:796.8kb
    • 提供者:邓拓
  1. skyblue_Snake

    0下载:
  2. 这是一个用VC++语言编的很好的一个游戏的源代码实例。-This is a VC language addendum to the good of a game's source code examples.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:134.98kb
    • 提供者:liuhai
  1. saolei

    0下载:
  2. 这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实例。 该程序在Turbo C2.0 下编译通过 由于扫雷游戏是用鼠标操作的,而Turbo C中提供的鼠标驱动程序在Windows xp下不可用,所以我随源程序提供了一个鼠标驱动的头文件,须将将该头文件复制到Turbo C2.0 的安装目录下的“include”文件夹中方可编译或运行,也可自行修改原文件使之包含该投文件。
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:4.74kb
    • 提供者:岳景雄
  1. 93

    0下载:
  2. 本实例实现了一个简单的弹力球游戏。运行程序后,用户首先选择游戏级别,分有初级,中级,高级3种!
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:K
  1. Bomberman

    1下载:
  2. 这是个双人对战的乒乓球游戏,基于JAVA语言开发,附有完整源码。游戏过程中配有音乐,通过这个实例你可以学到很多JAVA编程技巧。 -This is a double against the table tennis game, based on the JAVA language development, with full source code. The course of the game with music, through this example you can learn a
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:673.95kb
    • 提供者:李旻
  1. pingpang

    0下载:
  2. 不能再简单的乒乓球游戏,你可以把它作为一个碰撞实例,如果把它做为一个真正的乒乓球游戏,那它太不完美了,甚至有点弱智。-Can no longer be a simple table tennis game, you can put it as an example of the collision, if it as a real table-tennis game, it too is not perfect, and even a little bit mentally.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:7.85kb
    • 提供者:822
  1. game

    0下载:
  2. 简单的找茬游戏源码,有发布实例。可以直接用,或者自己换图片,根据源码改动一点就行。-A simple game of finding fault source, there are published examples. Can be directly used, or for their own picture, according to that source code changes on the line.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1.42mb
    • 提供者:曲双如
  1. VCGames

    0下载:
  2. 学习vc++编写小游戏很不错的参考实例,包括扫雷、俄罗斯方块、拼图、贪食蛇、推箱子和连连看+外挂等小游戏的源代码,开发环境是VC++ 6.0 。-To learn vc++ to prepare a good game of reference examples, including mine clearance, the Russian box, puzzles,贪食蛇, Sokoban and Lianliankan+ plug-in game, such as source code, d
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:724
  1. VisualCppClassicalGameProgramDesign

    1下载:
  2. Visual C++经典游戏程序设计.rar MFC编程实例源代码。有俄罗斯方块、扫雷、连连看、拼图、推箱子等-Visual C++ Classical Game Program Design.rar MFC Program Example source code.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-23
    • 文件大小:7.18mb
    • 提供者:rampc
  1. skyblue_LLK

    0下载:
  2. vc++编程实例之游戏编程,连连看及外挂,百分百源码-vc++ programming examples of game programming, Lianliankan and plug-in, hundred percent source code
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:168.43kb
    • 提供者:
  1. c

    0下载:
  2. c大全 包含常用算法程序及游戏编程实例 九百种算法和九百种实例 推箱子日历等小游戏程序-c Daquan commonly used algorithms include the procedures and examples of 900 kinds of game programming algorithm and 900 kinds of examples of the calendar and other small games Sokoban
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:550.25kb
    • 提供者:任志远
  1. QTGAME

    0下载:
  2. 用Qt写方块游戏教程和源码 内容很全 是QT初学者一个很好的实例-Written with the Qt tutorials and source box game all QT content is a good example for beginners
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1.65mb
    • 提供者:naruto
  1. windows_Card

    0下载:
  2. windows自带的招雷游戏的源代码,让人学习小游戏基础的一个很好实例-Dr. Ray games windows comes with the source code, makes learning a game based on a very good example of
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-25
    • 文件大小:7.4mb
    • 提供者:任路
  1. stone

    0下载:
  2. 石头、剪子、布的人机对战小游戏,激发学生学习VB的兴趣,主要用到了随机函数及图像控件的应用,是一个很不错的实例,欢迎下载学习!-Rock, paper, scissors the man-machine battle game to stimulate interest in learning VB, mainly used the random function and application of image control is a very good example, please do
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-26
    • 文件大小:211.18kb
    • 提供者:gf
  1. mine

    0下载:
  2. 实例微软的扫雷游戏(无BUG版) 实例微软的扫雷游戏(无BUG版) -Instance of Microsoft' s Minesweeper (no BUG Edition)
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:35.38kb
    • 提供者:jg
  1. VCPPgamecode

    0下载:
  2. 小游戏开发实例教程\VC++小游戏开发实例教程-Small game development tutorial examples \ VC++ game development examples tutorial
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-13
    • 文件大小:2.76mb
    • 提供者:项进
  1. Classic-game-code

    0下载:
  2. 经典游戏代码,通过一个实例弄清编程的过程和考虑的思路-Classic game code programming through an example to understand the process and to consider the idea of
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:3.9kb
    • 提供者:潘飞
  1. SweepMines_v0.5

    0下载:
  2. 用QT编写的一个扫雷游戏,功能上做到了windows自带的扫雷的80 。是新手熟练QT的一个好实例-QT written using a minesweeper game, windows functions do mine own 80 . QT is a novice a good example of skilled
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:11.2kb
    • 提供者:向来
  1. RunRunRun

    0下载:
  2. Cocos2d-x游戏实例《RunRunRunV1.0》源码+资源,工具使用的是vs2010-The game instance Cocos2d-x " RunRunRunV1.0" source the+ resources, tools vs2010
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-19
    • 文件大小:462kb
    • 提供者:
  1. MATLAB游戏编程实例(拼图)

    0下载:
  2. 拼图游戏,益智休闲,用MATLAB软件做的,非常适合初学者(Jigsaw puzzle, puzzle leisure, using MATLAB software to do, very suitable for beginners)
  3. 所属分类:其他智力游戏

« 12 »
搜珍网 www.dssz.com