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

搜索资源列表

  1. EightPuzzle

    1下载:
  2. A*算法实现八数码问题的解决,清华的人工智能课的作业,相信对后面的人有用。-A* Algorithm 8 digital solution to the problem, Tsinghua AI homework assignment, I believe that right behind him useful.
  3. 所属分类:Java Develop

    • 发布日期:2015-06-03
    • 文件大小:4576
    • 提供者:wqs07
  1. AI1

    0下载:
  2. 人工智能,一个8数码问题的解决,Java实现,采用A*算法。-a solution to eight number qusetion
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:18482
    • 提供者:betty
  1. simulated_annealing

    0下载:
  2. 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14972
    • 提供者:chc
  1. SymbolicRegression

    1下载:
  2. 遗传编程 遗传编程,或称基因编程/GP ,是一种从生物演化过程得到灵感的自动化生成和选择计算机程序来完成用户定义的任务的技术。从理论上讲,人类用遗传编程只需要告诉计算机"需要完成什么",而不用告诉它"如何去完成",最终可能实现真正意义上的人工智能:自动化的发明机器。 -In artificial intelligence, genetic programming (GP) is an evolutionary algorithm-based methodology inspired
  3. 所属分类:Java Develop

    • 发布日期:2014-10-27
    • 文件大小:11939
    • 提供者:leon
  1. javaDecisionTreeApplet

    0下载:
  2. 用java 语言编写的人工智能中的决策树演示-Using java language of artificial intelligence in the decision tree presentation
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:419030
    • 提供者:杨柳
  1. gobang(AI)

    1下载:
  2. 五子棋程序,可以实现人机对战的功能,人工智能-Gobang program, you can achieve the function of human-machine Versus, artificial intelligence
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:82071
    • 提供者:吴定康
  1. AI-Java

    0下载:
  2. 用于人工智能的几个实验软件,有实验说明,很不错,java版-Several experiments for artificial intelligence software, there are experiments show that very good, java version
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3865389
    • 提供者:S·Lee
  1. m-c

    0下载:
  2. 人工智能中的传教士与野人(m-c)问题java编程解决,简便易行。-m-c problem in Artificial Intelligence has been solved, and the process is easy.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:130653
    • 提供者:hedongjing
  1. 8puzzle

    0下载:
  2. 8 puzzle是西人喜欢玩的一个小游戏,这段小程序用四种人工智能算法来实现这个小游戏。 首先是A*查找,包括Nilsson’s sequence score;Tiles Out of Place;Manhattan Distance;另外还有一种算法是air distance-8 puzzle a foreigner like to play a little game, this small program with four kinds of artificial intelligen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:13525
    • 提供者:julian
  1. JSP_AI_Traffic_Management_System

    0下载:
  2. JSP人工智能道路交通管理系统设计JSP AI Traffic Management System-JSP AI Traffic Management System JSP AI Traffic Management System
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:7130
    • 提供者:hanlina
  1. EightDigits

    0下载:
  2. Java版的人工智能难题,八数码问题,利用启发函数减少搜索空间 功能: 1. 立刻判断是否有解 2. 对于所有有解的情况,只要对搜索的状态数的限 制适当放宽,总是能够找到解的 3. 支持随机初始状态和自给定初始状态 4. 支持游戏模式 呵呵 运行参数: 1. 不带参数 随机初始状态搜索 java rearrange.Rearrange 2. 参数rc: random calculate,功能同1 java rearrange.Rearrange
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:13060
    • 提供者:bruce
  1. 1

    0下载:
  2. 人工智能, 通过随机函数给权重w赋值,大小为-1到1-Artificial intelligence, through the random function to assign the weight w, the size of-1 to 1
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1271
    • 提供者:
  1. Reinforcement_Learning_in_Elevator_Problem

    0下载:
  2. 一个基于人工智能的电梯程序,原文被SCI收录,编译后在web上演示,附上相应的文档。-A lift procedure based on artificial intelligence, text to be SCI, compiled on the web demonstration, accompanied by appropriate documentation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:63286
    • 提供者:shenhang
  1. wekajava

    0下载:
  2. 由java开发的软件包,里面有人工智能所用的很多东东,包括神经网络,支持向量机,决策树等分类和回归分析方法,集成化软件哦-by java development package, which has artificial intelligence used by many of the Eastern, including neural networks, support vector machines, such as decision tree classification and regr
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8664318
    • 提供者:石刘红
  1. rentstock-0.21

    0下载:
  2. 人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序。在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。-Artificial Stock Market the Stock Market (Artificial simulated by ASM) is, referred to a program. Stock Mark
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-20
    • 文件大小:6049447
    • 提供者:zsu_rellik
  1. solve

    0下载:
  2. 独粒钻石棋求解属于计算机人工智能中的博弈问题, 本文介绍了一种基于遗传算法的解决方案并用Java语言加以实现.-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:150452
    • 提供者:周哲
  1. FiveZiQi

    0下载:
  2. 带人工智能的五子棋,swing界面,电脑比较傻-Backgammon with artificial intelligence, swing interface, relatively stupid computer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4191
    • 提供者:邓楠轶
  1. MyAstar

    0下载:
  2. 人工智能主观贝叶斯算法,根据充分性度量LS、必要性度量LN、E的先验概率P(E)和H的先验概率P(H)作为前提条件,分析P(H/S)和P(E/S)的关系。-Artificial intelligence subjective Bayesian algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:13890
    • 提供者:冯冰清
  1. AI

    0下载:
  2. 人工智能A*算法的实现,用java写的,这个是我们的大作业-AI A* algorithm, written in Java, this is our job.
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:462649
    • 提供者:Bluce
  1. ArctusAI

    0下载:
  2. 怪物的人工智能,发现玩家,攻击等。。分几种攻击,和几种IDLE。追逐玩家一段时间会脱离战斗。需要的可以-Monster AI , a player is found , the attacker
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:wayne
« 1 2 34 5 »
搜珍网 www.dssz.com