码迷,mamicode.com
首页 >  
搜索关键字:scheduling    ( 367个结果
hdu1150Machine Schedule (二分匹配,最小顶点覆盖)
Problem 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 problems differ widely in the nature of...
分类:其他好文   时间:2014-07-28 15:47:03    阅读次数:308
APS排程设计
什么是APS? APS:Advanced Planning and Scheduling 高级计划与排程 APS:Advanced Planning System 高级计划系统 任务:根据人力限制、设备限制、采购限制与外协限制合理安排生产计划 基础模型: 某部件某工序的生产资源可能是纯人力、纯设备+...
分类:其他好文   时间:2014-07-22 22:56:32    阅读次数:188
spring 定时器应用
实例: applicationContext-quartz.xml配置: ?<beans> ???????<bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> ????????? ?<property name="dataSource">?? ??...
分类:编程语言   时间:2014-07-22 09:13:34    阅读次数:268
六款值得推荐的android(安卓)开源框架简介【转】
1、volley? 项目地址 https://github.com/smanikandan14/Volley-demo ?(1)? JSON,图像等的异步下载; ?(2)? 网络请求的排序(scheduling) ?(3)? 网络请求的优先级处理 ?(4)? 缓存 ?(5)? 多级别取消请...
分类:移动开发   时间:2014-07-22 09:00:05    阅读次数:196
六款值得推荐的android(安卓)开源框架简介【转】
1、volley? 项目地址 https://github.com/smanikandan14/Volley-demo ?(1)? JSON,图像等的异步下载; ?(2)? 网络请求的排序(scheduling) ?(3)? 网络请求的优先级处理 ?(4)? 缓存 ?(5)? 多级别取消请...
分类:移动开发   时间:2014-07-22 08:28:35    阅读次数:205
linux内核打印"BUG: scheduling while atomic
linux内核打印"BUG: scheduling while atomic"和"bad: scheduling from the idle thread"错误的时候,通常是在中断处理函数中调用了可以休眠的函数,如semaphore,mutex,sleep之类的可休眠的函数,而linux内核要求在中...
分类:系统相关   时间:2014-07-22 00:12:34    阅读次数:690
Network management system scheduling for low power and lossy networks
In one embodiment, a network management system (NMS) determines an intent to initialize a request-response exchange with a plurality of clients in a l...
分类:Web程序   时间:2014-07-20 08:31:43    阅读次数:382
聚合函数查询 group by having
SELECT COUNT(p.id) AS statisticsCount, c.dept, c.type, p.userId, p.baibanFROM de_tbfw_order_schedulingperson p , de_tbfw_order_scheduling cwhere p.tbf...
分类:其他好文   时间:2014-07-19 16:15:24    阅读次数:240
Quartz.NET简介
Quartz是OpenSymphony开源组织在Job scheduling领域又一个开源项目,它可以与J2EE与J2SE应用程序相结合也可以单独使用。Quartz可以用来创建简单或为运行十个,百个,甚至是好几万个Jobs这样复杂的日程序表。Jobs可以做成标准的Java组件或 EJBs。Quart...
分类:Web程序   时间:2014-07-14 21:57:58    阅读次数:274
PatentTips - Scheduling compute kernel workgroups to heterogeneous processors based on historical processor execution times and utilizations
BACKGROUND OF THE INVENTION 1. Field of the InventionThe present invention relates generally to heterogeneous computer systems.2. Background ArtComput...
分类:其他好文   时间:2014-07-12 14:44:24    阅读次数:296
367条   上一页 1 ... 32 33 34 35 36 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!