说明:通过双链表结构来查找学生的信息,这样的结构对于需要无规律反复读取链表元素的操作是很有用的-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> 在 2025-05-28 上传
| 大小:1kb | 下载:0
说明:模拟社会关系的数据结构,能建立人与人之间的函数-Simulation data structure of social relations, to establish the function between people <yinwuzhe> 在 2025-05-28 上传
| 大小:1kb | 下载:0
说明:一个用C++实现的链表结构存储线性表,小程序,课外作业-1 C++ implementation with linked list structure storage linear tables, small programs, homework <吴涛> 在 2025-05-28 上传
| 大小:1kb | 下载:0
说明:用C++实现的顺序结构存储线性表,一个小程序,课外作业-Using C++, the order of the linear structure of memory tables, one small program, homework <吴涛> 在 2025-05-28 上传
| 大小:1kb | 下载:0
说明:可以根据输入权值进行哈夫曼编码,能输出对应的哈夫曼树,哈夫曼编码。-The right value from the input Huffman coding, to output the corresponding Huffman, Huffman coding. <liwen> 在 2025-05-28 上传
| 大小: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> 在 2025-05-28 上传
| 大小:1kb | 下载:0
说明:计算24点的C程序(穷举法) 几年前,女朋友很喜欢和我玩计算24点的游戏,来测试谁的反应更快一些,结果我总是输而不得不承认在这方面她比我强。于是我就用C和我可怜的数据结构知识写了这个程序来挽回点面子,结果竟然让她很佩服。现在女朋友已经成功升级成老婆了,这程序也久没有用武之地了,就放在这里给和我们有一样故事的人们参考一下吧!
-Calculate the C 24-point program (exhaustive method) a <杨博文> 在 2025-05-28 上传
| 大小:1kb | 下载:0