CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 理发店

搜索资源列表

  1. mm1

    0下载:
  2. 一个简单的排队系统仿真应用,可用于理发店等单队列的场合。-A simple queuing system simulation application, can be used for a single queue barber shop and other occasions.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:261207
    • 提供者:救命啊
  1. barbershop

    0下载:
  2. 利用二叉树模拟理发店顾客的等待时间情况,其中以随机数生成的顾客流-using binary Tree Simulation to simulate customer waiting time in barber shops, of which a random number generator of customer flow
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2255
    • 提供者:quiq
  1. course_soft

    0下载:
  2. 理发店系统的模拟,背包问题求解得穷举法得到最优解的程序等的MATLAB程序源代码-Barbershop system simulation, Knapsack Problem was exhaustive method to obtain the optimal solution procedures for the MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8925
    • 提供者:liuliu
  1. barbershop

    0下载:
  2. 理发店C++模拟,数据结构课程设计~功能比较简单,有点小BUG~-Barber shop C++ simulation, data structures curriculum design ~ function is relatively simple, a bit small BUG ~
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1091987
    • 提供者:superpig119
  1. BarberAndCustomer

    1下载:
  2. 1)用C语言或C++语言编程实现P、V原语并用P、V原语描述如下生产者-消费者问题: 有一个理发师,一把理发椅和n把提供给等候理发的顾客座的椅子。如果没有顾客,则理发师便在理发椅子上睡觉;当第一个顾客到来时,必须唤醒该理发师进行理发;如果理发师正在理发时又有顾客到来,则如果有空椅子可坐,他就坐下来等待,如果没有空椅子,他就离开理发店。 为理发师和顾客各编一段程序描述他们的行为,要求不能带有竞争条件,试用P、V操作实现。 (2)分析 此题可看作是n个生产者和1个消费者问题
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3426525
    • 提供者:陈天龙
  1. membercard

    0下载:
  2. 理发店会员管理系统,需求分析:理发店的会员管理 会员--会员卡---管理员---员工 管理员工:增加员工,删除员工,修改员工信息,查询员工 管理会员:会员注册,会员退会,修改会员信息,查询会员 结账:会员卡---服务的员工---修改会员卡的余额 会员卡的管理:挂失,注销 会员卡的等级:打折不一样 非会员 其他的操作:工具 系统设计: Java Swing,JDBC,SQLServer 2005 第一步:设计数据库
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:34914
    • 提供者:myself
  1. ab

    0下载:
  2. 理发店会员管理系统 vb编写 理发店会员管理系统 vb编写-barber Member Management system write by vb barber Member Management system write by vb
  3. 所属分类:Education soft system

    • 发布日期:2017-05-06
    • 文件大小:1420605
    • 提供者:王朝
  1. HairCutTest

    0下载:
  2. 自己实现的一个java的理发店系统,主要是队列数据结构的应用-Own implementation of a java barber shop system, mainly the application of the queue data structure
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:110533
    • 提供者:Leofly
  1. LFGL

    0下载:
  2. 理发店会员管理系统 VS2005+SQL 2000 刷卡器比较简单 刷卡就把卡号赋值到当前焦点的文本框并且给予一个回车事件, 代码比较糙 不过 功能还是可以实现-Member Management System barber VS2005+ SQL 2000 is relatively simple credit card swipe card reader put the card number assigned to the current focus of the text box and
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5464655
    • 提供者:王志远
  1. 65709996Beauty

    0下载:
  2. 理发店管理系统,用于新手学习,比较简单,希望大家-Barber shop management system for the novice to learn, relatively simple, I hope you take a look
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-11
    • 文件大小:2130698
    • 提供者:唐纪彬
  1. barars

    0下载:
  2. ,(1)一个理发店接待室有n张椅子,工作室有1张椅子; (2)没有顾客时,理发师睡觉; (3)第一个顾客来到时,必须将理发师唤醒; (4)顾客来时如果还有空座的话,他就坐在一个座位上等待; (5)如果顾客来时没有空座位了,他就离开,不理发了; (6)当理发师处理完所有顾客,而又没有新顾客来时,他又开始睡觉。用条件变量实现(3张椅子)-, (1) a barber shop reception room with n chairs, studios have a chair (2) no cus
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1024
    • 提供者:贾流洋
  1. JEAN

    0下载:
  2. 数学建模中经典问题理发店模型的matlab解!绝对原创的高效代码,注释丰富,易于修改,是各个正在练习数学建模的同学必备参考资料!@~-Classic problem of mathematical modeling in matlab solution barber shop model! Absolutely original and efficient code, comments, rich, easy to modify, is the mathematical modeling of
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1833
    • 提供者:Ceylon
  1. sheji2

    0下载:
  2. 这是段关于理发店的程序,希望对大家有用,-This is a paragraph about the procedures of the barber shop, we want to, thank you
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:267436
    • 提供者:魏波微
  1. CutShop

    1下载:
  2. 多线程描述,一个理发店,最多设置2个理发师,有3个凳子,可以设置理发的人数,主要表现线程的执行顺序。结果看程序。-Multi-threaded descr iption, a barber shop, set up to two barber, three stools, main thread of execution order.
  3. 所属分类:Process-Thread

    • 发布日期:2015-06-27
    • 文件大小:1984512
    • 提供者:raohao
  1. lifa

    0下载:
  2. 理发染发烫发顾客在不同时间内到达理发店,按照不同的收益统计总收益-The barber hair perm customers arrive at different times within the barber shop, total revenue in accordance with different income statistics
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:943
    • 提供者:李洁
  1. lifadian

    0下载:
  2. 理发店的网店,用struts写的,可以网上预约设计发型,信息内含有头像,功能独特,界面设计美观-Barber shop struts written, online booking design hairstyles, avatar information contains unique features, interface design and beautiful
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-22
    • 文件大小:5269642
    • 提供者:liuhao
  1. 51aspx_SalonSystem

    0下载:
  2. 理发店管理系统 附加数据库sql server 2005 小型管理系统 -Barber shop management system
  3. 所属分类:Project Design

    • 发布日期:2017-11-21
    • 文件大小:2675914
    • 提供者:王博懿
  1. 3

    0下载:
  2. 理发店营业仿真: 理发店有2名理发师,为每名顾客服务时间MU=20min+-SIGMA=3min服从正态分布,顾客相继到达,时间间隔服从1/LAMBDA=10min的指数分布.顾客到达后如发现店内有6人以上排队等待,30 顾客会选择离开,其余人继续等待. 要求:建模,仿真 一天10小时营业,统计N天内: 1.理发师实际服务人数 2.平均队长及因排队人数过多而离去的人数 3.ALPHA=0.05计算置信区间. -Barber shop business simulati
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:2130
    • 提供者:连云
  1. barbershops

    0下载:
  2. 操作系统中同步与互斥算法,生产者和消费者,理发店问题,-Operating system synchronization and mutual exclusion algorithms, producers and consumers, barber shops,
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:1285184
    • 提供者:
  1. barber

    0下载:
  2. 操作系统,关于理发店的经典问题的解决办法。在linux下变成,包括了互斥、同步信号量以及信息传递问题。-Operating system, about the solution of barber. coding with the Linux system, including synchronous and mutex and tranferation of information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:606494
    • 提供者:Eric Chen
« 1 23 »
搜珍网 www.dssz.com