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

搜索资源列表

  1. eightnumbyahei0802

    0下载:
  2. 八数码难题求解程序本程序所采用的启发函数,本人不能证明它能解决任何的八数码难题,如果对于较难的问题会产生很多节点,有可能会使空间不足,所以尽量不要出太难的问题难为它.希望广大的人工智能爱好者能写出更好的启发函数.-eight digital problem solving program of the procedures used by the heuristic function, I can not prove that it can resolve any of the eight di
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47584
    • 提供者:辜小花
  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  1. 5个文件

    0下载:
  2. 这是由C语言编写的关于在2级内的一些解决数学问题的原代码.其它高级点的源码正想在这儿学习.-This is the C language on the preparation of the two mathematical problem solving some of the original code. Other senior point source retrospective study here.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2207
    • 提供者:秦玉红
  1. 面向对象n皇后

    0下载:
  2. 思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用-lucid n Queen's problem solving, object-oriented ideas to prepare, Packaging category in other proceedings flexible call
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1304
    • 提供者:朱竹
  1. algorithm

    0下载:
  2. 算法是程序设计的精髓,程序设计的实质就是构造解决问题的算法,将其解释为计算机语言。-algorithm design process is the essence of programming is the real structural problem-solving algorithm, be interpreted as a computer language.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:659577
    • 提供者:chen
  1. GP_VC

    0下载:
  2. 遗传规划算法的VC程序实现 智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-genetic programming algorithm for the VC program Intelligent Algorithm : genetic programming, on the VC GP code procedures, the project document conta
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55545
    • 提供者:李洪科
  1. vwumpus

    0下载:
  2. 一个基于MFC的人工智能的巫魔问题求解,图形化界面显示。-an artificial intelligence-based MFC Witch of the devil problem solving, graphical interface shows.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:94842
    • 提供者:阿赫
  1. java-producer-consumer-problem

    0下载:
  2. 简单的生产者消费者问题解决办法,多线程的实现方法。-Simple producer-consumer problem-solving approach, multi-threaded implementations.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:30423
    • 提供者:赵禹琦
  1. ACM-problem

    0下载:
  2. ACM练习赛中的几道题目标程及详细的解题报告-ACM practice session a few questions target process and detailed problem-solving report
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:488318
    • 提供者:WangDan
  1. Eight-queens-problem

    0下载:
  2. 八皇后问题求解!用OPEN表和CLOSED表实现!人工智能实验!-Eight queens problem solving! OPEN and CLOSED table with table to achieve! AI experiment!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:490295
    • 提供者:张三
  1. knapsack-problem-UC

    0下载:
  2. 0-1背包问题解决机组组合问题(给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大?? 在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。 )-0-1 knapsack problem solving unit commitment problem (in a given N items
  3. 所属分类:Energy industry

    • 发布日期:2017-04-11
    • 文件大小:1335
    • 提供者:王林
  1. Eight-queens-problem-

    0下载:
  2. Matlab写的求解八皇后问题的程序,可以求出全部的92个解-Eight queens problem solving backtracking
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:697
    • 提供者:李惠军
  1. 30-Minutes-...-To-Solve-That-Problem

    0下载:
  2. problem solving technique
  3. 所属分类:File Formats

    • 发布日期:2017-04-28
    • 文件大小:446927
    • 提供者:vincechaz
  1. joephs-problem

    0下载:
  2. 本程序是中国科学技术大学数据结构的上机作业,本人亲自编写并调试通过,主要使用链表求解约瑟夫问题。-This program is on the machine operation University of Science and Technology of China data structures, personally written and debugged, the main use of the list Joseph problem solving.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:722708
    • 提供者:王启
  1. Value-interpolation-problem-solving

    0下载:
  2. 这是一个有关插值问题的数值求解的实验报告,报告内含有实验截图-This is an experimental report on the numerical solution of the interpolation problem, the report contains experimental shots
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:92442
    • 提供者:huangshiyao
  1. linear-problem-solving

    0下载:
  2. method for solving linear problem
  3. 所属分类:matlab

  1. Two-body-problem

    0下载:
  2. 二体问题的求解,以读文件的形式输入,解算结果为6个开普勒轨道根数-Two body problem solving, in order to read documents in the form of the input, the calculating results for root number six Kepler orbit
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:72085
    • 提供者:陈雷雷
  1. Josephus-problem

    0下载:
  2. (2)利用循环链表实现约瑟夫问题的求解。 约瑟夫问题如下:已知n个人(n≥1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列。他的下一个人又从1开始报数,数到m的那个人又出列。依次规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号-(2) the use of circular linked list to achieve problem solving Joseph. Joseph problem as follows: Given n indiv
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12417
    • 提供者:gary
  1. Unconstrained--extreme-value-problem

    0下载:
  2. 无约束一维极值问题用来确定求解极小值的搜索空间的算法-Algorithms Unconstrained one dimensional extremum problem solving to determine the minimum value of the search space
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:5868
    • 提供者:浮尘
  1. ass1_p1

    0下载:
  2. problem to calculate some formula between two inputs that entered from the user
  3. 所属分类:软件工程

    • 发布日期:2018-04-20
    • 文件大小:32768
    • 提供者:fahmy
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com