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

资源列表

« 1 2 ... 82 83 84 85 86 8788 89 90 91 92 ... 2673 »
  1. 376规约 报纹解析

    1下载:
  2. 国网 376规约 报纹解析
  3. 所属分类:数据结构常用算法

  1. 实现顺序栈的各种基本运算

    1下载:
  2. 1、编写一个程序algo3-1.cpp,实现顺序栈的各种基本运算,并在此基础上设计一个主程序实现如下功能: (1)初始化栈S。 (2)判断栈S是否非空。 (3)依次进栈元素a,b,c,d,e。 (4)判断栈S是否非空。 (5)输出栈的长度。 (6)输出从栈顶到栈底的元素。 (7)输出出栈序列。 (8)判断栈S是否非空。 (9)释放栈 ,1, the preparation of a program algo3-1.cpp, the realization of
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-10-25
    • 文件大小:1107
    • 提供者:杨雪
  1. 城市的信息带头结点的单链表

    1下载:
  2. 将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-Several cities in the information into a single linked list node to take the lead. Nodes in the city information including: city name, the city' s location coordinates. Re
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-27
    • 文件大小:66560
    • 提供者:郭文明
  1. 马的Hamilton周游路线问题

    1下载:
  2. 马的Hamilton周游路线问题,---对于给定的偶数m,n≥6,且|m-n|≤2,编程计算m*n 的国际象棋棋盘一条马的Hamilton周游路线,Hamilton
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-24
    • 文件大小:2307
    • 提供者:童祚阳
  1. saher 顺序表逆置

    1下载:
  2. 习题 顺序表逆置:1. 设有一个线性表E={e1, e2, … , en-1, en},设计一个算法,将线性表逆置,即使元素排列次序颠倒过来,成为逆线性表E’={ en , en-1 , … , e2 , e1 }--Problem reverse the order of the table is set: 1. There is a linear form E = {e1, e2, ..., en-1, en}, design an algorithm to linear inverse s
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-06
    • 文件大小:641649
    • 提供者:gao
  1. 十进制数转换为十六进制数的源代码

    1下载:
  2. 用C语言写的一个很好的十进制数转换为十六进制数的源代码。,Using C language to write a good decimal number converted to hexadecimal number of the source code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-23
    • 文件大小:2040
    • 提供者:刘秦
  1. 杭州电子科技大学ACM-OJ系统的部分代码

    1下载:
  2. 杭州电子科技大学ACM-OJ系统的部分代码,对学习数据结构还有算法很有帮助,Hangzhou University of Electronic Science and Technology ACM-OJ part of the system code, data structure of the learning algorithm was also very helpful
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-24
    • 文件大小:24546
    • 提供者:pengpeng
  1. rs.rar

    1下载:
  2. rs纠错算法,详细介绍了RS编码和解码的过程,以其对大家有所帮助,rs error correction algorithm, described in detail RS encoding and decoding process, and its help for all of us
  3. 所属分类:Data structs

    • 发布日期:2015-12-02
    • 文件大小:14134
    • 提供者:jasper
  1. datastructurePPT.rar

    1下载:
  2. 数据结构严蔚敏版本的数据结构PPT。内容详细,每个算法都有详细演示。,Data Structure YAN Wei-min version of the data structure of PPT. Details, each algorithm has a detailed presentation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2477656
    • 提供者:Jerry
  1. 二叉查找树的创建、查找、插入和删除

    1下载:
  2. 二叉查找树的创建、查找、插入和删除 问题描述:运行时产生若干个随机整数,依次插入到一棵初始为空的二叉查找树中,并能在其中查找、插入、删除指定的整数。,Binary Search Tree to create, find, insert and delete the problem descr iption: run-time generated a number of random integers, followed by insertion into an initial empty bi
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-23
    • 文件大小:1044
    • 提供者:李晓风
  1. TheBottomofaGraph.tar.gz

    1下载:
  2. ACM题解:The Bottom of a Graph 求图的强连通分量的好例子,ACM problem solution: The Bottom of a Graph a good example of graph of strongly connected components
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-29
    • 文件大小:529419
    • 提供者:夏雨可
  1. knn.rar

    1下载:
  2. k-nn算法实现分类,模式识别作业,分三类,75个训练集,25个测试集,输出对测试集分类的结果,k-nn classification algorithm, pattern recognition operations are classified into three types, 75 training sets, 25 test set, the output of the test set classification results
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-11
    • 文件大小:969690
    • 提供者:成柳
« 1 2 ... 82 83 84 85 86 8788 89 90 91 92 ... 2673 »
搜珍网 www.dssz.com