资源简介
需求分析,说明书,源代码,可执行文件都有
代码片段和文件信息
#include “stdio.h“
#include “stdlib.h“
#include “string.h“
#include “conio.h“
#include “mem.h“
#include “ctype.h“
#include “alloc.h“
struct score
{
char gukehao[8];
char mingzi[20];
float score[6];
}datainfo[1000];
int ijk=0;
float n;
char temp[20]ch;
FILE *fp*fp1;
void luru()
{
if((fp=fopen(“s_score.txt““ab+“))==NULL)
{
printf(“cannot open this file.\n“);
getch();exit(0);
}
for(i=0;i>=0;i++)
{
printf(“Please input gukehao:“);
gets(data.gukehao);
printf(“please input mingzi:“);
gets(data.mingzi);
printf(“Please input xiaofei:“);
gets(temp);data.score[0]=atof(temp);
if(data.score[0]<=5000)
n=1;
else
if(data.score[0]<=10000&&data.score[0]>5000)
n=0.95;
else
n=0.9;
fwr
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3835 2009-06-27 20:52 客户消费积分管理系统\A.c
文件 52224 2009-06-28 15:47 客户消费积分管理系统\客户消费积分管理系统.doc
目录 0 2009-06-28 15:47 客户消费积分管理系统
----------- --------- ---------- ----- ----
56059 3
- 上一篇:自适应图片大小查看器带箭头
- 下一篇:GPSS初级,适合刚刚接触这类系统的你
评论
共有 条评论