资源列表
[数据结构常用算法] shujujiegouchazhaosuanfa
说明:改代码详细的介绍了关于综合查找算法的详细实现过程,希望可以对大家的学习有所帮助-Detailed descr iption of the code change on the detailed comprehensive search algorithm realization, hope you can help the learning<王康> 在 2024-12-24 上传 | 大小:3.32mb | 下载:0
[数据结构常用算法] balance_tree
说明:平衡二叉树的各种算法,如节点的删除,插入,查找等-balance tree<菜鸟> 在 2024-12-24 上传 | 大小:3kb | 下载:0
[数据结构常用算法] shizisamlong
说明:n堆石子围成一个圆,现将欲石子合并成一堆.规定每次只能选相邻两堆合并,并将新的一堆石子数记为该次合并的得分.设计一算法,将n堆石子合并成一堆,使最后的得分总和最少. -n heap stones into a circle around, now want to merge into a pile of stones. provided you can only choose two piles next to merge, and a<baji> 在 2024-12-24 上传 | 大小:2kb | 下载:0
[数据结构常用算法] openfstwin-1.1
说明:google open fst有限状态机库代码的Win32移植-google open fst finite state machine library code of the Win32 migration<董大凡> 在 2024-12-24 上传 | 大小:694kb | 下载:0
[数据结构常用算法] slotted_page_structure
说明:分页槽算法的实现,一般用于变长数据记录的存储,又需要的同志-the implementation of slotted-page<崔艳丽> 在 2024-12-24 上传 | 大小:2kb | 下载:0
[数据结构常用算法] BubbleSort
说明:*** * Bubble Sort Program in C ******* -******* Bubble Sort Program in C *******<supercom> 在 2024-12-24 上传 | 大小:4kb | 下载:0
[数据结构常用算法] linkedlist
说明:生成结点数据域值为d的单结点链表,插入一个节点,并释放链表动态存储空间。-Generated node data domain value d of the single-node linked list, insert a node, and the release of the list dynamic storage space.<古月> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Unarysimplecalculator
说明:一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of t<郑海鹏> 在 2024-12-24 上传 | 大小:2kb | 下载:0