Vertaling van "est de coder" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Une fois la réponse générée, la dernière partie du programme est de coder le Micro:bit pour afficher à nouveau le chiffre "8".
Once the answer has been generated the final part of the program is to code the micro:bit to display the number "8" again.
L'intérêt de celui-ci est de coder une fois pour toute un comportement quand une action se produit, plutôt que de mettre dans une classe métier ce même code et l'appeler à chaque action avec un jClasses::inc()
The advantage of this, is to code once and for all, a behavior when an action occurs, rather than putting in a business class that same code and call to each share with jClasses::inc()
L'idée est de coder le patient.
Cette fonction des gènes est de coder une préproprotéine pour produire à la fois des chaînes alpha et bêta qui, en fait, se combinent comme tétramère pour produire de l'haptoglobine.
This genes function is to encode a preproprotein to yield both alpha and beta chains, which as a matter of fact combine as a tetramer to produce haptoglobin.
Le but premier est d'apprendre à coder, le second est de coder pour apprendre.
The first goal is learning to code. The second is coding to learn.
Le hobby de Richard est de coder des systèmes complexe (trading?) automatisés, quand sa femme et les enfants le lui permettent.
Richard's hobby is coding complex automated trading systems, when his wife and kids allow him to.
L'idée de ce travail est de coder certaines dynamiques abstraites dans l'état caché, donnant au réseau une manière naturelle d'encoder des tendances cohérentes de l'état de son environnement.
The idea of this work is to encode some abstract dynamics in the hidden state, giving the network a natural way to encode consistent or slow-changing trends in the state of its environment.
Lors de l'ascension de la Terre dans une matrice à 12 dimensions, le rôle du Paradigme de cristal est de coder les transitions de la Nouvelle Terre et de l'humanité.
As the Earth has ascended into a 12 dimensional matrix, the role of the Crystal Paradigm is to code the shifts of the New Earth and of humanity.
Tout ce que nous devons faire est de coder des données.
Une façon d'éviter l'interception des appels cellulaires est de coder le signal pour le rendre incompréhensible à l'intercepteur.
One way to avoid interception of cellular calls is encrypting the signals to make them incomprehensible to the interceptor.
L'intérêt essentiel de cette approche est de coder les comportements désirés sous la forme de règles pondérées, exprimées dans un langage proche du langage humain.
The main interest in the use of a fuzzy controller is that the desired behaviors can be encoded in the form of weighted rules which in turn can be expressed in a language similar to the natural human language.
L'étape suivante, encore plus difficile, mais beaucoup plus utile, est de coder une méthode générique de transfert de firmware vers la mémoire Flash externe.
The next step, which is even harder but much more useful, is to provide a generic way to transfer firmware to external Flash memory.
Considérons un fichier CSV contenant les colonnes suivantes : ville, année et fichier contient les informations de la population des 10 villes enregistrées depuis 1950. Votre objectif est de coder en Python un programme qui
Consider a CSV file containing the following columns: City, Year, and Population, i.e., it contains the information of population of a city as recorded every year from 1950. Your goal is to write a Python program perform the following