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

搜索资源列表

  1. FBP

    3下载:
  2. 这是一个医学图像重建程序,用的是滤波反投影算法。-Medical Image Reconstruction using Filtered Back Projection. Matlab code (GUI)+ 4 Sinograms for testing/demonstrations. Can be used as a laboration to compare different numbers of projections, filters and interpolatio
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.7mb
    • 提供者:hinling
  1. ex4

    0下载:
  2. 关于自适应滤波的算法仿真,其中应用了LMS算法和RLS算法,也比较了他们的性能-Adaptive filtering algorithms on the simulation, which applied the LMS algorithm and RLS algorithm, also compare the performance of their
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:179.64kb
    • 提供者:xiaojun
  1. Simplex

    0下载:
  2. 单纯形法算法,试过,比较好用,大规模没有验证过,希望有人提出宝贵意见-Simplex method algorithm, tried to compare easy to use, large-scale has not verified the hope that it was valuable advice
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.37kb
    • 提供者:吕克
  1. RLS1

    0下载:
  2. 用Matlab实现RLS算法 画出原始信号和处理后的信号进行对比 -RLS algorithm using Matlab to draw to achieve the original signal and processed signal to compare
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:747byte
    • 提供者:Da超
  1. LMS_RLS

    0下载:
  2. 拟使用基于LMS与RLS的自适应算法在MATLAB平台上对带有两个权的自适应线性组合器进行仿真,进而对两类算法的性能作比较,同时也考察了两种算法在不同参数条件下曲线收敛性的变化-Intending to use the LMS and RLS-based adaptive algorithm in the MATLAB platform with two pairs of the right to self-adaptive linear combiner is simulated, and t
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4.77kb
    • 提供者:刘翔
  1. GA-RBF

    3下载:
  2. 1.利用GA算法优化RBFNN的各种权值; 2.利用RBFNN进行函数跟踪; 3.比较测试未用GA优化的和使用GA优化的RBFNN的结果。-1.Use GA algorithm to optimize a variety of weights in RBFNN 2. Use RBFNN to realize tracking function 3. Compare and test the results of using GA and not using GA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:6.96kb
    • 提供者:天天
  1. compare

    0下载:
  2. 本代码主要是利用链表结构对输入的两个字符串进行比较,并显示比较结果。-This code is mainly used on the input list structure to compare two strings and displays the results of the comparison.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:702byte
    • 提供者:xunlu
  1. EmotionDetection

    0下载:
  2. It can detect human emotion from image. First it take an image, then by skin color segmentation it detect human skin color then it detect human face. Then it separate the eyes & lip from the face. Then it draw bezier curve for eyes & lips. Then it co
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2.73mb
    • 提供者:Eugene
  1. ondracka

    0下载:
  2. To Compare thr RlS and LMS algorithm we utilised and improved the exisiting functinal from matlab, precisely the scheme of RLS and LMS algorithms for adaptive noise cancellation.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:80.1kb
    • 提供者:nav
  1. compare

    0下载:
  2. compare with 2 image
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:874byte
    • 提供者:somayeh
  1. compare

    0下载:
  2. .m file for matlab called compare
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:760byte
    • 提供者:hello
  1. imhist

    0下载:
  2. 计算并绘制图像的直方图,本设计中绘制了四种形式的直方图,imhist,bar,stem,plot进行比较和区别!-Calculated and plotted the histogram of the image, the design of four forms of the histograms drawn, imhist, bar, stem, plot and compare the difference!
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:126.92kb
    • 提供者:林彩
  1. PF-and-EKF-compare

    0下载:
  2. 一个比较粒子滤波及扩展卡尔曼滤波异同的程序,由Gardon 1999年的paper中而来。-A particle filter and compare similarities and differences between the extended Kalman filter process, from the Gardon 1999 paper in the coming years.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.89kb
    • 提供者:孤寂的风
  1. taxis-compare

    0下载:
  2. 使用两个源程序文件,一个用于构造三个算法的具体实现,另一个为主函数,完成计算统计完成一定次数对某个算法的运行时间和比较次数的统计 -Using two source files, a three algorithms used to construct a concrete realization of the other main functions, to complete the calculation of the statistical complete a certain num
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.06kb
    • 提供者:马波
  1. compare-sorting

    0下载:
  2. 内部排序算法进行比较,能使我们更好的掌握这些排序的基本思想及排序算法。通过该题目的设计过程,可以加深理解各种数据结构的逻辑结构、存储结构及相应上运算的实现-Compare the internal sorting algorithms, enabling us to better grasp the basic idea of ​ ​ these sort and sorting algorithms. Design process by the subject, can d
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3.07kb
    • 提供者:wenlong
  1. compare

    0下载:
  2. 這是一個比對字串的程式,可以幫忙比對java輸入的字串-This is a program for compare the string and it is suited for java.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:526byte
    • 提供者:hjku
  1. compare-the-order-of-words

    0下载:
  2. 比较单词的顺序,输入两个单词,看他们正序排列的先后顺序-Compare the order of words, enter the two words, look at the positive sequence arranged in the order
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.63kb
    • 提供者:eternal
  1. compare

    0下载:
  2. Fano编码 函数说明: [next_P,next_index,code_num]=compare(current_P,current_index) 为比较函数,主要用于信源符号的分组 current_P为当前分组的信源的概率矢量-Fano coding Function Descr iption: [next_P, next_index code_num] = the compare (current_P current_index) f
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1.16kb
    • 提供者:龙哥
  1. compare-two-strings-without-using-strcmp()-functi

    0下载:
  2. compare two strings without using strcmp() function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:653byte
    • 提供者:Pralay Saha
  1. compare-images

    0下载:
  2. It is a MATLAB code to compare two images and to decide whether they are same or not
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:702byte
    • 提供者:LALIT PATIL
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com