disjoint
adj. 不连贯的;(两个集合)不相交的
v. 打散;拆开;(使)关节脱离
2025-08-11 09:34 浏览次数 5
adj. 不连贯的;(两个集合)不相交的
v. 打散;拆开;(使)关节脱离
"She disassociated herself from the organization when she found out the identity of the president"
"disjoint the chicken before cooking it"
disjoint range[数]
disjoint sets不相交的集;互斥的集合;分离集
disjoint loop不相接触回路
disjunkt disjoint不相交的
node disjoint节点独立
disjoint union[数] 不相交并
disjoint algebradisjoint代数
Disjoint Set[数] 分离集
disjoint condition不相交条件
disjoint subset[数] 不相交子集
formally, horizontal partitioning or sharding p(d) of a dataset d is a decomposition of d into n mutually disjoint sets di such that
正式来讲,对数据集d的p(d) 进行水平 分区或划分就是将d分解成相互不相交的n 个集di且
barham「s implementation simply looks for relatively short, disjoint sequences of characters in a small set (alphanumeric plus a few others).
barham的实现仅在一个小的集合中(字母数字加一些其它字符)查看相对较短和不相交(disjoint)的字符序列。
an algorithm for determining the perspective view of a set of disjoint simple objects in the plane on a two-dimensional mesh computer is presented with its time complexity given.
文中给出了二维网格结构的计算机上求平面上一组不相交简单物体透视困的算法,并给出了算法的时间复杂度。
this method uses intermediate nodes」 location information to create undirected graph at destination node, and uses breath-first search (bfs) algorithm to find another disjoint path.
本文提出的方法在目的端利用获得的中间节点位置信息来生成无向图,再利用广度优先遍历算法bfs计算出另外一条不相交路径。
the results show that the comparator is strongly code disjoint only if errors in the non-code inputs are undirectional.
研究结果表明,只要电路中非码字的错误是同向的,则比较器是强码字不相交的。
if she is indifferent to your actions, that such a narrow-minded friend of disjoint worth mentioning.
如果她是你的行为无动于衷,这种狭隘的不相交值得一提的朋友。
the single output criterion of task 5 connects to two disjoint input criteria of task 6.
task5的单个输出条件连接到task6的两个独立输入条件。
db2 10 can now automatically reorganize disjoint partition ranges of a partitioned table space.
db210现在支持自动重新组织分区表空间的不相连分区范围。
second, rup extends this definition by defining analysis classes in three disjoint categories: as entity, controller, and boundary classes.
其次,rup过程把这个定义扩展出三种不同的分析类:实体类、控制类和边界类。
application platforms are a special case of so called two-sided networks, in which platform owners extract value by allowing members of disjoint markets to transact through the platform.
应用平台是双向网络的一个例子,平台所有者通过让原本分离的成员进行交易来获取价值。
an advertising platform is also a special case of a two-sided network connecting two disjoint markets of on-line users and advertisers.
广告平台也是双向网络的例子--联结分离的在线用户与广告主。
a few great leaders can handle leadership and management, but in general good managers and good leaders form disjoint sets.
也有较好的领导人可以处理领导和管理之间的关系,但是好的管理人与领导之间还是有很大的区别的。
let l be transitive on v (g) and nilpotent , then g has two disjoint maximal independent sets .
设l在v(g)上可迁且为幂零群,则g有两个不相交的极大独立点集。
task 3 produces a or b as two alternative outputs in two disjoint output criteria, i.e., it behaves like an exclusive decision.
task3将产生a或b作为两个独立输出条件的可选输出,即它的行为类似于独占性决策。
in the cycle packing problem, given an undirected connected graph g, it is required to find the maximum number of pairwise edge disjoint cycles in g.
给定一个无向连通图g ,圈包装问题就是求g的边不相交圈的最大数目。
pls partitions the population into a group of disjoint subpopulations by cluster analysis, then uses simplex method to search local optima in each subpopulation in parallel.
pls算子通过聚类分析将种群分割为互不相交的邻域子种群,对每一个子种群应用单纯形法进行并行局部搜索。
a variant of this pattern in activity form could use an activity with several disjoint input and output criteria—one for each branch of the gateways.
在活动形式中,此模式的变种可以使用具有多个独立输入和输出条件的活动,即一个条件对应于网关的一个分支。
application platforms, often also referred to as computing platforms, are designed from the ground up for connecting two disjoint markets: users and application developers.
应用平台也叫做计算平台,被设计为连接两个分开的市场:用户与应用开发者。
network partition failure: a network fragments into two or more disjoint sub-networks within which messages can be sent, but between which messages are lost.
网络分割故障:网络分割成两个或多个互不连接的子网络,子网络内部能进行消息通信,子网络之间则不行。
the test sets for both track1 and track2 are divided into two disjoint equal sets each: test1 and test2.
track1和track2的测试集被分成相等的两部分:test1和test2.
disjoint paths weight accumulating algorithm is proved to be effective in correlation computing by analyzing the results of the experiments.
分析实验结果发现,不相交路径权值累积算法能有效计算网络成员关联度。
however, as we progress into the third phase of gqm, we may be surprised to learn the degree to which seemingly disjoint goals for development governance are grounded in a common measurement model.
然而,当我们进入到gqm的第三阶段,我们也许会非常惊讶了解到哪些对于开发治理表面上不相关的目标,却能够在公用的度量模型中。
the semantic cache consists of disjoint semantic regions, and each semantic region includes a description and a corresponding data pointer.
语义缓存由互不相交的语义区域组成,每一个语义区域包括语义描述及其数据指针。
easbra utilizes the node「s geographical information to route and selects the most stable disjoint backup route.
该算法利用网格中节点的地理信息进行路由,并且选择一条最稳定的不相交备用路由。
allowing for concurrent insertions at disjoint points in the list is a good idea in such a case, and you use the read-write-lock based approach again. here」s how you structure the list
在这种情况下,最好允许在链表中的分离点(disjoint point)上执行并发插入,同样使用基于读写锁的方式。
disjoin(使)分离,分开
joint关节;接缝;接合处,接合点;(牛,羊等的腿)大块肉;(非正式)娱乐场所;(非正式)大麻烟卷;(电影或音乐的)创意作品
dismember肢解,割断手足;分割,瓜分
join参加;结合;连接
link连接起来;联系在一起;将人或物连接或联系起来
unify整合,联合;统一,使成一体
unite团结;联合;混合