-
1 use
A n1 ¢ ( act of using) (of substance, object, machine) emploi m, utilisation f (of de) ; (of word, expression, language) emploi m, usage m (of de) ; the use of force/diplomacy le recours à la force/la diplomatie, l'usage de la force/la diplomatie ; the use of sth as/for sth l'emploi or l'utilisation de qch comme/pour qch ; for use as/in pour être utilisé comme/dans ; for the use of sb, for use by sb (customer, staff) à l'usage de qn ; for my own use pour mon usage personnel ; to make use of sth utiliser qch ; to make good/better/the best use of sth tirer bon/meilleur/le meilleur parti de qch ; to get ou have good ou a lot of use out of sth se servir beaucoup de qch, faire grand usage de qch ; to put sth to good use tirer bon parti de qch ; the car/machine gets regular use la voiture/la machine est utilisée régulièrement ; the room/photocopier is in use at the moment la pièce/la photocopieuse est occupée en ce moment ; while the machine is in use lorsque la machine est en service or en fonctionnement ; for external use only Pharm usage externe ; a word in common ou general use un mot d'usage courant ; out of ou no longer in use [machine] ( broken) hors service ; ( because obsolete) plus utilisé ; [word, expression] plus en usage ; worn/stained with use râpé/taché par l'usage ; this machine came into use in the 1950s cette machine a fait son apparition pendant les années cinquante ; the bridge/new system comes into use next year le pont/le nouveau système entrera en service l'année prochaine ;2 ∁ ( way of using) (of resource, object, material) utilisation f ; ( of term) emploi m, the many uses of a hairpin les nombreux usages d'une épingle à cheveux ; she has her uses elle a son utilité ; to find a use for sth trouver une utilisation pour qch ; to have no further use for sth/sb ne plus avoir besoin de qch/qn ; I've no use for that sort of talk fig je ne veux pas entendre parler de ça ;3 ¢ ( right to use) to have the use of avoir l'usage de [house, car, kitchen] ; avoir la jouissance de [garden] ; to let sb have the use of sth permettre à qn de se servir de qch ; to lose/still have the use of one's legs perdre/conserver l'usage de ses jambes ; with use of avec usage de [kitchen, bathroom] ;4 ¢ ( usefulness) to be of use être utile (to à) ; to be (of) no use [object] ne servir à rien ; [person] n'être bon/bonne à rien ; to be (of) no use to sb [object] ne pas servir à qn ; [person] n'être d'aucune utilité à qn ; he's no use ○ at cards il est nul ○ aux cartes ; what use is a wheel without a tyre? à quoi sert une roue sans pneu? ; what's the use of crying? à quoi bon pleurer? ; oh, what's the use? oh, et puis à quoi bon? ; is it any use asking him? est-ce que cela vaut la peine de lui demander? ; it's no use asking me inutile de me demander ; it's no use (he won't listen) c'est inutile (il n'écoutera pas) ; it's no use, we'll have to start rien à faire, il faut s'y mettre.B vtr1 ( employ) se servir de, utiliser [object, car, room, money, tool, telephone] ; employer, utiliser [method, technique] ; employer [word, expression] ; se servir de [language, metaphor] ; profiter de, saisir [opportunity] ; se servir de, faire jouer [influence] ; avoir recours à [blackmail, force, power] ; utiliser [knowledge, information, talent] ; to use sth/sb as sth se servir de qch/qn comme qch ; to use sth for sth/to do se servir de or utiliser qch pour qch/pour faire ; to be used for sth/to do servir à qch/à faire, être utilisé pour qch/pour faire ; we only use local suppliers nous achetons tous nos produits à des fournisseurs locaux ; somebody's using the toilet il y a quelqu'un dans les toilettes ; can I use you ou your name as a reference? est-ce que je peux donner votre nom comme référence? ; to use one's initiative faire preuve d'initiative ; use your initiative! allez, un peu d'initiative! ; use your head ou loaf ○ ! fais marcher un peu ta cervelle ○ ! ; I could use ○ a drink/bath! j'aurais bien besoin d'un verre/bain! ;2 ( also use up) ( consume) consommer [fuel, food] ; he's used all the water il a utilisé toute l'eau ; use the left-overs utilisez les restes ;4 ( take habitually) prendre [drugs] ;■ use up:▶ use [sth] up, use up [sth] finir, utiliser [remainder, food] ; d épenser [money, savings] ; épuiser [supplies, fuel, energy].
См. также в других словарях:
Sort-merge join — The Sort Merge Join (also known as Merge Join) is an example of a join algorithm and is used in the implementation of a relational database management system. The basic problem of a join algorithm is to find, for each distinct value of the join… … Wikipedia
External sorting — is a term for a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the data being sorted does not fit into the main memory of a computing device (usually RAM) and a slower kind of memory… … Wikipedia
Sort (Unix) — Sort is a standard Unix command line program that prints the lines of its input or concatenation of all files listed in its argument list in sorted order. Sorting is done based on one or more sort keys extracted from each line of input. By… … Wikipedia
Sort (C++) — sort is a function in C++ Standard Template Library that takes two random access iterators, the start and the end, as arguments and performs a comparison sort on the range of elements between the two iterators, front inclusive and end exclusive.… … Wikipedia
Sort code — A sort code is a number which is assigned to a branch of a bank for internal purposes. Banks use sort codes as it is easier than writing the full address of the branch out and it tells customers which branch they are at. Also, the sort code(s)… … Wikipedia
Sort Sol — Infobox musical artist 2 Name = Sort Sol Img capt = From left to right: Steen Jørgensen, Knud Odde, Peter Peter Schneiderman, Lars Top Galia and Thomas Ortved Background = group or band Border = white Origin = Copenhagen, Denmark Genre = Punk,… … Wikipedia
Sort Of — Infobox Album | Name = Sort Of Type = Studio album Artist = Slapp Happy Released = 1972 Recorded = May June 1972, Wümme, Germany Genre = Avant progressive rock Length = 41:42 Label = Polydor 2310 204 (G) Producer = Uwe Nettelbeck Reviews = *… … Wikipedia
Sort (typesetting) — Diagram of a cast metal sort. a face, b body or shank, c point size, 1 shoulder, 2 nick, 3 groove, 4 foot … Wikipedia
Internal sort — An internal sort is any data sorting process that takes place entirely within the main memory of a computer. This is possible whenever the data to be sorted is small enough to all be held in the main memory. For sorting larger datasets, it may be … Wikipedia
Merge sort — Example of merge sort sorting a list of random dots. Class Sorting algorithm Data structure Array Worst case performance O(n log n) … Wikipedia
Cocktail sort — Class Sorting algorithm Data structure Array Worst case performance О(n²) Best case performance O(n) … Wikipedia