码迷,mamicode.com
首页 >  
搜索关键字:scheduling    ( 367个结果
POJ 1325 Machine Schedule (最小点覆盖 && 二分图最大匹配)
鏈接: http://poj.org/problem?id=1325 Description As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Scheduling probl...
分类:系统相关   时间:2014-10-18 15:31:28    阅读次数:194
POJ1325 Machine Schedule 【二分图最小顶点覆盖】
Machine Schedule Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 11958   Accepted: 5094 Description As we all know, machine scheduling is a very classical ...
分类:系统相关   时间:2014-10-12 00:32:37    阅读次数:468
UVA 1317 - Concert Hall Scheduling(网络流)
UVA 1317 - Concert Hall Scheduling 题目链接 题意:现在有两个音乐厅,有一些人要租用,每次租一个区间的时间,给w钱,要求一个租的方案使得总收入最大,问总收入 思路:区间k覆盖问题,一个左闭右开区间可以建一条边,容量为1,代价为-w(因为要求最大),然后区间每个[i, i + 1]建一条边,容量2,代价0,然后跑一下费用流即可 代码: ...
分类:其他好文   时间:2014-09-25 17:37:19    阅读次数:197
tryLock & lock 区别
void lock()Acquires the lock.If the lock is not available then the current thread becomes disabled for thread scheduling purposes and lies dormant unt...
分类:其他好文   时间:2014-09-22 01:23:41    阅读次数:417
spring quartz定时任务配置【基础篇】
一个定时执行的job package dk.spring.quartz; import java.util.Date; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.Qua...
分类:编程语言   时间:2014-09-21 18:32:31    阅读次数:279
Linux I/O scheduler for solid-state drives
An I/O scheduler and a method for scheduling I/O requests to a solid-state drive (SSD) is disclosed. The I/O scheduler in accordance with the present ...
分类:系统相关   时间:2014-09-21 01:33:49    阅读次数:587
POJ 1325 二分图匹配/匈牙利算法
Machine Schedule Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 11922 Accepted: 5077 Description As we all know, machine scheduling is a very classical problem in computer science an...
分类:其他好文   时间:2014-09-17 10:22:26    阅读次数:188
quartz实例以及主要事项(注解)
实现任务类:package com.vnetoo.nec.base.quartz;import org.springframework.context.annotation.Lazy;import org.springframework.scheduling.annotation.Scheduled...
分类:其他好文   时间:2014-09-16 12:33:50    阅读次数:339
Hypervisor, computer system, and virtual processor scheduling method
Ahypervisorcalculates the total number of processor cycles (the number of processor cycles of one or more physical processors) in a first length of ti...
分类:其他好文   时间:2014-09-09 11:47:48    阅读次数:320
---Under Ubuntu 14.04
Thinprint provides driver-free printing. Do you wish to enable this feature? [yes] Disabling timer-based audio scheduling in pulseaudio.Detected X ser...
分类:其他好文   时间:2014-09-07 19:42:15    阅读次数:257
367条   上一页 1 ... 30 31 32 33 34 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!