From professional translators, enterprises, web pages and freely available translation repositories.
la colección goetz, en múnich, también incluye obras de time-based media reunidas por ingvild goetz.
the goetz collection in munich, one of the world’s foremost collections of contemporary art since the mid-1980s, includes an important body of time-based media works constituted by the collector ingvild goetz.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
posiblemente el denominado arte basado en el tiempo (time-based) está adquiriendo un estatus sensorial que no poseía.
perhaps time-based media is acquiring a sensorial status it did not have before.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
obviamente sigue siendo el tiempo la base de los llamados time based works, como el video, pero con la pantalla partida se añade otra dimensión a ser explorada, la espacial.
obviously time is still the basis of the called time based works, like video, but with the split screen another dimension is open up to explore, the spacial.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
saitama teachers went back to the kanto regional league, and toho titanium followed when they lost the playout to matsushita, a rising club at the time based in nara which would eventually become gamba osaka.
saitama teachers went back to the kanto regional league, and toho titanium followed when they lost the playout to matsushita, a rising club at the time based in nara which would eventually become gamba osaka.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
la julia stoschek collection es una colección privada de arte internacional contemporáneo especializada en obras time-based media, manifestación artística que utiliza tecnologías como el vídeo, el cine, el audio y la informática para realizar obras con una duración definida.
julia stoschek collection is an international private collection of contemporary art with a focus on time-based media art.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
es posible realizar medidas exactas gracias a los contadores hardware (incluyendo aquellos que se incrementan con cada ciclo de procesador) incluidos en los modernos procesadores que se incrementan cada vez que ocurre un determinado evento. dado que queremos relacionar eventos con determinadas regiones de código, necesitaremos gestionar cualquier evento incrementando un contador para dicha región de código. obviamente, esto es imposible de llevar a cabo mediante software, pero asumiendo que, estadísticamente, la distribución de eventos en el código fuente es similar al considerar sólo algunas medidas en lugar de considerarlas podemos usar un método llamado sampling (muestreo) para realizar las medidas. el muestreo temporal (time based sampling o tbs) hace uso de un temporizador para monitorizar cada cierto tiempo el contador de un programa y crear un histograma sobre el código del programa. el muestreo de eventos (event based sampling o ebs) hace uso de los contadores por hardware de los modernos procesadores
exact measurement is possible because of hardware counters (including counters incrementing on a time tick) provided in modern processors, which are incremented whenever an event is happening. as we want to attribute events to code regions, without the counters, we would have to handle every event by incrementing a counter for the current code region ourself. doing this in software is, of course, not possible; but, on the assumption that the event distribution over source code is similar when looking only at every n-th event instead of every event, a measurement method whose overhead is tunable has been developed: it is called sampling. time based sampling (tbs) uses a timer to regularly look at the program counter to create a histogram over the program code. event based sampling (ebs) exploits the hardware counters of modern processors, and uses a mode where an interrupt handler is called on counter underflow to generate a histogram of the corresponding event distribution: in the handler, the event counter is always reinitialised to the 'n'of the sampling method. the advantage of sampling is that the code does not have to be changed, but it is still a compromise: the above assumption will be more correct if n is small, but the smaller the n, the higher the overhead of the interrupt handler.
Last Update: 2008-03-04
Usage Frequency: 1
Quality:
Some human translations with low relevance have been hidden.
Show low-relevance results.