资源简介
这是一个带文件从操作的上机管理系统,用C语言编的,功能很强大。附有课设报告
代码片段和文件信息
#include
#include
#include
#define MAX 80
FILE *fp;
typedef struct stu{
char no[20];
char name[20];
int rank;
int flag;
char time1[20];
char time2[20];
double time;
double money;
}stu;
typedef struct sqlist{
int num;
stu *elem;
double price;
}sqlist;
//初始化线性表
int Init(sqlist &sq)
{
sq.elem=new stu[sq.num];
if(sq.elem)
{
for(int i=0;i {
sq.elem[i].flag=0;
}
return 1;
}
else
return 0;
}
//参数设置
int ReInit(sqlist &sqint numint price)
{
sq.elem=(stu *)realloc(sq.elemnum*sizeof(stu));
if(sq.elem)
return 1;
else
return 0;
}
//查找
void Search(sqlist &sqint &nchar time1[]char time2[])
{
for(int i=0;i {
if(sq.elem[i].flag==0)
{
n=i;
return;
}
}
n=-1;
if(n==-1)
{
for(i=0;i {
if(strcmp(time2sq.elem[i].time1)<0||strcmp(time1sq.elem[i].time2)>0)
{
n=i;
return;
}
}
}
}
//根据时间计算费用
voi
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-02-28 12:55 数据结构课程设计\
文件 11329 2009-07-02 22:47 数据结构课程设计\34.cpp
文件 3353 2009-07-02 22:48 数据结构课程设计\34.dsp
文件 527 2009-07-02 22:48 数据结构课程设计\34.dsw
文件 41984 2009-07-02 22:48 数据结构课程设计\34.ncb
文件 48640 2009-07-02 22:48 数据结构课程设计\34.opt
文件 238 2009-07-02 22:48 数据结构课程设计\34.plg
目录 0 2011-02-28 12:55 数据结构课程设计\Debug\
文件 221219 2009-07-02 22:47 数据结构课程设计\Debug\34.exe
文件 258868 2009-07-02 22:47 数据结构课程设计\Debug\34.ilk
文件 34209 2009-07-02 22:47 数据结构课程设计\Debug\34.obj
文件 225992 2009-07-02 22:40 数据结构课程设计\Debug\34.pch
文件 517120 2009-07-02 22:47 数据结构课程设计\Debug\34.pdb
文件 41984 2009-07-02 22:48 数据结构课程设计\Debug\vc60.idb
文件 53248 2009-07-02 22:47 数据结构课程设计\Debug\vc60.pdb
文件 0 2011-02-28 12:54 数据结构课程设计\Debug\机房计费记录.txt
文件 183808 2009-07-03 17:11 数据结构课程设计\数据结构课程设计报告.doc
目录 0 2011-02-28 12:55 数据结构课程设计\数据结构课程设计资料\
文件 84992 2009-07-02 20:52 数据结构课程设计\数据结构课程设计资料\数据结构课程设计报告.doc
文件 188416 2009-07-02 20:42 数据结构课程设计\数据结构课程设计资料\数据结构课设题目(学生).doc
文件 144 2009-07-02 16:55 数据结构课程设计\机房计费记录.txt
- 上一篇:易语言检测进程是否存在
- 下一篇:虚拟鼠标驱动程序源代码
相关资源
- 斯坦福-IntroductiontoRobotics.zip
- zw_gephi-0.8.2-beta.setup.zip
- zw_嵌入式网络那些事(完整中文版)
- zw_WINDOWSAPI程序设计参考大全.zip
- zw_ssm-crm-new.zip
- zw_SolidWorks2014中文版基础教程.zip
- zw_Altera官方元件封装库.zip
- zw_AutofacIOC.zip
- zw_ionicDemo.zip
- Location虚拟定位ios12.1破解版.zip
- 流体模拟插件NextLimitRealFlowC4D2.6.5.00
- 老虎淘宝客v6.0.15.zip
- iSkysoft Video Converter Ultimate 5.1简体中文
- 20180704全彩种彩票网站源码.rar
- 暗影2MAC12系统安装clover.zip
- fdt_4_09_03.exe
- pkg-win.zip
- PRML最全资料集合.zip
- 数据可视化驾驶舱.zip
- 李晓峰通信原理.zip
- 图解西门子S71200PLC入门到实践(清晰
- AI拓客商家联盟V2.1.3前端+后端.rar
- echarts大数据领导仓demo.rar
- [C51单片机开发工具Keil.UV4].Keil.C51.V9
- Deep_Learning_2016.pdf
- zw_Classification1.zip
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
评论
共有 条评论