-
约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。...
约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。-Josephus final run files, suitable for users, having been formed to C language implementation document.
- 2022-08-23 14:57:09下载
- 积分:1
-
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(...
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:,,,
输出
以指数递增的顺序输出乘积: ,,,
零多项式的输出格式为:,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
- 2023-04-13 09:30:03下载
- 积分:1
-
Graph theory and network theory for the Dijkstra shortest path algorithm
图论与网络论中求最短路径的Dijkstra算法-Graph theory and network theory for the Dijkstra shortest path algorithm
- 2022-02-06 07:36:35下载
- 积分:1
-
冒泡法排序C++实现的简便运算,可直接应用
冒泡法排序C++实现的简便运算,可直接应用-Bubble sort C++ method to achieve an easy operation, can be applied directly
- 2023-08-26 17:15:03下载
- 积分:1
-
用Delphi写的备份sqlserver数据库的小工具
用Delphi写的备份sqlserver数据库的小工具-write with Delphi SQLServer database backup small tools
- 2022-05-29 15:01:06下载
- 积分:1
-
学校超市选址分析
学校超市选址问题(带权有向图的中心点)
- 2022-04-18 22:53:13下载
- 积分:1
-
sql function of the knowledge
有关sql函数的知识-sql function of the knowledge
- 2022-04-07 08:28:39下载
- 积分:1
-
是一种数据结构的算法,实现一种简单的数据计算功能
是一种数据结构的算法,实现一种简单的数据计算功能-is a data structure of the algorithm to achieve a simple function data
- 2022-08-11 06:34:11下载
- 积分:1
-
内部数据结构课程设计的比较研究,共10…
数据结构课程设计内部排序的比较
一共有十种排序方法-Curriculum design of internal data structure to sort of comparison a total of 10 kinds of sorting methods
- 2023-08-05 04:50:02下载
- 积分:1
-
以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等....
以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等.-to List in the form of cargo management, including Chain create, insert, delete, query, update, etc..
- 2022-09-07 05:55:02下载
- 积分:1