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

资源列表

« 1 2 ... .12 .13 .14 .15 .16 717.18 .19 .20 .21 .22 ... 2673 »
  1. QuickSort

    0下载:
  2. 步骤:设有一待排序的序列 1、分别设置low、high指向序列的最左端、最右端;从序列中选一个进行排序(通常选最左端的值low指向的值),存入到tmp; 2、从high端开始,查找比tmp小的,找到后将该值放入到low指向的存储位中;同时将high指向当前查到的值所在的位; 3、从low端开始,查找比tmp大的,找到后将该值放入到high指向的存储为中,同时low指向当前查到的值所在位; 4、若low位小于high位,返回步骤2;否则,将tmp值存入到空出来的low+1指向
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.38kb
    • 提供者:马艳娟
  1. shizilianbiao

    0下载:
  2. 十字链表A=A+B(有注释),自行输入A、B表-Cross-linked A = A+ B (with comments), to input A, B Table
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.49kb
    • 提供者:李健
  1. LiteratureResearchAssistant

    0下载:
  2. 文学研究助手(链表),这是学习数据结构的一个小程序,使用链表编写-Literature Research Assistant (list), which is a small data structure learning, the use of the list prepared
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.04kb
    • 提供者:李健
  1. ListToDetermine

    0下载:
  2. 判断邻接表中是否存在vi到vj的路径,数据结构初学者可以参考一下-Adjacency list to determine whether there is a path vi to vj, beginners can refer to data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.44kb
    • 提供者:李健
  1. test

    0下载:
  2. 定义数据元素的数据类型为结构体的链式堆栈,然后设计一个主函数对链式堆栈进行测试。-Data elements defined data type stack for the structure of the chain, and then design a main function of the chain stack testing.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:978byte
    • 提供者:merlin漫
  1. CclassicsAlgorithm

    0下载:
  2. c的常用的,并且比较经典算法,可以解决一些初学者编程思路的问题-c, common, and the more classic algorithms, programming ideas to solve some problems for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:21.55kb
    • 提供者:elby
  1. box

    0下载:
  2. 算法分析与设计中凸包使用蛮力法实现图形用户界面 -Analysis and design of algorithms using the brute force method to achieve the convex hull graphical user interface
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.84kb
    • 提供者:fengxiaoyao
  1. C

    0下载:
  2. 计算机编程语言基础-数据结构,很详细的资料,初学者可以参考一下。-Computer programming language based on data structure, very detailed information, beginners can refer to.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:254.43kb
    • 提供者:zhangbestpeng
  1. y

    0下载:
  2. 二叉树建立、前中后序、层次遍历、树高、叶子、等-Binary tree establishment, after the former in order, hierarchy traversal, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:579.16kb
    • 提供者:S_A
  1. 6

    0下载:
  2. 关于图的dijkstra算法,很简单,发上来分享下-The dijkstra algorithm on the graph is very simple, made up under shared
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:580byte
    • 提供者:杨斌
  1. studentLink

    0下载:
  2. c++ 链表的增删查该 链表的增删查该-c++ link
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7.42mb
    • 提供者:陈杰
  1. all_Way

    0下载:
  2. 求两点之间的所有路径,采用dfs深度搜索加回溯-Find all paths between two points, the depth of the search plus backtracking by dfs
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.2mb
    • 提供者:Mata Fu
« 1 2 ... .12 .13 .14 .15 .16 717.18 .19 .20 .21 .22 ... 2673 »
搜珍网 www.dssz.com