代码搜索结果

找到约 10,000 项符合 4 的代码

4-4-11.c

/*中国系统分析员顾问团,http://www.csai.cn*/ /*程序员下午考试指南书籍源码*/ #include #include typedef struct node { int key; struct node *next; }*LinkedList; int DelA_InsB(LinkedList La,Linke

4-4-5.c

/*中国系统分析员顾问团,http://www.csai.cn*/ /*程序员下午考试指南书籍源码*/ #include #include #include #define M 30 #define NLEN 10 typedef struct node { int cur_s; /* 最近输入成绩的科目*/

4-4-9.c

/*中国系统分析员顾问团,http://www.csai.cn*/ /*程序员下午考试指南书籍源码*/ #include #include typedef struct ELE{ int no; /*职工工号*/ int num; /*完成的产品总数*/ struct ELE *next; }ELEM; ELEM *proc(FI

4-4-7.c

/*中国系统分析员顾问团,http://www.csai.cn*/ /*程序员下午考试指南书籍源码*/ #include #include typedef struct node{ int val; struct node *next; } NODE; void first_insert( NODE **p,

4-4-2.c

/*中国系统分析员顾问团,http://www.csai.cn*/ /*程序员下午考试指南书籍源码*/ #include #include typedef struct lnode { int tag; union { char data; struct lnode *dlink; } un; struct lnode *link

4-4-3.c

/*中国系统分析员顾问团,http://www.csai.cn*/ /*程序员下午考试指南书籍源码*/ #include #include typedef struct ele { int no,q; struct ele * next; } elem; elem * proc( FILE *fp ) { int

ch4_4.htm

范例问题:语音讯号分析