CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - function a

搜索资源列表

  1. 编制迷宫程序(用A算法来实现)

    0下载:
  2. 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-through the preparation of the maze procedure to skillfully master A * algorithm. * A full understanding of algorithms and heuristic function of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.33kb
    • 提供者:陶钊
  1. Radial Basis Function Neural Network

    0下载:
  2. 一个用MATLAB写的RBF神经网络原代码-a MATLAB write RBFNN original code!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.31kb
    • 提供者:余建波
  1. A算法

    0下载:
  2. 程序目的: 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系。-procedures Objective : Maze procedure to prepare skilled master A * algorithm. * A full understanding of algorithms and heuristic function relationship.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.62kb
    • 提供者:hehe
  1. 八数码问题(A星算法)

    0下载:
  2. 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.24kb
    • 提供者:罗鹏魁
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13.28kb
    • 提供者:陈士骞
  1. rbfSrc

    0下载:
  2. This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some \"sample\" points for some arbitrary curve. Next, the user specifies the number o
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:18.25kb
    • 提供者:陈伟
  1. findzerosofunction

    0下载:
  2. 如何求解函数的零点的两个子函数,一个调用另一个,-how to solve the function of the two 0.1 function, a call to another,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.44kb
    • 提供者:shj
  1. ksps

    0下载:
  2. 首先,初始化将要排序的序列,以数组初始化。     第二,定义快速排序函数:       本算法思路为:在待排序的n个记录中任取一个记录r(通常取第一个记录),以该记录的关键字k为准,将所有剩下的n-1个记录分割成两个子序列。第一个子序列中的每个记录关键子均小于或等于k,第二个子序列中的每个记录关键字均大于或等于k,然后将k对应的记录排在第一个子序列之后及第二个子序列之前。这个过程为一遍排序。之后分别对子序列1和子序列2重复上述过程,直至每个子序列只有一个记录为止。    最后,定义
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:959byte
    • 提供者:皮皮
  1. ICA2000_reprint.doc

    0下载:
  2. 具有带通选择性的ICA算法可以改善对于带通时间序列的分离以及对于周期性脑功能响应信号的提取. 因此本文提出的方案可将被估计信号, 如:周期性响应信号以及具有平滑空间分布的脑功能激活区, 的先验特性以特征选择的方式加入ICA算法用以提高对此类信号的估计-with selective ICA algorithm can be improved for the band pass time series, as well as for the separation of brain function
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:274.28kb
    • 提供者:周周
  1. BP_GA.用BP网络建立映射关系

    0下载:
  2. 用BP网络建立映射关系,为遗传算法提供适应度函数,通过改进遗传算法完成最小值优化,the mapped relation is built using BP network in order to provide fitness function for genetic algorithm. At last, optimization of minimum value is finished by genetic algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-01
    • 文件大小:1.41kb
    • 提供者:wangchanglong
  1. GABP.利用改进遗传优化算法解决BP神经网络中局部最小问题

    2下载:
  2. matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
  3. 所属分类:matlab例程

    • 发布日期:2015-11-24
    • 文件大小:8.86kb
    • 提供者:magic
  1. S-Function

    4下载:
  2. 这是matlab中S函数的编写手册,给想用simulink作控制的提供了一个好的载体。-This is a matlab function in S to prepare manuals, to want to use simulink for control provides a good vehicle.
  3. 所属分类:matlab

    • 发布日期:2015-04-12
    • 文件大小:739.47kb
    • 提供者:张春敏
  1. radar-ambiguity-function

    0下载:
  2. 雷达模糊度方程仿真程序,包括距离模糊函数,模糊坐标图,数字编码波型及一个雷达实例例程-the simulation code for radar ambiguity function, including range ambiguity function, ambiguity diagram contours, digital coded waveforms and a radar design case program
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:4.48kb
    • 提供者:张晓斌
  1. Function-approximation

    0下载:
  2. 函数逼近的MATLAB程序,本程序设计一个两层的bp网络用于函数逼近,隐层的激活函数为 tansig,输出层激活函数为purelin线性函数 -Function approximation of the MATLAB program, the program design of a two-tier network for function approximation bp, hidden layer activation function is tansig, the output la
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3.25kb
    • 提供者:冯玉玺
  1. dejong-test-function

    0下载:
  2. dejong test function, a test bed for Genetic Algorithm Optimization Problems. This is a standard Test bed used by several authors to test the efficiency of their proposed algorithms.
  3. 所属分类:matlab

    • 发布日期:2016-03-17
    • 文件大小:2kb
    • 提供者:Mohsen
  1. radial-basis-function-network

    0下载:
  2. 用于函数逼近的径向基逼近和差值,是一个基础函数,包括高斯及二项式两种,可拓展到多个应用领域-Radial basis functions are use for function approximation and interpolation. This package supports two popular classes of rbf: Gaussian and Polyharmonic Splines (of which the Thin Plate Spline is a subcla
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:8.67kb
    • 提供者:辛芳芳
  1. MATLAB-function

    0下载:
  2. 这个是整理之后的MATLAB函数大全,希望对MATLAB初学者有用-This is a MATLAB function Daquan after finishing the hope that useful to MATLAB for beginners
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:231.75kb
    • 提供者:高飞
  1. S-function

    0下载:
  2. S函数的编写,对于一个学控制的同学和MATLAB的同学很有用的-The preparation of S-function, a learning control for students and the students very useful MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:918.38kb
    • 提供者:张涛
  1. 启发式搜索A算法

    0下载:
  2. 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:209kb
    • 提供者:anbao
  1. 横润科技《MATLAB的S-Function编写指导》

    1下载:
  2. 一本很好的学习Matlab S-Function的教程(A good tutorial on learning Matlab S-Function)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:738kb
    • 提供者:猩猩将军
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com