CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 经典游戏

搜索资源列表

  1. games

    0下载:
  2. 数据结构算法中一些经典的小游戏的算法,如魔法矩阵,八皇后问题,骑士游历问题,环游世界问题,一笔画问题,非递归的汉诺塔问题等
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8350
    • 提供者:王家玮
  1. conway

    0下载:
  2. 一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash。-A classic Conway Game, after increasing at a rate improved a lot, which contains a hash.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1845
    • 提供者:liliwawa
  1. Tic_Tac_Toe

    0下载:
  2. 数据结构与程序设计经典例子程序:井字游戏-Data structure and procedures of the classic examples of design process: tic-tac-toe game
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:52774
    • 提供者:张祖琼
  1. game_of_21_points

    0下载:
  2. 数据结构一个经典的程序,21点游戏。我的程序的优点是,可以供几个玩家同时玩~~大家参考,欢迎提意见-Data structure of a classic program, 21 point game. My program has the advantage that can be used for the same time, a few players to play ~ ~ your reference, please put forward their views
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6527
    • 提供者:曾经十年
  1. AStarPathfinding

    0下载:
  2. 一种很有效的寻路算法,经典算法!在游戏中应用很广-A very efficient pathfinding algorithm, the classical algorithm!
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3471413
    • 提供者:xue
  1. 2010_Blokus

    0下载:
  2. 一个经典的游戏blokus,测试代码可以去http://www.botzone.org/去测试。 北京大学2010年程序设计实习最终大作业-A classic game blokus, test code can go http://www.botzone.org/ to test. Peking University, 2010 Internship Program final big job
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:252766
    • 提供者:changxin
  1. 8Digital-game

    0下载:
  2. 8数码游戏,经典,极品,九宫格,移动,寻路算法,耗时最小,完全可以运行-8 digital game, classic, gourmet, JiuGongGe, move, pathfinding algorithm, time consuming, can run the minimum
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:151086
    • 提供者:akun
  1. hannuotadeshixian

    0下载:
  2. 经典游戏汉诺塔的实现。本程序较短,采用递归算法-Implementation of classic game Tower of Hanoi. The procedure is shorter, using the recursive algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:571
    • 提供者:
  1. map

    0下载:
  2. 《三国志》是一款很经典的经营策略类游戏。我们的小白同学是这款游戏的忠实玩家。现在他把游戏简化一下,地图上只有他一方势力,现在他只有一个城池,而他周边有一些无人占的空城,但是这些空城中有很多不同数量的同种财宝。我们的小白同学虎视眈眈的看着这些城池中的财宝。 按照游戏的规则,他只要指派一名武将攻占这座城池,里面的财宝就归他所有了。不过一量攻占这座城池,我们的武将就要留守,不能撤回。因为我们的小白手下有无数的武将,所以他不在乎这些。 从小白的城池派出的武将,每走一公理的距离就要消耗
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:696
    • 提供者:夏丹
  1. code

    0下载:
  2. 该程序用c++语言实现了计算机专业课中算法设计学习中经典的多边形游戏和最大子段和问题-The program c++ language to achieve the classic polygon game in the study of algorithm design and the largest sub-segment and problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1015
    • 提供者:李丹
  1. data-structure--project-black-jacter

    0下载:
  2. 经典数据结构作业,黑杰克游戏。要求程序可以连续打10次,每场比赛的赢家,赢得一个点(两点一倍)。在结束的10场比赛为你和电脑打印出的总奖金。-Write a program that simulates a simplified version of the game "BlackJack". A deck of cards numbered 2 to 10, jacks, queens, kings, and aces is used, where jacks, queens and king
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:85402
    • 提供者:luck
  1. optional-project-blackjact

    0下载:
  2. 经典数据结构作业,黑杰克游戏。要求程序可以连续打10次,每场比赛的赢家,赢得一个点(两点一倍)。在结束的10场比赛为你和电脑打印出的总奖金。-Write a program that simulates a simplified version of the game "BlackJack". A deck of cards numbered 2 to 10, jacks, queens, kings, and aces is used, where jacks, queens and king
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:85342
    • 提供者:luck
  1. algorithm-of-data-structure

    0下载:
  2. 数据结构经典算法源码,包含推箱子、迷宫等小游戏算法-Data structure of classical algorithm source, contains Sokoban maze game algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:31515
    • 提供者:希罗
  1. ACM

    0下载:
  2. acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika tri
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:444267
    • 提供者:cyj
  1. Josephus

    0下载:
  2. 一个经典的约瑟夫环游戏算法,每个人抽到的数都不同-A classic game Josephus algorithm, the number of each person are different pumped
  3. 所属分类:Data structs

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