文件名称:wenzhouxueyuan
介绍说明--下载内容来自于网络,使用问题请自行百度
#include <stdio.h>
#include <stdlib.h>
#define OK 1
#define OVERFLOW -2
typedef int status
typedef struct LinkList{ //用带表头结点的有序链表表示多项式
float coef //系数
int expn //指数
struct LinkList *next //指向后继的指针
}*polynomail //结构体类型的指针-# Include <stdio.h># Include <stdlib.h># Define OK 1# Define OVERFLOW-2typedef int status typedef struct LinkList (//use with header node list in an orderly manner that the polynomial float coef// coefficient int expn// index struct LinkList* next// point subsequent pointer)* polynomail// structure type of pointer
#include <stdlib.h>
#define OK 1
#define OVERFLOW -2
typedef int status
typedef struct LinkList{ //用带表头结点的有序链表表示多项式
float coef //系数
int expn //指数
struct LinkList *next //指向后继的指针
}*polynomail //结构体类型的指针-# Include <stdio.h># Include <stdlib.h># Define OK 1# Define OVERFLOW-2typedef int status typedef struct LinkList (//use with header node list in an orderly manner that the polynomial float coef// coefficient int expn// index struct LinkList* next// point subsequent pointer)* polynomail// structure type of pointer
(系统自动生成,下载前可以参看下载内容)
下载文件列表
温州医学院2009年硕士招生考试参考书目08.08.01.doc
09年硕士研究生招生简章08.08.01.doc
09年硕士研究生招生专业目录08.08.01.doc
09年硕士研究生招生简章08.08.01.doc
09年硕士研究生招生专业目录08.08.01.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.