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

搜索资源列表

  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:王卫红
  1. DavidPeterman_C

    0下载:
  2. 问题描述: 虽然离开浦口了,但在浦口校区后山大家还都有印象吧,可你知道有一座小山在冬天下大雪的时候是可以滑雪的,SEU很喜欢滑雪,这并不奇怪, 因为滑雪的确很刺激,可是为了获得速度,滑雪区域必须向下倾斜,而且当你到底时不得不重新走到上面重滑。SEU想知道在这个区域中最长的滑坡。区域由一个二维数组给出。数组的每一个数字表示山坡上一个点的高度。 下面是一个例子: 一个人可以从一个点滑向上下左右相邻的四个点之一,当且仅当高度减小。在上面的例子中,一条可行的滑坡为24-17-16-
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:780byte
    • 提供者:laochao
  1. timetable-csharp

    1下载:
  2. c#/CSharp 遗传算法高校排课系统的源代码,这是我哥哥做的本科毕业设计,很不错的哦-c#/CSharp University Course Scheduling System genetic algorithm source code, which I did graduate design, very good oh ~ ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:533.54kb
    • 提供者:张雨萌
  1. qinh

    0下载:
  2. 清华大学《人工智能导论》课程电子教案,给大家看看,还有几个用C写的。代吗,-Tsinghua University, Introduction to Artificial Intelligence course of electronic lesson plans, for everyone to see, there are several written by C. On behalf of you,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:339.2kb
    • 提供者:tom
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:585.38kb
    • 提供者:
  1. juleihefenlei

    0下载:
  2. 对一组样本通过C-means算法进行聚类分析,然后对聚类结果用感知器算法进行分类,是模式识别课程的实验。-Samples of a group through the C-means cluster analysis algorithm, and then the results of the clustering algorithm used to classify perceptron is a pattern recognition course experiment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:韩梅
  1. AntSystem

    2下载:
  2. 一个较好的蚁群MATLAB程序,附地图。-In this M-file, the implemention of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the iterative playing course.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-12
    • 文件大小:27.17kb
    • 提供者:boy
  1. a

    0下载:
  2. 蚁群算法,简单的c++实现,数学建模全国赛时用了这段代码。当然,也可以用来作为学习该算法时使用。只是可能太简单了。-Ant colony algorithm, a simple c++ implementation of the national mathematical modeling code used during the Games. Of course, this can also be used as a learning algorithm to use. Just might
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3.76kb
    • 提供者:讲个
  1. main.c.tar

    0下载:
  2. 基于反馈的EDF调度算法的仿真及性能测试程序。为原创,希望能收到一些意见。-Feed-back control EDF scheduler implemented on VxWorks kernel. This is original work for a course project. Hope it would be helpful to you guys.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.62kb
    • 提供者:gmagogsfm
  1. 01labview

    0下载:
  2. 关于labview设计的一些设计报告,CDMA系统中的反向预测功率控制算法,labview_通讯仿真,LabVIEW测量信号时间间隔的实现,labview生成exe,LabVIEW下基于BP神经网络,LabVIEW与C语言的接口技术及其应用,LabVIEW在数字电路课程教学中的应用,多项参数可编程的脉冲信号发生器-Labview design on some of the design report, CDMA system, the reverse power control algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.49mb
    • 提供者:hhh
  1. code

    0下载:
  2. This course describes the AI techniques necessary for an agent to act intelligently in the ``real world. Techniques include natural language processing, uncertainty reasoning, learning, vision and speech processing. Basic AI techniques (such as searc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:336.88kb
    • 提供者:elven
  1. Astar_Chess

    0下载:
  2. 人工智能导论从课程A星算法实现的五子棋程序C-Artificial Intelligence Introduction A star algorithm from the course to achieve the the Gobang program C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:762.33kb
    • 提供者:
  1. wanghao-algorithm-

    0下载:
  2. 人工智能课程实验,C语言实现王浩算法,带有代码运行说明。-Artificial Intelligence course experiment, C language algorithms Hao, with code running instructions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:313.08kb
    • 提供者:mafangyuan
  1. vacuum-cleaner(SG-YR)

    0下载:
  2. code of a simple vacuum cleaner for course of Artifical Intelligence in c++, vacuum searches 2 neighbouring rooms and cleans trashes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:139.13kb
    • 提供者:simni
搜珍网 www.dssz.com