有奖纠错
| 划词

Josh stands facing the rear and semaphoring the driver's intentions to frustrated queues of following cars.

乔希向后,用旗语向后的车流示意司机的意图。

评价该例句:好评差评指正

用户正在搜索


mauley, mauling, Maulmain, maulstick, maulvi, mau-mau, maumet, maun, Mauna Kea, Mauna Loa,

相似单词


3G, 401(K), a,

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

科学60秒 听力 2016年5月合集

The frog semaphore system probably developed because streams are noisy places.

由于河流湍急,青蛙的信号系统可能会因此进化。

评价该例句:好评差评指正
选编

" After learning six hours of basic semaphore, I was flagging."

“在学了六小时的后,我萎靡不振了。”

评价该例句:好评差评指正
经济学人 Business

Semaphore, a news startup, is using AI to proofread stories.

信号灯,一家新闻初创公司,正在使用人工智能来校对章。

评价该例句:好评差评指正
Today, Explained

Dave Weigel, semaphore, two plus weeks into a shutdown.

戴夫·韦格尔,信号,政府停摆已续两周多。

评价该例句:好评差评指正
2011 ESLPod

A " traffic signal" – sometimes called a " semaphore, " only by me I think – means a box with three lights – one is red, one is yellow, one is green – that tells you if you need to stop, that's the red color, of course.

一个“交通信号灯” ——有时被称为“信号灯”,我觉得只有我会这么说——意味着一个装有三个灯的盒子——一个是红色的, 一个是黄色的, 一个是绿色的——它告诉你是否需要停,红色表示需要停, 当然。

评价该例句:好评差评指正
TED演讲(视频版) 2019年8月合集

At the DMV, my boy's in line to officially enter his prime suspect years: young, brown and behind the wheel, a moving semaphore, signaling the threat of communities from below.

在 DMV, 我的儿子即将正式进入他的主要嫌疑人年龄:年轻,棕色皮肤,在方向盘后面, 一个移动的信号灯, 发出来自底层社区的威胁信号。

评价该例句:好评差评指正
CNBC's "Fast Money"

But take a look at this social media post yesterday by Mike Davis, a MAGA attorney, whose semaphore reports was part of a White House meeting with President Trump last week.

不过, 看看迈克·戴维斯昨天在社交媒体上的这条帖子,他是一位MAGA律师, 上周他的信号报告是与特朗普总统在白宫会议的一部分。

评价该例句:好评差评指正
Stuff You Should Know

So the N, which stood for nuclear, is two lines that basically come apart at a 45-degree angle away from the guy holding or the person holding the semaphores.

所以这个N,代表核的意思,是由两条基本上以45度角远的手势分开的线组成的。

评价该例句:好评差评指正
遇见你之前 | Me Before You

Down at the front, by little whiteboards, stood the tic-tac men, their arms waving in some strange semaphore that I couldn't understand.

在前面,在小白板旁边, 站着井字游戏的人,他们的手臂挥舞着一些我无法理解的奇怪信号

评价该例句:好评差评指正
Veritasium真理元素

The modern peace sign was designed in the 1950s by combining the semaphore letters for N and D standing for nuclear disarmament.

现代和平标志是在 20 世纪 50 年代设计的,结合了代表核裁军的 N 和 D 信号灯字母。

评价该例句:好评差评指正
电子英语

A mechanism used by tasks and interrupt service routines to share information and synchronize their access to shared resources. The most common building blocks of intertask communication are semaphores and mutexes.

一种被用来在任务和中断服务程序之间共享信息和同步它们对共享资源访问的机制。大部分进程间通讯的建立的基石是信号灯和互斥。

评价该例句:好评差评指正
使女的故事

It's more like a telegram, a verbal semaphore.

它更像是一封电报, 一个口头信号

评价该例句:好评差评指正
JS-Party(Full Stack JS)

I don't know if that translates to a spoken podcast, if that makes any sense, but look up semaphores and abortable semaphores for a good example of like how those kind of work into a more general async await workflow.

我不知道这是否适用于播客,如果这样说有意义的话, 但你可以查找信号量和可中断信号量的例子, 看看它们是如何融入更通用的异步等待工作流程中的。

评价该例句:好评差评指正
福尔摩斯84版

It's beginning to look like semaphore.

这么看上去还有点像了。

评价该例句:好评差评指正
电子英语

A guarantee of exclusive access to a shared resource. In embedded systems, the shared resource is typically a block of memory, a global variable, or a set of registers. Mutual exclusion can be achieved with the use of a semaphore or mutex.

唯一访问共享资源的保证。在嵌入式系统中,共享的资源典型的有内存块或寄存器组。互斥现象能由使用信号灯或互斥完成。

评价该例句:好评差评指正
JS-Party(Full Stack JS)

It seems like you're starting all your promises all at once, but really they're going to fire off in whatever control flow pattern that your semaphore is configured for.

看起来你是一次性启动了所有的Promise,但实际上它们会按照你设置的信号量控制流模式来执行。

评价该例句:好评差评指正
JS-Party(Full Stack JS)

Yeah, so a semaphore is kind of like a generalization of a lock.

是的,信号量可以看作是锁的一种泛化。

评价该例句:好评差评指正
使女的故事

He's only my flag, my semaphore.

他只是我的帜, 我的信号

评价该例句:好评差评指正
电子英语

A type of semaphore with just two states. Also called a mutex.

一种只有两种状态的信号。也叫互斥信号。

评价该例句:好评差评指正
JS-Party(Full Stack JS)

They could be promises or they could be locks, they could be semaphores, they could be whatever, right?

它们可以是 Promise, 也可以是锁,可以是信号量, 可以是任何东西,对吧?

评价该例句:好评差评指正
加载更多

用户正在搜索


Mawson, Max, Max Weber, max., maxacava, maxacoria, maxaponta, Maxell, maxeran, maxi,

相似单词


3G, 401(K), a,
  • 微信二维码

    关注我们的微信

  • 手机客户端二维码

    下载手机客户端

赞助商链接