说明:单向的链表的各种操作,包括创建,查找,插入和删除等,并且能实现友好dos界面-One-way linked list of the various operations, including create, find, insert and delete, etc, and a friendly interface dos <yinwuzhe> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:通过双链表结构来查找学生的信息,这样的结构对于需要无规律反复读取链表元素的操作是很有用的-By double-linked list structure to find their information, so that the structure of the need to repeatedly read erratic operation of the list element is useful <yinwuzhe> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:模拟社会关系的数据结构,能建立人与人之间的函数-Simulation data structure of social relations, to establish the function between people <yinwuzhe> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:一个用C++实现的链表结构存储线性表,小程序,课外作业-1 C++ implementation with linked list structure storage linear tables, small programs, homework <吴涛> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:用C++实现的顺序结构存储线性表,一个小程序,课外作业-Using C++, the order of the linear structure of memory tables, one small program, homework <吴涛> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:可以根据输入权值进行哈夫曼编码,能输出对应的哈夫曼树,哈夫曼编码。-The right value from the input Huffman coding, to output the corresponding Huffman, Huffman coding. <liwen> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:Dijkstra算法思想:每次从V-S取出具有最短特殊路径长度的顶点u,将u添加到S中同时对数组dist作必要的修改,一旦s包含了所有v中顶点,dist就记录了从源到其他顶点之间的最短路径长度。-Dijkstra Algorithm idea: Every time out from the VS special path with the shortest length of vertex u, u will be added to <piepie> 在 2024-11-14 上传
| 大小:1kb | 下载:0