资源列表

« 1 2 ... .88 .89 .90 .91 .92 2293.94 .95 .96 .97 .98 ... 2657 »

[数据结构常用算法route

说明:计算机专业的同学注意了:我个人做对网络路由选择,当然也是针对教学演示用,最多设10个站点,采用Dijkstra的最短路径法,当时也是得的实验高分的-Computer Science students attention: Personally, I choose to do on the network routing, of course, also aimed at teaching demonstration, and a max
<任勇林> 在 2024-06-16 上传 | 大小:9216 | 下载:0

[数据结构常用算法tsdbl

说明:对于一个给定的任意边数和顶点值的有向图或无向图,用邻接表存储,并用深度优先搜索算法实现对图的遍历。 -For a given arbitrary value of edges and vertices of the directed graph or undirected graph, with adjacency table storage, and depth-first search algorithm for graph t
<朱蓉> 在 2024-06-16 上传 | 大小:1024 | 下载:0

[数据结构常用算法tgdbl

说明:对于一个给定的任意边数和顶点值的有向图或无向图,用邻接表存储,并用广度优先搜索算法实现对图的遍历,借助队列实现。 -For a given arbitrary value of edges and vertices of the directed graph or undirected graph, with adjacency table storage, and realize the breadth-first search
<朱蓉> 在 2024-06-16 上传 | 大小:1024 | 下载:0

[数据结构常用算法ecpx

说明:在二叉排序树上实现对给定值进行查找操作.其中:1)用二叉链表来存储二叉排序树,对于输入的数值大小没有具体要求,即随意输入数据。2)给定一个待查找的值,在二叉排序树上进行查找操作,并输出查找结果。 -In the binary sort tree to realize the value of a given search operation. Of which: 1) to use linked lists to store bin
<朱蓉> 在 2024-06-16 上传 | 大小:1024 | 下载:0

[数据结构常用算法dlb

说明:对单链表进行元素的插入和删除操作。要求:1)用头插法或尾插法(头插法指新元素总是从头部插入;尾插法指新元素总是从尾部插入)建立一个单链表(带头结点),并输出,观察输入的内容与输出的内容是否次序相反。 注意:单链表中头结点、开始结点、尾结点的区分。 2)实现单链表的插入操作(在带头结点的单链表中第I个位置插入新元素)。 3)实现单链表的删除操作(在带头结点的单链表中删除第I个元素)。 -Single list of ele
<朱蓉> 在 2024-06-16 上传 | 大小:1024 | 下载:0

[数据结构常用算法xhdl

说明:对循环队列进行元素的插入和删除操作.要求1)用数组作为存储空间建立一个循环队列,并输出输入前后的内容变化。 2)实现循环队列的入队和出队操作.-Elements of the cycle queue insertion and deletion. Require 1) the array as a storage space to establish a cycle of queues, and output the content
<朱蓉> 在 2024-06-16 上传 | 大小:1024 | 下载:0

[数据结构常用算法4-linkFileAutoWR

说明:首先在程序中生成插入数据,可以随机插入也可以手动插入,然后自动生成索引文件,查找数据的时候可以根据索引来查找.-First of all, in the procedure to generate insert data random insert can also be manually inserted, and then automatically generated index file, find the time data
<leeocean> 在 2024-06-16 上传 | 大小:6144 | 下载:0

[数据结构常用算法b-tree

说明:程序名称: B-树的实现 创建时间: 2008.03.16 最后修改: 2008.03.18 程序作者: monkeylee 联系方式: leeocean2004@163.com 程序说明:实现B-树的相关操作,查找插入删除 -Name: B-tree realize the creation of Time: 2008.03.16 last modified: 2008.03.18 procedures
<leeocean> 在 2024-06-16 上传 | 大小:3072 | 下载:1

[数据结构常用算法bTreeBalance

说明:随机生成用户要求个数的整数,生成二叉树(无重复), 可以进行生成、遍历、查找二叉树,而且进行动态的查找, 如果没有找到节点就把这个值接到树上 能够显示节点的产生顺序、平衡因子(失败),节点值-Randomly generated integer number of user requirements to generate binary tree (without repetition), can be generat
<leeocean> 在 2024-06-16 上传 | 大小:2048 | 下载:0

[数据结构常用算法twoBtree

说明:功能说明: 如果生成二叉树每次都手工输入整数,建立二叉树, 可以进行添加、遍历、查找、删除,如果插入的数和数中的数重复不予插入-Function Descr iption: If the binary tree generated integer entered manually each time, the establishment of tree, you can add, traverse, search, delete,
<leeocean> 在 2024-06-16 上传 | 大小:2048 | 下载:0

[数据结构常用算法tree

说明:程序说明 创建二叉树,并以前序、中序和后序进行遍历 随机产生15个0~100之间的整数,然后插入到二叉树中 2007.11.25 -Program instructions for creating a binary tree, and previous order, in sequence and post-order traversal to 15 randomly generated between 0 ~ 100
<leeocean> 在 2024-06-16 上传 | 大小:1024 | 下载:0

[数据结构常用算法cshujujiegou

说明:数据结构在C语言中的应用,一些例子,很有用-Data structure in C language applications, some examples, very useful
<鑫鑫> 在 2024-06-16 上传 | 大小:50176 | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 2293.94 .95 .96 .97 .98 ... 2657 »

源码中国 www.ymcn.org