会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
XJX
路漫漫其修远兮,吾将上下而求索
博客园
首页
新随笔
联系
订阅
管理
2016年9月24日
一元多项式的相乘
摘要: 1 #include <iostream> 2 #include<stdlib.h> 3 4 using namespace std; 5 6 7 #define MAXSIZE 20 8 9 typedef struct LNode 10 { 11 int coef;//系数 12 int exp
阅读全文
posted @ 2016-09-24 14:33 nullxjx
阅读(3394)
评论(1)
推荐(0)
公告