CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - MAP算法

搜索资源列表

  1. 南京市部分公交转车系统

    1下载:
  2. a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2683
    • 提供者:李韦纬
  1. AOE

    2下载:
  2. 采用数据结构中的AOE方法对图的关键路径进行计算,此算法摘录了课本中的算法-using the data structure to map AOE method of calculation of critical path, this algorithm extracts from the books of Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1957
    • 提供者:吴晓辉
  1. path_VtoU&

    0下载:
  2. 求图中从一个顶点到另一个顶点的一条路径。 //为简化算法,没有提供顶点到其编号的转换函数,函数Path_vtou(ALGraph G,VexIndex v,VexIndex u) //中两顶点参数用的是顶点的编号;函数Printpath(ListType Path)输出的是路径上的顶点编号序列-seeking a map from the vertex to another vertex of a path. / / To simplify the algorithm, not to i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:姚紫欣
  1. 算法第一次实验

    0下载:
  2. 着色问题,输入一个图和颜色的种数,要求有邻边的两个顶点不能着同一种颜色,找出所有的着色方案-coloring, the importation of a color map and the number of categories, and a two adjacent edges of the peak is not the same color, identify all the coloring program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22115
    • 提供者:周子藤
  1. FindSuperwayFunction

    0下载:
  2. 本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示-procedures for the use of the data structure of the back - recursive algorithm right to know what the road map for the entire search, the shortest route to be completed, at least cost, and all th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:878857
    • 提供者:刘晶
  1. shujujiegou__c++

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:144954
    • 提供者:liulei
  1. Binary_Search_Tree

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2716
    • 提供者:liulei
  1. tudelinjiebiaobiaoshi

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2275
    • 提供者:liulei
  1. Kruskal_suanfa

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3014
    • 提供者:liulei
  1. Binary__Tree

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8782
    • 提供者:liulei
  1. AVL___Tree

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:liulei
  1. DBS

    0下载:
  2. 算法导轮上的伪代码写的图的深度优先 DBS具有很多特性!-algorithm guide pulley on the pseudo-code written by the depth map with priority DBS many of the characteristics!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1291
    • 提供者:赵绪
  1. c-均值算法

    0下载:
  2. 模式识别中的C均值算法演示程序,具体内容见说明文档,及效果图。 自我感觉还可以,请大家帮忙,提提意见。-pattern recognition algorithm in C - Means Demonstration Program, the specific content of documentation, and effectiveness map. A sense of self can, please help make a suggestion.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:126103
    • 提供者:haha
  1. 图形圆的生成算法

    0下载:
  2. 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space, thus forming a general line
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:成龙
  1. max-log-map.zip

    0下载:
  2. max-log-map算法的C语言的实现,能计算出所需要的LLR,做出软判决和硬判决。,max-log-map algorithm for the realization of the C language, can be required to calculate LLR, make a hard decision and soft decision.
  3. 所属分类:Compiler program

    • 发布日期:2016-03-28
    • 文件大小:3038
    • 提供者:lituguang
  1. turbo

    5下载:
  2. 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果 -two programs of Curriculum design : a: Data frames
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-10-12
    • 文件大小:345740
    • 提供者:陈侯海
  1. Genetic

    0下载:
  2. 一個簡單的ga演算法,並有線圖產生,利用VB所寫的。-Ga a simple algorithm, and cable map production, written using VB.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:491387
    • 提供者:張小傑
  1. turbo

    0下载:
  2. turbo码的C语言描述,MAP算法-C language descr iption of turbo codes, MAP algorithm ....
  3. 所属分类:Compiler program

    • 发布日期:2016-11-21
    • 文件大小:3072
    • 提供者:qinlei
  1. Map

    0下载:
  2. 采用C程序设计的Turbo码编解码程序,包括编码及解码程序,使用Map算法-designed with C program,Turbo encoder procedures and decoder with Map.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2599
    • 提供者:hwakorn
  1. 2p3

    5下载:
  2. turbo码高码率2/3码率的matlab编码实现,译码方式为log-MAP算法,删除矩阵为[1 1 1 0]-achieve high rate of turbo codes
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4920
    • 提供者:曹晨曦
« 12 »
搜珍网 www.dssz.com