资源列表

« 1 2 ... .71 .72 .73 .74 .75 1876.77 .78 .79 .80 .81 ... 2656 »

[数据结构常用算法hashtable

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

[数据结构常用算法heapsort

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

[数据结构常用算法prim

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

[数据结构常用算法Graph-traversal

说明:以邻接多重表为存储结构,实现无向连通图的深度优先和广度优先遍历。-This paper is to solve the traversal of the graph using DFS BFS
<flyoverls> 在 2024-11-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法parking-Manage

说明:用数据结构知识模拟计算停车场里汽车的停车时间及费用。-Using the knowledge of data structures to simulate and calculate the time and cost of car parking in the parking lot.
<flyoverls> 在 2024-11-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法DecisionTree

说明: 一个实现决策树的小算法,是实现的源代码- a decision tree
<李念> 在 2024-11-05 上传 | 大小:19456 | 下载:0

[数据结构常用算法huiwen

说明:利用栈和队列的原理设计一个程序,对输入的字符串进行检测,以判断该字符串是否是回文数据,并输出判断结果。如:“abcxcba”或“abccba”都是回文数据。-Stack and queue principle to design a program to detect the input string to determine whether the string is a palindrome data, and outputs th
<6218346> 在 2024-11-05 上传 | 大小:10240 | 下载:0

[数据结构常用算法The-new-C-language

说明:本书介绍了c语言编程的过程方法,算法,结构,语言言简意赅,让0基础的爱好者可以轻松学习c,并且最终达到运用自如的境界。-The book introduced the C programming language process method, algorithm, structure, language concise and comprehensive, so0fan base can easily learn C, and ult
<刘舒航> 在 2024-11-05 上传 | 大小:36186112 | 下载:0

[数据结构常用算法daitoujiedianshuanlianbiaoxunhuan

说明:带头结点双链循环线性表
<houhou> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法danlianbiao

说明:单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c-failed to translate
<houhou> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法Triplet

说明:数据结构中三元组triplet的学习与应用,可运行,对初学者很借鉴意义。-The application and learn of triplet in Data structure。
<jenny> 在 2024-11-05 上传 | 大小:1024 | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 1876.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org