网站首页  英汉词典

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

 

单词 unreachable
释义

unreachable /ʌn'ri:tʃəbl//ʌnˈritʃəbəl/

英汉-汉英词典
adj. 不能达到的,及不到的,取不到的,不能得到的
词组 | 习惯用语
您要查找的是不是:
  • reachable adj. 可达成的,可获得的
  • unteachable adj. 不可教的(固执的;不适合教学的;无法传授的)
  • unsearchable adj. 神秘的
unreachable adj. 不能得到的;不能达到的
destination unreachable 不能到达目的地
unreachable code [计] 执行不到的代码

网络短语:
Network or host unreachable 网络或主机不可达
Destination unreachable 不能到达目的地; 目标不可达; 目的地不可达; 目标不可到达消息;
unreachable destination 不可达目的地
protocol unreachable 协议不可到达;协议不可达;协议无法访问
unreachable nonterminal 翻译
So unreachable 那么的遥不可及
Host unreachable 主机不可达;主机不可到达;无法访问到主机;主机不
net unreachable 网络不可到达;网络不可达
port unreachable 端口不可达;端口不可到达;端口无法访问
英语例句库
  1. In this stage, the Vrarz will be on top of a raised platform, unreachable and un-attackable.
    此阶段中,弗拉兹会站在一个平台上,玩家也伤害不到他。

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

原声例句
中高级英语短文

Hours later, Tonga's internet and phone lines went down, making the island's 105,000 residents almost entirely unreachable.

几个小时后,汤加的互联网和电话线瘫痪,使得该岛的 105000 名居民几乎完全失联

TED演讲(视频版)双语精选

They were upset that I was unreachable by phone and not returning messages.

他们会因我接电话,不回他们信息而生气。

纽约时报 (New York Times)

Someone who is folding further into herself, and becoming seemingly unreachable.

一个正在进一步融入自己,似乎变得遥不可及的人。

人物杂志

It was a combination of this unreachable sexy guy with an inner foundation at the same time.

“这是一个不可企及性感男人与内在基础的结合。”

海底两万里(原版)

In these polar seas forbidden to man, did he feel right at home, the lord of these unreachable regions?

他心中是不是说,在这些人迹不能到达的南极海中,他是在自己家中了。他是这些不可超越的空间的主人吗?

VOA Special 2021年8月合集

They added that the area was almost " unreachable" over the past two months because of roadblocks and security concerns.

他们还表示,由于路障和安全问题,过去两个月该地区几乎" 无法到达" 。

Reel知识卷轴

It's not like they're rare, they are just unreachable.

它们并不是稀有,只是遥不可及

GQ — 明星们的10种必需品

If I didn't have this phone, I probably would be unreachable.

如果我没有这部手机,我可能就联系上了。

遇见你之前 | Me Before You

'You must know by now that if Will decides to make himself unreachable, there is little anybody can do about it.

“你现在必须知道, 如果威尔决定让自己无法联系到,那么任何人都无能为力。

你转身之后 | After You (Me Before You #2)

But something held me back: a sudden, unbidden image of Will, turning his face away from me, unreachable in his unhappiness.

但是有什么东西阻止了我:一个突然的、不请自来的威尔的形象,把脸从我身上移开, 在他的不幸中无法触及。

中文百科

不可访问内存 Unreachable memory

(重定向自Unreachable)

在计算机科学中,不可访问内存是指一组没有任何可访问指针指向的由计算机进程进行动态分配的内存块。类似的,一个不可访问对象是指没有可访问引用型指向的动态分配对象。通俗来说,不可访问内存是进程无法直接访问的动态内存,同时也无法通过指针指向一个可访问的起始对象来进行访问。
动态内存分配的实现是采用了垃圾回收机制,在一个对象不可访问后, 它会被回收。垃圾收集器能决定是否一个对象还是可访问的;任何被确定不可访问的对象将会被释放。在许多编程语言中(例如:Java,C#,D语言,Dylan)都使用了自动垃圾回收机制。
相反的,在动态内存分配机制中,当需要明确释放的内存变得不可访问时,此内存可以不再明确释放。在使用人工内存管理中,系统中的不可访问内存会导致内存泄漏。
一些垃圾收集器使用弱引用。如果一个对象能够通过弱引用或者包含弱引用的链接,那幺这个对象可以被称为弱访问。垃圾收集器能够把弱访问的对象图视为不可访问的,并且释放它。 (反过来说,防止对象被当作垃圾收集的引用被称为强引用;通过只含有强引用的链接来访问的弱可访问对象是不可访问的。)一些垃圾回收的面向对象语言,例如Java和Python,拥有弱引用的特性。Java包java.lang.ref 提供了软引用,弱引用和虚引用,产生了其他对象访问状态可软访问可虚访问
不可访问内存往往和软件老化有关。

英语百科

Unreachable memory 不可访问内存

(重定向自Unreachable)

In computer science, unreachable memory is a block of memory allocated dynamically where the program that allocated the memory no longer has any reachable pointer that refers to it. Similarly, an unreachable object is a dynamically allocated object that has no reachable reference to it. Informally, unreachable memory is dynamic memory that the program can not reach directly, nor get to by starting at an object it can reach directly, and then following a chain of pointer references.

近义、反义、联想词
近义词
adj.
inaccessible, unaccessible

反义词
n.
accessible

联想词
inaccessible达不到的, 不可及的;reachable可达成的,可获得的;impossible不可能的;disconnected不连贯的, 无系统的;unusable不能用的;unavailable难以获得的;non-existent不存在的;nonexistent不存在的;unrealistic不切实际的;impractical不切实际的;reach达到;
随便看

 

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

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/20 3:16:54