首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴野人部落的代码贴全部
#include <iostream>
using namespace std;
#include <stdlib.h>
#include <string.h>
#include "stdio.h"

typedef struct
{  
float coef;//结点类型
    int expn;
}polynomial;

......................
阅读全部 | 2013年12月31日 18:08
1
野人部落