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

搜索资源列表

  1. S-Isomap

    1下载:
  2. Descr iption: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactio
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:31609
    • 提供者:修宇
  1. BCS_

    3下载:
  2. 贝叶斯压缩感知的仿真程序,此程序使用LAPLACE先验,-This is a simple example to test the fast Laplace algorithm from the following paper: S. D. Babacan, R. Molina, A. K. Katsaggelos. bayesian Compressive Sensing using Laplace Priors
  3. 所属分类:matlab例程

    • 发布日期:2014-01-13
    • 文件大小:4994
    • 提供者:王蒙
  1. d

    0下载:
  2. 【问题描述】: 设有一个背包可以放入的物品重量最重为s,现有n件物品,它们的重量分别为w[0]、 w[1]、w[2]、…、w[n-1]。问能否从这n件物品中选择若干件放入此背包中,使得放入的重量之和正好为s。如果存在一种符合上述要求的选择,则称此背包问题有解(或称其解为真);否则称此背包问题无解(或称其解为假)。试用递归方法设计求解背包问题的算法。 -【Descr iption of the problem: There is a backpack of items can be pla
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:761
    • 提供者:pmy
  1. DFNN

    0下载:
  2. 这是神经模糊网络中的D-FNN,极其所用到的函数程序。-This is a neuro-fuzzy network in the D-FNN, most of the procedures used in the function.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2084
    • 提供者:张宁
  1. Kalker_code

    5下载:
  2. Kalker s all code 1. Exact solution 2. Linear Solution 3. Simplifiend solution 4. FASTSIM + POLACH s contact algorithm
  3. 所属分类:matlab

    • 发布日期:2014-04-30
    • 文件大小:3925201
    • 提供者:hammer boy
  1. D-S

    0下载:
  2. 基于plc的电流保护计算,配电网安全肯故障检测分析.-Calculated based plc s current protection.Distribution Network security is willing to fault detection analysis.
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:11139344
    • 提供者:zhangbo
  1. yuchuansuanfa

    0下载:
  2. 本代码是关于,运用遗传算法实现旅行商问题的所有代码,以及MATLAB的使用方法以及工具箱等,是你做设计和其他方面的好例子,s是基于MATLAB软件的运行程序-jhjjsdh shdisd sdhjskd sdjdhsjk skdhsj sdhjs hsdh sd sd s s d s sd s d s d s d sd sd s d s d s d s sd s d sd dsd s dds d sd s d d s d s
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:48247659
    • 提供者:shiwei
  1. svm4

    0下载:
  2.  -s svm类型:SVM设置类型(默认0)   0 -- C-SVC   1 --v-SVC   2 – 一类SVM   3 -- e -SVR   4 -- v-SVR   -t 核函数类型:核函数设置类型(默认2)   0 – 线性:u v   1 – 多项式:(r*u v + coef0)^degree   2 – RBF函数:exp(-r|u-v|^2)   3 –sigmoid:tanh(r*u v + coef0)   -d degree
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:17856
    • 提供者:little863
  1. Geometrical-interpretation-of-the-1-D-DFT

    0下载:
  2. main executing reference usage: executeMain.m -------------------------------------------------------------------------------- The geometrical interpretation of the 1-D DFT may have been seldom seen or introduced. The utility demonstrates the
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1212416
    • 提供者:elfrania
  1. LDPC

    0下载:
  2. 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:14993
    • 提供者:吴健
  1. Dijkstra

    1下载:
  2. 图与网络论中求最短路径的Dijkstra算法 M-函数 格式 [S,D]=minroute(i,m,W) i为最短路径的起始点,m为图顶点数,W为图的带权邻接矩阵, 不构成边的两顶点之间的权用inf表示。显示结果为:S的每 一列从上到下记录了从始点到终点的最短路径所经顶点的序号; D是一行向量,记录了S中所示路径的大小 -Graph and network theory Dijkstra' s shortest path algorithm M-functio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:902
    • 提供者:童康
  1. D-S-evidence-theory

    1下载:
  2. D—S证据理论下的频谱感知,比较基础。适合初学者学习研究,并进行改进。-D-S evidence theory the spectrum of perception, regardless of the basis. For beginners learning research, and make improvements.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:313332
    • 提供者:anne
  1. 3-D-FDTD-code-with-PEC-boundaries

    0下载:
  2. 3-D FDTD code with PEC boundaries-3-D FDTD code with PEC boundaries. This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a three-dimensional Cartesian space lattice comprised of uniform cubic gri
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:412129
    • 提供者:李灵
  1. D-S_funsion

    0下载:
  2. 简单的D-S证据理论融合检测方法matlab程序-D-S evidence theory fusion detection method
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:5097
    • 提供者:liuqi
  1. d-s-function

    1下载:
  2. 实现d-s证据理论在matlab中的运算,简化程序结构-Ds evidence theory in matlab computing to simplify the structure of the program
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:533
    • 提供者:姚超一
  1. Standard-D-S-algorithm

    2下载:
  2. 信息融合领域--证据融合理论的D-S标准算法-Information fusion- Evidence Fusion Theory D-S standard algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:1434
    • 提供者:Seansun Lau
  1. d-s_for_matlab

    1下载:
  2. matlab实现的D-S证据理论代码实现-the matlab implementation DS evidence theory code to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:882
    • 提供者:jacky
  1. INCORPORATION-OF-D-FACTS-DEVICE-IN-DISTRIBUTION-S

    0下载:
  2. INCORPORATION OF D-FACTS DEVICE IN DISTRIBUTION SYSTEM FOR LOSS REDUCTION
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:326153
    • 提供者:india
  1. D-S

    0下载:
  2. 基础的D-s算法matlab,可以直接运行(The basic D-S function. It can run directly.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:756736
    • 提供者:lingdongyi
  1. D-S 多传感器信息融合 matlab实现

    4下载:
  2. D-S证据理论数据融合算法基础程序,可改(he matlab implementation DS evidence theory code to achieve)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com