搜索资源列表
waits
- 是服务优先顺序的实验,已经通过运行,下载后就可以使用了。相信对你们有用。-service prioritization of experiments have been run through, after downloading can use. I believe useful to you.
kthtree
- kthtree问题 给定一棵有向树T,树T 中每个顶点u都有一个权w(u);树的每条边(u,v)也都有一个 非负边长d(u,v)。有向树T的每个顶点u 可以看作客户,其服务需求量为w(u)。每条边(u,v)的边长d(u,v) 可以看作运输费用。如果在顶点u 处未设置服务机构,则将顶点u 处的服务需求沿有向树的边(u,v)转移到顶点v 处服务机构需付出的服务转移费用为w(u)*d(u,v)。 树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T 的服务转移费用最小-kt
paixu 实验六 排序
- 一、最优服务问题; 二、众数问题; 三、士兵站队问题(选作)。-First, the optimal service issues Second, the number of public issues three soldiers stand in question (selected for).
BankCallingSystem
- 模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling system. Use basic queue operations
4-7you
- 计算机算法的多处最优服务次序问题,用贪心算法实现-Computer algorithm of multiple optimal service order issues, with greedy algorithm
client
- 使用贪心算法解决最优服务次序问题,效率高,适用于ACM竞赛-Use greedy algorithm to solve the optimal order of service, high efficiency, apply to ACM Contest
kmt
- 给定一棵有向树T,树T中每个顶点u都有一个权w[u],树的每条边[u,v]也都有一个非负边长d[u,v]。有向树T的每个顶点u可以看做客户,其服务需求量为w[u]。每条边[u,v]的边长d[u,v]可以看做是运输费用。如果在顶点u处未设置服务机构,则将顶点u处的服务需求沿有向树的边(u,v]转移到顶点v处服务机构,则需付出的服务转移费用为w[u]*d[u,v]。树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T的服务转移费用最小。该算法对于给定的有向树T,计算在树T中增设k处
aluo3
- 数据结构课程设计:(1)民航航班信息服务系统 (2)运动会分数统计 包括源代码、EXE文件、课程设计报告!比较全。-Curriculum design data structure: (1) Civil Aviation Flight Information Service System (2) Games fraction statistics, including source code, EXE files, curriculum design report! Comparison o
main
- acm regional kaohsiung 2006 Perfect Service poj 3398
BankLiner
- 模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to the appropriate window and cus
queueSimulation
- It is a GUI csharp program aim to simulate the waiting time in the bank which can help the bank adminstration to deside on the require number of tellers that keep the customer satisfy with thier service,
string
- 字符串匹配算法研究 字符串匹配 前缀 后缀 kmp算法 后缀树-with internet booming, the amount of information gets more and more. How to find the target information in such tramendous data is the key in web searching develepment. In this end the string matching algorithm takes
best_service
- 针对最佳服务次序问题,设置更有效的排序算法,来实现最佳服务次序问题。-Order problem for the best service, set more effective sorting algorithm to achieve the best service order issues.
duozuoyediaodu
- 用贪心算法实现的多处最优服务次序问题,希望对大家有所帮助-Greedy algorithm with the problem of multiple optimal service order
gsoap-win32-2.7
- gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。-The gSOAP compiler tools provide a SOAP/XML C/C
2011Project1
- 用各种排序方法查询学生信息 比较插叙用时-With a variety of sorting methods to check student information inserted Service
telephone-srve-
- 时钟提供接听电话服务的时间(以分钟计),然后这个时钟将循环地自增1(分钟) 直到到达指定时间为止。在时钟的每个“时刻”,就会执行一次检查来看看当前电话的服务 是否已经完成了,如果是,这个电话从电话队列中删除,模拟服务将从队列中取出下一个电 话(如果有的话)继续开始。同时还需要执行一个检查来判断是否有一个新的电话到达。如 果是将其到达时间记录下来,并为其产出一个随机服务时间,这个服务时间也被记录下来, 然后这个电话被放入电话队列中,当客户服务人员空闲时,按照先来先服务的方式
Client-and-service
- 简单客户端和服务器端,C网络编程,需要的同学科浏览-Client and Service
Best-service-order
- 思路是最短服务时间优先,先将服务时间排序,然后注意后面的等待服务时间既包括等待部分,也包括服务部分。-The idea is shortest service time priority, first service time Sort, then pay attention to the back of the waiting time both waiting for the part, and also includes the services section.
shortest-service
- 贪心算法求最短服务时间。c语言,开发环境vs2010-Greedy algorithm for the shortest service time. c language, development environment vs2010