CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - problem solving

搜索资源列表

  1. 8num

    0下载:
  2. 使用JAVA编写的八数码问题求解程序,程序使用A*算法-use Java to prepare the eight digital problem solving procedure is the use of the A * algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:62385
    • 提供者:alian
  1. 8-Puzzle.rar

    0下载:
  2. 8-Puzzle Problem solving using Artificial Intelligence,8-Puzzle Problem solving using Artificial Intelligence
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:8787
    • 提供者:Hoang
  1. hhh

    0下载:
  2. 用回溯法链表求解迷宫问题,并加上完整的人物演示过程-With backtracking maze solving the problem list, with a complete demonstration of the process of character
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:10683
    • 提供者:浮萍
  1. bashuma

    0下载:
  2. 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:1982
    • 提供者:ym
  1. 1

    0下载:
  2. 我的2012CODEJAM第一题解题程序代码.... 自己做的,可能不尽人意-my 2012CODEJAM Problem Solving program code .... Do it yourself, may be less than satisfactory ...
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6677363
    • 提供者:GONGHUA
  1. 1

    0下载:
  2. 最小生成树问题用于求解离散数学最小生成树-Minimum spanning tree of the minimum spanning tree problem for solving the discrete mathematics
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:798
    • 提供者:ly
  1. maze

    0下载:
  2. C++迷宫问题求解,随机生成迷宫存放于二维数组,为保证至少有一条通路,再生成一条路径置入迷宫中,然后回溯法求解-C++ maze problem solving randomly generated maze stored in a two-dimensional array, in order to ensure at least one path, and then generate a path into your maze, then backtracking to solve
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:2653
    • 提供者:
  1. hannuota

    0下载:
  2. 汉诺塔问题解决算法,采用C语言实现,是学习数据结构比较好的!-Tower of Hanoi problem-solving algorithm using C language, it is a good learning data structures!
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:203655
    • 提供者:王涛
  1. JoseQuestion

    0下载:
  2. 约瑟夫环问题求解    约瑟夫环问题的具体描述是:设有编号为1,2,……,n的n(n>0)个人围成一个圈,从第1个人开始报数,报到m时停止报数,报m的人出圈,再从他的下一个人起重新报数,报到m时停止报数,报m的出圈,……,如此下去,直到所有人全部出圈为止。当任意给定n和m后,设计算法求n个人出圈的次序。-Josephus Josephus problem solving specific descr iption is: has numbered 1, 2, ...... n n (n
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:1020
    • 提供者:冯读庆
  1. mistral-1.1.tar

    0下载:
  2. 该源码是一个C++约束求解库, 可以进行约束问题的求解。-The source is a C++ constraint solving library that can be constrained problem solving.
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:2285737
    • 提供者:严霜
  1. Stack

    0下载:
  2. 栈顺序定义,递归求解迷宫问题,栈和递归的建立和调用算法-Stack sequence defined recursively solving maze problem, stacks and recursive algorithm for the establishment and call
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:1371
    • 提供者:张宏超
  1. onlinejudge

    0下载:
  2. 著名的石头剪子布题的一种解法,里面包含解题思路,百度编程马拉松-A Solution to the famous question of the stone scissors cloth, which contains problem-solving ideas, Baidu Programming Marathon
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:10737
    • 提供者:weiyuan
  1. Joseph-problem-solving

    0下载:
  2. 这是一个<数据结构(C语言版本)>约瑟夫问题求解的一个小程序.-This is a <data structure (C language version)> Joseph problem solving a small program.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:31304
    • 提供者:张三三
  1. Code-of--problem-solving-of-cPP

    0下载:
  2. c++程序设计第八版的源码,适合看书的时候配套使用-The code for Problem solving of c++,eight edition . For learning
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:562397
    • 提供者:jiangqing
  1. Reversing-Linked-List

    0下载:
  2. 中国大学MOOC-陈越、何钦铭-数据结构 解题报告—02-线性结构2-Chinese University MOOC- Chen Yue, He Qinming- data structure Solving problem report- 02- linear structure 2
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:907
    • 提供者:hlj
  1. Six-degree-space

    0下载:
  2. 中国大学MOOC-陈越、何钦铭-数据结构 解题报告—06-图3 六度空间 -Chinese University MOOC- Chen Yue, He Qinming- data structure Solving the problem report- 06-3 Six degrees space
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:808
    • 提供者:hlj
  1. Saving-James-Bond---Hard-Version

    0下载:
  2. 中国大学MOOC-陈越、何钦铭-数据结构 解题报告—07-5 Saving James Bond - Hard Version-Chinese University MOOC- Chen Yue, He Qinming- data structure Solving the problem report- 07-5 Saving James Bond- Hard Version
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1262
    • 提供者:hlj
  1. Critical-activities

    0下载:
  2. 中国大学MOOC-陈越、何钦铭-数据结构 解题报告—08-9 关键活动-Chinese University MOOC- Chen Yue, He Qinming- data structure Solving report of the problem - 08-9 Critical activities
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1083
    • 提供者:hlj
  1. Hashing---Hard-Version

    0下载:
  2. 中国大学MOOC-陈越、何钦铭-数据结构 解题报告—11-散列4 Hashing - Hard Version-Chinese University MOOC- Chen Yue, He Qinming- data structure Solving report of the problem- 11-4 Hashing- Hard Version
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1114
    • 提供者:hlj
  1. 1lab

    0下载:
  2. It is program about solving problem decision making. Program solves decision tree of game theory
  3. 所属分类:Console

« 12 »
搜珍网 www.dssz.com