CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c 模拟银行排队

搜索资源列表

  1. 银行系统模拟

    0下载:
  2. 希望对大家有用
  3. 所属分类:Windows编程

    • 发布日期:2009-06-24
    • 文件大小:2916
    • 提供者:L06252037
  1. BankCaller_new

    1下载:
  2. c++实验,实现了一个银行叫号排队系统,使用Winsock进行进程间通信,可以跨机器操作,使用多线程模拟了银行内部调度机制。 中国科技大学面向对象编程C++课程试验-USTC C++ Bank Caller c++ test and achieved a bank called the number queuing system, use Winsock to inter-process communication, can be cross-machine operatio
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:956592
    • 提供者:songlei
  1. BankCaller

    0下载:
  2. c++实验,实现了一个银行叫号排队系统,使用Winsock进行进程间通信,可以跨机器操作,使用多线程模拟了银行内部调度机制。-c++ test and achieved a bank called the number queuing system, use Winsock to inter-process communication, can be cross-machine operation, using multi-threaded simulation of the bank s in
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:962164
    • 提供者:songlei
  1. C

    0下载:
  2. 银行业务模拟,能够实现排队等简单的功能,能够满足初学者的需求。-Banking business simulation, to achieve a simple function to queue up to meet the needs of beginners.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-07
    • 文件大小:236269
    • 提供者:link
  1. BankingSimulation

    0下载:
  2. 用于模拟银行排队系统,通过队列和列表来模拟银行排队平均时间-the C program for Bank Simulation It shows how to use Queue and List to simulate average waiting time
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2012
    • 提供者:刘磊
  1. Bank-queuing-simulation-program

    0下载:
  2. 银行排队仿真程序,对银行的排队进行仿真,该程序的主要模拟银行从开始营业到下班的人流问题,程序给出了队列的动态模拟(用字符“*”表示人),客户的来以及办理时间均为随机数,由库函数srand()产生,基本按C++数据封装的思想实现,在main中放了一个界面壳子。程序是用C++在VS上编出来的-Bank queuing simulation program, the simulation line up on the banks of the main simulation program open
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:21649
    • 提供者:xiangyunl
  1. lab2

    0下载:
  2. 银行模拟排队系统,C++实现,模拟银行的排队叫号-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:3567
    • 提供者:zyq
  1. bank

    0下载:
  2. 基于c++的排队论问题,MM1∞模型的模拟实现,银行排队模拟-Based on queuing theory c++, the simulation model implementation MM1 ∞
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:405822
    • 提供者:liz
  1. Bank

    0下载:
  2. 银行队列模拟系统,模拟银行排队实况,学校C++大作业-Bank queues simulation system
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:39186
    • 提供者:Hans
  1. SingleQueueMonitor

    0下载:
  2. 单服务台排队系统(M/M/1),利用c语言进行编译。可以进行银行的排队模拟-single queue
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:818519
    • 提供者:lyfhdh
  1. BankingSimulation

    0下载:
  2. 用于模拟银行排队系统,通过队列和列表来模拟银行排队平均时间-the C program for Bank SimulationIt shows how to use Queue and List to simulate average waiting time
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-13
    • 文件大小:2140
    • 提供者:uyx48732
  1. yinhang

    0下载:
  2. 这是一个简单的模拟银行叫号系统,用c语言实现的。我的专业只学过C,翻阅学习了些数据机构的知识,然后开始编写的。一个初学程序的新手。往多多指点! 实现的功能:根据先来先服务的原则,模拟实现一个银行业务服务叫号系统(系统需求:客户到达银行首先取号,然后根据先来先服务的原则等待空闲业务服务窗口叫号,最后业务处理完离开)   系统主要分为3个功能模块,分别是:客户取号(客户创建)、叫号系统(业务服务安排)、退出。   客户取号界面:当客户到达时,在主菜单输入“1”,进入“客户到达界面”。此时界面会显示:
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2780416
    • 提供者:蔡伟航
  1. yinhangpaiduijiaohap

    0下载:
  2. 银行排队叫号系统,c语言版本,简单的模拟叫号过程,数据结构-Bank queuing system, c
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:272928
    • 提供者:孙丁甜
  1. c++模拟银行排队

    0下载:
  2. c++ 模拟银行排队,用模拟银行排队的程序使我们对c++程序的编写有更多的认识(C++ simulation bank queuing, using analog banking queuing procedures, so that we have more knowledge of the preparation of c++ program)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:3090432
    • 提供者:kaw
搜珍网 www.dssz.com