翻訳と辞書
Words near each other
・ Dynamite Warrior
・ Dynamite! (Stacy Lattisaw song)
・ Dynamite!! 2008
・ Dynamite!! 2009
・ Dynamite!! 2010
・ Dynamite!! USA
・ Dynamite, Washington
・ DynamiTracer
・ Dynamitron
・ Dynamius of Provence
・ Dynamix
・ Dynamix (band)
・ Dynamix (disambiguation)
・ Dynamix II
・ DYNAMIXEL
Dynamization
・ Dynamo
・ Dynamo (Alton Towers)
・ Dynamo (Avengers in Sci-Fi album)
・ Dynamo (comics)
・ Dynamo (disambiguation)
・ Dynamo (Fox Feature Syndicate)
・ Dynamo (magician)
・ Dynamo (play)
・ DYNAMO (programming language)
・ Dynamo (Soda Stereo album)
・ Dynamo (storage system)
・ Dynamo (Ukraine)
・ Dynamo 5
・ Dynamo 7.0


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Dynamization : ウィキペディア英語版
Dynamization
In computer science, dynamization is the process of transforming a static data structure into a dynamic one. Although static data structures may provide very good functionality and fast queries, their utility is limited because of their inability to grow/shrink fast, thus making them inapplicable for the solution of dynamic problems, where the amount of the input data changes. Dynamization techniques provide uniform ways of creating dynamic data structures.
==Decomposable search problems==
We define problem P of searching for the predicate M match in the set S as P(M,S). Problem P is ''decomposable'' if the set S can be decomposed into subsets S_i and there exists an operation + of result unification such that P(M,S) = P(M,S_0) + P(M,S_1) + \dots + P(M,S_n).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Dynamization」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.