资源列表
[数据结构常用算法] DirectedGraph
说明:这是一个针对有向图寻找出两点之间最短路径的程序 是基于最短路径算法完成的-an algorithm to find the shortest path<zidanyu> 在 2025-01-03 上传 | 大小:861kb | 下载:0
[数据结构常用算法] main1
说明:/* * Author: m_h_yang@163.com, on March 29th, 2012 * 问题一:删除子串; * 问题二:对两个任意大正整数进行相加,得到其和。 * 注:此俩问题为某公司校招时的上机编程考试题。 */-int delete_sub_str(const char*str, const char* sub_str, char* result_str) void add(co<Qinzhu Yang> 在 2025-01-03 上传 | 大小:2kb | 下载:0
[数据结构常用算法] bubbleSort_asm
说明:/* * Author: some gulu, not me. */ 冒泡排序算法的汇编语言实现。 及其它相关内排序算法。-bubbleSort ASM code<Qinzhu Yang> 在 2025-01-03 上传 | 大小:2kb | 下载:0
[数据结构常用算法] compare-the-order-of-words
说明:比较单词的顺序,输入两个单词,看他们正序排列的先后顺序-Compare the order of words, enter the two words, look at the positive sequence arranged in the order<eternal> 在 2025-01-03 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Inverse-set
说明:单词逆置 输入一个单词,逆序返回这个单词-The word inverse set , enter the word, reverse return word<eternal> 在 2025-01-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huffmantreefinal
说明:霍夫曼树的实现,可以用来霍夫曼编码。简单的CMD程序-The implementation of the Huffman tree, can be used to Huffman coding. Simple CMD program<eros> 在 2025-01-03 上传 | 大小:928kb | 下载:0
[数据结构常用算法] DB_ii_Final
说明:基于二进制文件的B+数索引和倒排文件,其中B+树的删除利用插入实现-Achieve based on the number of binaries B index and the inverted file, including the deletion of the B-tree by inserting<eros> 在 2025-01-03 上传 | 大小:275kb | 下载:0
[数据结构常用算法] binarytree
说明:讲递归函数改成非递归可以采用循环的方式,找出第K大的元素也可以变查找边记录,而对于删除某一个范围,可以设置判断条件。一旦满足就调用删除函数。-in order to tranverse a binarytree and you can add or delete a node with the function.you can also fine the biggest one etc.<李青> 在 2025-01-03 上传 | 大小:3kb | 下载:0