-
BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer...
BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。-BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances, more than 3-5 times the KMP algorithm quickly.
- 2022-03-10 14:08:21下载
- 积分:1
-
一个最短路径算法,具体内容程序开头有介绍
一个最短路径算法,具体内容程序开头有介绍-a shortest path algorithm, the specific content of the beginning of a process introduced
- 2022-10-19 13:15:02下载
- 积分:1
-
the data structure of a curriculum design, calculation of one yuan sparse matrix...
我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加相减相乘求导求X值...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together subtract multiply derivative for the value of X ... There color text prepared by the an interface. very pretty, ease of use
- 2022-04-19 01:20:30下载
- 积分:1
-
本程序采用数据结构中的一些算法,简单的实现了多项式的乘法,在使用中请大家仔细阅读源代码中的说明!...
本程序采用数据结构中的一些算法,简单的实现了多项式的乘法,在使用中请大家仔细阅读源代码中的说明!- This procedure uses in the construction of data some
algorithms, the simple realization multinomial multiplication, has
asked everybody in the use carefully to read in the source code
showing!
- 2022-09-18 10:00:03下载
- 积分:1
-
c++实现模拟内存管理
本程序由C++实现内存管理,主要有新建进程和结束进程两个功能,这两个功能又通过链表的基本操作来完成,增加、删除结点,还有排序。
- 2022-08-11 00:30:27下载
- 积分:1
-
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧...
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧-C realized Fast Fourier Transform (FFT) algorithm structure, its purpose would not have to elaborate on it
- 2023-07-26 14:30:04下载
- 积分:1
-
数据结构停车场问题
数据结构停车场问题-data structure parking problems
- 2022-03-04 11:59:35下载
- 积分:1
-
1,图的建立与遍历操作
建立图的邻接矩阵
输出图从顶点V0出发按深度优先遍历的顶点序列
输出图从顶点V0出发按广度优先遍历的顶点序列
2,图的建...
1,图的建立与遍历操作
建立图的邻接矩阵
输出图从顶点V0出发按深度优先遍历的顶点序列
输出图从顶点V0出发按广度优先遍历的顶点序列
2,图的建立与拓扑排序-1, Graph traversal operation with the establishment of the establishment of the adjacency matrix output plans starting from the vertex V0 by depth-first traversal sequence of vertices losers Figure out from the starting point V0 according to the breadth- first traversal sequence vertex 2, and plans to establish the topological sorting
- 2022-11-18 00:10:04下载
- 积分:1
-
BDijkstra算法的java实现。使用工具是eclipse,java1.4以上
BDijkstra算法的java实现。使用工具是eclipse,java1.4以上-BDijkstra algorithm to achieve the java. Eclipse is the use of tools, more java1.4
- 2023-03-29 00:55:03下载
- 积分:1
-
数据结构与算法
数据结构与算法-二叉树的用法。
二叉树的主要算法,声明等。-Data structures and algorithms- the usage of a binary tree. The main binary tree algorithm, statements.
- 2022-02-13 02:28:24下载
- 积分:1