文件名称:ch3
介绍说明--下载内容均来自于网络,请自行研究使用
// algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序
#define Qu 4 // 客户队列数
#define Khjg 5 // 两相邻到达的客户的时间间隔最大值
#define Blsj 30 // 每个客户办理业务的时间最大值
#include"c1.h"
typedef struct // 定义ElemType为结构体类型
{
int OccurTime // 事件发生时刻
int NType // 事件类型,Qu表示到达事件,0至Qu-1表示Qu个窗口的离开事件
}Event,ElemType // 事件类型,有序链表LinkList的数据元素类型
-//Algo3-12.cpp banking business simulation. Algorithm 3.6,3.7 procedures# Define Qu 4// customer queue number# Define Khjg 5// two adjacent customers to reach the maximum time interval# Define Blsj 30// each client the greatest time for business value of# include c1.h typedef struct// definition for structural ElemType type (int OccurTime// incident took place at all times int NType// event type, Qu said the arrival of events from 0 to Qu-1, said Qu month window to leave events) Event, ElemType// event type, an orderly list of data element types LinkList
#define Qu 4 // 客户队列数
#define Khjg 5 // 两相邻到达的客户的时间间隔最大值
#define Blsj 30 // 每个客户办理业务的时间最大值
#include"c1.h"
typedef struct // 定义ElemType为结构体类型
{
int OccurTime // 事件发生时刻
int NType // 事件类型,Qu表示到达事件,0至Qu-1表示Qu个窗口的离开事件
}Event,ElemType // 事件类型,有序链表LinkList的数据元素类型
-//Algo3-12.cpp banking business simulation. Algorithm 3.6,3.7 procedures# Define Qu 4// customer queue number# Define Khjg 5// two adjacent customers to reach the maximum time interval# Define Blsj 30// each client the greatest time for business value of# include c1.h typedef struct// definition for structural ElemType type (int OccurTime// incident took place at all times int NType// event type, Qu said the arrival of events from 0 to Qu-1, said Qu month window to leave events) Event, ElemType// event type, an orderly list of data element types LinkList
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ch3
...\ALGO3-1.CPP
...\ALGO3-10.CPP
...\ALGO3-11.CPP
...\ALGO3-12.CPP
...\ALGO3-2.CPP
...\ALGO3-3.CPP
...\ALGO3-4.CPP
...\ALGO3-5.CPP
...\ALGO3-6.CPP
...\Algo3-7.cpp
...\ALGO3-8.CPP
...\ALGO3-9.CPP
...\BO3-1.CPP
...\BO3-2.CPP
...\BO3-3.CPP
...\BO3-4.CPP
...\BO3-5.CPP
...\C3-1.H
...\C3-2.H
...\C3-3.H
...\MAIN3-1.CPP
...\MAIN3-2.CPP
...\MAIN3-3.CPP
...\MAIN3-4.CPP
...\MAIN3-5.CPP
...\ALGO3-1.CPP
...\ALGO3-10.CPP
...\ALGO3-11.CPP
...\ALGO3-12.CPP
...\ALGO3-2.CPP
...\ALGO3-3.CPP
...\ALGO3-4.CPP
...\ALGO3-5.CPP
...\ALGO3-6.CPP
...\Algo3-7.cpp
...\ALGO3-8.CPP
...\ALGO3-9.CPP
...\BO3-1.CPP
...\BO3-2.CPP
...\BO3-3.CPP
...\BO3-4.CPP
...\BO3-5.CPP
...\C3-1.H
...\C3-2.H
...\C3-3.H
...\MAIN3-1.CPP
...\MAIN3-2.CPP
...\MAIN3-3.CPP
...\MAIN3-4.CPP
...\MAIN3-5.CPP