网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 deadlock
释义

deadlock /ˈdedlɒk//ˈdedlɑːk/

英汉-汉英词典
  1. n. 僵持,僵局,相持不下
  2. 【英】需用钥匙开关的门锁,单闩锁
  3. v. 僵持,陷入僵局
时 态: deadlocks, deadlocked, deadlocking
形 容 词: deadlocked
词组 | 习惯用语
break the deadlock 打破僵局
英语例句库
  1. The negotiations reached a deadlock after two hours.
    两小时后, 谈判陷入了僵局
  2. Fixed black screen deadlock when skipping doppelganger cinematic.
    修正跳过过场动画时导致的黑屏问题
  3. A deadlock was reached in the discussions, as neither side would give way to the other.
    讨论陷入僵局, 因为双方各不相让。
  4. But it was Argentina who eventually broke the deadlock, with Rodriguez crossing for Crespo to sidefoot home on 34 minutes.
    但还是阿根廷人率先打破僵局,第34克雷斯波接罗德里格斯的传球左脚将球撞进门内。

声明:以上例句、词性分类均由互联网资源自动生成,未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。

原声例句
CNN 10 学生英语 2019年5月合集

There was a deadlock among Israeli party leaders.

以色列政党领导人之间陷入了僵局

CNN 听力 2019年9月合集

But then there was a deadlock among the political parties.

但是后来各政党之间出现了僵局

NPR音讯 2014年2月合集

Russia and US have agreed to help break current deadlock.

俄罗斯和美国同意推动和谈双方打破目前的僵局

16天记住7000考研词汇

667. The dreadful tread on the meadow broke the deadly deadlock.

草场上可怕的践踏声打破了致命的僵局

BBC世界头条

Cross-party talks aimed at breaking the deadlock are also set to continue.

旨在打破僵局的跨党派谈判仍将继续。

BBC 听力 2022年8月合集

The EU has said it's made proposals on how to end the deadlock.

欧盟称已就如何结束僵局提出建议。

BBC 听力 2019年3月合集

Alternatives to the deal failed to break the deadlock. Our political editor is Laura Kuenssberg.

替代方案也没能打破僵局。以下是我台政治编辑劳拉·库恩斯堡的报道。

BBC世界头条

Earlier Theresa May met the opposition Labour Party leader to try to break the deadlock.

早些时候 特蕾莎·梅与反对派工党领导人进行了会面 试图打破脱欧僵局

CNN 10 学生英语 2019年1月合集

Still, analysts say the Senate debates could be a step toward ending the deadlock in the government.

尽管如此,分析人士说,参议院的辩论可能是结束政府僵局的一个步骤。

CNN 听力 2020年4月合集

Those were held in September. And again, deadlock.

这次选举于去年9月举行。结果,以色列再次陷入僵局

中文百科

死锁

P1、P2两个process都需要资源才能继续运行。P1拥有资源R2、还需要额外资源R1才能运行;P2拥有资源R1、还需要额外资源R2才能运行,两边都在互相等待而没有任何一个可运行。
Four processes (blue lines) compete for one resource (grey circle), following a right-before-left policy. A deadlock occurs when all processes lock the resource simultaneously (black lines). The deadlock can be resolved by breaking the symmetry.
Two processes competing for two resources in opposite order. 
(A) A single process goes through. 
(B) The later process has to wait. 
(C) A deadlock occurs when the first process locks the first resource at the same time as the second process locks the second resource. 
(D) The deadlock can be resolved by cancelling and restarting the first process.

死锁英语:Deadlock),又译为死结,计算机科学名词。当两个以上的运算单元,双方都在等待对方停止运行,以取得系统资源,但是没有一方提前退出时,这种状况,就称为死结。在多任务操作系统中,操作系统为了协调不同行程,能否取得系统资源时,为了让系统运作,就必须要解决这个问题。

这里指的是进程死锁,是个计算机技术名词。它是操作系统或软件运行的一种状态:在多任务系统下,当一个或多个进程等待系统资源,而资源又被进程本身或其它进程占用时,就形成了死锁。有个变种叫活锁。

英语百科

Deadlock 死锁

Both processes need resources to continue execution. P1 requires additional resource R1 and is in possession of resource R2, P2 requires additional resource R2 and is in possession of R1; neither process can continue.
Four processes (blue lines) compete for one resource (grey circle), following a right-before-left policy. A deadlock occurs when all processes lock the resource simultaneously (black lines). The deadlock can be resolved by breaking the symmetry.
Two processes competing for two resources in opposite order. 
(A) A single process goes through. 
(B) The later process has to wait. 
(C) A deadlock occurs when the first process locks the first resource at the same time as the second process locks the second resource. 
(D) The deadlock can be resolved by cancelling and restarting the first process.

(A) Two processes competing for one resource, following a first-come, first-served policy. 


(B) A deadlock occurs when both processes lock the resource simultaneously. 


(C) The deadlock can be resolved by breaking the symmetry of the locks. 


(D) The deadlock can be prevented by breaking the symmetry of the locking mechanism.

In concurrent programming, a deadlock is a situation in which two or more competing actions are each waiting for the other to finish, and thus neither ever does.

In a transactional database, a deadlock happens when two processes each within its own transaction updates two rows of information but in the opposite order. For example, process A updates row 1 then row 2 in the exact timeframe that process B updates row 2 then row 1. Process A can't finish updating row 2 until process B is finished, but process B cannot finish updating row 1 until process A is finished. No matter how much time is allowed to pass, this situation will never resolve itself and because of this, database management systems will typically kill the transaction of the process that has done the least amount of work.

近义、反义、联想词
近义词
n.
situation

联想词
stalemate僵局;impasse僵局;standoff冷淡;stoppage堵塞;timeout暂时休息;negotiation协商, 谈判;break休息,中断;truce休战;ceasefire停火;compromise妥协;conflict冲突,矛盾;
英英词典
deadlock n.
  1. a situation in which no progress can be made or no advancement is possible

  2. synonymous: dead end, impasse, stalemate, standstill
随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/18 0:54:10