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

搜索资源列表

  1. 三相预处理

    0下载:
  2. 离散值与有效值的计算 对电压 和电流都适应- 绂绘暎鍊?and 鏈夋晥鍊?the computation all adapts to the voltage and the electric current
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1561
    • 提供者:李培强
  1. 最大似然估计分类算法的matlab实现

    11下载:
  2. 最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。,Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.
  3. 所属分类:matlab例程

    • 发布日期:2015-12-09
    • 文件大小:1329
    • 提供者:丛志丹
  1. 用 Floyd 算法求任意两点间的最短路径及最短路长

    1下载:
  2. 用 Floyd 算法求任意两点间的最短路径及最短路长. D0 是图的邻接矩阵,Floyd algorithm used for any shortest path between two points and the most long-short-circuit. D0 is the graph adjacency matrix
  3. 所属分类:matlab例程

    • 发布日期:2013-04-15
    • 文件大小:602
    • 提供者:kreaya
  1. 采用最小二乘法进行多点平面拟合的算法介绍

    0下载:
  2. 采用最小二乘法进行多点平面拟合的算法介绍。,Least square method for planar multi-point fitting algorithm introduction.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-25
    • 文件大小:38540
    • 提供者:veilking
  1. Scatter.rar

    1下载:
  2. 时域有限差分模拟散射,matlab编程,比较有用,FDTD simulation of scattering, matlab programming, more useful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-19
    • 文件大小:5120
    • 提供者:shenyun
  1. mzxec.rar

    0下载:
  2. 递推格式的最小二乘法参数辨识算法matlab语言设计与实现,Recursive least squares format parameter identification algorithm matlab language design and implementation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:885
    • 提供者:simba
  1. ycsf_zdlj.rar

    0下载:
  2. 基于遗传算法的最短路径计算 程序简洁 速度很快 界面不是很完善,Based on genetic algorithms calculate the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:239959
    • 提供者:mingming
  1. MapGuide.rar

    0下载:
  2. 超强寻找最短路径和全部结点遍历。用了GDI显示。,Super find the shortest path and all nodes traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:530270
    • 提供者:xiaolizhi
  1. CH2

    0下载:
  2. L2_1.m: 二維迴旋積(程式) L2_2.m: 矩陣的直積(程式) L2_3.m: 馬可夫鏈的轉移機率(程式) -L2_1.m: two-dimensional plot roundabout (the program) L2_2.m: Matrix product (program) L2_3.m: Markov chain transfer rate of (program)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:787
    • 提供者:Oki
  1. zxexf

    0下载:
  2. 曲线拟合的最小二乘法 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 y 68 67.1 66.4 65.6 64.6 61.8 61.0 60.8 60.4 60 试验要求:利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线-Method of least squares curve fitting of the experimental cases: known func
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:522
    • 提供者:杨旸
  1. olsmatlab

    2下载:
  2. 最小二乘法的Matlab参数辨识程序(含实例)-Matlab least squares method of parameter identification procedures (including examples)
  3. 所属分类:matlab

    • 发布日期:2014-12-29
    • 文件大小:9901
    • 提供者:晓柳
  1. zhixiannihe

    1下载:
  2. 内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3143
    • 提供者:lxq
  1. WaveFieldNumericalSimulation(StaggeredGrid)

    4下载:
  2. 双相介质的交错网格有限差分波场模拟包含了不同精度的交错网格程序--Two-phase media of the staggered-grid finite-difference wave field simulation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-12-21
    • 文件大小:403218
    • 提供者:wanghong
  1. femsrc

    0下载:
  2. 有限元传热算例--The example of calculation of finite element heat transferring
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-29
    • 文件大小:427851
    • 提供者:李彬彬
  1. 克鲁斯卡尔(Kruskal)算法

    0下载:
  2. 克鲁斯卡尔(Kruskal)算法 (1)算法思想(2)算法特点(3)Kruskal算法的抽象描述(4)用Kruskal算法构造最小生成树的过程(5)算法分析- Kruse Cull (Kruskal) the algorithm (1) the algorithm thought (2) the algorithm characteristic (3) the Kruskal algorithm abstract descr iption (4) slightly produces tree
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:1148
    • 提供者:王猛
  1. gcd

    0下载:
  2. 求几个数的最大公约数及最小公倍数- Asks several integers the greatest common divisors and 鏈
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:2440
    • 提供者:none
  1. PR-SVM

    0下载:
  2. 支持向量机子资料,我看了,有参考价值 操,说说明不够详细,要多少字才够? 谁这么没文化,又不是要写论文-support vector machine, I saw a reference value parade, said the note was not sufficiently detailed to the number of words is enough? So who is not culture, is not to write papers
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:255815
    • 提供者:
  1. fdtd_2D_TM_PML

    1下载:
  2. 2维时域有限差分模拟,fdtd_2D_TM_PML-2-D FDTD simulation, fdtd_2D_TM_PML
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:49312
    • 提供者:ali
  1. svm--km

    0下载:
  2. 这是一个很好的支持向量机工具箱,它可用于模式识别,图像识别,文字识别,语音识别和手写体识别等领域。-This is a very good support vector machine toolbox, it can be used for pattern recognition, image recognition, text recognition, speech recognition and handwriting recognition and other fields.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4445738
    • 提供者:李全林
  1. TSP

    0下载:
  2. 选定出示出发点,计算走遍十个城市的最短距离,VC++编写-Selected to produce the starting point, dozens of cities around the calculation of the shortest distance, VC++ Prepared
  3. 所属分类:AI-NN-PR

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