搜索资源列表

  1. ai_materials

    0下载:
  2. hop lee的人工智能讲义,主要内容有 lisp语言简介 机器推理 问题求解 知识表示 机器学习 神经网络简介 遗传算法 -artificial intelligence hop lee lectures, the main contents of the machine has lisp language Introduction Problem Solving Reasoning Knowledge
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-21
    • 文件大小:824kb
    • 提供者:蒋崇武
  1. queens

    0下载:
  2. prolog语言写的一个八皇后问题,程序比较简单,有注释-prolog language to write an eight-queen problem, the procedure is relatively simple, has the Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-21
    • 文件大小:1kb
    • 提供者:张言国
  1. Queen

    0下载:
  2. 分别用面向过程、面向对象和函数式程序设计的方法解决八皇后问题。 附报告-Were process-oriented, object-oriented programming and function of the eight Queen' s problem to solve. The attached report
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-03-21
    • 文件大小:202kb
    • 提供者:邵震
  1. trees

    0下载:
  2. 树的和 ★问题描述 LISP是一种高级语言,可以用它来表示其它的数据结构,例如二叉树。二叉树由LISP的S 表达式来表示,其规则如下: 空树=() 树= (整数 左子树 右子树) 叶节点=(整数 () ()) ★编程任务 问题是给定一棵由LISP的S表达式决定的二叉树,问是否存在一条从根到叶节点的路径 P,使这条路径上所有节点的和等于一个给定的整数I。 ★数据输入 由文件input.txt给出
  3. 所属分类:Windows编程

    • 发布日期:2025-03-21
    • 文件大小:868kb
    • 提供者:skyalone
  1. Pragmatic.Bookshelf.Programming.Clojure.May.2009.

    0下载:
  2. Clojure is a dynamic programming language for the Java Virtual Machine (JVM), with a compelling combination of features: • Clojure is elegant. Clojure’s clean, careful design lets you write programs that get r
  3. 所属分类:其他小程序

    • 发布日期:2025-03-21
    • 文件大小:1.09mb
    • 提供者:hassan
  1. Paradigms_of_AI_Programming

    0下载:
  2. Paradigms of Artificial Intelligence Programming: a) A historical study of Artificial Intelligence, with USABLE examples of code, or b) A book presenting techniques for programming in Common Lisp. As a referenc
  3. 所属分类:软件工程

    • 发布日期:2025-03-21
    • 文件大小:13.94mb
    • 提供者:ashokec
  1. acp

    0下载:
  2. 􀁽 蚁群算法是通过模拟蚂蚁觅食而发展出的一种新的启发算法􀁱 基于群体的协作与学习􀁯 该算法已 经成功地解决诸如× ≥° 问题等多种组合优化问题􀁱 本文提出了一种基于自适应调整信息素的改进蚁群算法􀁱 该算法根据人工蚂蚁所获得解的情况􀁯 动态地调整路径上的信息素􀁯 从而使得算法跳离局部最优解􀁱 通过仿真
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-21
    • 文件大小:334kb
    • 提供者:malei
  1. zookeeper

    0下载:
  2. solved the zoo keeper problem using lisp this is implemented lisp AI class 2006, tranditional problems
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-03-21
    • 文件大小:84kb
    • 提供者:Kilsu Jung
  1. recursion-in-the-expert-systems

    0下载:
  2. 在智能故障诊断中, C(C++)语言具有多方面优于传统人工智能语言(如LISP、PROLOG)的特性, 它对递归的支持使得用 其来开发故障诊断专家系统成为可能。本文研究了故障诊断专家系统开发中用到的递归方法及其基于C(C++)的实现, 具体 包括: 动态数据库设计中结构体的递归定义, 推理机设计中函数的递归调用等。针对知识推理中易出现的“循环递归”问题, 提出了一种基于“因果网络直观图”的解决方法。-C ( C++ )lan
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-21
    • 文件大小:53kb
    • 提供者:陈金星
  1. AutoCAD

    1下载:
  2. 包含众多vba及lisp实例,全面细致,在具体问题的讲解实例中提升读者的编程思维,细化程序功能-Contains a number of vba and lisp instance, a comprehensive and detailed to enhance the reader' s programming thinking in the explanation of the specific problem instanc
  3. 所属分类:CAD

    • 发布日期:2025-03-21
    • 文件大小:185kb
    • 提供者:123132
  1. lispChinesetower

    0下载:
  2. 编写LISP函数解决Hanoi Tower(汉塔)问题。问题如下:梵塔内有A,B,C三个柱子,开始时A柱上有n个盘子,盘子大小不等,大的在下,小的在上。要把这n个盘子从A柱移到B柱,每次只允许移动一个盘子,且在移动过程中在3个柱子上都始终保持大盘在下,小盘在上。在移动过程中可以利用C柱,要求程序输出移动的步骤。-Write LISP function to solve the problem of Hanoi is Tower (Chi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-03-21
    • 文件大小:6kb
    • 提供者:邹扬
  1. br

    1下载:
  2. 重叠文字避让程序及lisp源代码,地形图里重叠文字一次性解决问题。-Procedures and avoid overlapping text lisp source code, topographic maps in overlapping text disposable solve the problem.
  3. 所属分类:其他小程序

    • 发布日期:2025-03-21
    • 文件大小:31kb
    • 提供者:wqp

源码中国 www.ymcn.org