-
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(...
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如: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
-
对Oracle OCI的封装
对Oracle OCI的封装- To Oracle OCI seal
- 2023-03-23 13:45:03下载
- 积分:1
-
任意长整数相加问题 任意输入两个任意长的整数进行相加 可以得出正确结果,...
任意长整数相加问题 任意输入两个任意长的整数进行相加 可以得出正确结果,-arbitrary sum of long integer problem indiscriminate importation of two arbitrarily long integer can be drawn together for the right result,
- 2023-02-21 21:55:03下载
- 积分:1
-
Note : This section of the review of data structure and algorithm, a few scatter...
说明: 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下,欢迎指正。
对于排序算法,想做一个动态演示的东东,因此今天使用VB.net大概实现了一个,界面如下,代码有2个版本,一个可以指示当前循环的位置(但设计感觉不好,也找不到更好的办法),一个没有。 -Note : This section of the review of data structure and algorithm, a few scattered notes, in the classified Others, welcomed the correction. For Sorting Algorithm and do a demonstration of the dynamic page, and it is probably using VB.net achieved one of the following interface, the code has two versions, one can instruct the current cycle position (but feel bad design, but also find better ways), a no.
- 2023-08-16 01:40:02下载
- 积分:1
-
very typical recursive algorithm to obtain the designated folder sizes. Win case...
非常典型的递归算法来获得指定的文件夹大小。Win案例中使用API Findfirst FindNext完成。
- 2022-02-01 14:09:59下载
- 积分:1
-
够你们交作业了
够你们交作业了-enough perpendicular operation of the Ha Ha
- 2022-08-24 16:00:07下载
- 积分:1
-
一个简单的记录集类,可以操作单个数据文件,可以用来存放单表数据...
一个简单的记录集类,可以操作单个数据文件,可以用来存放单表数据-A simple type recordsets, you can operate a single data file that can be used to store a single table of data
- 2022-02-25 10:11:58下载
- 积分:1
-
一个C++写的KdTree容器模板库,支持std容器,和自定义的存储方式,对插入、删除和查找作了优化...
一个C++写的KdTree容器模板库,支持std容器,和自定义的存储方式,对插入、删除和查找作了优化-A C++ Written KdTree Template Library containers, support std containers, and custom storage by means of an insert, delete, and search was made to optimize
- 2022-05-16 17:10:20下载
- 积分:1
-
数据结构 银行程序
数据结构 银行程序-data structure banking procedures
- 2023-01-13 08:30:04下载
- 积分:1
-
360度采样获取的仿真的投影数据
360度采样获取的仿真的投影数据,可以通过它进程iradon变换直接获取切片锥形束CT模拟按:德山杨,博士 放射肿瘤学杂志华盛顿大学圣路易斯系,医学院, 电子邮件:dyang@radonc.wustl.edu 文件: compute_projections.m - 主程序,来计算所有投影和保存2D投影图像放到一个文件夹 compute_one_projection.m - 由主程序调用,以计算仅一个投影图像 straight_line_integral.m - 的核心功能,通过一个三维矩阵来计算线积分 很多行注释掉这个文件,因为该文件最初写 在MATLAB而已,laterly改写成C的速度提高。 straight_line_integral_inner.c - 这是在C从straight_line_integral.m什么改写 sort_ts1_ts2.c - 一个效用函数两个有序数组合并为一个有序数组。 它是用C语言编写,以提高速度 create_CSV_file_for_OSCaR.m - 要创建一个用于奥斯卡CBCT重建的CSV文件 (http://www.cs.utoronto.ca/~nrezvani/OSCaR.html) 然而,奥斯卡不支持保存垫子数据文件,而无需修改。 我有修改奥斯卡功能。
- 2022-02-05 09:07:50下载
- 积分:1