A COMPILER Meaning in Arabic - translations and usage examples

[ə kəm'pailər]
[ə kəm'pailər]
مترجم

Examples of using A compiler in English and their translations into Arabic

{-}
  • Colloquial category close
  • Political category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
Run a compiler for me.
تشغيل مترجم بالنسبة لي
Learning to write a compiler.
تعلم كتابة مترجم
Writing a compiler in its own language.
كتابة مترجم بلغته الخاصة
And the universe is now a compiler.
والكون الآن مترجم
A compiler can't optimize a value away like that.
الحاسب لا يمكنه تقريب قيمة مثل هذه
Why aren't I working on a compiler?
لماذا لا أعمل على مترجم؟?
Like, is this a compiler? Is this a sub-routine?
مثل، هل هذا مترجم؟ هل هذا شبه روتين؟?
Into a program called a compiler.
في برنامج يسمى مترجم
A compiler for a subset of the C programming language.
مترجم لمجموعة فرعية من لغة البرمجة
(i) Preparation of a compiler's manual;
Apos; ١' إعداد كتيب تجميعي
This method is used in the analysis of both natural languages andcomputer languages, as in a compiler.
تستخدم هذه الطريقة في تحليل كل من اللغات الطبيعية ولغات البرمجة كمافي حالة المصرف
So make is going to run a compiler for me.
لذا تأكد يتم الانتقال إلى تشغيل مترجم بالنسبة لي
Request: The Commission requested that a compiler ' s manual for international trade statistics be prepared in tandem with the technical guide on concepts and definitions. 8/.
الطلب: طلبت اللجنة إعداد كتيب تجميعي ﻹحصاءات التجارة الدولية إلى جانب الدليل التقني المتعلق بالمفاهيم والتعاريف٨
You have gcc installed or are comfortable installing a compiler if needed.
لديك gcc مُثبّت أو أنت مُعتاد على تثبيت المُتَرجمات(compilers) إذا ما احتجتها
(a) The Task Force is developing a compilers guide and expects to finish it by 2013;
(أ) تعمل فرقة العمل على وضع دليل لمجمّعي البيانات وهي تتوقع أن تفرغ منه بحلول عام 2013
The problem is,we don't know the machine language of proteins or have a compiler for proteins.
لكن المشكلة هي، ليس لدينا لغة آلة للبروتينات. وليس لدينا مترجم للبروتينات
Combines a full-screen editor with a compiler that generates code directly to memory without involving disk access.
Action يجمع محرر كامل الشاشة مع مترجم ينشئ الرمز مباشرة إلى الذاكرة دون الحاجة للوصول إلى القرص
So if you write a < b and c < d, the compiler will try to do the and operation first,resulting in a compiler error.
لذاك اذا كتبت a< b and c< d، فان المجمّع سيحاول تنفيذ عمليةand أولا، منتجا بذلك خطأ تجميع
Statistical value is the value assigned to goods by a compiler of international merchandise trade statistics, according to the rules adopted by the compiling country.
القيمة اﻹحصائية- هي القيمة التي ينسبها إلى السلع من يقوم بتجميع إحصاءات التجارة الدولية للبضائع حسب القواعد المعتمدة في بلد التجميع
Why does flowing off the end of a non-voidfunction without returning a value not produce a compiler error?
لماذا لا يتسبب التدفق خارج نهاية دالة غير خالية منالخطأ دون إرجاع قيمة في حدوث خطأ في المحول البرمجي؟?
The following would yield a compiler warning of"assignment from incompatible pointer type" under GCC bags = money; because money and bags were declared with different types.
سوف يُظهر الناتج التالي تحذير مترجم بان "مهمة من نوع مؤشر غير متجانس" وفقاً للغة GCC bags= money; نظراً لإعلان money و bags بأنواع مختلفة
So, you know, that leads to questions like, is this a compiler? Is this a sub-routine?
وهكذا، تعلمون، ذلك يقود إلى أسئلة مثل، هل هذا مترجم؟ هل هذا شبه روتين؟?
(a) Set out its views on priorities for completion of a compiler ' s manual, revision of the Customs Areas of the World, 17/ and preparation of technical information on index numbers of international trade statistics(see paras. 11, 18 and 27 above);
أ( أن تعرض آراءها بشأناﻷولويات المتصلة بإتمام وضع كتيب تجميعي، وتنقيح المنشور المعنون" المناطق الجمركية في العالم")١٧(، وإعداد معلومات تقنية عن اﻷرقام القياسية ﻹحصاءات التجارة الدولية)انظر الفقرات ١١ و ١٨ و ٢٧ أعﻻه
Note that if the open brace or parenthesis-star is followed bythe dollar sign($), it becomes a compiler directive, as in{$X+}.
لاحظ أن القوس المفتوح او القوس_نجمة اذا كان تليه علامة الدولار($)،فسوف يتحول الى توجيه للمُجمّع compiler directive، كما في {$X+
The term is somewhat vague. In principle,any language can be implemented with a compiler or with an interpreter.[1] A combination of both solutions is also common:a compiler can translate the source code into some intermediate form(often called p-code or bytecode), which is then passed to an interpreter which executes it.
المصطلح غامض إلى حد ما. منحيث المبدأ، يمكن تنفيذ أي لغة مع مجمّع أو مفسّر.[1] مزيج من كلا الحلين شائع أيضًا: يمكن للمترجم ترجمة الكود المصدري إلى شكل وسيط(يسمى غالبًا رمز بي p-code أو كود البايتات bytecode)، والذي يتم بعد ذلك تمريره إلى مفسر يقوم بتنفيذه(تشغيله
If we want to develop a native application for running on a specific hardware/operating system,we have to do this using a compiler and linker.
إذا كنا نريد أن تطوير التطبيق الأصلي ليعمل على أجهزة نظام محدد/ التشغيل,علينا أن نفعل هذا باستخدام مترجم ورابط
They told me computers could only do arithmetic." Grace Hopper andyou have this quote when she talked about writing compiler, and a compiler is a program that produces other programs, like Python.
و أخبروني أن أجهزة الكمبيوتر بإمكانها فقط القيام بالحسابات"و لدينا هذا الاقتباس عنها, حينما تحدثت عن كتابة مترجم(Compiler), و المترجم هو البرنامج الذي ينتج برامج أخرى, كالبايثون
The Task Force decided to treat those two issues within the framework of the revision of the United Nations International Trade Statistics: Concepts and Definitions,3/ and in the planned preparation of a compiler ' s manual.
وقررت فرقة العمل تناول هاتين القضيتين في إطار تنقيح" إحصاءات التجارة الدولية: المفاهيم والتعاريف" ٣ الصادر عن اﻷمم المتحدة،وفي معرض اﻹعداد المزمع لكتيب تجميعي
Although Tismer announced in 17 July 2009 that work was being done on a second version of Psyco,[2] a further announcement declared the project“unmaintained and dead” in 12 March 2012 and pointed visitors to PyPyinstead.[3] Unlike Psyco, PyPy incorporates an interpreter and a compiler that can generate C, improving its cross-platform compatibility over Psyco.
على الرغم من أن تيسمر أعلن في 17 July 2009 أنه يتم العمل على إصدار ثانٍ من سايكو،[1] أعلن إعلان آخر أن المشروع"بدون صيانة ومات" في 12 March 2012 وأشار الزائرين إلى PyPy بدلاً من ذلك.[2]على عكس سايكو، يشتمل PyPy على مفسر و مجمع يمكنه توليد C، مما يحسن توافقه عبر الأنظمة الأساسية على سايكو
You get now a DNA stapler instead. These are the kind of molecular programs that we want to be able to write, but the problem is, we don't know the machine language of proteins.We don't have a compiler for proteins.
تحصلون الآن على دباسة من الحمض النووي. هذه هي الأنواع من البرامج الجزيئية التي نرغب في المقدرة على كتابتها، لكن المشكلة هي، ليس لدينالغة آلة للبروتينات. وليس لدينا مترجم للبروتينات
Results: 650, Time: 0.0427

How to use "a compiler" in a sentence

Writing a compiler is interesting because it teaches you what a compiler is.
Formal certification of a compiler back-end or: programming a compiler witha proof assistant.
Also a compiler constant isn't defined automatically.
This function has a compiler macro `cl--compiler-macro-adjoin'.
Next message: wldap32: Silence a compiler warning.
You probably already have a compiler installed.
Looking for a compiler any one know?
explicit cast will generate a compiler warning.
PicBasic A compiler for the PicBasic language.
For CSSLESS, this involved a compiler too!

Word-for-word translation

Top dictionary queries

English - Arabic