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

搜索资源列表

  1. qddown_vc11184323424

    0下载:
  2. 自动扫雷程序本程序的算法没有采用匹配模式,基本上可以完成大多数情况的高级扫雷(初级和中级布局情况过于简单,不值得讨论)-automatic clearance procedure of the proceedings did not use matching algorithm model, basically completed most of the senior mine (primary and secondary distribution of too simple and not w
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:110.44kb
    • 提供者:guoyibo
  1. JavaSwing_lianliankan

    0下载:
  2. Java Swing 版的连连看,适合刚入门的朋友学习,里面包含了一些算法,布局,通过阅读代码你或许有很大的收获。-Java Swing version of the 1000 block of Terry Avenue, suitable for beginners friends learning, which contains a number of algorithms, layout, read code you may have achieved a lot.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:408.9kb
    • 提供者:原泉
  1. autosweepersaolei

    0下载:
  2. 本程序的算法没有采用匹配模式,基本上可以完成大多数情况的高级扫雷(初级和中级布局情况过于简单,不值得讨论),但是还有进一步改进的地方,例如下面的情况: ??....1. ??..@**. ??B3*2.. ??B.*... ........ “*”:表示未知区域,“.”:表示该区域周围没有雷,“B”:表示已经标识是雷-the procedures adopted without matching algorithm model basically com
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:125.75kb
    • 提供者:简其平
  1. fourchess

    0下载:
  2. 四国军棋源代码,纯属个人编写,对您绝对有用!!实现了布局功能,网上绝无仅有-Siguojunji source code, a matter of individual preparation, absolutely useful to you! ! Realize the layout function, unique online
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1.35mb
    • 提供者:buaadu
  1. tree

    0下载:
  2. 森林的布局,游戏当中,场景和人物的关系,在前面,还是后面,遮隐效果
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:11.85kb
    • 提供者:jeaye
  1. Lian

    0下载:
  2. QQ连连看的外挂程序。如果QQ游戏的窗口布局发生了变化,代码可能需要进行一些改动。反正我当初开发出来的时候,外挂表现是非常完美的。为了避免让人识别出这是一个外挂,本程序进行了一些拟人的手法。
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:22.88kb
    • 提供者:雾影含锋
  1. wuziqi

    0下载:
  2. 程序的功能分析: 本程序是提供两人对战的五子棋,不需要人机对战功能,两个玩家交替在五子棋盘上交替下棋子,当其中一位玩家的棋子布局有形成五子相连时,程序编判断他赢棋. 定义核心数据结构: 五子棋需要一个19X19的棋盘,因此要定义一个19X19的二维数组gChessboard来记录棋盘的状态,数组中每个元素代表棋盘上的每个交点,比如gChessboard[0][0]代表棋盘的左上角,gChessboard[0][19]代表棋盘的右上角,gChessboard[19][0]
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:19.63kb
    • 提供者:高慧
  1. Char_src

    0下载:
  2. 布局管理器示例,设置不同面板网格包布局管理器
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3.07kb
    • 提供者:wter
  1. b~a~hh

    0下载:
  2. 由n2个方块排成n行n列的正方形称为“n元棋盘”。如果两个皇后位于n元棋盘上的同一行或同一列或同一对角线上,则称它们为互相攻击。要求输出使n无棋盘上的n个皇后互不攻击的所有布局。 具体要求如下; (1)n可由键盘输入。 (2)在输入n后,动态建立方法说明中所需要建立的数组空间;程序运行结束时释放该存储空间。 (3)分别用n=4,5,6运行你的程序。-by n2-n squares formed n trip out of a square called "n chessboard.&q
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:8.78kb
    • 提供者:林新华
  1. 生命游戏

    0下载:
  2. 模拟生命游戏的更新换代过程,可根据用户需要打印微生物的每一代群落布局.-life simulation game for the upgrading process, users may want to print each generation of microbial communities layout.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3.07kb
    • 提供者:黄园园
  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
    • 文件大小:4.29mb
    • 提供者:dyl
  1. VC_lainliankan

    1下载:
  2. 以前写的一个连连看游戏,当时刚接触MFC,从计划到完成花了4天时间。这段时间又把程序翻出来,加上了时间控制和音乐,功能也算完整了~ BBS里人气不是很旺,把代码发出来,大家互相学习,共同完善吧~图片用的是QQ的头像,仅供学习使用,版权归腾讯公司所有操作说明:鼠标操作,点击两个相同的图案,如果存在不超过两个拐角的通路就可以消去有时间限制,时间到则该局挑战失败,消去一次则时间会回退一格F5: 提示F6: 生命(重新布局)-It is very used for studying Visual c++
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:115.43kb
    • 提供者:碧游
  1. TankBattle

    0下载:
  2. 一款具有自定义地图编辑功能的坦克大战游戏,这是VB版,可以单双人实战,自己布局地图,设定坦克数量,很刺激,右边Ctrl 发子弹。 -With a custom map editor function Tankedaizhan games, this is the VB version, you can single-and double-person combat, map the layout of their own, setting the number of tanks, very ex
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:251.49kb
    • 提供者:983
  1. Fighter

    1下载:
  2. VC++ 打飞机游戏,一款VC++游戏源码,没搞懂怎么玩,因为看不出飞机在哪里飞!游戏可以设置,自己布局游戏,带声音,玩起来挺有意思。在VC++6.0下编译通过。-VC++ fighting aircraft games, a VC++ game source code, how did they get to play, because the aircraft can not see where to fly! Players can set their own layout of the
  3. 所属分类:Shot Game

    • 发布日期:2017-04-02
    • 文件大小:627.04kb
    • 提供者:638
  1. Fighter

    0下载:
  2. VC++ 打飞机游戏,一款VC++游戏源码,没搞懂怎么玩,因为看不出飞机在哪里飞!游戏可以设置,自己布局游戏,带声音,玩起来挺有意思。在VC++6.0下编译通过,运行如上示。 -VC++ fighting aircraft games, a VC++ game source code, how did they get to play, because the aircraft can not see where to fly! Players can set their own layou
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:628.59kb
    • 提供者:zhongxiaosheng
  1. WinMine

    0下载:
  2. vc sdk,在vc6编译。完全仿windows自带扫雷,另外可以把原扫雷游戏运行中雷的布局显示出来,在winxp中的扫雷中测试通过-vc sdk, compiled in vc6. Complete duplication of windows comes with mine, another mine could be the original layout of the game to run in the mine show up in the winxp in the mine in
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:185.14kb
    • 提供者:lezy
  1. winmine_asm

    0下载:
  2. 汇编 sdk,在masmv8和masmplus编译通过。完全仿windows自带扫雷,另外可以把原扫雷游戏运行中雷的布局显示出来,在winxp中的扫雷中测试通过-Compiled sdk, in the masmv8 and masmplus compile. Complete duplication of windows comes with mine, another mine could be the original layout of the game to run in the mi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:164.21kb
    • 提供者:lezy
  1. 8puzzle_a_star

    0下载:
  2. 一个使用a*算法解决8 puzzle游戏的程序。随机产生一个0到8数字的布局,然后按顺序排列,并且显示每步的运行。-One using the a* algorithm to solve 8 puzlle the game program. Randomly generate a 0-8 figure layout, and then in sequence, and shows each step of the operation.
  3. 所属分类:Game Program

    • 发布日期:2017-03-31
    • 文件大小:22.51kb
    • 提供者:刘洋
  1. queens

    0下载:
  2. 一个使用greedy search算法实现的N个queen排列的程序。用星号代表国际象棋中的queen。随机生成布局后,显示每次移动,最后使queen不能互相攻击。即都不在相同的行,列和对角线。-A greedy search algorithm using the N-a queen arranged procedure. Behalf of the international chess with an asterisk in the queen. Randomly generated la
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:12.32kb
    • 提供者:刘洋
  1. VbCch2009

    0下载:
  2. Vb.net中国象棋源程序 "象棋"历史纪录: 2009/1/25: 第一个人工智能 2009/3/31: 增加棋子position价值 2009/6/1: 增加kill裁减 2009/12/02:引入布局库 还有一些程序没有开发(比如象棋知识),有待改进,在算不上好代码.以后再做个简单清晰的。 信箱: 764994013@qq.com -china chess for vb.net
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:308.58kb
    • 提供者:庄世贤
« 12 3 4 »
搜珍网 www.dssz.com