-
能够运行的c调用sqlite的一个程序
能够运行的c调用sqlite的一个程序-程序3(s3),适合学习sqlite-Be able to run sqlite in c call a procedure- the procedure 3 (s3), suitable for learning sqlite
- 2023-06-24 13:45:03下载
- 积分:1
-
K阶菲波那契算法,运用环形队列实现,空间是K+1
K阶菲波那契算法,运用环形队列实现,空间是K+1-K bands Fibonacci algorithm using circular Queuing, and the space is a K
- 2022-01-27 15:24:30下载
- 积分:1
-
Classic shortest path algorithm C C++ Realize adjacency matrix
经典最短路径算法C C++ 邻接矩阵实现-Classic shortest path algorithm C C++ Realize adjacency matrix
- 2022-06-29 02:13:45下载
- 积分:1
-
数据结构的第二个实验
数据结构的第二个实验-data structure to the second experiment
- 2022-01-25 20:24:50下载
- 积分:1
-
C语言实现的寻找多数元素代码
C语言实现的寻找多数元素代码,含英文注释。算法采用《算法设计技巧与分析》(沙特)一书上的方法。在一个整数序列A中,如果整数r在A中出现的次数大于序列A的一半,那么我们把这个r称为多数元素。如何更快的找出这个元素呢?在原序列中去除两个不同的元素后,那么在原序列中的多数元素在新序列中还是多数元素。
- 2022-11-30 03:55:03下载
- 积分:1
-
这个是快速排序法的算法实现
这个是快速排序法的算法实现-This is a rapid method of sorting algorithm
- 2022-08-19 02:49:08下载
- 积分:1
-
on SQL Guide to the Chinese version of about 0. About 25M hope we can help bring...
有关于SQL方面的教程中文版大约0。25M左右希望能够大家带来帮助。-on SQL Guide to the Chinese version of about 0. About 25M hope we can help bring about.
- 2023-06-12 12:55:04下载
- 积分:1
-
Huffman算法的应用是Huffman编码使用一篇文章..
哈夫曼算法的应用是一篇关于使用哈夫曼编码和解码树的文章,其中包含了对文档的详细描述
- 2022-03-01 14:52:01下载
- 积分:1
-
Prim algorithm using minimum spanning tree of the experimental procedures used i...
用prim算法实验最小生成树
本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树
定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。
定义二维数组g[ ][ ]来建立无向图的邻接矩阵。
-Prim algorithm using minimum spanning tree of the experimental procedures used in function adjg (), this function is through the acceptance of input points and edges, the establishment of a directed graph. Function of prg () used to calculate and output undirected graph of adjacency matrix. Function prim () is used PRIM Algorithm to find the undirected graph of the minimum spanning tree array defines two lowcost [max], closest [max], if it joined the U of k vertices, then the lowcost [k] = 0. The definition of two-dimensional array g [] [] to create a undirected graph of adjacency matrix.
- 2022-03-16 20:21:07下载
- 积分:1
-
sql server 数据库结构查看程序.rar
sql server 数据库结构查看程序.rar-sql server database structure viewer. Rar
- 2022-07-05 11:27:57下载
- 积分:1