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

搜索资源列表

  1. 上古神器

    0下载:
  2. 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1273
    • 提供者:单士占
  1. turbo_c

    0下载:
  2. 数独的规则是: 1. 直行, 横行只能有1~9且不能重复 2. 9个小正方形里也只能有1~9且不能重复. 当使用者输入的资料量过小时, 代表你的程式必须处理大量的运算, 如果不用点聪明的方法(e.g. 只用一个一个试的排列法的话), 程式可能会要执行好几个小时. 数独盘是9x9=81, 要是使用者一开始只给10个数字, 那程式就要解出71格. 如果程式的起始格不好, 那worst case将会是近似(9!*9)= 3265920可能性要试. -indepe
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1622
    • 提供者:xh
  1. 9gong

    0下载:
  2. VB6 所写的一个9宫格(SUDOKO, 数独)破解程序及-VB6 written by a nine grid Palace (SUDOKO, several unattended) break procedures and
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:27488
    • 提供者:zxluo
  1. 9GG

    0下载:
  2. 经典的不得了的VB九公格源代码~!值得大家好好的,好好的研究研究-classic incredible nine public grid VB source code ~! Everyone deserves a good, good studies
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1485
    • 提供者:徐锦江
  1. queenvsking

    0下载:
  2. 一个国际象棋小游戏,皇后对阵国王盘格占据,自动记分,applet演示程序-a small international chess game, Queen's against Sacramento grid was occupied, automatic Points applet Demonstration Program
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:32449
    • 提供者:weiwei
  1. findwayvc

    0下载:
  2. 这个演示原来的设计是一个2D游戏的地图编辑器, 在这里主要演示Path-finding的算法 它可以随时设置地图上遮挡格子信息(用CTRL或ALT + 鼠标左键来设置), 然后控制人物 在地图上行走. 寻路生成的路径会由*标示出来 滚屏操作 : 用按键 E, D, S, F控制-this demonstration is the original design of a 2D game map editor, Here the main demonstration Path -
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:192328
    • 提供者:Seth
  1. 俄罗斯方块游戏的抽象类

    1下载:
  2. 该类内部维护了一个矩阵,是由俄罗斯方块抽象出来的 矩阵的每个元素代表方格中的每个单元格,1代表该格有方块,0没有 该类的所有方法都是围绕这个核心矩阵来操作的-internal safeguard such a matrix by Russian abstract squares of the matrix elements of each representative of each grid cells, a representative of the grid with squares 0
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:5853
    • 提供者:李欣
  1. black_and_white

    0下载:
  2. 益智游戏 在九个方格中点击一个,则它自己和周围的方格变色,变为同一色则过关。-puzzle games in nine click a box which, itself and its surrounding grid of color, will become the same color clearance.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:40728
    • 提供者:刘明
  1. 生死时速

    0下载:
  2. 本世纪70年代,人们曾疯魔一种被称作“生命游戏”的小游戏,这种游戏相当简单。假设有一个像棋盘一样的方格网,每个方格中放置一个 生命细胞,生命细胞只有两种状态:“生”或“死”。-the 1970s, it has been a crazy magic known as the "Game of Life" small games, this game is quite simple. Suppose a chessboard like the same square grid,
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3670
    • 提供者:王月
  1. 3D_grid.zip

    0下载:
  2. D3D学习必备代码。本代码基于DX9展示了如何通过优化三角形带构造一个tile网格的地图框架。
  3. 所属分类:游戏引擎

    • 发布日期:2011-08-07
    • 文件大小:10139
    • 提供者:okok888
  1. PhysX_Fluid.rar

    1下载:
  2. 基于PhysX的流体模拟 PhysX开发包中自带有流体模拟的部分,在它的示例中我们可以找到相关的例子,而且这流体还是基于SPH的,但是我们会发现它的例子只实现了流体的粒子模拟,而由粒子转换成网格的部份,则要我们自已来实现了,PhysX fluid simulation-based development package comes with PhysX fluid simulation are part of the sample in it, we can find examples, an
  3. 所属分类:游戏引擎

    • 发布日期:2012-10-27
    • 文件大小:1667414
    • 提供者:潮流
  1. langyangdazhan

    0下载:
  2. 游戏规则: 5 X 5的方格中 有15只羊 3只狼 每回合狼可以空一格吃羊 也可以移动一格 吃光羊获胜 羊只能移动一格 围住所有狼获胜-Rules of the game: 5 X 5 grid of 15 sheep in each round of three wolf wolves eat the sheep can be a space you can move one grid to win the sheep can eat the sheep moves one spa
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:76009
    • 提供者:简娜
  1. gridsimtoolkit-4.2beta

    0下载:
  2. 网格资源模拟器最新版本gridsimtoolkit-4.2,能够实现资源调度-Grid Resource Simulator latest version gridsimtoolkit-4.2, to achieve resource scheduling
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-05-11
    • 文件大小:2913341
    • 提供者:loach
  1. Battlefield_C_2008

    0下载:
  2. This application is a battlefield simulator game with three types of units: Infantry, Cavalry, and Artillery. The map consists of several different terrain types lined in a six-sided-square grid as seen in many turn-based video games. The computer pl
  3. 所属分类:Game Engine

    • 发布日期:2017-03-28
    • 文件大小:467899
    • 提供者:vddh
  1. Programming-Grid

    0下载:
  2. POJ若干问题源码,多边形游戏,地板覆盖,lining up-lining up……
  3. 所属分类:Chess Poker games

    • 发布日期:2017-06-03
    • 文件大小:15103789
    • 提供者:mlezs
  1. Coated-grid-game

    0下载:
  2. 涂格子游戏,可以过关,总共11关,主要是由于640*480的分辨率只能到14*14的格子了-Coated grid game, you can cross the border, a total of 11 off, mainly due to the resolution of only 640* 480 14* 14 grid to a
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:2753
    • 提供者:cici
  1. Grid-type-games

    0下载:
  2. 浅谈VB[1].NET下方格类游戏的设计,内有代码-Discussion on the grid type game design, with a code
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:280928
    • 提供者:潘建
  1. 9-grid-game

    0下载:
  2. 9格游戏,可选择人数,分为双人游戏和人机游戏。-9 grid game, you can choose the number of divided into a double game, and man-machine game.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-16
    • 文件大小:4343
    • 提供者:wennie
  1. Coated-grid-game

    0下载:
  2. 涂格子游戏。游戏规则:单击空格子,同时给上下中左右的空格子换色。 全部格子都上完颜色过关。 按任意键退出游戏。 右击重来,Ctrl 作弊键。 -Coated grid game. Game Rules: Click the the space sub, while giving the spaces around the upper and lower sub color change. All finished color plaid clearance. Press any key to e
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2505
    • 提供者:eofper
  1. Coated-grid-game

    0下载:
  2. 涂格子游戏。游戏规则:单击空格子,同时给上下中左右的空格子换色。 全部格子都上完颜色过关。 按任意键退出游戏。 右击重来,Ctrl 作弊键。 -Coated grid game. Game Rules: Click the the space sub, while giving the spaces around the upper and lower sub color change. All finished color plaid clearance. Press any key to e
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2670
    • 提供者:atwilla
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com