码迷,mamicode.com
首页 >  
搜索关键字:task    ( 7323个结果
(转)linux中断 软中断
在分析linux内核的中断,软中断时,先应该明确这样一个派生关系:irq ==> softirq ==> tasklet ==> bottom half ==> task queue------------------------|==> timer中断是最初的原动力。分时系统依赖于时钟中断来定时重...
分类:系统相关   时间:2014-08-19 14:19:14    阅读次数:300
Spring @Scheduled
Spring@Scheduled是Spring计划任务的一种很简洁的实现。用来替代Quartz的方案。要使用此特性,需要Spring3.2以上版本。用法:1、在xml的配置中,需要加入:http://www.springframework.org/schema/taskhttp://www.springframework.org/schema/task/spring-task-3.2.xsd"2、写一..
分类:编程语言   时间:2014-08-19 11:07:25    阅读次数:171
UVA - 11076 Add Again (重复元素的排列)
Summation of sequence of integersis always a common problem in Computer Science. Rather than computing blindly,some intelligent techniques make the task simpler. Here you have to find thesummation of ...
分类:其他好文   时间:2014-08-18 22:10:23    阅读次数:314
HDU 3572 Task Schedule(ISAP)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3572 题意:m台机器,需要做n个任务。第i个任务,你需要使用机器Pi天,且这个任务要在[Si  ,  Ei]区间内完成才有效。对于一个任务,只能由一个机器来完成,一个机器同一时间只能做一个任务。当然,一个任务可以分成几段不连续的时间来完成。问,能否做完全部任务。 题意很清晰,也就是判断是否...
分类:其他好文   时间:2014-08-18 22:07:43    阅读次数:279
hdu3572--Task Schedule(最大流+两种优化方法,dinic)
Task Schedule Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3651    Accepted Submission(s): 1271 Problem Description Our geometry pri...
分类:其他好文   时间:2014-08-18 20:31:02    阅读次数:440
hdu1885Key Task(状态压缩+bfs)
题目链接: 啊哈哈,点我点我 这题和hdu1429是姊妹题  请参见传送门 题目: Key Task Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1187    Accepted Submission(s): ...
分类:其他好文   时间:2014-08-18 14:34:32    阅读次数:296
Android应用程序框架之无边界设计意图
Android的应用框架的外特性空间的描述在SDK文档有十分清楚的描述,Android应用的基本概念,组件生命周期等等有详细的描述。在外特性空间中,Android提供了Activity,Service,Broadcast receivers,Content Provider,Intent,task等...
分类:移动开发   时间:2014-08-18 10:31:53    阅读次数:211
twisted——scheduling tasks
如果我们想在reactor开始后,能执行一些方法,可以使用reactor.callLater()方法和twisted.internet.task中的方法。1、使用reactor.callLater()calllater.py1 from twisted.internet import reactor...
分类:其他好文   时间:2014-08-18 01:25:33    阅读次数:436
UVA 14000 Lighting System Design(DP)
You are given the task to design a lighting system for a huge conference hall. After doing a lot of calculation & sketching, you have figured out the requirements for an energy-efficient design that c...
分类:其他好文   时间:2014-08-18 00:21:55    阅读次数:211
G 最水的一道
G - Here Be DragonsThe Triwizard Tournament's third task is to negotiate a corridor of many segmen...
分类:其他好文   时间:2014-08-17 16:58:32    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!