تسجيل الدخول إنشاء حساب جديد

parser أمثلة على

"parser" معنى  
أمثلةجوال إصدار
  • One of the pieces I needed was a tool called a parser generator.
    في التصميم بواسطة الحاسوب واحد البرامج التي اردتها كانت اداة
  • An example would be the monadic Parsec parser for Haskell.
    كمثال محلل بارسيك الأحادي لـ هاسكل .
  • In both cases the parser will stop.
    وفي كلتا الحالتين فإن المحلل سيتوقف.
  • A predictive parser is a recursive descent parser that does not require backtracking.
    الترميز الخطي عبارة عن ترميز تكراري نموذجي لا يتطلب تراجع.
  • A predictive parser is a recursive descent parser that does not require backtracking.
    الترميز الخطي عبارة عن ترميز تكراري نموذجي لا يتطلب تراجع.
  • It takes a full parser to recognize such patterns in their full generality.
    يأخذ محلل كامل للتعرف على هذه الأنماط في عموميتها بشكل عام.
  • Notice how closely the predictive parser below mirrors the grammar above.
    لاحظ مدى التشابه الكبير بين الترميز الخطي في الأسفل مع القواعد النحوية في الأعلى.
  • The parser thus ends with '$' on both its stack and its input stream.
    وبذلك ينتهي المحلل بـ '$' على حد سواء في مكدس وتدفق المدخلات.
  • If they are not equal the parser reports an error and stops.
    إذا لم يكونا متساويين فإن المحلل سوف يفيد أن هناك ثمة خطأ ثم يتوقف.
  • The parser will use this rule for reduction exactly when it has accepted the whole input string.
    المحلل سوف يستخدم هذه القاعدة للتخفيض بالضبط متى يتم قبول سلسلة الإدخال.
  • In each step, the parser reads the next-available symbol from the input stream, and the top-most symbol from the stack.
    في كل خطوة، المحلل يقرأ الرمز المتاحة التالي من تدفق المدخلات، وأعلى رمز من المكدس.
  • Categories are used for post-processing of the tokens either by the parser or by other functions in the program.
    يتم استخدام الفئات للمعالجة اللاحقة للرموز إما عن طريق محلل ومن خلال وظائف أخرى في البرنامج.
  • If the parsing table indicates that there is no such rule then the parser reports an error and stops.
    إذا جدول التحليل يشير إلى أن ليست هناك هذه القاعدة فإن المحلل سوف يفيد أن هناك خطأ ثم يتوقف.
  • Lexers are often generated by a lexer generator, analogous to parser generators, and such tools often come together.
    يتم إنشاء قارئ المفردات في كثير من الأحيان من قبل مولد قارئ المفردات، مماثلة لمولدات المحللات، وغالبا ما تأتي هذه الأدوات معا.
  • These examples all only require lexical context, and while they complicate a lexer somewhat, they are invisible to the parser and later phases.
    هذه الأمثلة تتطلب فقط السياق المعجمي،وعلى الرغم من أنها معقدة قليلا، فهي غير مرئية للمحلل والمراحل اللاحقة.
  • In this case, information must flow back not from the parser only, but from the semantic analyzer back to the lexer, which complicates design.
    في هذه الحالة،يجب أن تتدفق المعلومات وليس من محلل فقط،و لكن من محلل الدلالي إلى قارئ الرموز،مما يعقد التصميم.
  • If the top is a terminal then the parser compares it to the symbol on the input stream and if they are equal they are both removed.
    إذا كان ما في الأعلى محطة طرفية، فإنه يقارنها مع الرمز على تدفق المدخلات، وإذا كانوا متساويين، يتم إزالتهما كليهما و.
  • This assists in resynchronizing a parser in cases where data has been lost or is corrupted, and is a sanity check before commencing parsing of the page structure.
    وهذا يساعد في التحليل و المزامنة في حالات فقدان البيانات أو تلف، والاختيار هو التعقل قبل بدء في تحليل هيكل الصفحة.
  • If the input symbol and the stack-top symbol match, the parser discards them both, leaving only the unmatched symbols in the input stream and on the stack.
    إذا كان رمز المدخلات والرمز أعلى المكدس متطابقان، محلل سوف يتجاهلهم على حد سواء، ويبقي على الرموز التي لا متطابقة في تدفق المدخلات وعلى المكدس.
  • For example, when a string is coerced, the parser turns as much of the string (starting from the left) into a number as it can, then discards the rest.
    على سبيل المثال فإنه عندما تكون سلسلة ما قسرية، فإن المحلل يتحول بدرجة كبيرة لعمل سلسلة (بادئا من اليسار) في رقم بقدر الإمكان، ثم التخلص من الباقي.
  • الحصول على المزيد من الأمثلة   1  2