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

搜索资源列表

  1. mohu-

    0下载:
  2. 模糊控制就是利用模糊数学的基本思想和理论的控制方法。 在传统的控制领域里,控制系统动态模式的精确与否是影响控制优劣的最主要关键,系统动态的信息越详细,则越能达到精确控制的目的。然而,对于复杂的系统,由于变量太多,往往难以正确的描述系统的动态,于是工程师便利用各种方法来简化系统动态,以达成控制的目的,但却不尽理想。换言之,传统的控制理论对于明确系统有强而有力的控制能力-Fuzzy control is the basic idea of ​ ​ fuzzy mathema
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1183
    • 提供者:张志华
  1. hinf_control

    2下载:
  2. 基于Matlab H inf 鲁棒控制的设计 简述了 鲁棒控制器的基本思想,给出了运用Matlab鲁棒控制工具箱为假定空间桁架设计 鲁棒控制器的设计过程,同时也给出了控制器作用下闭环系统的分析结果-Robust control based on Matlab H inf robust controller design outlines the basic idea, given the use of Matlab robust control toolbox to assume that
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3045
    • 提供者:tanhaonan
  1. Apriori

    1下载:
  2. 该算法应用于单维、单层、布尔关联规则,其核心是基于两阶段频集思想的递推算法。首先找出所有的频集,这些项集出现的频繁性至少和预定义的最小支持度一样。然后由频集产生强关联规则,这些规则必须满足最小支持度和最小可信度。-The algorithm is applied to one-dimensional, single-layer, Boolean association rules, its core is based on the idea of ​ ​ a two-stag
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1536
    • 提供者:曹擎宇
  1. GAppt

    0下载:
  2. 遗传算法,非常强大的思想,适用于优化BP网络,这个是入门级资料,对于认识算法本质有非常大帮助。 -Genetic algorithm, a very powerful idea, for optimization of BP network, this is the entry-level data, algorithms for understanding the nature of a very big help.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:36174
    • 提供者:mmao
  1. shuxuejianmoGongJiaoLuXian

    0下载:
  2. 数学建模公交线路问题 该程序利用迪杰斯特拉算法经行求解,使用该代码前最好先阅读Readme.doc-Bus lines mathematical modeling problem using Dijkstra algorithm for the program through the line solution, a good idea to use the code to read Readme.doc
  3. 所属分类:matlab

    • 发布日期:2017-06-03
    • 文件大小:15054491
    • 提供者:haohao
  1. SVM

    0下载:
  2. SVM核心思想是:对于输入空间中非线性可分的情形,选择一个适当的非线性映射,将输入空间中的样本点映射到一个高维空间,然后通过一系列核函数、参数因子的选择得到最优分界面。-SVM core idea is: For the non-linear input space can be divided into the case, select an appropriate nonlinear mapping the input space sample point is mapped to a hi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:778467
    • 提供者:adhw
  1. NTCtest2

    2下载:
  2. 针对NTC热敏电阻阻值与温度(R-T)的非线性特性,为了提高测温精度,提出一种三 阶对数公式法对R-T特性进行分段曲线拟合。该测温系统以三阶对数公式为基础进行了软 硬件设计,实现了对船用柴油机的机油温度、冷却水温度的高精度测量-Since the NTC thermistor's resistance and temperature(R-T) there is a serious non-linear characteristics, in order to improve t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-04-02
    • 文件大小:193758
    • 提供者:叶潞灵
  1. a3003@04.02

    0下载:
  2. 本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。-The program algorithm is relatively simple, can apply fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1780050
    • 提供者:张飞
  1. Bus-inquires-the-idea

    0下载:
  2. 公交换乘设计思路,实现最多两次换乘。公交换乘思路大概是这样,当然还可以使用二叉树-Bus transfer design ideas to achieve a maximum of two transfer. Bus transfer thinking about this, of course, you can also use the binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:641
    • 提供者:uc
  1. GA(Genetic-Algorithm)

    0下载:
  2. 本实例采用遗传算法求多项式最小值,使读者掌握遗传算法的基本思想,并能具体应用-This example uses the minimum polynomial of genetic algorithm, so that the reader grasp the basic idea of ??genetic algorithms, and to the specific application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2401
    • 提供者:lu
  1. Multicarrier-Modulation-for-Data-Transmission

    0下载:
  2. Multicarrier Modulation for Data Transmission: an Idea whose Time Has Come
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:824656
    • 提供者:obaid
  1. ant-colony

    0下载:
  2. 蚁群优化算法的基本思想是模仿蚂蚁依赖信息素进行通信而显示出的社会行为-The basic idea of ​ ​ ant colony optimization algorithm is to mimic the ants rely on pheromones to communicate and show social behavior
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2326
    • 提供者:周同同
  1. introduction-to-resampling-methods-bootstrap

    0下载:
  2.  Bootstrap is a data based simulation method for statistical inference. The basic idea of bootstrap is to use the sample data to compute a statistic and to estimate its sampling distribution, without any model assumption. M
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:87619
    • 提供者:coq
  1. mypca

    0下载:
  2. principal component analysis (PCA ) is a well known approach for dimensionality reduction of the feature space. It has been successfully applied in face recognition. The main idea is to decompose face images into a small set of feature images called
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1746
    • 提供者:omid
  1. Behaviors-Blade-Shaft-Bearing-System

    0下载:
  2. 一篇论文,转子动力学方面,思路独特,新颖性强。题目为叶片-转子-轴承系统的非线性动力学问题研究-Paper, rotor dynamics, the idea of ​ ​ unique, innovative and strong. Entitled blades- Rotor- bearing system of nonlinear dynamics
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:339545
    • 提供者:
  1. PAPRvsCCDF

    0下载:
  2. This source code gives an idea about how to plot PAPR vs CCDF which is an important paramenter for evalution of the schemes of PAPR reduction
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:820
    • 提供者:neelam
  1. tonereservation

    2下载:
  2. This code simulates the tone reservation technique for the PAPR Reduction of OFDM signals and gives an idea of how to improve it-This code simulates the tone reservation technique for the PAPR Reduction of OFDM signals and gives an idea of how to im
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1324
    • 提供者:neelam
  1. kalman-thinking

    0下载:
  2. 介绍一下kalmanfiter的比较基本的滤波思想,值得一看-Introduce more basic filtering kalmanfiter idea, worth a visit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22225
    • 提供者:
  1. chaosongchi

    0下载:
  2. 松弛法简称SOR方法,也叫张弛发,其基本思想是迭代,即在高斯方法已求出x(i),x(i-1)的基础上,组合新的序列,从而加快收敛速度。 采用列主元素消去法是在Gauss消去法在强条件下进行的,即Ai非奇异,逐次消去一个未知数。只要方程组的系数矩阵非奇异,方程组就有唯一解。这样对列选主元,称为列主元素消去法。其应用条件为每次变化中主元素不等于且系数矩阵Ai非奇异。-Relaxation method referred to as SOR method, also called relaxati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8108
    • 提供者:咪噜
  1. sanciyangtiao

    0下载:
  2. 其基本思想是取B样条函数 为及基函数,在[a,b]中均匀划分区间,xi=a+ih,h=(b-a)/n,由于三次样条函数空间是n+3维的,所以把分点扩充到x-1,xn+1,则任意三次样条函数可用 线性组合来表示:-The basic idea is to take B-spline function and basis functions in [a, b] in the evenly divided intervals, xi = a+ ih, h = (ba)/n, because the c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6060
    • 提供者:咪噜
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com