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

资源列表

« 1 2 ... .14 .15 .16 .17 .18 2519.20 .21 .22 .23 .24 ... 2673 »
  1. Search

    0下载:
  2. 十万个数据随机插入,无序,二分,二叉搜索树,看时间复杂度-100,000 random data insertion, disorder, binary, binary search tree, to see the time complexity
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:3.83kb
    • 提供者:
  1. Inserting-an-Ordered-Table

    0下载:
  2. 有一个有序单链表(从小到大),表头指针为head,编写一个算法向该单链表中插入一个元素值为x的结点,使插入后该链表依然有序-There is a single ordered list (small to large), the first table pointer head, prepared a single algorithm to the elements of the value chain to insert a node x, so that after the insertio
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:560byte
    • 提供者:chj
  1. 123

    0下载:
  2. 设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)时间最短(2)费用最小(3)中转次数最少。-(1) the shortest time (2) the smallest cost (3) the minimum number of transit.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:sky
  1. graph_lin

    0下载:
  2. 数据结构以及算法实现 图的创建 深搜、广搜、最短路-(1).print the graph. (2).print the sequence of vertex names getting Depth-First Search. (3). print the sequence of vertex names getting Breadth-First Search. Dfs Bfs dijkstra
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:林冬慧
  1. sorts_lin

    0下载:
  2. 数据结构 排序 快速排序 堆排序 插入排序 融合排序-Sort the list by InsertionSort, QuickSort, MergeSort and HeapSort, respectively. Mergsort Heapsort Quicksort Insertsort
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.6mb
    • 提供者:林冬慧
  1. Sort

    0下载:
  2. 冒泡排序,堆排序,插入排序,快速排序的数据结构算法。-Bubble sort,Heap sort, Insert sort, Quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:门瑞
  1. jisuanqidaima

    0下载:
  2. 计算器程序的代码,可以做简单的运算等,程序里会有详细的说明如何计算并输出正确的结果-Calculator program code, can do simple arithmetic, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:971byte
    • 提供者:张三
  1. cipandeczfj

    0下载:
  2. 当磁盘被初始化后,存储空间的分块大小就确定了,但由于不同的用户或同一用户的不同文件的逻辑记录大小是各不相同的。在逻辑记录较小的情况下,若让一个逻辑记录独占一个物理块,那么存储空间的利用率是不高的。操作系统提供逻辑记录的成组和分解操作不仅有利于提高存储空间的利用率,而且可减少输入输出操作次数,提高计算机系统的工作效率。本实习帮助我们掌握成组和分解操作的技术以及了解成组和分解操作的实现过程。-When the disk is initialized, the block size of the st
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.11kb
    • 提供者:郭深夜
  1. linklist

    0下载:
  2. 通讯录得制作,有输入、添加、查找、等功能-Address book was produced, there are input, add, find, and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.24kb
    • 提供者:郭深夜
  1. tree

    0下载:
  2. 二叉树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。   后序遍历是二叉树遍历的一种。后序遍历指在访问根结点、遍历左子树与遍历右子
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:794byte
    • 提供者:郭深夜
  1. sstring

    0下载:
  2. 利用串来比较数据大小,代码中有两个串,通过串来比较大小- 10/5000 Use the string to compare the data size
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:739byte
    • 提供者:郭深夜
  1. mymain

    0下载:
  2. 通讯录的插入功能,制作一个简易通讯录,其中一个插入通讯录名单的功能。-The insertion function of the address book, making a simple address book, a function of inserting a list of contacts.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:807byte
    • 提供者:郭深夜
« 1 2 ... .14 .15 .16 .17 .18 2519.20 .21 .22 .23 .24 ... 2673 »
搜珍网 www.dssz.com