XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:angel.cs.msu.su   - Поискать по всем серверам
На этой странице приведены все страницы сервера angel.cs.msu.su ,которые мы индексируем. Показаны документы 101 - 120 из 299.

В начало ] Пред. | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | След.В конец ]

Упорядочить по: URL  |  дате изменения
101. : Class MultiArrayImpl
... public class MultiArrayImpl . ... MultiArrayImpl (java.lang.Class componentType, int[] dimensions) . ... set (int[] index, java.lang.Object value) . Set (modify, write) the array element at index to the specified value. void . ... Set the array element at index to the specified boolean value. void . ... Set the array element at index to the specified int value. void . ... Get the array element at index, as an int. Specified by: . ... Set the array element at index to the specified int value. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/MultiArrayImpl.html -- 51.9 Кб -- 28.12.2004
Похожие документы

102. : Interface MultiArrayInfo
... Class . ... public interface MultiArrayInfo . Inquiry or introspection interface for abstract multidimensional arrays. ... Returns the Class object representing the component type of the array. int[] . ... Discover the dimensions of this MultiArray. int . ... Returns the number of dimensions of the array. boolean . ... Returns the number of dimensions of the array. ... int array whose length is the rank of this MultiArray and whose elements represent the length of each of it's dimensions . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/MultiArrayInfo.html -- 10.8 Кб -- 28.12.2004
Похожие документы

103. : Class MultiArrayProxy
... set (int[] index, java.lang.Object value) . ... Set the array element at index to the specified boolean value. void . ... Set the array element at index to the specified byte value. void . ... Set the array element at index to the specified char value. void . ... Set the array element at index to the specified double value. void . ... setInt (int[] index, int value) . Set the array element at index to the specified int value. void . ... Set the array element at index to the specified int value. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/MultiArrayProxy.html -- 44.6 Кб -- 28.12.2004
Похожие документы

104. : Class OffsetIndexIterator
... Class . ... FRAMES NO FRAMES . SUMMARY: INNER | FIELD | CONSTR | METHOD . DETAIL: FIELD | ... ucar.multiarray.IndexIterator | ucar.multiarray.OffsetIndexIterator . public class OffsetIndexIterator . ... Fields inherited from class ucar.multiarray. ... OffsetIndexIterator (int[] theOffset, int[] theLimits) . Method Summary . ... Methods inherited from class ucar.multiarray. ... Constructor Detail public OffsetIndexIterator (int[] theOffset, int[] theLimits) . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/OffsetIndexIterator.html -- 11.2 Кб -- 28.12.2004
Похожие документы

105. : Interface RemoteAccessor
... Index . ... Get (read) the array element at index. boolean . ... Set (modify, write) the array element at index to the specified value. void . ... Set the array element at index to the specified boolean value. void . ... Set the array element at index to the specified byte value. void . ... Set the array element at index to the specified char value. void . ... Set the array element at index to the specified int value. void . ... Set the array element at index to the specified int value. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/RemoteAccessor.html -- 38.3 Кб -- 28.12.2004
Похожие документы

106. : Class ScalarMultiArray
... Class . ... public class ScalarMultiArray . ... Construct a new ScalarMultiArray with the specified component type. ScalarMultiArray (java.lang.Class theComponentType, java.lang.Object value) . ... set (int[] index, java.lang.Object value) . ... public ScalarMultiArray (java.lang.Class theComponentType, java.lang.Object value) . ... public ScalarMultiArray (java.lang.Object value) . ... public void set (int[] index, java.lang.Object value) . ... public void setInt (int[] index, int value) . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/ScalarMultiArray.html -- 42.0 Кб -- 28.12.2004
Похожие документы

107. : Class SliceMap
... Use with MultiArrayProxy to reduce the apparent rank of the delegate by fixing an index at particular value. ... SliceMap ( ConcreteIndexMap prev, int position, int value) . Create an ConcreteIndexMap which fixes the key for a particular dimension at a particular value and is functionally composed with another ConcreteIndexMap. ... position - the dimension number on which to fix the key. value - the value at which to fix the key. public SliceMap ( ConcreteIndexMap prev, int position, int value) . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/SliceMap.html -- 14.0 Кб -- 28.12.2004
Похожие документы

108. : Class StringCharAdapter
... set (int[] index, java.lang.Object value) . ... Set the array element at index to the specified boolean value. void . ... Set the array element at index to the specified byte value. void . ... Set the array element at index to the specified char value. void . ... Set the array element at index to the specified double value. void . ... setInt (int[] index, int value) . Set the array element at index to the specified int value. void . ... Set the array element at index to the specified int value. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/StringCharAdapter.html -- 44.3 Кб -- 28.12.2004
Похожие документы

109. : Class TransposeMap
... Class . ... PREV CLASS NEXT CLASS . ... CONSTR | METHOD . ... ucar.multiarray.ConcreteIndexMap | ucar.multiarray.TransposeMap . ... IndexMap . ... Use with MultiArrayProxy to transpose two dimensions. ... ConcreteIndexMap . ... TransposeMap ( ConcreteIndexMap prev, int aa, int bb) . Create an IndexMap which swaps two dimensions. ... public TransposeMap ( ConcreteIndexMap prev, int aa, int bb) . ... prev - IndexMap to be composed with this. aa - specifies one of the dimensions to swap . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/TransposeMap.html -- 13.6 Кб -- 28.12.2004
Похожие документы

110. : Package ucar.multiarray
ucar.multiarray . Interfaces . Accessor . IndexMap . MultiArray . MultiArrayInfo . RemoteAccessor . Classes . AbstractAccessor . ArrayMultiArray . ClipMap . ConcreteIndexMap . DecimateMap . FlattenMap . FlipMap . IndexIterator . MultiArrayImpl . MultiArrayProxy . OffsetIndexIterator . ScalarMultiArray . SliceMap . StringCharAdapter . TransposeMap
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/package-frame.html -- 3.3 Кб -- 28.12.2004
Похожие документы

111. : Package ucar.multiarray
... Class . ... Provides an abstraction for multidimensional array access, some concrete implementations, and ways to view a MultiArray as if it had a different structure. ... This interface defines the services required by MultiArrayProxy to manipulate indexes and the dimensions of a MultiArray. ... In the following, we use the unadorned term "array" to mean the Java language construct, and the term "multidimensional array" for the mathematical abstraction modeled by the MultiArray class in this...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/package-summary.html -- 15.4 Кб -- 28.12.2004
Похожие документы

112. : ucar.multiarray Class Hierarchy
... Package . Class . ... FRAMES NO FRAMES . Package Hierarchies: . All Packages . ... class ucar.multiarray. AbstractAccessor (implements ucar.multiarray. Accessor ) . ... ArrayMultiArray (implements ucar.multiarray. MultiArray ) . ... ConcreteIndexMap (implements ucar.multiarray. ... MultiArrayImpl (implements java.lang.Cloneable, ucar.multiarray. ... MultiArrayProxy (implements ucar.multiarray. ... interface ucar.multiarray. ... MultiArray (also extends ucar.multiarray. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/package-tree.html -- 8.8 Кб -- 28.12.2004
Похожие документы

113. : Class AbstractNetcdf
... ucar.netcdf.AbstractNetcdf . ... public abstract class AbstractNetcdf . ... Create an empty instance to be populated with instances of some subclass of Variable. protected . ... Returns the set of attributes associated with this, also know as the "global" attributes. ... Returns the set of dimensions associated with this, the union of those used by each of the variables. protected void . ... Returns the set of dimensions associated with this, the union of those used by each of the variables. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/AbstractNetcdf.html -- 26.4 Кб -- 28.12.2004
Похожие документы

114. : Class Attribute
... public class Attribute . ... They have a name, type and an array of values. ... Attribute (java.lang.String name, double value) . ... If the value represents an array type, returns the Class object representing the component type of the array; otherwise returns null. int . ... Constructor Detail public Attribute (java.lang.String name, java.lang.Number value) . ... public Attribute (java.lang.String name, double value) . ... public Attribute (java.lang.String name, java.lang.Object theValue) . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/Attribute.html -- 21.4 Кб -- 28.12.2004
Похожие документы

115. : Interface AttributeIterator
... Class . ... PREV CLASS NEXT CLASS . FRAMES NO FRAMES . ... FIELD | CONSTR | METHOD . DETAIL: FIELD | ... public interface AttributeIterator . ... Use the Iterator methods to fetch elements sequentially. ... Method Summary . ... Returns true if there are more elements. ... next () . Returns the next element. ... Returns true if there are more elements. public Attribute next () . ... Calls to this method will step through successive elements. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/AttributeIterator.html -- 8.1 Кб -- 28.12.2004
Похожие документы

116. : Interface AttributeSet
... METHOD . ... public interface AttributeSet . AttributeSet is an inquiry interface for a collection of Attributes. ... Tests if the Attribute identified by name is in this set. ... Retrieve the attribute associated with the specified name. ... Returns AttributeIterator for the elements. ... a new Array containing the elements of this set. public Attribute get (java.lang.String name) . ... If a different Attribute with the same name, was in the set, it is returned, otherwise null is returned. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/AttributeSet.html -- 15.2 Кб -- 28.12.2004
Похожие документы

117. : Class Dimension
... Class . ... FIELD | ... java.lang.Object | ucar.netcdf.Dimension . ... public class Dimension . ... A Dimension object is used to contain an array length which is named for use in multiple netcdf variables. This class supports construction, retrieval of the name and retrieval of the length value. ... protected int . ... Dimension (java.lang.String name, int length) . ... Constructor Detail public Dimension (java.lang.String name, int length) . ... length - int length of this Dimension . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/Dimension.html -- 15.0 Кб -- 28.12.2004
Похожие документы

118. : Interface DimensionIterator
... Class . ... PREV CLASS NEXT CLASS . FRAMES NO FRAMES . ... FIELD | CONSTR | METHOD . DETAIL: FIELD | ... public interface DimensionIterator . ... Use the Iterator methods to fetch elements sequentially. ... Method Summary . ... Returns true if there are more elements. ... next () . Returns the next element. ... Returns true if there are more elements. public Dimension next () . ... Calls to this method will step through successive elements. ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/DimensionIterator.html -- 8.2 Кб -- 28.12.2004
Похожие документы

119. : Interface DimensionSet
... Class . ... public interface DimensionSet . DimensionSet is an inquiry interface for a collection of Dimensions. ... Returns DimensionIterator for the elements. int . ... Returns the number of elements in the set . ... Returns a new Array containing the elements of this set. ... Returns: . ... a new Array containing the elements of this set. public Dimension get (java.lang.String name) . ... true if and only if this set contains the named Dimension. public boolean contains (java.lang.Object oo) . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/DimensionSet.html -- 11.5 Кб -- 28.12.2004
Похожие документы

120. : Interface Netcdf
... public interface Netcdf . ... A Netcdf is seen as a set of Variables, the DimensionSet which is the union of the Dimensions used by the Variables, and any global Attributes. ... Variable . ... Returns the set of attributes associated with this, also know as the "global" attributes. ... Returns the set of dimensions associated with this, the union of those used by each of the variables. ... true if and only if this set contains the named variable. public boolean contains (java.lang.Object oo) . ...
[ Сохраненная копия ]  Ссылки http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/Netcdf.html -- 13.9 Кб -- 28.12.2004
Похожие документы

В начало ] Пред. | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования