-
一个关于公式分析得java小程序,内含全部源代码和接口的详细使用说明,对于学习数据结构的朋友来说,有一定的研究价值。...
一个关于公式分析得java小程序,内含全部源代码和接口的详细使用说明,对于学习数据结构的朋友来说,有一定的研究价值。-on a formula of good things java small program that contains all the source code and interface use the detailed, data for studying the structure of a friend, a certain value for research.
- 2023-06-25 14:35:04下载
- 积分:1
-
相当不错 最新的
相当不错 最新的-quite the latest
- 2022-03-12 02:34:19下载
- 积分:1
-
数据结构课设:三个野人和三个传教士(C实现)
三个修道士和三个野人过河,船一次最多只能载两个人,在任何时候修道士的人数不能少于野人人数,否则野人会吃掉修道士。找出六个人顺利过河的所有方案。
- 2022-08-13 05:53:10下载
- 积分:1
-
网吧的所有经营活动都能操作(包括时间管理、客户机管理、食品出售等),方便易用
网吧的所有经营活动都能操作(包括时间管理、客户机管理、食品出售等),方便易用-Internet cafes can operate all the business activities (including time management, client management, food for sale, etc.), user-friendly
- 2022-06-26 05:24:37下载
- 积分:1
-
Hospital Management System
基于c-sharp和mysql服务器的小型医院管理
- 2022-01-31 06:12:48下载
- 积分:1
-
access the database using Flash MX. Please remember that Flash is unable to nati...
access the database using Flash MX. Please remember that Flash is unable to natively access a database. A programming language (ASP in this case) provides the programming logic, while Flash works at the presentation tier of the application.
- 2023-06-19 02:35:06下载
- 积分:1
-
主要是数理方程基本框架很有用,对数据结构也有帮助
主要是数理方程基本框架很有用,对数据结构也有帮助-main mathematical equation is the basic framework is used for the data structure also helped
- 2023-05-06 11:25:03下载
- 积分:1
-
Its about data structure Tr
Its about data structure Tr-Its about data structure Tree
- 2023-05-11 23:40:04下载
- 积分:1
-
医药销售管理系统
1)基本要求:
(1)分析各系统的需求;
(2)选用DBMS和设计工具;
(3)提出系统的设计方案;
(4)对所设计的数...
医药销售管理系统
1)基本要求:
(1)分析各系统的需求;
(2)选用DBMS和设计工具;
(3)提出系统的设计方案;
(4)对所设计的数据库系统进行调试。
-Pharmaceutical Sales Management System 1) Basic requirements: (1) to analyze the needs of each system (2) selection of DBMS and design tools (3) for the system design (4) database system designed for debugging.
- 2022-02-26 18:11:44下载
- 积分: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