Примери коришћења Aliasing на Енглеском и њихови преводи на Српски
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
Another variety of aliasing can occur in any language that can refer to one location in memory with more than one name(for example, with pointers).
in some constructs, aliasing behaviour, such as in foreach loops.
If one wanted to bypass aliasing effects, one could copy the contents of the index variable into another and change the copy.
It is not erroneous for a compiler to omit aliasing effects for accesses that fall outside the bounds of an array.
In computing, aliasing describes a situation in which a data location in memory can be accessed through different symbolic names in the program.
the under sampling acts as a low-pass filter to reduce or eliminate aliasing.
Aliasing analysers intend to make and compute useful information for understanding aliasing in programs.
Two memory references are said to have a may-alias relation if their aliasing is unknown.
The aliasing distortion in the lower frequencies is increasingly obvious with higher fundamental frequencies,
any frequency components above 16000 Hz will cause aliasing when the music is reproduced by a digital-to-analog converter.
will cause aliasing when the music is reproduced by a digital-to-analog converter(DAC).
The term aliasing is also used to describe the situation where,
their tolerance(or the lack thereof) for aliasing must be carefully documented,
can cause aliasing of the shirt when it is sampled by the camera's image sensor.
it is beneficial to arrange that each predictor will have different aliasing patterns, so that it is more likely that at least one predictor will have no aliasing.
This multiplication of entries makes it much more likely that two branches will map to the same table entry(a situation called aliasing), which in turn makes it much more likely that prediction accuracy will suffer for those branches.
with resulting duplication(aliasing) of the remaining space.
Alias analysis techniques are usually classified by flow-sensitivity and context-sensitivity.
The term alias analysis is often used interchangeably with points-to analysis, a specific case.
Similarly, each array of a given type has its own alias class.