CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - game

搜索资源列表

  1. Game_Of_Life.rar

    0下载:
  2. 借助于MATLAB,现实了元胞自动机模拟生命游戏,With MATLAB, the reality of the Analog cellular automaton Game of Life
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1762
    • 提供者:maomaoyuspring
  1. TCtoqicailianzhu.rar

    0下载:
  2. 根据数据结构的思想,利用C语言设计游戏七彩连珠。在9X9的棋盘方格内,将五个及五个以上的同颜色的彩球连成直线(横、竖、对角均可),则彩球消失并得分;游戏开始在棋盘内随机出现五个颜色随机的彩球,在玩家每次移动一个球后,随机的出现3个颜色随机的球,至少存在一条可通路径,彩球方可被移动,直到棋盘被球填满,游戏结束。,Data structure in accordance with the idea of game design using C language Lianzhu colorful. 9
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:44880
    • 提供者:屠娇娇
  1. RLE_Arithmetic.rar

    0下载:
  2. RLE压缩算法C#版,里面有详细的中文注释, 包括压缩和解压算法,因游戏中图片多采用此种算法,故写了个简单的C#版,因很多游戏工具使用C#编写,且在网上找了,虽有代码,却无详细注释。 源码中有测试数据,可供测试。,RLE compression algorithm C# version, which the Chinese have detailed notes, including the compression and decompression algorithms, because
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:34723
    • 提供者:jorn ham
  1. playMax

    0下载:
  2. 用回溯法和递归调用的思想实现了多边形游戏算法,用codeblocks开发。输入多边形的N个定点的数值和N条边的运算符,可计算任意断开一条边后计算所得的最大值。-Backtracking and recursive calls with the idea to achieve a polygon game algorithm, using codeblocks development. Input polygon fixed values ​ ​ of N and N edge
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7757
    • 提供者:pu
  1. minimax.rar

    0下载:
  2. 运用人工智能的极小极大博弈算法解决一字棋,又名井子棋,Minimal use of artificial intelligence algorithms to solve the word great chess game, chess, also known as sub-wells
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2809
    • 提供者:
  1. 一字棋小游戏

    0下载:
  2. 一字棋小游戏,很好用的,是个学习人工智能课程实验的好例子,Chess word game, with very good, it is a learning experiment in artificial intelligence course a good example of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-27
    • 文件大小:94955
    • 提供者:王聪
  1. Ex24PointsGame

    0下载:
  2. 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:138706
    • 提供者:xycheng
  1. Buckland_AISource_070308

    0下载:
  2. 《游戏人工智能编程案例精粹》配套光盘,很经典的游戏AI学习书-" Game AI Programming Case essence of" complementary CD-ROM, it is the classic book to learn the game AI
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:8689234
    • 提供者:pengxiaohu
  1. 2004042813464214311

    0下载:
  2. C++游戏, C++3D赛车,很不错,你们可以看看 -C++ Game, C++ 3D car racing, is pretty good, you can look at the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:966319
    • 提供者:徐国洪
  1. ACM-training

    0下载:
  2. 清华大学的内部ACM培训资料,希望给大家比赛提供帮助。-Tsinghua University Internal ACM training materials to help give you the game.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3717201
    • 提供者:lily
  1. Springer.Verlag.Programming.Challenges

    0下载:
  2. the programming contest training mannual,本书介绍了ACM算法比赛中的各种经典算法和实例讲解-the programming contest training mannual, the book introduces a variety of game ACM algorithm and examples to explain the classical algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:1393264
    • 提供者:黄楚高
  1. graphtraversal

    0下载:
  2. 一个图的遍历程序,自己课程设计做得,还可以-a game
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:9761
    • 提供者:李冲
  1. Arithmetic24gamedemo

    0下载:
  2. 数据结构课程设计报告吗,算术24游戏演示,功能齐全,界面友好。-Design reports for data structure course, arithmetic 24 game demos, functional and friendly interface.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:515621
    • 提供者:刘烨
  1. alphabeta

    0下载:
  2. 采用alpha-beta剪枝算法解决博弈树问题,内含代码注释-Using alpha-beta pruning algorithm to solve the game tree problem, comments containing the code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:11059
    • 提供者:lzx
  1. FirstChange

    0下载:
  2. 人工智能博弈树学习。用户是MAX方,电脑是MIN方,实现经典的分钱币游戏的与或图盲目搜索算法。-Artificial intelligence game tree learning. MAX user side, the computer is MIN parties to achieve the classic sub-games and coins or graph blind search algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:925187
    • 提供者:王石
  1. matlab

    0下载:
  2. 排队论,对策论的一些源码,可以运用此源码解决一些问题哦!-Queuing theory, game theory and some of the source, this source can be used to solve some problems Oh!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:957
    • 提供者:师克
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1439417
    • 提供者:vera
  1. Demo

    1下载:
  2. 游戏中的寻路算法C++源码,可以自己编辑地图 。-Wayfinding game algorithm C++ Source, you can edit the map itself.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:50577
    • 提供者:原无星
  1. tictactoe

    2下载:
  2. c#编写的井字棋小游戏,可以调节难度,但是要求节点的数目随之更改-c# written in Tic-Tac-chess game, you can adjust the difficulty, but the number of nodes required to be changed accordingly
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-11
    • 文件大小:95240
    • 提供者:xuanyucong
  1. path_search

    0下载:
  2. 俄罗斯套娃游戏,给定一个输入矩阵,每个点权值不同,从起始点出发怎样走才能获得最大收益,每个点只能走到比当前点权值大的点,即能套住当前点,类似于俄罗斯套娃。-Russian Doll game, given an input matrix, each point with different weights, starting from the starting point for how to go to gain maximum benefit from every point only to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1001537
    • 提供者:wxy
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com