标题:高手快进噢 捆绕小弟已久的编程
只看楼主
zhanghuan
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2005-7-5
 问题点数:0 回复次数:0 
高手快进噢 捆绕小弟已久的编程

编程序,实现x的多项式合并同类项,并按x 的幂从高到低排序. 例如:输入8x7次方+9x6次方+11x5次方+6x6次方,结果:8x7次方+15x6次方+11x5次方 typedef struct node

{int coef;

int exp;

struct node *next;

}lnode

int inarray(int x,int a[],int n)

{}查询x

int string2num(char*start,char end[],int n)

{}把字符转化成数字

node*convert(char*s)

{}转化成链表

node *order(node*)

{}排序

node *unite(next*)合并同类项

print (*next)

{}

搜索更多相关主题的帖子: int node 手快 char 
2005-07-05 10:45



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-22188-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.019332 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved