-
编写了一个关于图的操作的应用程序,可以自己手动输入图的节点和节点的关系,然后可以进行查找节点,求节点的出度和入度,求最短的路径等...
编写了一个关于图的操作的应用程序,可以自己手动输入图的节点和节点的关系,然后可以进行查找节点,求节点的出度和入度,求最短的路径等-Prepared a map of the operation on the application, you can manually enter their own graph of the relationship between nodes and nodes, and then can search the node, and the out-degree and node-degree, and the shortest path, etc.
- 2023-09-01 11:05:05下载
- 积分:1
-
实现硬币点,一点,两点,五个硬币。封闭版本…
可实现硬币的分法,一分,二分,五分硬币。内附有for循环版-achieve coins points, one points, two points, five coins. Enclosing a version for recycling
- 2022-01-24 09:52:40下载
- 积分:1
-
这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。...
这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。-This is the stack implementation with linked list data structure. List data structure is not subject to the greatest advantage of the restricted number of elements, unless the memory run out.
- 2022-09-23 11:35:03下载
- 积分:1
-
数据库监视备份软件te:应用程序例子(te.exe)
数据库监视备份软件te:应用程序例子(te.exe)-Bowl beat pacing视tong-de-sac glass figurines 软 te: Beckmannia email using the most序bird
- 2022-02-15 15:38:27下载
- 积分:1
-
数据结构与算法分析(Java版).rar
数据结构与算法分析(Java版).rar-data structure and algorithm analysis (Java version). Rar
- 2022-04-24 20:23:58下载
- 积分:1
-
计算圆周率 Pi (π)值, 精确到小数点后 10000 位 只需要 30 多句代码!...
计算圆周率 Pi (π)值, 精确到小数点后 10000 位 只需要 30 多句代码!-Pi calculated pi () values, accurate to 10,000 decimal places only need more than 30 sentence code!
- 2022-07-08 00:29:24下载
- 积分:1
-
关于图的一些基本操作,以及实现细节
关于图的一些基本操作,以及实现细节-map on the basic operation and the achievement of details
- 2022-02-14 14:56:11下载
- 积分:1
-
利用F90接口创建nc格式文件,并写入一个虚构的2维数据
利用F90接口创建nc格式文件,并写入一个虚构的2维数据-use F90 interface to create nc format file
- 2022-06-06 15:04:45下载
- 积分:1
-
Useful visual c++ Library Management System
好用的visual c++图书馆管理系统-Useful visual c++ Library Management System
- 2022-03-22 01:44:37下载
- 积分:1
-
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
- 2023-01-10 04:30:04下载
- 积分:1