CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档 搜索资源 - A*算法

搜索资源列表

  1. bankerarithmetic

    1下载:
  2. 银行家算法本课程设计是学习完《计算机操作系统》课程后,进行的一次全面的综合训练。通过这次课程设计,让我们更好地掌握操作系统的原理及实现方法,加深对操作系统基础理论和重要算法的理解,加强动手能力-bankers algorithm design of the course is learning End "computer system" in the courses. of a full and comprehensive training. Through this pro
  3. 所属分类:编程文档

    • 发布日期:2012-11-07
    • 文件大小:202053
    • 提供者:wbb
  1. 傅立叶变换算法

    0下载:
  2. matlab 文件实现傅立叶变换算法 实心快速傅立叶变换的算法的代码实现 ,是基于信号处理的一位信号的-a matlab file realizing the DFT algorithm, realizing FFT algorithm by codes, it is based on the one-dimension signal process.需改名为.ppt查看。
  3. 所属分类:编程文档

    • 发布日期:2014-01-21
    • 文件大小:697690
    • 提供者:清风
  1. A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf

    0下载:
  2. 工程优化的一种新型pso算法。 A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf
  3. 所属分类:编程文档

  1. 搜集整理的计算24点的算法

    0下载:
  2. (24点算法)第一个算法是用C语言描述的,第二个是C++描述的,都是我在网上搜集整理的计算24点的算法,其中第二个最容易理解(递归的魅力),因为它用了string这种很方便的字符串流,第一种算法很复杂,我每次都要再看过,大家可以收藏起来慢慢品味~ ,(24-point algorithm) algorithm is first described by C language, the second is C++ are described, all my online collection
  3. 所属分类:编程文档

    • 发布日期:2017-03-23
    • 文件大小:4522
    • 提供者:王浩
  1. 计算容积算法

    0下载:
  2. 有一个箱子容量为V(正整数,0≤V≤20000),同时有n个物品(0≤n≤30),每个物品有一个体积(正整数)。要求从n个物品中,任取若干个装入箱内,使箱子的剩余空间为最小。 ,Capacity of a box V (positive integer, 0 ≤ V ≤ 20000), at the same time there are n items of (0 ≤ n ≤ 30), each item has a size (positive integer). N months fr
  3. 所属分类:编程文档

    • 发布日期:2017-03-27
    • 文件大小:2168
    • 提供者:王浩
  1. 求解非线性问题的算法及程序

    0下载:
  2. 求解非线性问题的算法及程序,其中有如最速下降法的详细介绍和完整的理论推导过程,The algorithm for solving nonlinear problems and procedures, like the steepest descent method in which a detailed descr iption and complete the process of theoretical derivation
  3. 所属分类:编程文档

    • 发布日期:2017-03-24
    • 文件大小:579305
    • 提供者:peter
  1. MMSE_BLE.rar

    0下载:
  2. TD-SCDMA系统中的联合检测算法中的最小均方误差线性块均衡器(MMSE一BLE)算法的MATLAB程序 ,TD-SCDMA system, the joint detection algorithm in the minimum mean square error block linear equalizer (MMSE a BLE) program MATLAB algorithm
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:561
    • 提供者:张研
  1. ViterbialgorithmGMSKdemodulation

    0下载:
  2. 利用维特比算法解调GMSK信号 维特比算法的一个用处-Viterbi algorithm using GMSK signal demodulation Viterbi algorithm is a useful
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:165467
    • 提供者:shmily
  1. SPI-in-Verilog-implementation

    4下载:
  2. SPI的Verilog实现(非常的全面和详细,还带有SPI算法的注解).-SPI in Verilog implementation (a very full and detailed, but also with the SPI algorithm annotation).
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:7831
    • 提供者:尚林
  1. DVB

    1下载:
  2. 通过分析8PSK 调制方式的载波恢复、定时恢复算法, 提出了一种适用于新一代数字卫星电视标准DVB􀀁 S2 的全数字解调算法, 改进了相位频率检测( PFD) 算法以适合于8PSK 解调. 载波恢复采用频率检测( FD) 和相位频率 检测相结合的结构, 跟踪范围超过1 倍符号率. 采用Gardner TED 算法进行定时恢复.-By analyzing the 8PSK modulation carrier recovery, timing recovery algori
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:199347
    • 提供者:赵亮
  1. PIDC

    1下载:
  2. PID算法温控C语言程序设计,一个非常有用且简单的C语言程序-PID temperature control algorithm for C language programming, a very useful and simple C language program
  3. 所属分类:编程文档

    • 发布日期:2013-12-12
    • 文件大小:6295
    • 提供者:黄琳
  1. GoodsAllocatingProblemwithMultiAimsbasedonTheHybri

    5下载:
  2. 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optimization problems are NP hard p
  3. 所属分类:Communication

    • 发布日期:2016-08-29
    • 文件大小:6466
    • 提供者:廖志
  1. rls

    1下载:
  2. 这是一个论文中给出自适应均衡的RLS算法的仿真程序-This is a paper given in the RLS algorithm for adaptive equalization of the simulation program
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:1380
    • 提供者:张晓娟
  1. Two-dimentional_pilot-symbol-aided_channel_estimat

    0下载:
  2. OFDM信道估计维纳滤波算法详细介绍,可以用来作为仿真指导.-OFDM channel estimation Wiener filter algorithm detailed descr iption can be used as a simulation guidance.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:384206
    • 提供者:zhaotianhui
  1. SSDA_080721

    0下载:
  2. SSDA算法是一种快速图像匹配算法,希望对大家有所帮助!-SSDA algorithm is a fast image matching algorithm, we want to help!
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:772
    • 提供者:xy
  1. A-Robust-Variable-Step-Size-LMS

    0下载:
  2. 可变步长的自适应均衡器算法研究,希望对你有帮助 ieee文献-A Robust Variable Step-Size LMS-Type Algorithm _Analysis and Simulatioons
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:318018
    • 提供者:苏周
  1. A-MODEL-OF-SOUND

    0下载:
  2. 一种声音合成的算法研究,可用Matlab方法验证-A sound synthesis algorithm used Matlab method validation
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3972447
    • 提供者:rachel
  1. BP-as-a-Dynamical-System

    0下载:
  2. Belief Propagation译码算法的动态系统实现。-Belief Propagation as a Dynamical System
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:348255
    • 提供者:duo_bin
  1. 一种QPSK全数字化载波频偏估计算法

    0下载:
  2. 信号利用QPSK调制,采用全数字化的频偏估计方法(A full digital frequency offset estimation method using QPSK modulation)
  3. 所属分类:通讯编程文档

    • 发布日期:2018-01-06
    • 文件大小:203776
    • 提供者:cortana
  1. 自适应PSO与MPPT

    3下载:
  2. 将粒子群优化算法引入光伏电池最大功率追踪,对于研究MPPT的人员,可以参考学习(Particle swarm optimization (PSO) algorithm is introduced into maximum power tracking of photovoltaic cells, which can be used as a reference for people who study MPPT.)
  3. 所属分类:通讯编程文档

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