资源列表

« 1 2 ... .99 .00 .01 .02 .03 1504.05 .06 .07 .08 .09 ... 2656 »

[数据结构常用算法bottomupsort

说明:冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,这里的稳定性是指原序列中相同元素的相对顺序仍然保持到排序后的序列,而堆排序、快速排序均不具有稳定性。不过,一路、二路归并排序、不平衡二叉树排序的速度均比冒泡排序快,且具有稳定性,但速度不及堆排序、快速排序。-Bubble sort is a sor
<huang> 在 2024-10-09 上传 | 大小:258048 | 下载:0

[数据结构常用算法datastucture_answer

说明:严蔚敏:数据结构题集(c语言版)是经典的数据结构书籍,对于计算机专业的学生是必备的-Yan Wei-min: data structure problem sets (c-language version) is a classic data structure books for computer science students is essential
<huang> 在 2024-10-09 上传 | 大小:100352 | 下载:0

[数据结构常用算法cpro

说明:里面包含了五个c语言程序源代码,长途电话计费程序,用来计算长途电话费用问题。插入排序,将无序的数字排好序。比较大小的代码程序。-Which contains five c language source code, long distance telephone billing program used to calculate the long-distance telephone costs. Insertion sort, the
<寇德靖> 在 2024-10-09 上传 | 大小:1064960 | 下载:0

[数据结构常用算法huffman

说明: 哈夫曼树的构造,假设有n个权值,则构造出的哈夫曼树有n个叶子结点。 n个权值分别设为 w1、w2、…、wn,则哈夫曼树的构造规则为:   (1) 将w1、w2、…,wn看成是有n 棵树的森林(每棵树仅有一个结点);   (2) 在森林中选出两个根结点的权值最小的树合并,作为一棵新树的左、右子树,且新树的根结点权值为其左、右子树根结点权值之和;   (3)从森林中删除选取的两棵树,并将新树加入森林;   (4)重复(2)、(3)步,
<huang> 在 2024-10-09 上传 | 大小:130048 | 下载:0

[数据结构常用算法alog

说明:学习计算机以来收集的大量算法、数据结构,,,,与实现-Since the collection of a large number of computer learning algorithms, data structures,,,, and to achieve
<> 在 2024-10-09 上传 | 大小:296960 | 下载:0

[数据结构常用算法filetable_mange

说明:数据结构实习,用C语言写的文件目录管理程序,模拟实现文件的创建,查找,删除等功能,能以凹入表形式输出所有文件的路径-Practice data structures, written in C language file directory management program to simulate the creation of the implementation file, find, delete and other func
<Robin> 在 2024-10-09 上传 | 大小:4096 | 下载:0

[数据结构常用算法Quick_Sort220762752011

说明:To understand a Basic data structural term in C named "Quick Sort".
<Rahim> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法datastructure

说明:各类数据结构的功能实现,包括线性表,树,图几种数据结构-Function of various types of data structures
<xiaojiu> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法Doug-Leas-DLMAlloc

说明:memory malloc manager-Doug Lea s DLMAlloc
<王杰> 在 2024-10-09 上传 | 大小:62464 | 下载:0

[数据结构常用算法shujuqingxihao

说明:数据清洗,出去不需要的数据,简单好用,希望喜欢-Data cleansing, data do not need to go out, easy to use, I hope like
<周思远> 在 2024-10-09 上传 | 大小:21504 | 下载:0

[数据结构常用算法my-topsis

说明:详细介绍了逼近理想点排序法(topsis开发实例,对初学者有一定帮助!-Details approximate the ideal point sort (topsis development example, has some help for beginners!
<二手玫瑰> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法algorithm

说明:很实用的算法分析包括应用算法的一些程序,对学习算法的朋友一定有用。-Very practical application of algorithm algorithms analysis includes some of the procedures, the learning algorithm s friends must be useful.
<pz> 在 2024-10-09 上传 | 大小:10850304 | 下载:0
« 1 2 ... .99 .00 .01 .02 .03 1504.05 .06 .07 .08 .09 ... 2656 »

源码中国 www.ymcn.org