A way to resize a string object even though it is ``immutable''.Only use this to build up a brand new string object; don't use this if the string may already be known in other parts of the code. ``変更不能'' である文字列オブジェクトをサイズ変更する手段です。 新たな文字列オブジェクトを作成するときにのみ使用してください;文字列がすでにコードの他の部分で使われているかもしれない場合には、この関数を使ってはなりません。 - Python
If the object contains references to other objects,these other objects may be mutable and may be changed; however,the collection of objects directly referenced by an immutable object cannot change. オブジェクトに他のオブジェクトへの参照が入っている場合、参照されているオブジェクトは変更可能なオブジェクトでもよく、その値は変更される可能性があります;しかし、変更不能なオブジェクトが直接参照しているオブジェクトの集合自体は、変更することができません。 - Python
"the end of man, or that which is prescribed by the eternal or immutable dictates of reason, and not suggested by vague and transient desires, is the highest and most harmonious development of his powers to a complete and consistent whole;"
「人間の目的、永遠で不変の理性の命ずるものによって示されたもので、曖昧で束の間の欲望がたほのめかしたのではないような目的は、完全で首尾一貫した全体へと向かう、人間の能力の最高のもっとも調和のとれた発展であり」、 - John Stuart Mill『自由について』
Even the importance of object identity is affected in some sense: for immutable types,operations that compute new values may actually return a reference to any existing object with the same type and value, while for mutable objects this is not allowed. オブジェクトのアイデンティティが重要かどうかでさえ、ある意味では型に左右されます:変更不能な型では、新たな値を計算するような操作を行うと、実際には同じ型と値を持った既存のオブジェクトへの参照を返すことがありますが、変更可能なオブジェクトではそのような動作は起こりえません。 - Python
A watermark spectrum generator/processor 10 generates the amplitude spectrum of a watermark which is embedded in an original image, in the region immutable about rotation and translation acquired by log polar mapping of the amplitude spectrum acquired by two-dimensional discrete Fourier transform of the original image in which a watermark is embedded, and then by spatial frequency conversion in the angular direction of log polar coordinate system. 透かしスペクトル生成処理部10は、透かし埋め込み対象の原画像を2次元離散フーリエ変換して得られる振幅スペクトルを対数極座標変換した上で、さらに対数極座標系の角度方向に空間周波数変換することにより得られる回転および平行移動に関して不変な領域において、原画像に埋め込むべき透かしの振幅スペクトルを生成する。 - 特許庁
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.