utility toolbox - ترجمة إلى إنجليزي
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

utility toolbox - ترجمة إلى إنجليزي

SET OF APPLICATION PROGRAMMING INTERFACES WITH A PARTICULAR ACCESS MECHANISM
Macintosh toolbox

utility toolbox      
(n.) = caja de herramientas
Ex: The utility toolbox contains functions to manipulate data structures or do basic useful data manipulations in general.
utility         
  • Figure 1
  • Figure 2
CONCEPT IN ECONOMICS & GAME THEORY: A RELATIVE MEASURE OF HAPPINESS OR SATISFACTION
Utility function; Utility theory; Util; Utility and Value; Utility (economics); Usefulness; Utils; Money-in-the-utility-function models; Utility of consumption; Utility and value in economic thought; Disutility; Usefull; Utility Function; Economic utility; Utility value
(n.) = utilidad, uso, servicio
Ex: Situations where subdivisions might have had some utility are served by the co-ordination of index terms at the search stage.
----
* bibliographic utility = servicio bibliográfico
* energy utility business, the = industria energética, la
* helper utility = herramientas de ayuda
* information utility = servicio de información
* inutility = inutilidad
* public utility = empresa de servicios públicos, servicio público
* run + utility = ejecutar una utilidad
* social utility = empresa de servicio social
* utilities = programa de utilidades
* utility bill = factura de electricidad, agua o gas
* utility company = empresa de servicios públicos
* utility contour = curva de utilidad, contorno de utilidad
* utility service = servicio público
* utility toolbox = caja de herramientas
utility         
  • Figure 1
  • Figure 2
CONCEPT IN ECONOMICS & GAME THEORY: A RELATIVE MEASURE OF HAPPINESS OR SATISFACTION
Utility function; Utility theory; Util; Utility and Value; Utility (economics); Usefulness; Utils; Money-in-the-utility-function models; Utility of consumption; Utility and value in economic thought; Disutility; Usefull; Utility Function; Economic utility; Utility value
noun
herramienta f

تعريف

utility
n.
company providing a public service
a public utility

ويكيبيديا

Macintosh Toolbox

The Macintosh Toolbox implements many of the high-level features of the Classic Mac OS, including a set of application programming interfaces for software development on the platform. The Toolbox consists of a number of "managers," software components such as QuickDraw, responsible for drawing onscreen graphics, and the Menu Manager, which maintain data structures describing the menu bar. As the original Macintosh was designed without virtual memory or memory protection, it was important to classify code according to when it should be loaded into memory or kept on disk, and how it should be accessed. The Toolbox consists of subroutines essential enough to be permanently kept in memory and accessible by a two-byte machine instruction; however it excludes core "kernel" functionality such as memory management and the file system. Note that the Toolbox does not draw the menu onscreen: menus were designed to have a customizable appearance, so the drawing code was stored in a resource, which could be on a disk.