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

搜索资源列表

  1. 俄罗斯方块(from al)

    0下载:
  2. 一个简单的俄罗斯方块小游戏,只需要使用上下左右方向键就可以方便的控制 -a simple little game Tetris, only need to use the direction keys above and below it can control
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:64466
    • 提供者:al
  1. RUSRect

    0下载:
  2. 俄罗斯方块的手机游戏,解压没有密码,用起来很方便,已经被公司投入使用了。-Tetris mobile phone games, not extract passwords, very convenient for them to use, has been put into use by the company.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:82002
    • 提供者:闻是奇
  1. luck

    0下载:
  2. asp 编写的星座运程 程序 ,使用 access作为数据库,方便大家学习asp-asp prepared by the Constellation leg, the use of access as a database to facilitate learning asp
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:311947
    • 提供者:yea k
  1. jiulianhuan

    1下载:
  2. 这是一个用JAVA开发的九连环的游戏程序方便大家学习使用-with JAVA development of a chain of nine games to facilitate learning
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:10447
    • 提供者:ssss
  1. hanluota

    0下载:
  2. 这是一个用JAVA开发的汉洛塔的游戏程序方便大家学习使用-This is a development with the Java-game LUOTA procedures to facilitate learning
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:3887
    • 提供者:ssss
  1. RussianProteusGameSourceCode

    0下载:
  2. //特 点: // // 1、功能完整,直接使用 // // 2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可 // // 3、对减少内存占用、尽量减少屏幕操作进行适当优化 // // 4、新方块生成高度随机,绝对无规律 // // 5、仿真环境为Keil7.5+Proteus6.5,可以联机也可脱机运行 // -/ / features : / / 1, the functional integrity, the use of direct
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:402825
    • 提供者:slam
  1. Russia(Proteus)

    0下载:
  2. 1.功能完整,直接使用 2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可 3、对减少内存占用、尽量减少屏幕操作进行适当优化 4、新方块生成高度随机,绝对无规律 5、仿真环境为Keil7.5+Proteus6.5,可以联机也可脱机运行
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:4698
    • 提供者:小方
  1. jdstar-0[1].92-java.tar

    0下载:
  2. 一款迷人而有趣的迷题游戏,是一个测试你智力水平的游戏。Java语言开发,使用方便,画面生动有趣。-one charming and interesting games that fans, is a test your intelligence level of the game. The Java language development, ease of use, picture lively and interesting.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:415789
    • 提供者:sky
  1. Snake

    0下载:
  2. 贪吃蛇游戏 操作方法: 键盘方向键控制蛇的运动方向。 蛇吃到食物时,计分器会加10分,同时蛇身加长一截。 窗口左上角显示当前分数。 如果蛇碰撞到自身或窗口边界,报出分数,游戏结束。 编写思路: 容器对象actors:索引 对象 类名 0 分数 Score 1 食物 Food 2 蛇头 SnakeHead (Snake类的子类) 3 蛇身(蛇的第二截) Snake 4 蛇身(蛇的第三截)
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:12532
    • 提供者:shimmer
  1. snak

    0下载:
  2. 贪食蛇游戏,用c++实现的贪食蛇游戏,代码每一行都带有注释,方便学习交流使用。-Snake game, with c++ realized Snake game, code each line with a comment, facilitate learning exchange to use.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:2253
    • 提供者:李利
  1. guessnumber

    0下载:
  2. 智力开发小游戏,猜数字程序,使用c#语言编程,使用方便,简单-Intellectual development of games, number guessing program that uses the c# programming language, easy to use, simple
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:33601
    • 提供者:liumingmei
  1. Clean_bomb

    0下载:
  2. // 程序思路: // 1,首先初始化二维数组,结构数组,定义好类以及结构体 // 2,填充全部空格,埋雷(),随机布雷. // 3,定义鼠标左键单击事件,显示格子属性(数字0-8,空地,雷区) // 4,鼠标右键单击标雷.再单击测消标雷 // 5,鼠标左右键齐击,自动计算数字周边已经显示全部雷数的3*3范围的数字己空格 // 6,利用注册表记录成绩信息,新纪录成绩记录写入注册表,记录最后一次打开的级别 // 7,消息拦截,拦截F2按键消息,重新开始游戏. //
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-25
    • 文件大小:358179
    • 提供者:star
  1. tanchishe

    0下载:
  2. 一款名叫贪吃蛇的c++经典简单小游戏,使用方便,快捷,-A man named Snake simple c++ classic games, easy to use, fast,
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1473
    • 提供者:上善若水
  1. Russian

    0下载:
  2. 俄罗斯方块,双人版、单机版、网络版、均可使用,是娱乐方便的好选择。以上的源码公开可用。-Tetris, the network version, double, stand-alone, for your convenience. The need for the online version to connect to the network, and others with the game, the double version of the two competitions. I hop
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-12
    • 文件大小:2646972
    • 提供者:林凡
  1. computer

    0下载:
  2. 简单的计算机,实现了加减乘除的功能,功能简单方便使用,适合初学者。-Simple computer to achieve the arithmetic functions, features simple easy to use for beginners.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-16
    • 文件大小:18779
    • 提供者:pengyao
  1. russian-

    0下载:
  2. 俄罗斯方块,方便大家阅读和使用 自己制作的 看看怎么样吧-Tetris, to facilitate reading and use to produce their own to see how it
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:75736
    • 提供者:YK
  1. 2048game

    0下载:
  2. python2.7下用PyQt仿制的2048小游戏,将图片换成images下的同名图片,可以得到不同的主题游戏。达到2048后可以选择继续或者退出,不能移动后提示失败并提示是否重新开始。dist文件夹和build文件夹下exe为py2exe生成的文件,方便未安装python的用户使用-popular game 2048 written whit PyQt4 in python2.7,you can generate your taste with changing the images in t
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-22
    • 文件大小:7100741
    • 提供者:
  1. Chapter-13

    0下载:
  2. 一个利用摄像头做的flash拼图游戏,使用前请打开摄像头,方便摄制图片进行碎片制作。-Using the camera to do a jigsaw puzzle flash, turn the camera before use, convenient shooting pictures fragmentation production.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:337441
    • 提供者:飒飒
  1. yoiuxi

    0下载:
  2. C++编写的扫雷游戏,有MFC界面。使用非常方便简单-C++ prepared by the Minesweeper game, MFC interface. Very convenient to use simple
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-25
    • 文件大小:290672
    • 提供者:wisdom
  1. 俄罗斯方块

    0下载:
  2. 可以运行玩乐和作为游戏开发基本,同时该程序使用c++语言方便开发和学习(Game code can be developed for the game as an example)
  3. 所属分类:其他智力游戏

    • 发布日期:2018-04-30
    • 文件大小:14336
    • 提供者:小tingting
搜珍网 www.dssz.com