upload
National Institute of Standards and Technology
Industri: Technology
Number of terms: 2742
Number of blossaries: 0
Company Profile:
The National Institute of Standards and Technology (NIST) — known between 1901 and 1988 as the National Bureau of Standards (NBS) — is a measurement standards laboratory and a non-regulatory agency of the United States Department of Commerce. The institute's official mission is to promote U.S. ...
Метод минимизации логическое выражение, обычно помогали прямоугольной карте значения выражения для всех возможных входных значений. Входные значения расположены в код Грея. Максимальная прямоугольные групп, которые охватывают входы, где выражение верно дать минимальной реализации.
Industry:Computer science
Trovare i percorsi più brevi da un vertice di origine specifica per ogni altro vertice in un grafo diretto, ponderato. Algoritmo di Dijkstra risolve questo se tutti i pesi sono non negativi. Il Bellman-Ford algoritmo gestisce eventuali pesi.
Industry:Computer science
(1) A solution to an optimization problem which has the minimum (or maximum) value of the objective function. (2) The time, space, resource, etc. complexity of an algorithm which matches the best known lower bound of a problem.
Industry:Computer science
une correspondence parfaits entre les sommets bipartites d'un graphique,c'est a dire,un sous graphique dans lequel chaques droites correspondent l'une à l'autre. le probleme residant dans LA decouverte d'une telle correspondance
Industry:Computer science
(1)处理或限制一个空间,其位置可以完全用k正交轴精确描述。(2)处理任意维数的空间。
Industry:Computer science
(1)特别的信息,以便快速检查决策问题的答案的正确性。(2)对于任意的图属性P和图G,当且仅当G'具有该性质时,G的一个证书是一个图G'使得G具有P的性质。
Industry:Computer science
(1)在一棵二叉搜索树中,向下推一个节点N,向左平衡树。N的右子数代替N,右子数的左子数变成N的右子数。(2)在数组中,将所有节点向下移动到一个较低的位置。第一个节点被移到最后的位置,这个位置现在是空的。(3)在列表中,移除头部并将其插入尾部。
Industry:Computer science
(1)在一棵二叉搜索树中,向下推一个节点N,向左平衡树。N的右边的孩子代替N,右边的孩子的左边的孩子变成N的右边的孩子。(2)在数组中,将所有项目移动到下一个较低的位置。第一个项目被移到最后的位置,这个位置现在是空的。(3)在列表中,删除头部并将其插入尾部。
Industry:Computer science
(1)在二叉搜索树中,向右下压节点N可以平衡搜索树。节点N的左侧子树替换N,左侧子树的右侧子树变成N的左侧子树。(2)在阵列中,将所有项条目移到下一个更高的位置。最后一个条目被移至第一个位置,该位置现在空置。(3)在列表中,删除尾部并将其插入头部。
Industry:Computer science
(1)在二叉搜索树中,将节点 N 向下和向右推,使二叉搜索树平衡。N 的左子取代了 N,左子边的右子变成了 N 的左子。(2)在一个数组中,将所有项移动到下一个较高的位置。最后一项被移至第一个位置,该位置现在空置。(3)在一个列表中,去掉尾部并将其插入头部。
Industry:Computer science