CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - idea algorithm

搜索资源列表

  1. KalmanFilter_C

    0下载:
  2. 卡尔曼滤波算法及C语言实现。其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。-Kalman filter algorithm and C language. The basic idea is: a state-space model of the signal and noise, the first time to estimate the present moment observat
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1975
    • 提供者:叶国欣
  1. LEACH_RBMC_UVGCR_VBUC

    0下载:
  2. WSNs的LEACH路由算法,它是一种层次型算法,核心思想是分簇,并轮流当选簇头!-WSNs LEACH routing algorithm, which is a hierarchical algorithm, the core idea is clustering, and turns elected cluster head!
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-11-05
    • 文件大小:12186
    • 提供者:黄可心
  1. meanShiftPixCluster

    0下载:
  2. 这是一个很好的演示展示了均值漂移图像像素聚类思想的作品。虽然这段代码还没有实现多分辨率或进一步的均值漂移聚类的图像分割,它实现了核心的均值漂移算法.该算法是PAMI论文”Mean shift: a robust approach toward feature space analysis", 在2002提出的。 -This is a good demo of showing how the mean shift idea works for image pixel clustering. A
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:2790
    • 提供者:Jeff
  1. SuperResalution-elle-thesis

    0下载:
  2. 图像超分辨率算法的研究,介绍了ML、MAP等超分辨率算法的核心思想,GMRF先验选择等,对学习图像超分辨率重建很有帮助-Image super-resolution algorithm, the core idea of ​ ​ the ML, MAP super-resolution algorithm GMRF prior selection, useful for learning image super-resolution reconstruction
  3. 所属分类:Graph program

    • 发布日期:2017-11-23
    • 文件大小:3296256
    • 提供者:cx
  1. exchange

    0下载:
  2. 交换排序: 包括冒泡排序,快速排序。 冒泡排序法:该算法是专门针对已部分排序的数据进行排序的一种排序算法。如果在你的数据清单中只有一两个数据是乱序的话,用这种算法就是最快的排序算法。如果你的数据清单中的数据是随机排列的,那么这种方法就成了最慢的算法了。因此在使用这种算法之前一定要慎重。这种算法的核心思想是扫描数据清单,寻找出现乱序的两个相邻的项目。当找到这两个项目后,交换项目的位置然后继续扫描。重复上面的操作直到所有的项目都按顺序排好。 快速排序:通过一趟排序,将待
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:774
    • 提供者:陈锋
  1. ganzhiqi

    0下载:
  2. 感知器算法的基本思想是,对初始的或迭代中的增广权矢量 ,用已知的训练模式检验它的合理性,当不合理时,对其进行校正,校正方法实际上是最优化技术中的梯度下降法,上传的是用matlab解决感知器问题。-The Perceptron Algorithm The basic idea augmented weight vector of the initial iteration, the known training mode to test it reasonable, unreasonable, i
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1523
    • 提供者:刘金
  1. Dijkstra

    0下载:
  2. 该算法思想是寻找距离比较近而且灰度相似的成分,对于目标和背景灰度差别明显的物体的分割效果较好。-The algorithm idea is looking for a relatively close distance and gray similar ingredients, there is no obvious difference between the target and background gray objects segmentation better.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:336219
    • 提供者:马金凤
  1. key

    0下载:
  2. 单片机按键及键盘算法处理例子,一种新思路。-MCU button and keyboard algorithm processing examples, a new idea.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-26
    • 文件大小:1825
    • 提供者:赖焕宁
  1. CV6

    0下载:
  2. 利用KLT跟踪算法进行兴趣点选取和跟踪。 KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。 -KLT tracking algorithm to select a point of interest and tracking. K
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:2218596
    • 提供者:
  1. password-exchanger

    0下载:
  2. 自动根据算法换位生成密码,程序比较简单,提供一个思路-Automatically generate passwords according to the algorithm transposition procedure is relatively simple, to provide an idea
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:2742
    • 提供者:刘刚
  1. sleep_algorithm

    0下载:
  2. 这是睡眠排序算法的Go语言版,该算法是一个天才程序员发明的,想法很简单,就是针对数组里的不同的数开多个线程,每个线程根据数的大小睡眠,自然睡的时间越长的,数越大-This is the sleep the Go language version of the sorting algorithm, the algorithm is a genius programmer invention, the idea is simple, it is a different number for the
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:364567
    • 提供者:许晨峰
  1. adaboost

    0下载:
  2. daboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器 (强分类器)。-daboost is an iterative algorithm, the core idea is the same training set different classifiers (weak classifiers), and then these weak classifiers together to form a stro
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:2701
    • 提供者:陈晓平
  1. apriori

    0下载:
  2. Apriori算法是一种挖掘关联规则的频繁项集算法,其核心思想是通过候选集生成和情节的向下封闭检测两个阶段来挖掘频繁项集。而且算法已经被广泛的应用到商业、网络安全等各个领域。-Apriori algorithm for mining association rules of frequent item sets algorithm, its core idea is to mining frequent itemsets detection candidate set generation an
  3. 所属分类:Shop supermarket software system

    • 发布日期:2017-11-06
    • 文件大小:4714
    • 提供者:徐广胜
  1. lab07

    0下载:
  2. 本例主要设计查找的有关算法,例如有序表的查找和顺序标的查找,顺序查找、折半查找及二叉排序树上查找的基本思想和算法实现等。-In this case mainly designed to find the relevant algorithm, such as an ordered list of the find and order the subject to find, sequential search, binary search and binary sort tree to find
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:13094
    • 提供者:Andy
  1. Extremal-Optimization3

    0下载:
  2. 极值优化论文3:极值优化算法综述.极值优化( EO) 算法是新开发的一种启发式算法,其基本思想是更新适值最差的变量,提高目标函数的适 值.-Global optimization Paper 3: Summary of global optimization algorithm Extremal Optimization (EO) algorithm is a heuristic algorithm for the newly developed, the basic idea is to
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:340043
    • 提供者:wxd
  1. Extremal-Optimization4

    0下载:
  2. 极值优化论文4:极值优化算法研究.极值优化算法是一种新的、通用的启发式优化方法。其基本思想是更新适值最差的变量,提高目标函数的适值。 -Global optimization Paper 4: extremal optimization algorithm study. Global optimization algorithm is a new the common heuristic optimization method. The basic idea is to update coi
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:125624
    • 提供者:wxd
  1. find_tree

    0下载:
  2. 这是算法设计中的一个重要算法.是用来计算find树的深度的.其中需要用到的算法思路已经写在word里了.-This is an important algorithm design algorithm is used to calculate find the depth of the tree of which need to use the algorithm idea is already written in the word in the.
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:47605
    • 提供者:wxq
  1. C_adaboost

    0下载:
  2. adaboost算法源码,Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器),通过测试可以运行-adaboost algorithm source code, Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:1923111
    • 提供者:crab
  1. k_mean

    1下载:
  2. 在聚类分析中,K-均值聚类算法(k-means algorithm)是无监督分类中的一种基本方法,其也称为C-均值算法,其基本思想是:通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。 -In cluster analysis, K-means clustering algorithm (k-means algorithm) is unsupervised classification is a basic method, which is also known as C
  3. 所属分类:matlab

    • 发布日期:2015-01-11
    • 文件大小:7168
    • 提供者:wang run
  1. acm_bignumber

    0下载:
  2. 大数加法和大数乘法的算法,ACM初学者必备,进位的思想-Addition of large numbers and rounded multiplication algorithm, ACM beginners must carry the idea of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:412761
    • 提供者:HBR
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 44 »
搜珍网 www.dssz.com