terminates



n.
结束( terminate的名词复数 );使终结;解雇;(公共汽车或火车)到达终点站
v.
结束( terminate的第三人称单数 );使终结;解雇;(公共汽车或火车)到达终点站
双语释义
v.(动词)vt. & vi. 结束;使终结 come,bring to an end;finish
英英释义
terminate[ 'tə:mineit ]
v.
bring to an end or halt
"The attack on Poland terminated the relatively peaceful period after WW I"
同义词:end
have an end, in a temporal, spatial, or quantitative sense; either spatial or metaphorical
"the bronchioles terminate in a capillary bed"
同义词:endstopfinishcease
be the end of; be the last or concluding part of
同义词:end
terminate the employment of
"The company terminated 25% of its workers"
同义词:firegive noticecandismissgive the axesend awaysackforce outgive the sack
词组短语
terminate a contract终止合约
双语例句
用作动词(v.)
Communist Party of China terminated the rule of feudal landlord class.
中国共产党结束了封建地主阶级的统治。
Your contract has been terminated.
你的合同已经被终止。
We have to terminate this contract.
我们不得不终止这个合同。
The contract will terminate soon.
契约快要期满了。
The next train terminates here.
这是下一班火车的终点站。
权威例句
Structural Adaptations in a Membrane Enzyme That Terminates Endocannabinoid SignalingTelecom Alert - AT&T to Acquire Straight Path; Acumen Licenses Revoked; Satellite Consensus Plan; Pai Terminates Airplane Cellphone ...
JEP terminates China aerospace precision machining services joint venture
EXE:automatically generating inputs of death
Practical loss-resilient codes
SEMICONDUCTOR MEMORY DEVICE WITH REDUNDANCY FUNCTION
Structure of Resonance in Preheating after Inflation
Exception Handling: Issues and a Proposed Notation.
A pi-calculus based semantics for WS-BPEL
Laws of programming
1. The first backquote not preceded by a backslash terminates the command substitution.
不带反斜杠的第一个后引号终止命令替换。
youdao
2. Terminates the debugging session and builds your code with the changes.
终止调试会话并生成带有更改的代码。
youdao
3. As soon as a debugger shuts down, it terminates all the applications that were under its control.
当一个调用器关闭的时候,它会关闭在它控制之下的所有应用程序。
youdao
4. On a WebSphere distributed server, the terminate function terminates a server by calling an operation system sigkill.
在WebSphere分布式服务器上,Terminate功能通过调用操作系统的sigkill来终止服务器。
youdao
5. Setting override_signal_handling ensures that the program terminates and core, even if these signals have been handled by the application.
设置 override_signal_handling 可以确保该程序终止并进行核心转储,即使应用程序已经对这些信号进行了处理。
youdao
6. Instead, the life cycle of that segment of session data is carefully managed by Seam and it is automatically cleaned up when the conversation terminates.
相反,seam小心地管理那个区段的会话数据的生命周期,并且当conversation终止时,自动清除它们。
youdao
7. Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists.
由于NULL指针会结束一个链表,所以我们也可以使用 NULL 指针条件作为基于链表的很多递归程序的基线条件。
youdao
8. The syncpoint can be explicitly coded within the CICS application using the EXEC CICS SYNCPOINT command, or is implicitly reached when the task terminates.
在CICS应用程序内部使用EXEC CICSSYNCPOINT命令明确的编写同步点,或当任务终止时隐含地达到同步点。
youdao
9. Powerwait: Only execute the command if init receives a power fail signal, and wait until the process terminates before continuing to scan the inittab file.
powerwait:只在init收到电源故障信号时执行命令,并且等待进程终止后再继续扫描inittab文件。
youdao
10. X terminates when the program it was running as its "session" terminates; in this case, that's the TWM program that the xinitrc exec'd as its last command.
当作为x的“session”运行的程序终止时,x也随之终止。在这里,这个“session”就是xinitrc作为其最后一个命令执行的twm程序。
youdao
11. The new process created by spawn will continue to execute until it terminates, either normally (that is, with no error) or abnormally (some fault occurred).
spawn创建的新进程将在终止之前继续执行,可能正常终止(即无错误),也可能非正常终止(即发生了某些错误)。
youdao
12. If the approval type is AutoRejected, the process transitions to the Rejected state where the decision is logged into the database and the process terminates.
如果批准类型为AutoRejected,流程将过渡到Rejected状态,然后会将决策记录到数据库中,而且流程将随后终止。
youdao
13. The tester who is going to run this script will generally appreciate it if the script terminates shortly after being invoked in case a variable is not correct.
当测试者准备运行脚本,而此时如果没有正确设置脚本所调用的环境变量,但由于发现及时,终止了脚本,那测试者会相当感谢。
youdao
14. Since this is an extension to the browser request, the CGI program is transient: it is created by the request and it terminates once it has returned its result.
因为这是对于浏览器请求的扩展,所以CGI程序是暂时性的:通过请求创建,一旦返回结果就终止。
youdao
15. NET Framework 4, by default, if a Task that has an unobserved exception is garbage collected, the finalizer throws an exception and terminates the process.
NET框架4,默认情况下,如果有一个例外是避人耳目垃圾收集任务,析构函数抛出异常并终止过程。
youdao
16. The END() subroutine executes when the script terminates and ensures that a DBI error message about not explicitly disconnecting from the database doesn't occur.
当脚本终止并且确保没有出现关于数据库未显式分离的 DBI错误消息时, END()子例程就会执行。
youdao
17. After this thread terminates, the thread at 4th RT priority is allowed to run, but it merely bypasses the for loop because it has been directed to terminate.
此线程结束后,就允许运行具有第4RT优先级的线程,但它只是绕过for循环,因为系统指示结束该线程。
youdao
18. Even if you don't use multithreading, initialize Xerces-C + + up front to avoid multiple calls to this function and then terminate when your application terminates.
即使不使用多线程处理,也要预先初始化xerces - C+ +以避免多次调用这个函数,然后在应用程序结束时将其终止。
youdao
19. If Recipient terminates the Agreement, cf. clauses 17 and 19 of the Agreement, Recipient is obliged to purchase the Products already placed in the stock system.
如果康乐保遵照本协议第17条和第19条的规定终止本协议,康乐保必须购买已置入库存系统中的产品。
youdao
20. If the output type is Statistics only, then the table is created and filled during the execution of the rule, but it is removed immediately after the rule terminates.
如果输出类型为Statisticsonly,那么将会在规则执行过程中创建并填充表,但是,在规则终止后会立即删除该表。
youdao
21. The client terminates the handshake by sending a message to the server that it has finished, an encrypted set of one-way hash values to be verified by the server.
客户机通过向服务器发送一个表明自己已经完成握手的消息,以及一组加密的单向hash值让服务器进行验证,从而结束握手的过程。
youdao
22. Within the carp module, the four main functions are carp , which is a synonym for a warning message, and croak , which is like die and also terminates the script.
在carp模块内部,有4个主要函数,carp是警告消息的同义词,croak与die一样,可以结束脚本。
youdao
23. A partnership ends upon the withdrawal or death of an existing partner. Admission of a new partner terminates the "old" partnership and creates a new legal entity.
某个合伙人的退出或死亡都会使合伙企业解体。某个新合伙人的加入也会结束“旧的”合伙,并产生新的法律实体。
youdao
24. If the Client terminates the Agreement before its expiration, the Client forfeits any unused prepaid rent, and shall pay the entirety of any unpaid contractual sum.
本协议到期前客户终止协议的,客户放弃任何未使用的预付租金,并全额支付未付合同金额。
youdao
25. The accused terminates the renewed contract, in the contract the accuser's position is project coordinator, and it doesn't have any special requirement for English.
被申请人解除的是双方续签的劳动合同,工作岗位是项目协调员,被申请人无证据证实对该岗位的英语等级要求。
youdao
26. An included Electronic Ground Fault circuit Interrupter immediately terminates power if the unit is exposed to water or other liquids that could cause a short circuit.
包括一个电子接地故障断路器立即终止权,如果该单位是暴露于水或其他液体,可能导致短路。
youdao
27. One way would be to increment a variable every time a thread is created, and decrement it whenever a thread terminates. When it reaches zero again, close the whole process.
一种解决方法是增加一个变量,每创建一个新的线程该变量就加1,每终止一个线程该变量就减1,当该变量再次为零时,就关闭整个进程。
youdao
28. When the external loads are uniform, the expansion terminates after some leading terms, and an explicit representation for the mechanical field in a layer is obtained.
如果外载均匀,则展开式系数自前几项后为零,从而可得弹性层力学场量封闭形式的表达式。
youdao
29. NOTE: the bot invokes threads (remember that each plug-in is a thread) only when it is started; after a thread terminates it is not restarted until the bot is invoked again.
注意:bot只在启用时调用线程(记住,每个插件都是一个线程);在线程终止之后,只有在重新调用bot时才会重启线程。
youdao
30. It closes the center court and terminates into a winding courtyard of its own that facilitates a ramp that wraps across all floors to make the campus disabled friendly.
它封闭了中心庭院和一个曲折的庭院,营造了一个坡道,贯穿所有楼层,展现对校园残疾人士的友好。
youdao
terminates




