• 大小: 24KB
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: C语言  

资源简介

银行排队系统服务仿真设计,多服务台,先来先服务,可以转队,。。。

资源截图

代码片段和文件信息

/* This is simlib.c (adapted from SUPERSIMLIB written by Gregory Glockner). */

/* Include files. */

#include 
#include 
#include 
#include “simlibdefs.h“

/* Declare simlib global variables. */

int    *list_rank *list_size next_event_type maxatr = 0 maxlist = 0;
float  *transfer sim_time prob_distrib[26];
struct master {
    float  *value;
    struct master *pr;
    struct master *sr;
} **head **tail;

/* Declare simlib functions. */

void  init_simlib(void);
void  list_file(int option int list);
void  list_remove(int option int list);
void  timing(void);
void  event_schedule(float time_of_event int type_of_event);
int   event_cancel(int event_type);
float sampst(float value int variable);
float timest(float value int v

评论

共有 条评论