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

搜索资源列表

  1. lms_noise_cancellation

    2下载:
  2. 自适应噪声对消源程序,LMS算法自适应滤波器仿真-adaptive noise cancellation source, LMS adaptive filter algorithm simulation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1127
    • 提供者:gjd
  1. 二进制信道均衡算法源程序清单

    0下载:
  2. 关于自适应滤波的一系列程序,包括二进制信道均衡,噪声对消,信号增强等,斑竹,该加精了吧?-adaptive filter on a series of procedures, including binary channel equalization and noise cancellation and signal enhancement, fed, the rate is honed?
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36958
    • 提供者:gjd
  1. Projectjohu123006

    1下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下:
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:460182
    • 提供者:johu
  1. AdRBF

    0下载:
  2. 点云处理中的自适应RBF算法,通过隐函数的拟合实现点云的重构和网格化-point cloud processing algorithm for the adaptive RBF, the implicit function fitting achieve Cloud Reconstruction and Grid
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63689
    • 提供者:胖丫
  1. 维纳滤波程序

    0下载:
  2. 一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)-an adaptive Wiener FIR filter brain waves to eliminate the interference (switch)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:992
    • 提供者:启东
  1. dcce1

    0下载:
  2. 使用tc2的adaptive huffman编码,并附带图形界面-use of adaptive vs. Huffman coding, and incidental graphical interface
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:101681
    • 提供者:cwj
  1. 5mathprogram

    0下载:
  2. 数值算法与实现课程设计报告,包括插值算法,搜索算法,自适应算法。均配有源代码。-Curriculum design and implementation of numerical algorithm reports, including interpolation algorithm, search algorithm, adaptive algorithm. Equipped with source code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:175621
    • 提供者:
  1. adjust

    0下载:
  2. 数据结构与算法中自适应链表的实现,清华大学数据结构试题-Adaptive data structure and algorithm realization of the list, Tsinghua University, questions the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:681743
    • 提供者:zzq
  1. Adaptive-Random-Testing

    0下载:
  2. 自适应性随机数检测算法,重点比较演化式算法和其他随机数检测算法-Detection of a random number adaptive algorithms, focusing on evolutionary algorithms and comparing a random number of other Detection
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3735628
    • 提供者:
  1. adjust

    0下载:
  2. 有一个自适应单链表。这个链表只能从最前端开始顺序单向查找待查元素;每次查找到一个元素后把它提升到链表的最前端,维持其他元素的相对关系不变。现在用该链表存储并查找正整数:给出一些待查的正整数,如果找到则输出查找过程中访问过的元素数目, 如果找不到,则输出-1. 输入第一行包含两个整数 n, m,即链表中元素的个数和查找的次数。第二行包含 n 个正整数,从链表前端开始依次序给出链表中的元素。这些元素保证两两不相等。以下 m 行每行包含一个正整数 c,表示一个待查元素。 -Have an a
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5895
    • 提供者:huangda
  1. jiyushangxianwendesuanshubianma

    0下载:
  2. 基于上下文语义的自适应算术编码,三元二阶马尔科夫信源算术编码-Arithmetic coding, adaptive arithmetic coding based on context semantics, ternary second-order Markov source
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5177
    • 提供者:但的东
  1. QAniimprovedqu

    0下载:
  2. 量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是设计了一种基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快快与全局搜索能力强的特点.通通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法与传统进化算法. -Quantum evolutionary algorithm performance is directly affected by
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:371352
    • 提供者:
  1. RLS

    0下载:
  2. RLS算法 自适应算法中的RLS算法. 即是递归最小二乘算法-RLS algorithm in the adaptive algorithm of the RLS algorithm is the recursive least squares algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:730
    • 提供者:王萦
  1. LMS

    0下载:
  2. LMS算法,自适应算法中的最小均方误差算法。-LMS algorithm, adaptive algorithm, the minimum mean square error algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:805
    • 提供者:王萦
  1. hunhegaosi

    1下载:
  2. 针对智能交通系统中运动目标检测阶段存在的不足,提出了一种基于自适应混合高斯模型(GMM)的改进算法。-For the deficiencies of the intelligent transportation system moving target detection stage, an improved algorithm based on adaptive Gaussian mixture model (GMM).
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:494182
    • 提供者:张子龙
  1. LZW

    0下载:
  2. LZW压缩与解压 修改LZW压缩和解压的程序,完成下述要求: 1. 每完成xkbytes的文本压缩/解压,重新初始化码本(code table)。此过程可以看作是码本对文本内容的自适应调整过程,每编码部分文本后,码本重新初始化并根据后续文本内容生成,可以获得更好的压缩率。 2. 测试给出的文本文件,需要测试的x取值范围{10, 20, 30, 40, 50},并对比五种取值的压缩/解压效果(包括压缩率和压缩时间等)。程序参数需添加x,例如调用“Compress text 30”
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:956441
    • 提供者:酉永松
  1. NSGA-II

    1下载:
  2. 针对现有改进和声搜索算法(IHS) 的不足,提出一种自适应和声粒子群搜索算法(AHSPSO).-For the purpose of avoiding the disadvantage of improved harmony search (IHS) algorithm, an adaptive harmony search-particle swarm optimization (AHSPSO) algorithm is presented.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:157456
    • 提供者:lihaiyang
  1. Matlab-runcode

    0下载:
  2. A new method for analysing nonlinear and non-stationary data has been developed. The key part of the method is the `empirical mode decomposition method with which any complicated data set can be decomposed into a nite and often small number of
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:190578
    • 提供者:cyc
  1. CASS

    0下载:
  2. Near-Optimal Adaptive Compressed Sensing
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1195
    • 提供者:couch
  1. 4.2

    0下载:
  2. 基于dijkstra和广度搜索的加权有向图有必经点的点对点的最短路径算法,路径必须经过要求的必经点,且不成环。 该算法采用了一种自适应调整的方法,经过多次迭代,使解收敛。 但只是寻找了一个略优的可行解(每次迭代都基于贪婪算法寻找),不能保证最优解。而且如果图过于稀疏,因为收敛速度过快,可能导致问题无解(收敛于一个局部最优解,没有经过所有点)。 解决相对稠密的图(每个点的平均出入度4以上),表现良好。 备注:里面有一个QT的工程,可以直接打开(源码里没用QT的库)-Weigh
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:16771
    • 提供者:凌凯
« 12 »
搜珍网 www.dssz.com