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

搜索资源列表

  1. FiveGame

    0下载:
  2. 用Java编写的一个五子棋游戏,带人工智能的,完整的源代码-ritten in Java, a FIveGame, with AI, complete source code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:137403
    • 提供者:张三
  1. showhand.rar

    0下载:
  2. 一个梭哈游戏,暂时未加入人工智能,但程序可以自动识别玩家手中牌的类型,并可比较牌的大小,A Stud game, not yet join the AI, but the program can automatically identify the type of players card in their hands, and can compare the size of the card
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3686
    • 提供者:wang
  1. Maze

    0下载:
  2. 一套基于人工智能的猫抓老鼠的程序,在web上可以演示,相关的参数可以在web上设置,附上相应的说明文档。-A cat and mouse based on artificial intelligence program, the web can be demonstrated, the relevant parameters can be set in the web, accompanied by appropriate documentation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:86165
    • 提供者:shenhang
  1. MainFrame

    0下载:
  2. 人工智能 动物识别 JAVA程序 人工智能课,产生式系统作业-AI Artificial Intelligence animal identification program JAVA classes, production system operating
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:1391
    • 提供者:田亮
  1. src

    0下载:
  2. 人工智能之APHA-Belta剪枝算法之java实现,输入输出均已标准化-APHA-Belta pruning algorithm of Artificial Intelligence.Java implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:4189
    • 提供者:luohuan
  1. mcshenduyouxian

    2下载:
  2. 传教士与野人过河问题的深度优先搜索算法,人工智能课的大作业,供大家分享-AI shenduyouxian
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:6685
    • 提供者:CHEN
  1. gamexiangqi

    0下载:
  2. 一个java做的国际象棋小游戏,很小很经典,内置有人工智能-Do a java chess game, a small classic, built-in artificial intelligence
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:496648
    • 提供者:mking
  1. blackandwhite

    0下载:
  2. 一个简单的黑白棋游戏,带有简单的人工智能。动画做的还成。ai很傻。-Riversi a simple game with simple artificial intelligence. Also into the animation to do. ai silly.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:276576
    • 提供者:rf
  1. Othello

    0下载:
  2. 人工智能机器学习,是用Java开发的。一种带有自学习功能的人机博弈的游戏-Machine learning artificial intelligence is developed using Java. A self-learning function with the man-machine game game
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:143731
    • 提供者:zhangchongfeng
  1. MC_java

    0下载:
  2. 人工智能,回溯方法解MC问题,java语言。主要算法在MC.java中,test.java是测试程序,运行test.java程序即可。-Artificial intelligence, backtracking method to solve the MC problem, java language. MC.java in the main algorithm, test.java is a test program, run test.java procedures.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1067
    • 提供者:wqs07
  1. 8_puzzle_solver_2009_10

    0下载:
  2. AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3451
    • 提供者:alex
  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 23 4 5 »
搜珍网 www.dssz.com