资源列表

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

[数据结构常用算法GZ

说明:给定一个地区的n个城市间的距离网,用Prim算法或Kruskal算法建立最小生成树,并计算得到的最小生成树的代价。-Given a region n the distance between cities network, using Prim algorithm or Kruskal minimum spanning tree algorithm, and calculate the cost of the minimum spann
<迟浩东> 在 2024-10-21 上传 | 大小:971776 | 下载:0

[数据结构常用算法HXBSZ

说明:1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, for each record the following data items: tele
<迟浩东> 在 2024-10-21 上传 | 大小:35840 | 下载:0

[数据结构常用算法TDJB

说明:1)自选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并
<迟浩东> 在 2024-10-21 上传 | 大小:242688 | 下载:0

[数据结构常用算法NBJG

说明:设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 :(1)对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序表的表长不小于1000,表中数据随机产生,至少用5组不同数据作比较,比较指标有:关键字参加比较次数和关键字的移动次数(关键字交换记为3次移动); (3)输出比较结果。 -Design a testing procedure based
<迟浩东> 在 2024-10-21 上传 | 大小:227328 | 下载:0

[数据结构常用算法BDS

说明: 编写完整程序,将中缀表达式翻译成后缀表达式。 要求: 表达式由操作数(变量)、操作(运算符)以及小括弧“(”和“)”组成,其中: • 操作包括算术运算、关系运算和逻辑运算三类; • 操作数应能够识别但个字符或由字母和数字任意多个字符构成; • 能够识别出简单的错误,如括弧不匹配。 输入:中缀表达式,80个字符以内 输出:转换后的后缀表达式 -The preparati
<迟浩东> 在 2024-10-21 上传 | 大小:798720 | 下载:0

[数据结构常用算法XJGL

说明:对学生学籍数据进行管理,实现添加、查询(必须使用折半查找算法)、修改、删除等,所用数据结构及其存储结构任选。-School data on students managed to achieve add, query (must use half the search algorithm), modify, delete, etc., used in the data structure and storage structure ch
<迟浩东> 在 2024-10-21 上传 | 大小:124928 | 下载:0

[数据结构常用算法168geshiyang

说明:清华数据结构哪本书的例子的实例,写的比较好用。-Tsinghua data structure example of what the book examples, write the comparative ease of use.
<zhujie> 在 2024-10-21 上传 | 大小:1841152 | 下载:0

[数据结构常用算法report

说明:包含多个章节的数据结构上机作业报告,内容详细,有注释说明-Contain multiple sections of the data structure of machine operating report, detailed, and Notes
<sunxiangzhe> 在 2024-10-21 上传 | 大小:70656 | 下载:0

[数据结构常用算法ZYSBB

说明:数据结构之重言式辨别 数据结构之重言式辨别数据结构之重言式辨别-Data structure to identify data tautology tautology structure to identify the data structure to identify the tautology
<李大力> 在 2024-10-21 上传 | 大小:166912 | 下载:0

[数据结构常用算法biaodashi

说明:表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
<井树刚> 在 2024-10-21 上传 | 大小:286720 | 下载:0

[数据结构常用算法lianbiao

说明:实现链表的程序。有单向链表,双向链表,循环链表等。-The realization of the procedure list. There are one-way linked list, two-way linked list, circular linked lists and so on.
<井树刚> 在 2024-10-21 上传 | 大小:143360 | 下载:0

[数据结构常用算法Example

说明:用图像表示链表的创建、插入和删除,后台是真正的链表,前台主要用画图实现。-That the list by image creation, insertion and deletion, the background is the real list, the future realization of the main draw.
<wins> 在 2024-10-21 上传 | 大小:54272 | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 2090.91 .92 .93 .94 .95 ... 2656 »

源码中国 www.ymcn.org