When scheduling an activity,the writer usually _______ (log)

yuyu58872022-10-04 11:39:541条回答

When scheduling an activity,the writer usually _______ (log) it into his sc

已提交,审核后显示!提交回复

共1条回复
penny7275 共回答了21个问题 | 采纳率90.5%
usually 表习惯性动作,第三人称,所以用"logs"
1年前

相关推荐

英语翻译Scheduling parallel CNCmachines with time/cost trade-off
英语翻译
Scheduling parallel CNCmachines with time/cost trade-off considerations
Sinan Gurel and M.Selim Akturk
aDepartment of Industrial Engineering,Bilkent University,06800 Ankara,Turkey
Available online 15 December 2005.
Abstract
When the processing times of jobs are controllable,selected processing times affect both the manufacturing cost and the scheduling performance.A well-known example for such a case that this paper specifically deals with is the turning operation on a CNC machine.Manufacturing cost of a turning operation is a nonlinear convex function of its processing time.We also know that scheduling decisions are quite sensitive to the processing times.Therefore,this paper considers minimizing total manufacturing cost (F1) and total completion time (F2) objectives simultaneously on identical parallel CNC turning machines.Since decreasing processing time of a job increases its manufacturing cost,we cannot minimize both objectives at the same time,so the problem is to generate non-dominated solutions.We consider the problem of minimizing F1 subject to a given F2 level and give an effective formulation for the problem.For this problem,we prove some optimality properties which facilitated designing an efficient heuristic algorithm to generate approximate non-dominated solutions.Computational results show that proposed algorithm performs almost equal with the GAMS/MINOS commercial solver although it spends much less computation time.
xcjm1年前1
风住尘香 共回答了16个问题 | 采纳率87.5%
摘要 在加工时的职位是可控的,挑选加工,有时会影响到双方的制造成本和调度表现.一个著名的例子,对于这种情况,本文特别针对的是车削加工,在数控 机.制造成本的一个车削是一种非线性凸函数的处理时间.我们也知道,调度决策是相当敏感的加工时间.因此,本文认为减少总造价( F1 )和总完工时间( F2 )的目标,同时在平行车削 机器.由于减少了工件加工时间增加其制造成本,我们不能低估这两个目标的同时,使问题是生成非劣解.我们考虑的问题,最大限度的F1受某一F2水平,并给予有效的配方为:问题.对于这个问题,我们证明了最优性能有助于设计一个有效的启发式算法产生的近似非劣解.计算结果表明,算法的性能几乎相等同 minos商业解题虽然花费少得多的计算 时间.
scheduling works 的意思是什么 比较直白的含义.是安排工作吗?还是调度工作?
清凉的雨11年前6
nonstopfly 共回答了20个问题 | 采纳率95%
schedule 是有计划的安排,看语境可以译为调度
两个都可以,主要看上下文了
英语翻译是MM模块的Scheduling agreementSource listSource of supplySto
英语翻译
是MM模块的
Scheduling agreement
Source list
Source of supply
Stock
Stock material
Stock transport scheduling agreement
Stockkeeping unit
Storage location
Subcontracting
Unit of issue
Unit of measure
Valuation area
Valuation category
Value contract
Vendor scheduling agreement
风飘寒舞1年前1
泰山之巅 共回答了23个问题 | 采纳率95.7%
Scheduling agreement ……安排部门
Source list……原料列表
Source of supply……供应商
Stock……库存
Stock material……库存物料
Stock transport scheduling agreement……转换部门
Stockkeeping unit……库存单位
Storage location……库存仓库(例如我们用的是11号仓存Scrap)
Subcontracting……转包合同
Unit of issue……发货单位(Kg、ZVC等等)
Unit of measure……
Valuation area……
Valuation category……估算范围
Value contract……
Vendor scheduling agreement……
好像我们没有那么多……
the scheduling handler removes the next task to run from ...
the scheduling handler removes the next task to run from ... 这里的removes 和 run from 怎么翻译好
就是这句话:
the scheduling handler removes the next task to run from the applicable ready queue (or references it in the table) and initiates a context switch to that task.
我自己的翻译是: 调度处理程序从合适的就绪队列(或从表中引用)下一个任务来执行,并且初始化一个上下文来切换到那个任务.
这里我是将removes 连到了后面的 queue 和 table 中, 认为是 removes 它们中的 task ,然后我把 run 理解为run 从 queue 或table 中 removes 下来的 task , 请大家帮忙分析一下这样对吗? 谢谢
小丫得1年前1
evernir0026 共回答了18个问题 | 采纳率83.3%
之前看到你的检举贴了,哈哈,霸气.
调度(挑选)程序从可供的就绪队列(选项)中(或从表中选用)挑出下一项待执行任务,同时启动相应任务的内容读取器.
小龙王,你所言remove和run的部分都是完全正确的,to run是task的宾补,表目的;remove from你也理解透了,很不错!
schedule和scheduling有什么区别
schedule和scheduling有什么区别
表示出差去某地,行程安排什么的,用哪个比较合适?thanks
两者 有 什么 区别
tenglong881年前2
绝版的纯 共回答了17个问题 | 采纳率82.4%
schedule指时间表,日程安排表等,较常用
而scheduling一般有“调度”的意思
所以表示行程的话用第一个就可以了
java贪婪算法问题Consider the single machine scheduling problem whe
java贪婪算法问题
Consider the single machine scheduling problem where we are given a set T of tasks specified by their start times and finish times,as in the task scheduling problem,except we now have only one machine and we wish to maximize the number of tasks that this single machine performs.Design and implement a greedy algorithm for this single machine scheduling problem and show that it is correct.What is the running time of this algorithm.
请给出正确的可执行的java程序
请看清问题在回答.贪婪算法公式就不用写了.耐心等待正确答案中..
我爱扯铃1年前1
learner_th 共回答了17个问题 | 采纳率88.2%
..贪心法.给你拿C写一下.
思想都是一样的
一块钱找成五分.二分,一分共有多少种分法
#include
int main(int argc, char *argv[])
{
int i, j, k, n, m;
n=100;
k=0;
for(i=0;i
Advanced Planning and Scheduling是什么意思?
Advanced Planning and Scheduling是什么意思?
属于现代物流范畴类
logbow1年前1
hyxxb 共回答了22个问题 | 采纳率95.5%
提前规划和制定时间表
一个句子可以用多个连词么This scheduling algorithm always chooses theuser
一个句子可以用多个连词么
This scheduling algorithm always chooses the
users who have best channel conditions,so it guarantees the system throughput,
however fairness among users is very bad.
sunwoaini1年前3
peterson123 共回答了19个问题 | 采纳率100%
可以哟 一个句子的连词数=谓语动词-1 就是说一个句子如果想有2个谓语动词,必须要一个连词连接,有时候如果你发现没有连词,有可能是被省略了 ( that在宾语从句中若充当宾语,则可省略)
英语翻译level-B scheduling across the system resembles the parti
英语翻译
level-B scheduling across the system resembles the partitioned EDF (P-EDF) scheduler,and has similar theoretical schedulability properties.
后面的,那个 similar theoretical schedulability properties ,
是相似的理论可调度性属性,
还有前面那个 partitioned EDF 是翻译为 分区的EDF 还是分区EDF
鱼善若水1年前2
yangshabecomegun 共回答了15个问题 | 采纳率100%
翻译为分区EDF ,
整个系统b水平调度类似分区EDF(p EDF)调度程序,也有相似理论可调度性属性.

大家在问