⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mmkc2.cpp

📁 &#12619 &#12619 &#12619 &#12619 &#12619 &#12619 &#12619 &#12619 &#12619 &#12619 &#12619 &#12619 &#12
💻 CPP
字号:
#include "stdafx.h"
#include "stdio.h"
#include "stdlib.h"
#include "math.h"

#include "mmkc2.h"
#include "mmkc2_subrouting_1.cpp"
#include "mmkc2_subrouting_2.cpp"


void main()
{

    
	int    depart_server_id=-1;
	

    //inital setup
	
	//read lamda, u, k:server number  c:sys capacity, max_time
    read_input_data(); 

	init_schedule();
	init_queue();
	init_servers();


    current_time=0.0;
    generate_and_insert_a_customer_arrival_event();

    while (current_time < max_time)
	{
      E=NULL;
      E=get_a_event_from_schedule(); //ㄤい暗

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -