登录
首页 » c++ » 用链表实现简单的多项式加法和乘法

用链表实现简单的多项式加法和乘法

于 2022-03-26 发布 文件大小:3.45 MB
0 117
下载积分: 2 下载次数: 1

代码说明:

基于C++语言的链表程序,其功能是实现多项式的加法和乘法运算。目前只能做到输出多项式表达式和赋值运算,没有多项式的排序功能。输入多项式时按照两个一组的方式输入,分别表示多项式的系数和指数。按顺序从低次到高次进行输入。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RANGESUM_SegmentTree
    Segment tree implementation for Rangesum
    2015-04-11 00:12:45下载
    积分:1
  • Robot Distance Meter (Motor DC)
    说明:  Robot Distance Meter (Motor DC) / c / protues
    2019-04-29 19:21:51下载
    积分:1
  • 0228
    说明:  这是Mega8I2c通讯时的主机访问程序.(Mega8I2c communication host access procedures.)
    2006-03-02 17:47:21下载
    积分:1
  • ball_collision
    以c语言为编程工具,调用系统函数画出动态的小球碰撞图(With c language programming tools, call the system function to draw a dynamic small ball collision diagram)
    2009-12-26 22:58:04下载
    积分:1
  • ffpis_img-0.0.2
    finger print code in c++
    2009-12-12 03:19:13下载
    积分:1
  • SHIYAN
    opengl实现纹理贴图及映射,可通过键盘更改角度(opengl achieve texture mapping and mapping, you can change the angle of the keyboard)
    2013-10-04 20:40:17下载
    积分:1
  • Zuoye
    vc与matcom混合编程实例,里面包含了matcom将matlab m文件转换成C++文件的例子,然后在vc中调用,画图,并借助matlab在vc中对音频文件进行幅度和相位分析(Vc mixed with matcom programming examples, containing the matcom transform matlab m file into the c++ file example, and then call in the vc, drawing, and with the help of matlab in the vc of amplitude and phase analysis was carried out on the audio file)
    2013-05-18 10:13:50下载
    积分:1
  • 哆啦A梦的C代码
    #include #include #define PI 3.14159265 // 主函数 void main() { // 创建大小为 800 * 600 的绘图窗口 initgraph(800, 600); // 设置原点 (0, 0) 为屏幕中央(Y轴默认向下为正) setorigin(400, 300); // 使用白色填充背景 setbkcolor(WHITE); cleardevice(); // 画脸 setfillcolor(RGB(7, 190, 234)); // 头 setlinecolor(BLACK); fillroundrect(-135, -206, 135, 54, 248, 248); setfillcolor(WHITE); // 脸 fillellipse(-115, -144, 115, 46); fillroundrect(-63, -169, 0, -95, 56, 56); // 右眼 fillroundrect(0, -169,  63, -95, 56, 56); // 左眼 setfillcolor(BLACK); solidcircle(-16, -116, 6); // 右眼球 solidcircle( 16, -116, 6); // 左眼球 setfillcolor(RGB(201, 62, 0)); // 鼻子
    2022-02-01 16:57:29下载
    积分:1
  • MLX90614
    利用在STM32处理器上的,红外测温传感器的应用(Take advantage of the STM32 processor, the application of infrared temperature sensor)
    2020-10-03 15:17:40下载
    积分:1
  • 4678
    此是MATLAB7.0程序设计的那本书的源代码,希望对大家能有所帮助。(This book MATLAB7.0 programming source code, I hope that we can help.)
    2013-04-01 12:34:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载