jinfan1009 的 站内主页
2007
12-16
12-16
#include<sys/types.h>#include<linux/sem.h>#include<linux/shm.h>#include<unistd.h>#include<stdio.h>#include<errno.h>#include<time.h>
#define MAXSHM 5 //....
Read More >
2007
12-16
12-16
#include<stdio.h>#include<stdlib.h>#include<math.h>#define N 8typedef struct queen{ int a[N]; int b[N]; int i;}qn;int trial(int,int,qn *);int check(q....
Read More >
2007
12-16
12-16
/* 运行此程序之前要将写有单词的英文文章以.txt格式保存在d:\word.txt*/#include<stdio.h>#include<stdlib.h>#include<ctype.h>#include<string.h>#include <fcntl.h> #....
Read More >
2007
12-16
12-16
#include <stdlib.h> #include <stdio.h> #include <time.h>#include<math.h>#define N 6void main(){ int i,j,a,A[N],k,t; long b; srand(....
Read More >
2007
12-16
12-16
#include <stdlib.h>#include <stdio.h>#include <windows.h>#include <sql.h>#include <sqlext.h>#include <Sqltypes.h>#include<string.h>#define SNO_LEN 30#define N....
Read More >
2007
12-16
12-16
#include<stdio.h>#include<time.h>#include<stdlib.h>typedef struct prc{ int ch; int l; int s; struct prc *last; struct prc *next;}pr;pr *get(pr *p);int n=0;in....
Read More >
2007
12-16
12-16
#include<stdio.h>#include<stdlib.h>#include<ctype.h>#include<time.h>#define MAX 128#define S 1typedef struct{ int i; //记录页面号 char *t;//记....
Read More >
2007
11-02
11-02
/* 本程序主要是查询公交车的线路,停靠站点信息,附加功能为可以查询任意两站之
间可乘车辆 不过功能还没有进行优化,在以后的日子里,我将继续优化其功能。 由于时间挺忙的没有给程序进行注释,后续我会加好注释的, */
#include<stdio.h>#include<stdlib.h>#....
Read More >
2007
08-23
08-23
愿意看的网友可以发email 给我
如有不足之处请指正,希望能和大家共同探讨一下c语言编程的问题
我的email jinfan1009@yahoo.com.cn....