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

资源列表

« 1 2 ... .99 .00 .01 .02 .03 804.05 .06 .07 .08 .09 ... 2673 »
  1. minheap

    0下载:
  2. 数据结构C++最小堆的实现,代码简单明了,实现了堆中元素的删除,插入,取堆顶元素等-The data structure of the realization of the least C, code simple and clear, realize the pile in the deletion of the elements, insert, take pile of top elements
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:146.99kb
    • 提供者:Jijian Shi
  1. 19345

    0下载:
  2. learn how design stack in c++ language >>>>> and learn data structure -learn how design stack in c++ language >>>>> and learn data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:146.98kb
    • 提供者:Ahmed Ismail
  1. shuanfa

    0下载:
  2. 一些常用的算法,很犀利,大学学习的算法基本都有哦-Some commonly used algorithms, very sharp Some commonly used algorithms, very sharp Some commonly used algorithms, very sharp
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:146.98kb
    • 提供者:李龙
  1. shujujiegou

    0下载:
  2. 算法和数据结构书里面所有的程序,打包下载。这个可是我当年教书时候的资料哦。应该是很齐全的-Algorithms and data structures inside the book all the procedures, packaged download. But when I was teaching this information oh. Should be very complete
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:146.93kb
    • 提供者:fei
  1. Selection-Sort

    0下载:
  2. 选择排序也是一种简单直观的排序算法。它的工作原理很容易理解:首先在未排序序列中找到最小(大)元素,存放到排序序列的起始位置;然后,再从剩余未排序元素中继续寻找最小(大)元素,放到已排序序列的末尾。以此类推,直到所有元素均排序完毕。-Selection sort is a simple and intuitive sort algorithm. Its working principle is easy to understand: first in the unsorted sequence t
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:146.92kb
    • 提供者:靳以2002
  1. hashTable

    0下载:
  2. 数据结构课程设计——链表散列的添加修改和删除。java实现,有图形化用户界面,支持随机数生成链表。-Data Structure Course Design- list of add, modify, and delete the hash. java implementation, a graphical user interface, support for random number generation list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:146.9kb
    • 提供者:huosen
  1. polynomail

    0下载:
  2. 此程序是运用遍历树的方式存储及显示多项式,仅供大家学习-This program is a way to store and display the polynomial using tree traversal, only for them to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:146.78kb
    • 提供者:程焱
  1. contree

    0下载:
  2.  给定一棵树T,树中每个顶点u都有一个权w(u),权可以是负数。现在要找到树T的一个连通子图使该子图的权之和最大。-given a tree T, tree each vertex u have a right to w (u), the right to be negative. Now to find a tree T connectivity graph so that the graph of the rights and the largest.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:146.75kb
    • 提供者:wu
  1. Insertion-Sort

    0下载:
  2. 插入排序在实现上,通常采用in-place排序(即只需用到O(1)的额外空间的排序),因而在从后向前扫描过程中,需要反复把已排序元素逐步向后挪位,为最新元素提供插入空间。- Insertion sort in the implementation, is usually used in place sorting (i.e., only need to sort of O (1) extra space). Therefore in the forward scan process a
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:146.72kb
    • 提供者:靳以2002
  1. graph

    0下载:
  2. 这是数据结构中用c语言实现对图的基本操作。-This is a data structure using c language the basic operation of the graph.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:146.71kb
    • 提供者:Edie
  1. doc

    0下载:
  2. ⑴ 自定义磁盘文件管理的数据结构; ⑵ 能够自由创建、修改、删除文件; ⑶ 文件具有一定自定义的属性; ⑷ 能够显示当前系统文件的状态。-⑴ Custom disk file management data structure ⑵ the freedom to create, modify and delete files ⑶ file has a custom property ⑷ can display the status of the current system fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:146.68kb
    • 提供者:王立壮
  1. Bubble-Sort

    0下载:
  2. 冒泡排序是一种极其简单的排序算法,也是我所学的第一个排序算法。它重复地走访过要排序的元素,一次比较相邻两个元素,如果他们的顺序错误就把他们调换过来,直到没有元素再需要交换,排序完成。-Bubble sort is a simple sorting algorithm, sorting algorithm is first learned by me. It repeatedly visited to sort the elements, a comparison of the two adjac
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:146.64kb
    • 提供者:靳以2002
« 1 2 ... .99 .00 .01 .02 .03 804.05 .06 .07 .08 .09 ... 2673 »
搜珍网 www.dssz.com