عرض: 25 50 75 100 النتائج

نتائج البحث: 6 من أصل 81

بناء قشرة لنظام خبير تشخيصي == Building Diagnoses Expert System Shell Using An Arabic Interface

اسم المؤلف: عبير خالد احمد المشهداني
اسم المشرف: فينوس وزير سماوي | طه سعدون باشاغا
الموضوع العام: علوم الحاسبات
السنة: 2005
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: البحث الحالي عبارة عن محاولة لبناء قشرة لنظام تشخيصي خبير معتمدا اللغة العربية يمكن تطبيقه في اي مجال عام او خاص. اسم النظام (GADESS) مشتق من العبارة الانكليزية (General Arabic Diagnosing Expert System Shell). النظام الخبير يتكون من طورين متعاقبين. الاول يهتم ببناء واجهة خاصة بجمع المعرفة من الشخص الخبير. خلال هذا الطور تتم تحليل المعرفة الداخلة الى النظام باستعمال قواعد الصرف في اللغة العربية لايجاد جذور الكلمات. النظام مزود ايضا بقاموس بالكلمات التي يمكن استخدامها في مجال التطبيق المعين. الطور الثاني خاص ببناء مشغل او محرك استدلال (Inference Engine) الذي يستخدم طريقة بحث الرجوع (backward chaining). هذا الطور يختص بالتخاطب مع المستخدم النهائي (الغير خبير).النظام GADESS ياخذ بنظر الاعتبار نسبة التاكد باستخدام الموثوقية المصممة من قبل جامعة Stanford. بالاضافة الى ذلك النظام يدعم نوعين من التفسيرات : "لماذا" و"كيف". السؤال "لماذا" يوضح سبب توجيه سؤال محدد من قبل النظام. اما "كيف" تهتم بتوضيح الخطوات التي من خلالها تم التوصل الى تشخيص محدد.تم انجاز العمل باستخدام اللغة البرمجية (Visual Prolog version 5.0). | The present work is an attempt to develop an Arabic expert system shell for general diagnosing systems. The system abbreviated as GADESS (General Arabic Diagnosing Expert System Shell), it is constructed of two phases. The first phase responsible for acquiring human expert knowledge in an automatic way provided with menu and windows message (expert interface). The acquired knowledge is analyzed by Arabic morphological system, which analyze the given Arabic phrase and find the required keywords (roots), the system also provided with the required domain dictionary. The second phase is concerned with the design of inference engine together with user interface that uses a backward chaining method (end - user interface). GADESS considers reasoning under uncertainty using certainty factor method (Stanford Certainty Factor). Also GADESS uses the external database approach to store the human expert knowledge in order to be used by the inference engine. GADESS supports two types of explanations “Why” and “How”. The “Why” concerned the reason that the system asks a specific question, while the “How” concerned conclusion steps.GADESS was implemented using Visual Prolog version 5.0 with its supplement tools for building the inference engine and for building the interface tools.

تطوير محرك بحث الموقع == Developement of a Web Site Search Engine

اسم المؤلف: ايهاب احمد محمد شاكر
اسم المشرف: مؤيد عبد الرزاق فاضل | بان نديم الكلاك
الموضوع العام: علوم الحاسبات
السنة: 2005
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: ان كمية المعلومات الموجودة على شبكة الانترنيت تزداد بشكل سريع جدا, اضافة لعدد المستخدمين التي تنقصهم الخبرة في مجال البحث في الشبكة, مما ادى الى تطوير الكثير من التطبيقات الخاصة بالشبكة والتي تسمى محركات البحث المتخصصة في مساعدة المستخدم في ايجاد المعلومات المطلوبة من على الشبكة. محرك بحث الموقع هو برنامج يستخدم للبحث في موقع معين في الشبكة عن استفسار معين. ان هذا البحث يهدف الى تصميم محرك بحث للموقع يساعد المستخدم في استرجاع الصفحات الاكثر مطابقة مع الاستفسارات المقدمة من قبل المستخدمين. يعتمد الجزء المسؤل عن الرتب على صفات الكلمة (مثل حجم الخط, نوع الخط, لون الخط, مكان الكلمة في الصفحة, نص ارتباطي, عنوان, وعنوان خاص) وهو مدمج مع الجزء الخاص بالفهرسة. تم تقسيم الفهرس الى 36 فايل للتقليل من مصادر النظام (الذاكرة ووحدة الخزن المطلوبة), كما تم تصميم الفهرس المعاكس عن طريق ترتيب الفهرس باستخدام طريقتي الترتيب السريع المحسنة والادخال (Quick and Insertion sort methods) وذلك لزيادة سرعة الفهرسة. تم تصميم القاموس باستخدام هيكل متعدد الطبقات يتكون من اربعة طبقات. نظام الرتب المستخدم في محرك بحث الموقع المقترح يعتمد فقط على صفات الكلمة, ممكن استخدام الهيكل الارتباطي الموجود في شبكة الانترنيت لزيادة كفائة نظام الرتب. ان محرك بحث الموقع المقترح يتطلب جهاز حاسوب يعمل كخادم, كما تم استخدام الادوات البرمجية التالية : HyperText Markup Language, Visual Basic Script, Common Gateway Interface technique, Microsoft Visual Basic 6.0, and Windows operating system Socket. | The amount of information on the Web is growing rapidly, as well as the number of new users inexperienced in the art of Web research, which leads to the development of many Web applications called search engines specialized in helping the user in finding the information needed on the Web. Web site search engine is software used for searching a specific Web site for a specific query. This research aims to develop a Web site search engine that helps the user to find the most relevant Web pages with the user queries. The ranking part depends on the word attributes (such as font size, font style, font color, position of the word in the page, link text, title, header) and mixed with the indexing part. The index is spread in 36 binary files to reduce the system resources (Memory and Storage required) and the inverted index is created by sorting the index using the Improved Quick and Insertion sort methods to increase the indexing speed. The Lexicon is designed using a Multilayer structure with 4 layers. The ranking part of the proposed Web site search engine based only on the word attributes, using the link structure of the Web will increase the ranking efficiency. The proposed Web site search engine requires a computer installed as a server. The programming tools used in developing the Web site search engine are : HyperText Markup Language, Visual Basic Script, Common Gateway Interface technique, Microsoft Visual Basic 6.0, and Windows operating system Socket.

نظام مراقبة حاسوبية تحت نظام النوافذ == Windows Based Target Monitoring System

اسم المؤلف: دلال نعيم حمود الزيدي
اسم المشرف: طه سعدون باشاغا | فينوس وزير سماوي
الموضوع العام: علوم الحاسبات
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الكلمات الدلالية:
  • Monitoring System
  • Target Monitoring
  • Online and Offline Monitoring Systems
  • Networks
  • Protocols
  • Ports
الصفحات الاولى:
المستخلص: تتطلب عملية ادارة الشبكات الحاسوبية في الشركات والجامعات وغيرها متابعة الافراد العاملين عليها من اجل السيطرة على فعاليات الشبكة لكشف ومنع اي عملية سوء استخدام للشبكة.من الطرائق المستخدمة في عملية المراقبة هي طريقة كشف الشذوذ((Anomaly Detection, كشف الاستعمال السيء ((Misuse Detection وطريقة مراقبة الهدف ((Target Monitoring. في هدا البحث تم التركيز على بناء نموذجين من المراقبة ينتميان الى طريقة مراقبة الهدف(Target Monitoring) وفي ظل نظام التشغيل نوافد(Windows). الاول هو المراقبة الفورية او المباشرة(Online Monitoring) والاخر المراقبة غير فورية اوغيرالمباشرة(Offline Monitoring). النوع الاول المراقبة الفورية او المباشرة Online Monitoring تهتم بتقديرات الوقت العام لعملية التوليد , النشر, وتمثيل البيانات المراقبة. في هذا النموذج تراقب شاشة حاسبة المستخدم وحركة المؤشر(الفارة) بالاضافة الى ما يتم كتابته باستخدام لوحة المفاتيح. يمكن لمراقب الشبكة يمكن ارسال تنبيه الى مستخدم الحاسبة التي يتم مراقبتها, اذا قام المستخدم باستخدام الحاسبة بشكل غير مناسب اواستخدام خاطى وغيرها كما يمكن اطفاء الحاسبة ان تطلب الامر. وتم استخدام فكرة برامجيات الزبون والخادم (Client/Server) واستخدام التجاويف (Windows Sockets) لنموذج المراقبة الفورية. اما النوع الثاني المراقبة غيرالفورية او غير مباشرة Offline Monitoring لا تتوقف على قيود الوقت. لذلك,فان مراقب الشبكة ربما يحصل على بيانات المراقبة في وقت اعتباطي بعد ان تتولد هذه البيانات بواسطة وكلاء(Agents) المراقبة مما يتطلب مساحة خزنية هائلة لكي تعرض على المراقب عند الطلب, لذلك، حددت المراقبة الى لوحة المفاتيح فقط كون المعلومات المتولدة هي فقط على شكل نص من الرموز.كلا النموذجين تم بنائهما باستخدام لغة (Visual Basic 6) ونظام dirextX 7 المجهز بولسطة بيئة النوافذ. وتم اختبار النظامين في بيئة ويندوز XP , ويندوز2000 , وويندوز Melleniume. وقد اثبت النظام كفاءة متميزة. | Network operators and administrators have a substantial interest to trace the state and performance of their networks and their components. Administrators needed to observe users to avoid any attack attempts. This can be done through System Monitoring.Traditional types of monitoring system include Anomaly Detection, Misuse Detection and Target Monitoring. This work concerns with the development of two types of target monitoring works under windows environments. These are Online Monitoring and Offline Monitoring. Online monitoring concerned with time constraints on the overall time its takes to generate process, disseminate, and present monitoring data. Online monitoring can monitor the screen picture, mouse motion, and keystrokes. The administrator can send warning messages to the remote computer user. When the user performs suspicious actions on his computer, in this case, the administrator can force the remote user to logoff or shutdown windows. In the online Monitoring, uses the concept of client/server software system and Windows sockets. Offline monitoring do not concerned time constraints. Hence, administrator may obtain monitoring data at an arbitrary time after its generation by monitoring agents. In this phase the monitoring limited to the keyboard only.Both the online monitoring and offline monitoring are implemented using Visual Basic programming Language version 6 (VB) and dirextX 7 system provides by windows environment. The developed systems were tested under different environments (Windows 2000, Windows XP) and the results obtained are quite encouraging

اخفاء الصوت ضمن مجال التحويل المويجي == Audio Steganagraphy In Wavelet Transform Domain

اسم المؤلف: منتصر جابر جواد
اسم المشرف: لؤي ادور جورج | بان نديم الكلاك
الموضوع العام: علوم الحاسبات
السنة: 2005
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: الكتابة الخفية (Steganography) هو فن اخفاء المعلومات بطرق معينة بحيث يصعب اكتشافها. الرسالة المشفرة تؤدي الى الشك بينما الرسالة الغير مرئية لا تؤدي الى الشك. في فن الكتابة الخفية الرقمية تستخدم رسالة او بيانات معينة تعرف بالحاوية (Container) او الغطاء (Cover) لاخفاء بيانات او رسائل اخرى تسمى بالسرية (Secret) داخله.النظام المقترح في هذه الاطروحة هو نظام اخفاء صوت داخل صوت. في النظام المقترح البيانات السرية يتم تحويلها اولا باستخدام التحويل المويجي (Wavelet Transform) والمعاملات الناتجة يتم ترميزها باستخدام احدى طرق الترميز الثلاثة (طريقة ترميز الطول الثابت, طريقة الترميز بالتزحيف وطريقة الترميز الهجينة) المنفذة في النظام المقترح.المرحلة التالية في النظام المقترح هي مرحلة الاخفاء بحيث يتم اخفاء مخرجات مرحلة الترميز داخل بيانات الغطاء.هناك ثلاث طرق للاخفاء تم تنفيذها في النظام المعتمد (الاخفاء بالبت الاقل تاثيرا, الاخفاء بالبتين الاقل تاثيرا مع تقنية التحسين والاخفاء في الاجزاء المسموعة).النظام المقترح تم اختباره باستخدام ثلاث مقاييس معولية قياسية هي متوسط الخطا المربع (MSE) ونسبة الاشارة الى الضوضاء (MSE) ونسبة الاشارة العليا الى الضوضاء (PSNR).كما تم اشتقاق مقاييس معولية جديدة بادخال تعديلات على المقاييس المعولية القياسية هي متوسط الخطا المربع المعدل (MMSE) ونسبة الاشارة الى الضوضاء المعدلة (MMSE) ونسبة الاشارة العليا الى الضوضاء المعدلة (MPSNR) لتكون مناسبة اكثر لاختبارات الصوت.كل المقاييس المعولية التي استخدمت في اختبار النظام المقترح اظهرت قيم جيدة لـ(PSNR) والنسخة المعدلة منه حيث كانت (50 dB) كمعدل.اما البيانات المسترجعة فكانت بالضبط هي نفسها البيانات السرية التي تم اخفاءها اذا كان التحويل المويجي الصحيح (Integer Wavelet Transform) هو المستخدم في مرحلة الترميز بينما يظهر بعض الاختلاف الغير محسوس اذا كان نظام التحويل المويجي هار (Haar Wavelet Transform) هو المستخدم خلال مرحلة الترميز. | Steganography is the art of hiding information in ways that prevent its detection. A message in cipher text may arouse suspicion while an invisible message will not. Digital steganography uses a host data or message, known as a “container” or “cover” to hide another data or message called “secret” in it. An audio in audio steganography system had been proposed in this thesis in order to embed a secret audio data in another cover audio data. In this system, the secret data is first transformed using wavelet transform and then the resultant coefficients have to be coded using one of the three coding methods (fixed length encoding method, S - shift coding method and hybrid coding method). The next stage in this system is the embedding stage where the output of coding stage (a stream of bits) is embedded in the cover data. Three embedding methods were implemented in the proposed system (least significant bit insertion in wavelet transform domain, two least bits insertion in time domain with recovery technique and hiding in audible parts). A modified fidelity criteria were derived by adding some modifications to the standard fidelity criteria to be more precise for audio and the modified criteria are called (modified Mean Square Error, modified Signal to Noise Ratio and modified Peak Signal to Noise Ratio) and they also used through the system testing stage.All of the fidelity criteria obtained in the tests have indicates good results for PSNR and its modified version (50 dB). The reconstructed data is exactly the same as secret data if the integer wavelet transform is used before the coding stage while a small unrecognizable error may done when the Haar wavelet transform is used before the coding stage.

تشفير الصوت الحصصي باستخدام تحويل الجيب تمام المنقطع == Share Audio Cryptography Using DCT Transform

اسم المؤلف: سارة سعد علي البغدادي
اسم المشرف: عبير متي يوسف
الموضوع العام: علوم الحاسبات
السنة: 2014
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: الحماية الفعالة والامنة للمعلومات الحساسة هو مصدر القلق الاساسي في نظم الاتصالات او انظمة التخزين الشبكي، فمن المهم لاي معالجه معلومات هو ضمان عدم العبث بالبيانات.و لتحقيق السرية وسلامة المعلومات والوسائط المتعددة، تم وضع عدة مخططات الحصص السرية المختلفه | An Effective and secure protection of sensitive information is the primary concern in communication systems or network storage systems, it is important for any information process to ensure data is not being tampered. To achieve confidentiality and integr