Translate "interpolation" to French

Showing 21 of 21 translations of the phrase "interpolation" from English to French

Translations of interpolation

"interpolation" in English can be translated into the following French words/phrases:

interpolation interpolation

Translation of English to French of interpolation

English
French

EN You can quickly analyze time series data using SQL, with built-in time series functions for smoothing, approximation, and interpolation

FR Vous pouvez analyser rapidement des données de séries chronologiques avec SQL, avec des fonctions de séries chronologiques intégrées telles que le lissage, l'approximation et l'interpolation

English French
quickly rapidement
analyze analyser
series séries
sql sql
functions fonctions
smoothing lissage
built-in intégré
built intégrées
data données
you vous
with avec
and et
for de

EN Amazon Timestream makes it possible for you to quickly analyze time series data generated by IoT applications using built-in analytic functions such as such as smoothing, approximation, and interpolation

FR Timestream vous permet d'analyser rapidement les données de séries chronologiques générées par les applications IoT à l'aide de fonctions analytiques intégrées telles que le lissage, l'approximation et l'interpolation

English French
possible permet
quickly rapidement
series séries
smoothing lissage
iot iot
applications applications
functions fonctions
data données
built-in intégré
built intégrées
to à
you vous
by par
generated généré
as telles

EN Moving a specific distance on a mousepad results in the same exact distance on screen, without introducing latency, interpolation, or affecting jitter reduction.

FR La distance répercutée à l'écran est exactement la même que celle parcourue sur le tapis de souris sans que cela ne génère de la latence et de l'interpolation ou n'affecte la réduction de l'instabilité.

English French
distance distance
screen écran
latency latence
reduction réduction
or ou
a l
specific de
in à
without sans
on sur

EN The Abbe Lip Switch Interpolation Flap

FR Lambeau d’Abbé pour réparation des lèvres

English French
the pour

EN Homey knows in realtime when a device is turned on and off. When it also knows the device's standby- and on-usage, Homey can approximate the energy usage through interpolation.

FR Homey sait en temps réel lorsqu'un appareil est allumé et éteint. Quand il connaît également l'utilisation de l'appareil en mode veille et quand il est allumé, Homey peut estimer l'utilisation d'énergie en faisant une interpolation.

English French
homey homey
energy énergie
interpolation interpolation
device appareil
it il
when quand
in en
also également
realtime temps réel
off de
can peut
a une
knows connaît
and et

EN Today, Blender?s main limitation is not having support to Motion-Compensated Frame Interpolation

FR Aujourd’hui, la limitation principale de Blender est de ne pas avoir de soutien à l?interpolation d’images à compensation de mouvement

English French
s l
main principale
limitation limitation
support soutien
interpolation interpolation
blender blender
motion mouvement
to à
today aujourdhui
having de
is est

EN This image interpolation technology, which aims to make the display smoother, works by eliminating jerks in moving images

FR Cette technologie d?interpolation d?image qui vise à fluidifier l?affichage agit en éliminant les saccades sur les images en mouvement

English French
interpolation interpolation
technology technologie
aims vise
display affichage
eliminating éliminant
to à
image image
in en
images images
moving mouvement

EN Homey knows in realtime when a device is turned on and off. When it also knows the device's standby- and on-usage, Homey can approximate the energy usage through interpolation.

FR Homey sait en temps réel lorsqu'un appareil est allumé et éteint. Quand il connaît également l'utilisation de l'appareil en mode veille et quand il est allumé, Homey peut estimer l'utilisation d'énergie en faisant une interpolation.

English French
homey homey
energy énergie
interpolation interpolation
device appareil
it il
when quand
in en
also également
realtime temps réel
off de
can peut
a une
knows connaît
and et

EN The Abbe Lip Switch Interpolation Flap

FR Lambeau d’Abbé pour réparation des lèvres

English French
the pour

EN Given a sorted integer array and a target, determine if the target exists in the array or not using an interpolation search algorithm. If the target exists in the array, return the index of it.

FR Étant donné un array d'entiers triés et une cible, déterminez si la cible existe dans le array ou non à l'aide d'un algorithme de recherche par interpolation. Si la cible existe dans le array, renvoie son index.

English French
target cible
interpolation interpolation
search recherche
algorithm algorithme
index index
array array
if si
or ou
of de
given donné
a un
and à
sorted triés
in dans

EN Interpolation search is an algorithm similar to binary search for searching for a given target value in a sorted array

FR La recherche par interpolation est un algorithme similaire à recherche binaire pour rechercher une valeur cible donnée dans un array trié

English French
interpolation interpolation
algorithm algorithme
binary binaire
array array
sorted trié
search recherche
to à
value valeur
a un
similar similaire
search for rechercher
is est
target cible
in dans
for pour

EN By comparison, at each search step, Interpolation search calculates wherein the remaining search space the target might be present, based on the low and high values of the search space and the target?s value

FR Par comparaison, à chaque étape de recherche, la recherche par interpolation calcule dans quel espace de recherche restant la cible pourrait être présente, sur la base des valeurs basses et hautes de l'espace de recherche et de la valeur de la cible

English French
comparison comparaison
search recherche
interpolation interpolation
calculates calcule
remaining restant
target cible
present présente
step étape
values valeurs
value valeur
of de
the la
by par
based base
on sur
and à

EN Interpolation search uses the following formula to calculate the mid-position where A[low…high] is our search space, and target is the given target:

FR La recherche par interpolation utilise la formule suivante pour calculer la position médiane où A[low…high] est notre espace de recherche, et target est la cible donnée :

EN Following is the C, Java, and Python implementation of interpolation search

FR Voici l'implémentation C, Java et Python de la recherche par interpolation

English French
c c
java java
python python
interpolation interpolation
search recherche
of de
the la
is voici
and et

EN Unlike the binary search, which guarantees half search space size with each iteration, a poor interpolation may reduce/increase the mid-index by only one, resulting in a worst-case efficiency of

FR Contrairement à la recherche binaire, qui garantit la moitié de la taille de l'espace de recherche à chaque itération, une mauvaise interpolation peut réduire/augmenter le mid-index d'un seul, ce qui entraîne une efficacité dans le pire des cas de

English French
unlike contrairement
binary binaire
search recherche
guarantees garantit
iteration itération
poor mauvaise
interpolation interpolation
may peut
reduce réduire
increase augmenter
space lespace
efficiency efficacité
worst pire
half moitié
size taille
of de
a une
in dans
with à

EN On average, the interpolation search makes about log(log(n)) comparisons if the elements are uniformly distributed, where n is the total number of elements to be searched

FR En moyenne, la recherche par interpolation fait environ log(log(n)) comparaisons si les éléments sont uniformément répartis, où n est le nombre total d'éléments à rechercher

English French
average moyenne
interpolation interpolation
log log
n n
comparisons comparaisons
elements éléments
distributed répartis
if si
to à
about environ
search recherche
searched rechercher
total total
are sont
makes est

EN Note: This article doesn?t provide an in-depth analysis of how interpolation search works but aims to provide just an overview of achieving better performance than a binary search algorithm for a sorted array.

FR Noter: Cet article ne fournit pas une analyse approfondie du fonctionnement de la recherche par interpolation, mais vise simplement à fournir un aperçu de l'obtention de meilleures performances qu'un algorithme de recherche binaire pour un array trié.

English French
interpolation interpolation
aims vise
overview aperçu
better meilleures
binary binaire
algorithm algorithme
array array
sorted trié
search recherche
performance performances
analysis analyse
of de
to à
works fonctionnement
note noter
a un
this cet
depth approfondie
provide fournir
article article

EN New! Access to the deep-learning techniques for super resolution, frame interpolation, and video stabilization. Turn your footage into an upscaled, silky-smooth and steady video.

FR Nouveau ! Accédez aux techniques d'apprentissage profond pour la super résolution, l'interpolation d'images, la stabilisation vidéo. Transformez vos séquences en une vidéo mise à l'échelle, d'une fluidité soyeuse et stable.

English French
new nouveau
access accédez
techniques techniques
stabilization stabilisation
steady stable
deep profond
resolution résolution
your transformez
to à
video vidéo
the la
an une
super super
for pour

EN : To change the image size or resolution and allow the total number of pixels to adjust proportionately, make sure that Resample is selected, and if necessary, choose an interpolation method from the Resample menu

FR  : pour modifier la taille ou la résolution de l’image et ajuster proportionnellement le nombre total de pixels, sélectionnez Rééchantillonner et, si nécessaire, choisissez une méthode d’interpolation dans le menu Rééchantillonner

English French
pixels pixels
necessary nécessaire
method méthode
menu menu
or ou
if si
resolution résolution
choose choisissez
selected sélectionnez
size taille
of de
adjust ajuster
total total
to modifier
and et

EN A good method for enlarging images based on Bicubic interpolation but designed to produce smoother results.

FR Il s’agit d’une bonne méthode pour agrandir les images selon la technique d’interpolation bicubique, mais elle convient davantage pour produire des résultats plus lisses.

English French
images images
results résultats
method méthode
designed pour
but mais
good les
produce produire

EN A good method for reducing the size of an image based on Bicubic interpolation with enhanced sharpening

FR Il s’agit d’une bonne méthode pour réduire la taille d’une image selon la technique d’interpolation bicubique tout en renforçant la netteté

English French
reducing réduire
image image
good bonne
method méthode
the la
size taille
for pour

Showing 21 of 21 translations