资源列表
[数据结构常用算法] MazeSearching
说明:迷宫找路算法,专门用于查找迷宫出路的算法,可参考-the methold used to search maze path,<fredaday> 在 2024-11-05 上传 | 大小:51200 | 下载:0
[数据结构常用算法] studentsysterm
说明: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 显示菜单,操作链表。 - using a single linked list implementation of this procedure requires that each node of a singly linked list to store student information. Display the menu, the linked li<jack> 在 2024-11-05 上传 | 大小:267264 | 下载:0
[数据结构常用算法] 060405113519
说明:用set容器进行排序的示例函数,可以实现快速的正向,逆向排序,根据类的元素来作为排序依据。-Use the example set containers to sort function, can achieve rapid positive, reverse order, according to the type of element to order as the basis.<一点兰心> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[数据结构常用算法] C-100excesices
说明:c语言100实例和教程,应用于c语言基础学习的参考含线性表,数组,队列,堆栈,广义表,递归,图,排序等。-C 100 examples and tutorials, used in c language foundation study reference including linear table, array, queue, stack, generalized table, recursion, figure, sort, et<李阳是帅哥> 在 2024-11-05 上传 | 大小:198656 | 下载:0
[数据结构常用算法] huffmantree
说明:哈夫曼编码,建立树形结构,通过每个节点的权值对每个节点进行0101标注,进行编码,类似于发电报时的编码。-Huffman coding, the establishment of the tree structure, and 0101 marked by the weight of each node for each node is encoded, similar to a telegram When encoding.<曹辉> 在 2024-11-05 上传 | 大小:673792 | 下载:0
[数据结构常用算法] dictionarytree
说明:又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for sta<曹辉> 在 2024-11-05 上传 | 大小:3120128 | 下载:0
[数据结构常用算法] Book-Essentials-of-Metaheuristic
说明:计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。-Book-Essentials of Metaheuristic<王登华> 在 2024-11-05 上传 | 大小:4388864 | 下载:0
[数据结构常用算法] Binary-search-tree
说明:一个二叉搜索树的程序,包含二叉搜索树的插入、删除、查找等基本操作-A binary search tree program, including the binary search tree insert, delete, find the basic operations s<武江伟> 在 2024-11-05 上传 | 大小:2048 | 下载:0