资源列表

« 1 2 ... .80 .81 .82 .83 .84 585.86 .87 .88 .89 .90 ... 2656 »

[数据结构常用算法HFMBM

说明:问题描述: 设计哈希表实现电话号码查询系统。 基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Problem Descr ip
<迟浩东> 在 2025-01-31 上传 | 大小:201kb | 下载:0

[数据结构常用算法divide

说明:学算法时写的程序了,这里时分治的算法,包括归并排序和快速排序。供大家参考-Learning algorithm when the written procedure, the algorithm rule around here, including the merge sort and quick sort. For your reference
<huahua> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法greedy

说明:贪心法的算法,里面有最小生成树算法和单点源最短路径的算法,供大家学习参考-Greedy algorithms, there are minimum spanning tree algorithm and single-point-source shortest path algorithm, for them to learn from reference
<huahua> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法guihua

说明:动态规划算法,java源代码。里面有多段图的算法等,大家一起学习共同进步啊-Dynamic programming algorithm, java source code. Inside how the algorithm above chart we can work together to learn the common progress of ah
<huahua> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法DataStructerEditor

说明:C++写的数据结构课程设计:文章编辑器,压缩包里面包括源程序和试验报告,贡献出来大家一起学习进步啊-C++ Written curriculum design data structure: Article Editor, compressed package includes source code and test reports, contribute to learn and progress together ah
<huahua> 在 2025-01-31 上传 | 大小:75kb | 下载:0

[数据结构常用算法DataStructerCode

说明:数据结构课程设计:运动会分数统计。压缩包里包括全部的源代码和试验报告。拿出来大家一起分享啊-Data Structure Course Design: Games Score Statistics. Compression bag, including all the source code and test report. Out to share ah
<huahua> 在 2025-01-31 上传 | 大小:123kb | 下载:0

[数据结构常用算法1

说明:排序算法比较 -Sorting algorithm sorting algorithm comparison compare
<ff> 在 2025-01-31 上传 | 大小:923kb | 下载:0

[数据结构常用算法bankerVC

说明:银行家算法VC算法演示-Banker s Algorithm Demonstration VC algorithm
<谢霆锋> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法yiyuanduoxiangsidejiajian

说明:单链表实现一元多项式的加减(数据结构C++)-Single-chain to achieve a dollar polynomial addition and subtraction (data structure C++)
<math> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法suanshubiaodashi

说明:这是我的数据结构课程设计,1. 初始化两个空栈,一个是操作符栈,一个是操作数栈。2. 如果字符是操作数,将它压入操作数栈。 如果字符是个操作符,则和运算符栈顶的运算符比较优先权后作相应操作,优先技小泽压入栈,大于则将栈顶的运算符出栈,并将运算数栈顶的两个数出栈进行运算。等于,则弹出操作符。-This is my data structure of the curriculum design, 1. Initialize two empt
<往往> 在 2025-01-31 上传 | 大小:11kb | 下载:0

[数据结构常用算法Bitree

说明: 实现各种二叉树的遍历。包括先序遍历、中序遍历、后序遍历的递归或递 归算法。-To achieve a variety of binary tree traversal. Including the first traversal, in order traversal, postorder traversal of the recursion or recursive algorithm.
<夏雪> 在 2025-01-31 上传 | 大小:3.44mb | 下载:0

[数据结构常用算法bb

说明:数据结构各种算法实现(C++模板).doc-Data structure to achieve a variety of algorithms (C++ Template). Doc
<x> 在 2025-01-31 上传 | 大小:67kb | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 585.86 .87 .88 .89 .90 ... 2656 »

源码中国 www.ymcn.org