资源列表
[数据结构常用算法] TopSort
说明:Programming Technique课程assignment 1,输入一组关系组,然后查找到所有相容的偏序。-Programming Technique course assignment 1, enter a relationship group, and then find all compatible partial order.<Chenglong Fu> 在 上传 | 大小:720kb | 下载:0
[数据结构常用算法] modbus-TCPIP
说明:modbus TCPIP协议client-Server端源代码以及解析, c++编程。-TCPIP client-Server protocol MODBUS source code and analysis, c++ programming.<zhch78> 在 上传 | 大小:1.06mb | 下载:0
[数据结构常用算法] sequence-list
说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table. , In the order of the table to find an element in<mireya> 在 上传 | 大小:5kb | 下载:0
[数据结构常用算法] sequence-list2
说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table. , In the order of the table to find an element in<mireya> 在 上传 | 大小:6kb | 下载:0
[数据结构常用算法] Huffmancode
说明:着先通过 HuffmanTree() 函数构造哈夫曼树,然后在主函数 main()中自底向上开始(也就是从数组序号为零的结点开始)向上层层判断,若在父结点左侧,则置码为 0,若在右侧,则置码为 1。最后输出生成的编码-The first HuffmanTree () function to construct Huffman tree, and then main () main () the bottom up (that is, the array number zero node) t<刘明> 在 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 8puzzle_dfs
说明:实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。-翻译 实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。 The implementation of the eight digital issues, the use of the map search DFS (depth-first search).<LiuTiancheng> 在 上传 | 大小:2kb | 下载:0
[数据结构常用算法] code2
说明:Package consists of 3 codes. First,to Print huffman decoding tree given.Second, to find top level view of a tree. Third, A reviewer rates the two challenges, awarding pointsfor three categories.We define the rating for two person s challenge to be th<Codeshi> 在 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Longest common subsequence
说明:用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it with different data volume.)<lcy2074> 在 上传 | 大小:1kb | 下载:0