资源列表
[数据结构常用算法] StaticSearchTable
说明:一个实现了三个查找功能的c语言源代码,分别是顺序查找,折半查找和二叉查找树上的查找。可用VC直接编译运行,对查找算法做了很好的演示。-A search function to achieve the three c-language source code, namely, sequential search, binary search and binary search tree to find. VC can be compile<LIZHENG> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] BinaryTree
说明:对二叉树结构作了清晰而简易的演示,可以帮助要了解二叉树结构和基本算法的人加深认识。可用VC直接编译运行。-On the binary tree structure was clear and simple presentation can help to understand the binary tree structure and the people a better understanding of the basic algo<LIZHENG> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] SortSample
说明:基于C语言的各种典型排序算法:插入排序,气泡排序,希尔排序,快速排序,选择排序。可以用VC直接编译运行。-Based on the C language provides a variety of sorting algorithms: insertion sort, bubble sort, Shell sort, quick sort, selection sort. VC can be directly translated to<LIZHENG> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] datastruct
说明:一份数据结构的试卷,可惜没有答案,看看也不错,检验一下会不会做!-A data structure of the papers, unfortunately there is no answer, take a look also good to test what it will do!<陈辰> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] datastruct
说明:数据结构的基本算法,包括整数相加,迷宫以及哈弗曼的实现。供新手参考。-The basic algorithm for data structure, including the integers are added together, the maze, as well as Havermann implementation. Reference for the novice.<Weberte> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] spanning_tree
说明:最小生成树的多种形式。Kruskal邻接表,正向表,prim+binary_heap邻接表正向表,prim+mapped_heap邻接表正向表.-Minimum spanning tree in many forms. Kruskal adjacency list, forward the table, prim+ binary_heap forward adjacency list table, prim+ mapped_heap f<王华> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] shuyouguandao
说明:问题描述: 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,即使各油井到主管道之间的输油管道长度总和最小的位置? 编程任务: 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。-Problem Descr<李东> 在 2024-11-19 上传 | 大小:7kb | 下载:0