资源列表
[数据结构常用算法] Addressbook
说明:用C语言编写的通讯录。实现个人信息的输入、删除、插入、保存、读入、显示、查找、按名查找、复制、排序等功能。个人信息包括:姓名、单位、电话号码、Email以及通信地址。利用这个程序可以方便的存储通讯信息,也容易进行查找,是个实用的工具。-Using C language address book. Realize personal information input, delete, insert, save, read, display, find, by name to find, copy,<ciey> 在 2025-06-10 上传 | 大小:1kb | 下载: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 algorithm for graph traversal,<朱蓉> 在 2025-06-10 上传 | 大小:1kb | 下载: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 binary binary sort tree, the nume<朱蓉> 在 2025-06-10 上传 | 大小:1kb | 下载: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 contents of input before and after th<朱蓉> 在 2025-06-10 上传 | 大小:1kb | 下载: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 integer, and then inserted in<leeocean> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] paixu.c
说明:通过快速排序,折半排序,希尔排序三种方法进行排序数据,并统计每一种排序在过程中对整数的比较次数和移动次数,并输出结果。-Through the quick sort, binary sort, Hill sort of three methods to sort data and statistics of each sort in the process of comparison of the integer number and mobile number, and output resu<郑鑫> 在 2025-06-10 上传 | 大小:1kb | 下载:0