资源列表
[数据结构常用算法] The-definition--of-an-array
说明:定义一个数组,并对其进行各种处理,如插入,删除,排序等等,已运行通过。-Define an array, and carries on the various operations, such as sorting, insert, delete, etc., has passed the program is running<皇甫永硕> 在 2025-02-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] The-establishment-of-a-static-queue
说明:定义了一个循环队列,并对其进行处理,包括初始化,输入,输出,删除等等,已经在vc6.0上运行通过。-Defines a circular queue, and carries on the processing, including initialization, input, output, delete, etc., has been run through in vc6.0<皇甫永硕> 在 2025-02-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] the-static-binary-tree-and-input
说明:建立一个静态二叉树,并对他进行先序遍历,已在vc6.0上运行通过。-To establish a static binary tree, and carries on his first sequence traversal, has run through in vc6.0<皇甫永硕> 在 2025-02-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 10-Number-of-sorts
说明:题目:对10个数进行排序 程序分析:可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换,下次类推,即用第二个元素与后8个进行比较,并进行交换。-Topic: 10 Number of sorts for the program analysis: selection method can be used, that is, from the nine comparison process, select a<程凯> 在 2025-02-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] isap_sample
说明:isap网络流算法模板,可以实现效率相当高的网络流-Isap template, network flow algorithm can achieve high efficiency of network flow<kter> 在 2025-02-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] GAIJINMAOPAOFA
说明:冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序-Bubble method is a basic algorithm for sorting data, which is the basic method: Comparison of two adjacent elements,<叶子> 在 2025-02-08 上传 | 大小:1kb | 下载:0