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

نتائج البحث: 12 من أصل 162

بناء قشرة لنظام خبير تشخيصي == 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

النظام الناصح للتجارة الالكترونية == Recommender System for E - Commerce Data

اسم المؤلف: اسيل باسم صبري يعقوب الطائي
اسم المشرف: طه سعدون باشاغا
الموضوع العام: علوم الحاسبات
السنة: 2004
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الكلمات الدلالية:
  • Recommender system
  • Recommendation methods
  • E - commerce
  • Data mining
  • Rating
  • Collaborative filtering
  • User based
  • Item based
  • Internet
  • Web site
الصفحات الاولى:
المستخلص: لقد غيرت ثورة الانترنيت العالم باسره فاصبح قرية صغيرة وصار بامكان اي شخص في اي مكان ان يطوف العالم باسره وهو جالس امام شاشة الكومبيوتر. من هنا ظهر الشراء والبيع عن طريق الانترنيت او ما يعرف الان بالتجارة الالكترونية (E - commerce).هذا التوسع خلق مشكلة جديدة وهي صعوبة الاختيار. فصار الزبون يشعر بالحيرة حينما يريد ان يختار حاجة ما اذ انه امام الاف المواقع التي توفر الحاجة التي يريدها وكل موقع منها يعرض اشكالا وانواعا مختلفة للحاجة الواحدة. من هنا ظهرت الحاجة لتقنية جديدة تتمثل اليوم في الانظمة الناصحة.اننا في كثير من الاحيان نقوم بعمل ما دون ان نملك الخبرة الكافية للقيام به. وفي حياتنا اليومية كلنا يعتمد من وقت لاخر على نصائح مختلفة اما من ناس يخبروننا بها او عن طريق وسائل الاعلام المختلفة او من مسؤولين عن الخدمات العامة.النظام الناصح يساعد وينمي هذه العملية الطبيعية التي نقوم بها يوميا في مجتمعاتنا. في النظام الناصح يدخل المستخدمون نصائحهم فيقوم النظام بجمعها وتوجيهها الى المتلقي. يعمل النظام الناصح بان يسالك سلسلة من الاسئلة عن الاشياء التي تحبها والتي لا تحبها. ثم يقارن اجاباتك باجابات زبائن غيرك ومن خلال هذه المقارنة يجد اقرب الزبائن اليك من خلال الشبه في الاراء. وبهذا ينصحك بما يحب الزبون القريب منك.في هذه الاطروحة تم بناء نظام ناصح يعتمد على مجموعة من الطرق لكي يقدم النصائح للمستخدمين. | The Internet revolution changed the world and made it as a small village, since everyone can contact people anywhere in the world. This easy communication facilitates selling and buying through the Internet which is called e - commerce.When e - commerce began to grow, problems appeared, one of them is how to buy something from a huge category, i.e. when a customer wants to buy something from internet markets, he will be confused what to choose and from where, because of the various items and enormous sites. People handle this information overload through their own effort, the effort of others and some blind luck. First of all, most items and information are removed from the stream simply because they are either inaccessible or invisible to the user. Second, a large amount of filtering is done for us. Newspaper editors select what articles their readers want to read. Bookstores decide what books to carry. However with the dawn of the electronic information age, this barrier will become less and less a factor. Finally, we rely on friends and other people whose judgement we trust to make recommendations to us. A technology is needed to help people wade through all the information to find the items they really want and need, and to rid them of the things they do not want to be bothered with.Recommender systems are the new technology that assist and augment the recommendation process. In a typical recommender system people provide recommendations as inputs, which the system then aggregates and directs to appropriate recipients.In this work, a recommender system is built that uses different recommendation methods.

متنبئ تناظر البلوك لتحسين ضغط الصور الكسوري == Block Symmetry Predictor to Improve Fractal Image Compression

اسم المؤلف: رؤى عبد الله جابر
اسم المشرف: لؤي ادور جورج
الموضوع العام: علوم الحاسبات
السنة: 2008
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: Various compression methods have been proposed to achieve high compression ratios and high image qualities in low computation time.One of these methods is Fractal Image Compression. The basic idea of fractal image compression is the partitioning of input image into nonoverlapping range blocks. For every range block a similar but larger domain block is found. The set of coefficients of mapping the domain blocks to the range block, using affain transform, is recorded as compression data. The compressed image data set is called the Iterated Function System (IFS) mapping set. Decoding process applies the determined IFS transformations on any initial image, and the process is repeated many times till reaching the attractor.In this research work, four IFS coding schmes have been established and tested. The first scheme is the traditional Fractal Image Compression (FIC) method, it is implemented on color images after transforming the (RGB) color components to (YCbCr) components. The compression results led to encoding time=144.02 sec, compression ratio=8.89 and PSNR=33.39.The second scheme uses the FIC method with a predictor based on centralized moment features, this predictor is introduced to predict the type of symmetry operation required to set the domain block in a proper state to best matches the range block. The use of this predictor helps in reducing the number of trials of symmetry mappings from 8 trials to only one symmetry case. The use of predictor had reduced the encoding to approximately 14% in comparison with that of traditional method.The third and fourth scheme implies the use of FIC method enhanced by the use of moment descriptor (order - 1) and (order - 3), respectively. Either of these descriptors is used to classify the domain and range blocks into classes, each class is assigned by a class index whose value is equal to moments descriptor value. For encoding each range blocks only the domain blocks have similar descriptor values to that for range block will be IFS - matched with it. In these schemes the symmetry predictor, used in the second scheme, had been used to reduce the search about the best available similar domain block. The attained encoding time in both 3rd and 4th scheme is approximately 0.9% of that spend by atraditional scheme.

تصميم وتنفيذ لنظام توصيات == Design and Implementation for Recommender System

اسم المؤلف: زينه حسين فهد
اسم المشرف: طه سعدون باشاغا
الموضوع العام: علوم الحاسبات
السنة: 2010
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: Recommender systems have been introduced to provide a solution to navigating the huge volume of information already available and growing at an explosive rate. The amount of information available in electronic form, such as news, movies, books, advertisements and other online information is overwhelming us. Recommender systems are computerbased techniques that can be utilized to efficiently provide personalized services in many e - business domains.In this thesis, recommender system has been designed by mixing two main types of recommender systems (content based on personal profile and collaborative based). This type of system producing recommendations for its users in two stages. In the first stage, searching about active user's neighborhood is done to compute the similarity with the active user. The similarity is computed in two steps, the first step is to compute personal similarity using content based technique, depending on the personal features only. The second step is a conditional step that is if the user has enough rating then the similarity computed using collaborative filtering technique depending on the user ratings (rating similarity) in addition to personal similarity computed by the first step. In the second stage a list of new items is recommended from highly rated items by nearest neighbor users, with or without predictions on the acceptance of the list by the user.The content based part in which a personal similarity is computed a weight for each personal feature is required. So in this work, a survey has been made to obtain initial value for impact ratio (weight) for the effectiveness of each feature. Then the computation of these ratios is updated from time to time according to the given new users information.These updates are made according to Mean Absolute Error (MAE) between the real ratings and prediction of ratings

نظام محادثة فوري لشبكة اتصالات محلية مع بعض سمات الامنية == LAN - Based Instant Messaging System with Some Security Aspects

اسم المؤلف: مروة سعد ملكي القس
اسم المشرف: عبیر متي یوسف | جمال محمد كاظم
الموضوع العام: علوم الحاسبات
السنة: 2008
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: Instant messaging is a form of online, real time form of communication between two or more people based on typed text. IM system has grown rapidly among network users. But most of existing instant messaging systems have severe security problems, people want to retain their privacy and communication should not copy or modified by a third party. This thesis presents the design and implementation of a secure instant messaging system. It achieved security objectives such as data integrity and confidentiality through encryption. It ensures that the conversation is only read by intended recipient. The name of the proposed system is chosen to be SIMSM (the acronym for SIMple Secure Messenger).SIMSM is designed for local networks. Based on client - server connection, it enables users to send and receive secure instant messaging between them. No internet connection is required. Easily in sending and receiving text messages. It supports standard messaging features such as private chat, group chat (conference), message notification and encryption. The primary constituting modules are : Registration Module which identifies users to the system; Login Module which allows users to access the system; Sign - In Problem Module that deals with forgetting the identification (ID) and password problem; Private Chat Module that enable private chat between online users; and Conference Chat Module that enable more than one online user to chat with each others.The proposed IM system has been evaluated according to two important factors in instant messaging : security and time consuming. Many test cases were taken to show that SIMSM is quite suitable for secure chatting service.The proposed secure instant messaging had been established using windows API functions with Java platform version 6.0.0.105 programming language.

تشفير الصوت الحصصي باستخدام تحويل الجيب تمام المنقطع == 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

تمييز النسيج باستخدام طريقة توزيع الكثافة == Texture Recognition Using Density Distribution Method

اسم المؤلف: نجمة درع ظاهر
اسم المشرف: لؤي ادور جورج
الموضوع العام: علوم الحاسبات
السنة: 2011
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:

A COMPUTER MODEL FOR EVALUATION OF PROGRAMS

اسم المؤلف: ضياء عبد الحسين جمعة الزبيدي
اسم المشرف: جبير جوامير الحديثي
الموضوع العام: علوم الحاسبات
السنة: 1992
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد

نموذج محوسب للسيطرة على امنية الدخول == A COMPUTER MODEL FOR CONTROLLING THE LOGIN SECURITY

اسم المؤلف: اياد حسين عبد القادر
اسم المشرف: جبير جوامير الحديثي
الموضوع العام: علوم الحاسبات
السنة: 1993
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
1 ... 5 6 7