资源列表

« 1 2 ... .85 .86 .87 .88 .89 1890.91 .92 .93 .94 .95 ... 2656 »

[数据结构常用算法s

说明:数据结构课程设计——学生信息管理系统,采用c语言,初次设计,请多多包含-management system of students Information
<张凯> 在 2024-10-02 上传 | 大小:4096 | 下载:0

[数据结构常用算法maopao

说明:冒泡排序,包含函数处理时间的计算。使用到clock(),请头文件包含time.h;#define h 30000(或其他值)-Bubble sort, including the calculation of the function of processing time.Clock () used, the header file contains from time.h. # define h 30000 (or other val
<刘大> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法maopao_youhua

说明:冒泡优化: 如果一个序列是int n[]={1,2,3,4,5,6,7,8,9} , 用正常的冒泡排序需要排8次才行,优化之后1次就好,也就是说序列越接近于正常序列,改进之后的冒泡排序的次数就越少,这样会给一个冒泡排序算法带了很大的效率。 思想:添加一个boolean变量用来判断冒泡是否是已经排好了顺序,如果boolean的值为false,说明是已经排好了,如果boolean的值true,说明没有排好,继续排。-If a seq
<刘大> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法xuanze

说明:每一趟从待排序的数据元素中选出最小(或最大)的一个元素,顺序放在已排好序的数列的最后,直到全部待排序的数据元素排完。 选择排序是不稳定的排序方法-Per trip minimum (or maximum) of an element selected from the data elements to be sorted, the order on the last sorted drained until all data eleme
<刘大> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法charu

说明:有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法——插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据,算法适用于少量数据的排序,时间复杂度为O(n^2)。是稳定的排序方法。插入算法把要排序的数组分成两部分:第一部分包含了这个数组的所有元素,但将最后一个元素除外,而第二部分就只包含这一个元素。在
<刘大> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Data-structures-courseware

说明:严蔚敏编写的数据结构课件,ppt格式,包含习题集-Written by Yan Wei-min data structures courseware ppt format, and contains problem sets
<求知者> 在 2024-10-02 上传 | 大小:2684928 | 下载:0

[数据结构常用算法2.1

说明:《数据结构》该实验是:中缀表达式变后缀表达式,全面,经过调试,可以使用-The data structure of midfix expression become suffix expression
<邵多多> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法4.1

说明:《数据结构》中的校园导游管理,实现简单,方便易懂,经过调试可以使用。-Campus guide management, implementation is simple and easy to understand, the after commissioning can use.
<邵多多> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法hashtable

说明:对数据结构课所学的哈希表进行了详细的实现和分析。哈希表是根据设定的哈希函数H(key)和处理冲突方法将一组关键字映象到一个有限的地址区间上,并以关键字在地址区间中的象作为记录在表中的存储位置,这种表称为哈希表或散列,所得存储位置称为哈希地址或散列地址。作为线性数据结构与表格和队列等相比,哈希表无疑是查找速度比较快的一种。-a code about the hashtable,you can use it in your learning
<赵璐璐> 在 2024-10-02 上传 | 大小:13195264 | 下载:0

[数据结构常用算法heapsort

说明:本程序对数据结构中的堆排序进行了实现,便于数据结构初学者对数据结构算法的运用理解和实现。-it s the source code of the Heapsort in your learning of data structure.
<赵璐璐> 在 2024-10-02 上传 | 大小:123904 | 下载:0

[数据结构常用算法prim

说明:prim最小生成树的详细代码,你可以使用它来实现在数据结构课程中学到的prim算法。-a source code of the prim minimum panning tree
<赵璐璐> 在 2024-10-02 上传 | 大小:133120 | 下载:0

[数据结构常用算法sort_compare

说明:比较了常用的内部排序算法在原始数据是正序、乱序、逆序时的移动次数和比较次数。-This paper uses commonly used internal sorting algorithm to compare the number of moves and comparisons when the original data is positive-sequence, out of order and in reverse orde
<flyoverls> 在 2024-10-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 1890.91 .92 .93 .94 .95 ... 2656 »

源码中国 www.ymcn.org