- + P A

- c语言实现1元多项式的加简乘

      数据结构与算法 2006-3-18 11:41
#i nclude<stdio.h>
#i nclude<stdlib.h>
typedef struct NodeList
{
float a;
int e;
struct NodeList *next;
}lNodeList,* ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()