-
Simulation lock manager
模拟实现锁管理器-Simulation lock manager
- 2023-06-06 15:15:02下载
- 积分:1
-
Java数据结构的小应用程序对于数组的冒泡排序
Java数据结构的小应用程序对于数组的冒泡排序-data structure of the Java applications for small array of Bubble Sort
- 2023-06-21 18:35:03下载
- 积分:1
-
各种常用的排序算法的演示程序,
以顺序表作为存储结构~~~~
欢迎大家指正...
各种常用的排序算法的演示程序,
以顺序表作为存储结构~~~~
欢迎大家指正-A demo for different sort arithmetic,use qlist as store type.
welcome ues and question
- 2022-03-11 21:46:36下载
- 积分:1
-
我是第一次来这里还不知道用什么方式上传程序,请大家谅解。用powerbuilder打开本文件就可以...
我是第一次来这里还不知道用什么方式上传程序,请大家谅解。用powerbuilder打开本文件就可以-is the first time I come here do not know what way to upload procedures, please understanding. Using PowerBuilder open this document can be
- 2022-03-18 14:06:27下载
- 积分:1
-
天津大学在线评测
Tianjin University Online Judge 的80多道题目 .
-Tianjin University Online Judge
- 2022-02-14 12:53:06下载
- 积分:1
-
athletes to achieve the agenda, through a two
实现运动员日程安排,可以通过一个二维的矩阵在显示安排除-athletes to achieve the agenda, through a two-dimensional matrix display arrangement
- 2022-09-23 00:20:02下载
- 积分:1
-
用C语言编写。数据结构,任意输入数值的折半查找。
用C语言编写。数据结构,任意输入数值的折半查找。-Using C language. Data structures, arbitrary input values to find the half.
- 2023-05-20 09:25:04下载
- 积分:1
-
K的数据隐私保护
数据隐私保护K-匿名问题的动态多次发布类似m-invarience算法-Data Privacy Protection K-anonymity problem on many occasions issued a similar dynamic m-invarience algorithm
- 2022-01-22 06:05:54下载
- 积分:1
-
C 经典数据结构算法
C 经典的数据结构算法 内容丰富,包含:底层编程、求进制、数组、问题算法、字符、汉诺塔、数学问题等丰富的单元,每个部分都有非常详细的C代码,可直接运行!
- 2022-01-31 00:31:17下载
- 积分: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