CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 图形界面

搜索资源列表

  1. EightNumbers

    0下载:
  2. 此软件是八数码软件,图形界面操作,分别用“将牌的距离和”、“不在位将牌数”和“宽度优先搜索”求解八数码问题。-eight digital software, a graphical interface operation, "to the distance and licensing", "will not place the number of licenses" and "width Search" Solving the prob
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:264420
    • 提供者:jiaohc
  1. GALunarLander-Unmanned

    0下载:
  2. 用遗传算法模拟的无人驾驶登陆月球程序的源代码,编译后为图形界面,形象直观-genetic algorithm simulation of the unmanned lunar landing program's source code, compiled for the graphical interface, visual image
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:612419
    • 提供者:lb
  1. smartsweepers

    0下载:
  2. 在VC下编译,图形界面,结合遗传算法和神经网络的智能排雷算法-in VC compiler, graphical interface, which combines the genetic algorithm and neural network algorithm for smart mine
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:52651
    • 提供者:lb
  1. fringerrecognition

    0下载:
  2. 一个指纹识别系统,利用的是经典的算法。系统图形界面功能强大-a fingerprint identification system using the classical algorithm. System powerful GUI
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6701171
    • 提供者:黎明
  1. svm_delphi

    2下载:
  2. 基于libsvm,开发的支持向量机图形界面应用程序,并提供了关于C和sigma的新的参数选择方法,使得SVM的使用更加简单直观
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:731985
    • 提供者:戴愚
  1. 9grid

    0下载:
  2. 人工智能中经典的九宫问题(八数码问题),有图形界面显示步骤以及结果
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39952
    • 提供者:潘星光
  1. Caisis_v3.5_SourceFiles

    0下载:
  2. 医疗决策支持系统,具有多种疾病数据库,图形界面漂亮,功能强大
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9969346
    • 提供者:yangyepeng
  1. TSP

    1下载:
  2. 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:71673
    • 提供者:sdfsfdsf
  1. CHASE

    0下载:
  2. 一个基于向量方法的追逐躲避AI算法,并附上直观的图形界面,让你可以用直观的学习基本的游戏中的人工智能。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:42270
    • 提供者:sss111
  1. 九宫问题

    0下载:
  2. 人工智能中九宫问题的实现,初始数据随机生成,最终状态随机生成,并用图形界面显示搜索过程-AI JiuGongTu the realization of the initial data randomly generated, the final state of random generation, and using a graphical interface shows search process
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:43225
    • 提供者:蔡鹏
  1. 人工智能经典问题八数码三种算法

    0下载:
  2. 人工智能经典问题八数码三种算法(广度优先搜索,深度优先搜索,启发式搜索)带有图形界面的解决方案。-Classic problem in Artificial Intelligence eight digital three algorithms (breadth-first search, depth-first search, heuristic search) with a graphical interface solutions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-20
    • 文件大小:35266169
    • 提供者:zlf
  1. 8Puzzle_DFS 人工智能经典问题八数码的深度优先搜索算法实现

    0下载:
  2. 人工智能经典问题八数码的深度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-21
    • 文件大小:303131
    • 提供者:zlf
  1. china45

    0下载:
  2. C++实现TSP问题求解,带有图形界面,程序比较全面发展,界面美观-TSP Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:521890
    • 提供者:李军
  1. smo

    0下载:
  2. SMO 源程序基于libsvm,开发的支持向量机图形界面应用程序,并提供了关于C和sigma的新的参数选择方法,使得SVM的使用更加简单直观 -SMO Code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:22426
    • 提供者:王先生
  1. TSP

    1下载:
  2. 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:129542
    • 提供者:dudu
  1. Puzzle

    0下载:
  2. 利用遗传算法编写的24数码程序,对学习遗传算法和图形界面编程非常有用-Using the genetic algorithm written in 24 digital programs, to learn of genetic algorithm and graphical interface programming is very useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:52515
    • 提供者:杨为
  1. CaesarCode

    0下载:
  2. 凯撒密码(Caesar Code)的加密和解密。图形界面。人工智能课大作业。-The encryption and decryption of Caesar Code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:13552
    • 提供者:张旭初
  1. system-of-K-Means-and-its-plus

    0下载:
  2. 实现了k-means极其改良算法,提高了聚类的精度。内附详细文字说明及源代码,配有图形界面演示。-The implementation of k-means algorithm and its plus.Improve the accuration of clustering.The document and source are both added.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5809419
    • 提供者:高进
  1. Uncertain

    0下载:
  2. JAVA程序解决了人工智能中主观Bayse方法问题,采用SWING实现图形界面,可以绘制主观Bayse曲线-JAVA program to solve the problem of artificial intelligence methods of subjective Bayse, realized by SWING graphical interface, you can draw the curve of subjective Bayse
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:76501
    • 提供者:miao
  1. ANN-matlab-code

    0下载:
  2. 人工神经网络ANN程序,带图形界面,可以选用不同学习规则(Hebb, Delta, LMS, Conceptron, Correlation)和不同的转移函数-ANN artificial neural network program with a graphical interface, you can use different learning rules (Hebb, Delta, LMS, Conceptron, Correlation) and different transfer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7866
    • 提供者:zoe
« 12 3 »
搜珍网 www.dssz.com