-
此程序是利用图形函数画Lagranges函数,分段插值函数,Hermite函数的函数图形...
此程序是利用图形函数画Lagranges函数,分段插值函数,Hermite函数的函数图形-This program is the use of graphics functions draw Lagranges function, sub-interpolation function, Hermite function is a function of graphical
- 2022-02-14 08:52:56下载
- 积分:1
-
数据结构底层经典算法――时间陷阱,请大家参考
数据结构底层经典算法――时间陷阱,请大家参考-underlying data structure classical algorithm-- time trap, please refer to
- 2022-06-18 17:32:41下载
- 积分:1
-
同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数。设计相应的入队和出队算法。...
同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数。设计相应的入队和出队算法。-At the same time, rear and len, respectively, annular instructions squadron tail queue element containing the location and the number of elements. Design corresponding to the team and the team algorithm.
- 2023-03-12 17:10:04下载
- 积分:1
-
查询给定编号查询信息,可用于sqlsever的数据库管理
查询给定编号查询信息,可用于sqlsever的数据库管理-Look for a given number query information
- 2022-07-19 07:55:28下载
- 积分: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
-
用C++Builder写的数据结构队列问题的程序。希望对大家有用。
用C++Builder写的数据结构队列问题的程序。希望对大家有用。-C Builder write queue data structure of the proceedings. We hope that the right useful.
- 2022-02-05 23:23:42下载
- 积分:1
-
complete my undergraduate established, the system of examination results, contai...
我的本科毕设,考试成绩处理系统,内含使用说明及源代码-complete my undergraduate established, the system of examination results, containing descriptions and the use of source code
- 2022-07-23 07:30:51下载
- 积分:1
-
八皇后问题:用回溯算法做的
八皇后问题:用回溯算法做的
-8 Queens : The backtracking algorithm
- 2023-05-20 18:50:03下载
- 积分:1
-
一个关于二叉树的小实验例子,包括整个的过程文件
一个关于二叉树的小实验例子,包括整个的过程文件-A small experiment on the binary tree example, including the whole process of document
- 2022-01-30 14:09:38下载
- 积分:1
-
List控件的使用,具有可编辑功能,方便的界面配置方法
List控件的使用,具有可编辑功能,方便的界面配置方法-List controls the use of editing features with a convenient way to interface configuration
- 2023-04-14 14:10:02下载
- 积分:1