انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة
الكلية كلية تكنولوجيا المعلومات
القسم قسم البرامجيات
المرحلة 2
أستاذ المادة فريال جاسم عبدالرزاق الحميداوي
14/11/2018 07:55:55
• Regular Expressions is a set of symbols, Thus if alphabet= {a, b}, then aab, a, baba, bbbbb, and baaaaa would all be strings of symbols of alphabet. Regular expressions can be used to define languages. A regular expression is like a "pattern"; strings that match the pattern are in the language, strings that do not match the pattern are not in the language. The construction of regular expressions is defined recursively, starting with primitive regular expressions, which can be composed using typical operators to form more complex regular expressions. In addition we include an empty string denoted by _ which has no symbols in it. Definition of Regular Expressions : Let ? be a given alphabet. • ?, ?, a, for a ? ? are (primitive) regular expressions. If r, r1, r2 are regular expressions, then • r* star closure • r1 • r2 concatenation • r1 + r2 union • Regular Expressions is a set of symbols, Thus if alphabet= {a, b}, then aab, a, baba, bbbbb, and baaaaa would all be strings of symbols of alphabet. Regular expressions can be used to define languages. A regular expression is like a "pattern"; strings that match the pattern are in the language, strings that do not match the pattern are not in the language. The construction of regular expressions is defined recursively, starting with primitive regular expressions, which can be composed using typical operators to form more complex regular expressions. In addition we include an empty string denoted by _ which has no symbols in it. Definition of Regular Expressions : Let ? be a given alphabet. • ?, ?, a, for a ? ? are (primitive) regular expressions. If r, r1, r2 are regular expressions, then • r* star closure • r1 • r2 concatenation • r1 + r2 union
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
|