-
自己写的课程设计数据结构,有需要的就看自己的了…
自己写的,数据结构课程设计,有需要的可以来看看看的,郁闷上传这麻烦-Their written curriculum design data structure, there is a need to look at to see if the can, and depressed From this trouble
- 2022-08-23 09:45:53下载
- 积分:1
-
data structure Chain
数据结构链表-多项式-data structure Chain-polynomial
- 2022-08-14 08:14:17下载
- 积分:1
-
single source shortest path problem of dynamic programming algorithm, please exh...
单源最短路径问题的动态规划算法,请大家多多指教-single source shortest path problem of dynamic programming algorithm, please exhibitions
- 2023-03-29 08:30:04下载
- 积分: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
-
网吧的基本操作都可以,包括刷卡,上下机等
网吧的基本操作都可以,包括刷卡,上下机等-Internet cafes can be basic operation, including credit card, from top to bottom, etc.
- 2023-01-12 07:45:04下载
- 积分:1
-
利用C语言实现两个多项式的加法,依次输入输入指数和系数,数据输入以(0,0)结束...
利用C语言实现两个多项式的加法,依次输入输入指数和系数,数据输入以(0,0)结束-use C language two polynomials additive, in order to import and importation index coefficient, data input to (0,0) end
- 2022-05-17 05:29:00下载
- 积分:1
-
数据结构的一些常用算法实现。单链表。无向图排序等
数据结构的一些常用算法实现。单链表。无向图排序等-data structure of some commonly used algorithm. Single-Chain. No plans to sort etc.
- 2023-06-06 14:45:02下载
- 积分:1
-
8皇后问题的递归求解,c语言实现
8皇后问题的递归求解,c语言实现-8 Queen of recursive solution, c Language
- 2023-04-04 08:10:04下载
- 积分:1
-
数据结构中排序的实例分析,可供有兴趣的朋友参考学习
数据结构中排序的实例分析,可供有兴趣的朋友参考学习-Sort of data structure example of analysis, available to interested friends refer to learning
- 2023-04-12 23:20:02下载
- 积分:1
-
Qt数据库操作
Qt对数据库操作,包括数据库打开与关闭,增加、删除、修改、查询,其中数据的展示是用自定义数据模型,是从QAbstractTableModel继承起的。
- 2022-03-03 10:17:11下载
- 积分:1