concurrent
英式音标:[kənˈkʌrənt] 怎么读
美式音标:[kənˈkɜrənt] 怎么读
考级分类 TOEFL
词汇归类 英文新闻阅读词汇 中科院考博英语 OA-level-分类英语词汇上数学物理化学生物 PTE-学术词汇清单Academic-Word-List 英语高级口译资格证书考试-高级听力教程第四版 法律英语专业词汇
concurrent概况
adj. 并发的;一致的;同时发生的
n. [数] 共点;同时发生的事件
concurrent词义
adj.
〈正式〉同时发生的;同时完成的;同时存在的;
n.
[数] 共点;同时发生的事件;
英英释义
concurrent
adj.occurring or operating at the same time
同义词:coincidentcoincidentalcoincidingco-occurrentcooccurringsimultaneous
concurrent用法
词组短语
concurrent engineering并行工程;同步工程
concurrent processing同作处理;并行处理
concurrent post n. 兼职
concurrent flow并流;平行流
concurrent process并发进程
双语例句
用作形容词(adj.)
You can't attend two concurrent events!
你不能同时参加两项活动!
The mass murderer was given three concurrent life sentences.
那个屠杀群众的凶手被同时判处并执行三个无期徒刑。
He was imprisoned for two concurrent terms of 30 months and 18 months.
他被判处30个月和18个月的监禁,合并执行。
权威例句
Actors: a model of concurrent computation in distributed systemsACTORS: A Model of Concurrent Computation in Distributed Systems
Concurrent and predictive validity of a self-reported measure of medication adherence.
The Temporal Logic of Reactive and Concurrent Systems
The Temporal Logic of Reactive and Concurrent Systems
Automatic verification of finite-state concurrent systems
Automatic verification of finite-state concurrent systems
Linearizability: a correctness condition for concurrent objects
Automatic verification of finite state concurrent system using temporal logic specifications: a practical approach
An intergroup phase III comparison of standard radiation therapy and two schedules of concurrent chemoradiotherapy in patients with ...
concurrent词源
concurrent (adj.)
late 14c., from Old French concurrent or directly from Latin concurrentem (nominative concurrens), present participle of concurrere (see concur). Related: Concurrency; concurrently. Concurrent jurisdiction is recorded from 1767.
concurrent造句
1. This ensures correct concurrent behavior at the expense of some latency.
这样以一定的延迟确保了正确的并发行为。
2. When you mount the file system with this command, all its files use concurrent I/O.
当您使用这个命令装入文件系统时,其中所有的文件都使用并发I/O。
3. With this type of lock, concurrent applications can read from or write to the locked table.
有了这一类型的锁,并发应用程序就可以读或写已锁定的表。
4. Most of the techniques described above for the concurrent collector still apply here.
上述并发收集器使用的大部分技术在这里仍然适用。
5. It discusses direct, concurrent, and asynchronous I/O: what they are, how to turn them on, and how to monitor and tune them.
本文介绍了直接、并发和异步I/O:它们是什么,如何启用它们,以及如何监视和优化它们。
6. When you mount the file system with this command, all its files use concurrent I/O.
当使用这个命令挂载文件系统时,其中所有的文件都使用并发I/O。
7. Each interval shows the average of the one-hour steady state of each incremental set of concurrent users.
每个区间显示的是增加一组并发用户后一小时内状态稳定后的平均水平。
8. Writing concurrent code is hard to begin with; the language should not make it any harder.
开始编写并发代码是一件困难的事情,语言不应当增加它的难度。
9. The above command sets the number of concurrent connections allowed to 2000.
上面的命令将允许的并发连接数量设置为2000。
10. So, what if we expanded the range of problems presented to our students, requiring them to reason about problems in such a way that they might recognize when a concurrent solution is appropriate?
那么,如果我们扩展向学生展示的问题的范围怎么办,要求他们以他们可能确认什么时候并行解决方案是适合的的方式处理问题?
11. The value of MAXAGENTS should be at least the sum of the values for MAXAPPLS (maximum concurrent applications) in each database to be accessed concurrently.
MAXAGENTS的值应当至少是每个被并发地访问的数据库中的MAXAPPLS(并发应用程序最大数目)值的总和。
12. You can still do more stuff, but you have to do it using concurrent programming.
您虽然还是可以做更多的事情,但必须使用并发编程才行。
13. With Web sites, we talk about load in terms of concurrent users, which does not necessarily mean that every user is requesting a page at the exact same moment, which is a common misconception.
对于网站,我们常常从并发用户的角度来讨论负载问题,这并不一定意味着每个用户都在完全相同的时刻请求某个网页,这其实是一种常见的误解。
14. Concurrent access to data from all nodes in a cluster and the high availability built into some distributed file systems are a couple of reasons why they are ideal for a cluster environment.
集群中所有节点对数据的并发访问,以及某些分布式文件系统所内置的高可用性,是它们成为集群环境理想选择的两方面原因。
15. These classes will work cooperatively in a concurrent manner.
这些类将以一种并发方式协同工作。
16. This behavior should be kept in mind, however, as a different application might not be as forgiving of an inability to process concurrent transactions.
我们应该记住这种行为,然而,对于不同的应用程序来说,情况并非总是如此,因此可能无法处理并发事务。
17. This test case uses two users to simulate concurrent access in the query table claim method.
这个测试案例使用两个用户来模拟查询表申明方法中的并发存取。
18. The constraining factors for performance are the number of concurrent database connections and available memory (both RAM and disk) in relation to incoming data volume.
性能的限制因素是关于进入的数据量的并发数据库连接的数量和可用内存(RAM和磁盘)。
19. The number of concurrent users the system can support, showing how response times vary as users are added.
系统能够支持的并发的用户数,显示了当用户数增加时应答次数是怎样变化的。
20. These concurrent connections occur because of asynchrony and do not include connections from the query that were added because of some other optimization(e.g.
这些并发连接是指因异步而发生的连接,不包括由于其他优化(例如用于组合操作的数据分发等)而增加查询的连接。
21. This simplifies the development of many concurrent algorithms.
这样就简化了许多并发算法的开发。
22. Database write locks are needed only at transaction commit time to ensure that the modified items are updated atomically without interference from concurrent updaters.
只有在事务提交时才需要数据库写入锁,以确保原子地更新已修改的项,而不受到并发更新的干扰。
23. If the number of concurrent users exceeds 100 and there is performance degradation, this would be a candidate for load-balancing.
如果并发用户的数量超过100,性能有所下降,这可以是负载平衡的一种候选方案。
24. This finding demonstrates the effect of concurrent transactions on the buffer pool and how changes in the buffer pool affect server performance.
这个结果演示了并发事务对缓冲池的影响,以及缓冲池的大小如何影响服务器的性能。
25. This time can be significantly reduced if you use raw devices and if you use concurrent access.
如果您使用原始设备,或者使用并发访问,那么就可以极大地减少这一时间。
26. Because each application that attaches to a database requires some private memory to be allocated, allowing a larger number of concurrent applications will use more memory.
由于需要给连接到数据库的每个应用程序分配一些私有内存,因此允许有更多并发应用程序将意味着用去更多内存。
27. In circumstances such as this, concurrent access to pre-existing data in target tables of load operations is very important.
在这样的情况下,对加载操作的目标表中预先存在的数据的并发访问是非常重要的。
28. In large organizations with many concurrent development projects underway, it may make sense to have shared system test environments.
在有许多正在并行开发项目的大型组织中,共享系统测试环境也是有意义的。
29. An obvious practical application of this approach is the prevention of flooding endpoint systems that cannot process high volumes of concurrent requests.
此方法的一个明显的实际应用就是防止端点系统因为无法处理过量的并发请求而崩溃。
30. An obvious practical application of this approach is the prevention of flooding endpoint systems that cannot process high volumes of concurrent requests.
此方法的一个明显的实际应用就是防止端点系统因为无法处理过量的并发请求而崩溃。
31. National elections were concurrent with the out break of war.
在全国举行大选的同时,战争爆发了。
-- 来源 -- 英汉 - 辞典例句
32. The 3 altitudes of a triangle are concurrent.
三角形的三个高共点。
-- 来源 -- 英汉 - 辞典例句
33. concurrent insurance
同时保险
-- 来源 -- 英汉 - 辞典例句
34. Antibiotic ointments are useful for concurrent bacterial infections.
抗菌素软膏对伴发的细菌感染是有用的。
-- 来源 -- 英汉 - 辞典例句
35. Pertaining to a unit of code, data, file, page, segment etc. in a multiprogramming system is available to two or more concurrent programs.
在多道程序处理系统中,用于修饰或说明两个或多个并发程序可以使用的一组代码、数据、文件、页面、段等。
-- 来源 -- 英汉 - 辞典例句
36. The concurrent operation of more than one path of execution within a computer.
在一台计算机内使多条执行路径进行并行操作的技术。
-- 来源 -- 英汉 - 辞典例句
37. Concurrent with the evolution of environmental engineering practice, analytical methods have been developed.
与环境工程进展相一致,已发展了某些分析方法。
-- 来源 -- 英汉 - 辞典例句
38. A situation in which an activation of an asynch-ronous procedure is incapable of proceeding within any predictable period of time because other concurrent activations permanently retain required resources.
这样一种情况:由于别的并发的激活过程持久占有所需资源,使某一个异步过程在可预测时间内不能激活。
-- 来源 -- 英汉 - 辞典例句
39. concurrent lines
共点线
-- 来源 -- 英汉 - 翻译样例 - 汉英
40. Concurrent with the rise in body temperature is the development of leucopenia.
与体温升高相一致,发生白细胞减少症。
-- 来源 -- 英汉 - 辞典例句