CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Knight

搜索资源列表

  1. Knight

    0下载:
  2. 黑白棋问题 计算机博弈是一种对策性游戏,是人工智能的主要研究领域之一,它涉及人工智能中的搜索方法、推理技术和决策规划等.目前广泛研究的是确定的、二人、零和、完备信息的博弈搜索.-Reversi game is a problem of computer games countermeasures is artificial intelligence, one of the main areas of research, which involves artificial intelligen
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1.06kb
    • 提供者:刘鸣鸣
  1. knight

    0下载:
  2. 骑士旅行算法的实现,思路清晰便于阅读的程序-Knights travel algorithm, clear procedures for ease of reading
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:662byte
    • 提供者:huangjin
  1. Knight_tour

    0下载:
  2. Knight s Tour Implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:93.03kb
    • 提供者:mahyar
  1. knightts

    0下载:
  2. 骑士遍历算法详细详细版本,精细参数输入输出,能翻成功吗-Knight traversal algorithm detailed version of the detailed, precise input and output parameters, you can double the success
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.08kb
    • 提供者:fzq
  1. qishibianli

    0下载:
  2. 这是一个骑士遍历问题,但是采用了<vector>技术和贪心算法。速度大大提高。输入一个坐标"X Y",(0<x,y<7),程序会判断出遍历线路-This is the ergodicity of a knight, but a <vector> Technology and greedy algorithm. Speed greatly increased. Coordinates to enter a " XY" , (0 <x,y&l
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:829byte
    • 提供者:yurmu
  1. wdf

    0下载:
  2. 骑士巡游问题的解决,设计比较简单,但能够体现算法思想,推广用-Knight-tour problem, the design is relatively simple, but the algorithm can reflect the ideas, the promotion of use
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:853byte
    • 提供者:king
  1. qishi1

    0下载:
  2. 骑士问题一的算法,用c语言实现的,编译通过的-Knight issue an algorithm, using c language implementation, and compiled by the
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.15kb
    • 提供者:xiaobai
  1. knight

    0下载:
  2. 骑士巡游问题的源代码,做算法课作业必备资料。-Knight tour problem' s source code, doing class work necessary information algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:256.97kb
    • 提供者:xnhcx
  1. KnightTour

    0下载:
  2. 跳马问题的delphi代码,不用多解释了哈,怎么还不够20个字呢-knight tour
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:198.98kb
    • 提供者:胡总
  1. qishi

    0下载:
  2. 算法与数据结构(C语言版,请勿用在商业,仅作学习交流用)。骑士巡游,算法和数据结构很有研究的价值。-Algorithms and Data Structures (C language version, please do not use in the business, only to learn the exchange of use). Knight parade, algorithms and data structures great deal of research value.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:10.85kb
    • 提供者:小东
  1. Knighttravele

    0下载:
  2. 骑士游历问题 【问题描述】 给出一块具有n2个格子的n×n棋盘(如图3-14所示),一位骑士从初始位置(x0, y0)开始,按照“马跳日”规则在棋盘上移动。问:能否在n2 1步内遍历棋盘上的所有位置,即每个格子刚好游历一次,如果能,请找出这样的游历方案来 -Knight traveled the problem gives a descr iption of the problem with n2 a lattice of n × n board (as shown in
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1.27kb
    • 提供者:王静
  1. KNIGHT

    0下载:
  2. 八皇后问题描述了如何使用c语言处理八皇后问题,-Eight queens problem describes how to use c language processing eight queens problem,
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者: 小雨
  1. knight_tour

    0下载:
  2. This the example of Knight Tour Program, buat it s may be still have many error.. may someone can fix it thanks :D-This is the example of Knight Tour Program, buat it s may be still have many error.. may someone can fix it thanks :D
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:39.68kb
    • 提供者:BlackZhi
  1. knight-move

    0下载:
  2. knight move的双向搜索版,比单向速度快-bi-directional search version of the knight move faster than the one-way speed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:680byte
    • 提供者:jimmy
  1. Knight-Tours

    0下载:
  2. 骑士旅游问题是经典的问题,本代码用简单的C实现这一问题。-Knight Tour problem is a classic problem, the code with a simple C implementation of this problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.21kb
    • 提供者:姜文丽
  1. knight

    0下载:
  2. 骑士旅游(Knight tour)在十八世纪初倍受数学家与拼图迷的注意,它什么时候被提出已不可考,骑士的走法为西洋棋的走法,骑士可以由任一个位置出发,它要如何走完所有的位置?-Knight Tours (Knight tour) in the early eighteenth century mathematician and puzzle fans much attention when it was proposed not be traced, chess knight moves to
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7.33kb
    • 提供者:marry
  1. knight

    0下载:
  2. 骑士游历问题,使用递归方法,允许用户输入想要输出几个值-Knight traveled problems, using a recursive method, which allows the user to enter the value you want to output several
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:634byte
    • 提供者:aaabcdef1234
  1. knight_tour_generic

    0下载:
  2. Generic implementation for the knight tour
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:41kb
    • 提供者:bebellamc
  1. kolemelih

    0下载:
  2. Knight Online Bot source
  3. 所属分类:其他

    • 发布日期:2020-03-04
    • 文件大小:697kb
    • 提供者:Matrax
  1. C# Koxp no sndpkt

    1下载:
  2. knight online koxp program
  3. 所属分类:其他

    • 发布日期:2020-03-03
    • 文件大小:1.22mb
    • 提供者:fatihduman
« 12 3 »
搜珍网 www.dssz.com