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

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

طريقة الكسوريات المسرعة لضغط الصوت باستعمال واصفات الجيب تمام == Fast Fractal Audio Compression Using DCT Descriptors

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

الكتابة المغطاة في بيئات الصوت == Text Steganography in Audio Media

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

تصميم وتنفيذ تطبيق لنقل الملف النصي باستخدام نموذج الـ (TCP/IP) == Design and Implementation of Text File Transfer Protocol Using TCP/IP Reference Model

اسم المؤلف: سيف محمود خلف حسين العلاك
الموضوع العام: علوم الحاسبات
السنة: 2007
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الكلمات الدلالية:
  • Application Programming Interface
  • Automatic Repeat request
  • American Standard Code for Information Interchange
  • Berkeley Software Distributed
  • Delivery Datagram Protocol
  • Electronic Mail System
  • Fiber Distributed Data Interface
  • File Transfer Prot
الصفحات الاولى:
المستخلص: مع النمو السريع والتطور لشبكات المعلومات والانترنت، اصبح من المهم ايجاد طرق لتطوير هذه الشبكات، من خلال اضافة تطبيقات جديدة اليها. التطبيق المقترح في هذه الاطروحة هو توفير خدمة نقل الملف النصي والذي تم تطبيقه على شبكة محلية (LAN) وباستخدام نموذج الـ (TCP/IP). ان اساس عمل التطبيق في هذا المشروع يعتمد على قيام موفر الخدمة بتوفيرالخدمة الى طالب الخدمة والتي تتمثل بـتحميل الملفات من والى طالب الخدمة. ان التطبيق يوفر حماية للبيانات المنقولة من خلال تشفيرها باستخدام نظام (RSA), بالاضافة الى انه يستخدم طريقة الـ (LZW) لضغط الملفات قبل ارسالها لتقليل الوقت المستغرق لنقلها هذا وان عملية الضغط تعتبر اول مستوى من مستويات الامن للبيانات المنقولة. ان نموذج الـ (TCP/IP) المعتمد في هذا المشروع يختلف عن بقية النماذج مثل الـ (IPX/SPX) و(DDP) التي تحتاج الى التوافق عند العمل, بانه لايحتاج الى حالة التوافق مما يكسبه فعالية اكثر عند الاستخدام.ان هذا البحث المقترح يقوم بدراسة نموذج الـ (TCP/IP) والبحث في ايجاد امكانية اضافة تطبيقات جديدة اليه من خلال استخدام احدى وحدات ربط التطبيقات التي تدعى الـ(sockets). ان التطبيق الذي تم اضافته في هذا المشروع هو ’’بروتوكول نقل الملفات النصية’’ الى نموذج الـ (TCP/IP).النظام قد تم بناءه باستخدام اللغة البرمجية ’’Jbuilder’’ الاصدار الرابع، ونفذ في بيئة نظام التشغيل ’’Windows XP’’ على حاسبات شخصية تم ربطها في شبكة محلية ’’LAN’’ على شكل نجمة. | With the recent growth and development of the Internet and companies intranets, it has become important to look for ways of developing these network, by developing new applications or protocols to the network reference models.Some protocols, such as TCP/IP (Transmission Control Protocol / Internet Protocol), are vendor - neutral. Others, such as Novell IPX/SPX (Internetwork Packet Exchange / Sequenced Packet Exchange) and Apple Delivery Datagram Protocol (DDP), are tied to specific vendors.In this thesis, the proposed application is a text file transfer service that operates on a LAN (Local Area Network) and over TCP/IP networks. The proposed application is basically a client/server protocol in which a system running the server accepts commands from a system running a client. The service allows users to send commands to the server for uploading and downloading files. The application uses the RSA encryption system to provide good security for data and LZW (Lempel Ziv Welch) compression method to reduce the transfer time, which is considered level one of security.The proposed research study the TCP/IP protocols and improve a way of inserting new application (protocol) for the TCP/IP reference model by using the socket API (Application Programming Interface). The project adds a text file transfer protocol to the TCP/IP.The system is build by using Jbuilder version 4 programming language, and it is implemented in Window XP operating system environment on PCs linked by LAN as a star topology

الذاكرة المتعاونة للنظام الموزع == Cooperative Caching for a Distributed System

اسم المؤلف: ورود سعد ابراهيم العبيدي
اسم المشرف: لمياء حافظ خالد | بان نديم الخلاق
الموضوع العام: علوم الحاسبات
السنة: 2007
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: Caching is the technique of storing the frequently used data in a fast memory, either at a client or at a server, which is connected to clients via a network. Cooperative Caching seeks to improve network file system performance by coordinating the contents of client caches and allowing requests not satisfied by a client’s local in - memory file cache to be satisfied by the cache of another client.This thesis aims to built and implement a cooperative caching for a distributed system (CCDS), which manages remote and local caches in a Local Area Network (LAN) working under windows operating system. It is developed using Java programming language. The CCDS consists of three components : manager, client, and server. The manager is the controller of the CCDS, which includes locating the required blocks in the local and global caches and decides from which cache to get the block. The manager controls the whole cooperative caches. Client accesses the blocks stored on the servers. It is the sender of the request to the distributed caches. The client controls local client cache. Server serves the requested clients. It is the receiver of the requests from the distributed caches client. The server controls server cache. Every machine in the LAN contains the CCDS with its three entities.The advantage of CCDS can effectively support the scalability of the cooperative caching system because the communication and the data distribution are based on multicast and unicast routing techniques and support sharing resources of distributed data.

تاثير التكميم على ضغط الصورة باستخدام الترميز التحويلي

اسم المؤلف: وفاء شهاب احمد المشهداني
اسم المشرف: عبد الكريم عبد الرحمن كاظم | طه سعدون باشاغا
الموضوع العام: علوم الحاسبات
السنة: 2007
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: من المشاكل الهامة في تطبيقات الحاسوب هو نقل وخزن المعلومات ومنها الصور الرقمية. ومن اجل تقليص حجم المعلومات المتراسلة تطلب ذلك البحث في موضوع ضغط هذه المعلومات. لذلك اقترحت طرق مختلفة للضغط باستخدام تقنيات مختلفة لتحقيق نسب ضغط عالية وجودة عالية للصور خصوصا. ومن بين تلك التقنيات طريقتان هما : Transform Coding (TC) وWavelet Transform (WT). في طريقةWavelet Transform والذي هو موضوعنا في هذا البحث. استخدم التحويل المويجي لتقسيم الصورة الى حزم جزئية. وفي هذا البحث قد استخدم نوع من التحويل المويجي وهو IWT)) Integer Wavelet Transform. يتكرر هذا التقسيم اكثر من مرة (او المعالجة المويجية نستطيع امرارها مرة او اكثر). ومن بعد ذلك تقرب نتائج التحويل المويجي لاقرب عدد صحيح للحصول على صورة مضغوطة. التقنية الثانية هيTransform Coding , في هذه الطريقة تقسم بيانات الصورة الى وحدات, كل وحدة تحول الى متسلسلة الجيب تمام ومن ثم تقرب نتائجها لاقرب عدد صحيح. وقد استخدمت هذه الطريقة مبدئيا لاغراض المقارنة. استخدم نوعين من الصور لاختبار النتائج وهي صورغير ملونة وصور ملونة. استخدمت صور غير ملونة في طريقة WT, وقد حققت نسبة ضغط من1/1 الى 1/3, اعتمادا على عدد البتات المضغوطة (b). بينما في طريقة TC, حققت نسبة ضغط من 1/3 الى 1/7, اما في الصور الملونة فقد حققت طريقة WT نسبة ضغط من 1/1 الى 1/2. بينما في طريقة TC فقد حققت نسبة ضغط من1/4 الى 1/7, مع نسبة خطا مقبولة في كلا الطريقتين. | One of the most important problems in computer applications are the storage and transmission of images that makes the field of developing the image compression. For that, various compression methods have been proposed using different techniques to achieve high compression ratios and high image quality. Among these techniques are the Wavelet Transform (WT) and Transform Coding (TC) methods.In the wavelet transform method, which is the subject of this work, a wavelet transform may be used to divide the image into sub - bands. A type of wavelet transform is used here, the integer wavelet transform (IWT). The sub - band division can be repeated more than once (or the wavelet process can be of one or more passes). Then after the decomposition, the resultant wavelet coefficients are rounded to nearest integer to get the compressed form. In the second approach of the work, that is the transform coding, the image data is partitioned into blocks, and each block is transformed and then compressed. This method is studied and implemented for comparison reason.Two types of images have been used for testing the result; they are either grayscale or color images. For grayscale image, the wavelet transform method achieved 1/1 to 3/1 compression ratios depending on number of compressed bits (b), while TC method achieved 3/1 to 7/1 compression ratios. For color images the WT method achieved 1/1 to 2/1 compression ratios. While TC achieved 4/1 to 7/1, with acceptable error. The obtained Peak Signal to Noise Ratio (PSNR) is well beyond 24 dB for both methods

امضاء الصور لاسترجاع الصور بالاعتماد على اساس المحتوى == Image Signature For Content - Based Image Retrieval

اسم المؤلف: خولة عمر فرحان الدباغ
اسم المشرف: براء علي عطية
الموضوع العام: علوم الحاسبات
السنة: 2007
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: ادى التقدم السريع لتكنلوجيا التصوير, خاصة بعد التطور الحاصل في الشبكة المعلوماتية, لان يصبح موضوع استرجاع الصور عامل جذب واهتمام الباحثين في مجال المكتبات الرقمية ومعالجة الصور وانظمة قواعد البيانات لما يتمتع به من خواص تميزه عن المعلومات الرقمية.ان تقنيات الاسترجاع التي صممت للنص غير مناسبة وغير كافية لبيانات الصور, وهذا يعود الى صعوبة الوصول الى بيانات صور يمكن استكشافها والعمل عليها واسترجاعها بواسطة ادراك التشابه, بالاضافة الى كون تقنيات الاسترجاع التي صممت للنص محددة التطبيقات. كما ان تقنيات استرجاع الصور المبنية على اساس المحتوى تاخذ مساحة مهمة في الحسابات المتعددة الوسائط. ان استعادة الصور المبنية على اساس المحتوى يمكن ان يتم بسلسلة من الخطوات : تشكيل صورة الطلب , استخراج معالم الصورة, قياس التشابه, الفهرسة والاسترجاع , تفاعل المستخدم .ان الاختيار الصحيح لكل خطوة يمكن ان يعطي نتائج جيدة وكفوءة ومناسبة للنظام . ان هذا البحث يركز على خطوة مهمة في النظام وهي استخراج المعالم او تشكيل المعالم , كما ان معالم الصورة المستخدمة في هذا البحث كلها تتميز بكونها معالم بسيطة او معالم ذات مستوى واطئ , وهذه المعالم تتضمن : الرسم البياني لنصوع الصورة , الرسم البياني للنصوع ذو المرور الواطئ , هرم النصوع , هرم اللون , المعالم المدمجة .ان ما يقدمه هذا البحث هو الوصول الى طريقة سهلة وبسيطة ومنظمة لاستخلاص المعالم وتوفير استعادة نتائج مقبولة بكفاءة عالية.تم اختبار النظام على قاعدة بيانات مكونة من ١٣ صنف من اصناف الصور وقد دلت النتائج على ان اختيار معالم الصورة يمكن ان يؤثر بشكل كبير في فعالية واداء النظام , كما ان المعالم التي تعتمد على المعلومات اللونية والمعلومات غير اللونية يوفر نتائج موثوقة اكثر من تلك التي تعتمد على كثافة المعلومات فقط, بالاظافة الى ذلك فان اتحاد معلمين يمكن ان يعطي نتائج افضل. | With the explosive advancement in imaging technologies and specially with proliferation of the world wide web, image retrieval has attracted the increasing interests of researches in the field of digital libraries, image processing and database system. Research in human perception of image content suggests that content - based image retrieval (CBIR) can follow a sequence of steps. The typical steps of CBIR system are : image query formation, image feature extraction, similarity measurement, indexing and retrieval, and user interaction. The correct choice and set up for each step will result in a well, efficient and suitable CBIR system.This work concentrates on one important and crucial step of the whole CBIR system : feature extraction (or feature formation). The image features used are all characterized as low - level features. These include : image luminance histogram, low - passed luminance histogram, luminance pyramid, color pyramid, and combined feature.The main contributions are : simplicity (i.e. easy to implement the feature extraction phase), suitability (i.e. provide acceptable retrieving results), efficiency, and economy. The CBIR with the presented feature extraction variants are tested on a selected database of a set of thirteen image classes. In general, the results indicate that the choice of image feature can greatly affect the performance of CBIR system. Experimental results showed that image features that utilize achromatic and chromatic information of the image can provide about 75% accurate results, while those depend on only intensity information can give accurate results in about 25% - 75%. Moreover, the combination of two features can give in better results.

تنفيذ مكتبة رقمية لجامعات العراق باستخدام بيئة الويب == Web Based Implementation of Digital Library for Iraqi Universities

اسم المؤلف: سجى مجيد محمد الخياط
اسم المشرف: عبد الكريم عبد الرحمن كاظم
الموضوع العام: علوم الحاسبات
السنة: 2007
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: The work presented here describes a web - based digital library system for Iraqi universities. This system is capable of executing the search function of digital libraries. Library information is present in centralized database which is collected from different library systems of Iraqi universities and it provides their access through website.The system utilizes MySQL database to store the collected data from library systems in Iraqi universities. Web technology is used for accessing library data by using HTML & PHP. Apache server is also used. The system here has used these resources to build simple and perhaps user friendly web based search system. Both, basic and advanced search are made available in the proposed system.As a result of the presented system here the different universities members can search all materials, holdings, and information resides in all libraries and gains their full bibliographic information

ازالة الضوضاء من التسجيل الصوتي باستخدام تحويل المويجه == Audio Denoising Using Wavelet Transform

اسم المؤلف: نور علي حسين السوداني
اسم المشرف: لؤي ادور جورج | عبير متي يوسف
الموضوع العام: علوم الحاسبات
السنة: 2007
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: الاشارات الصوتيه غالبا ما تلوث بواسطة الضوضاء الناتجه من معدات التسجيل الصوتي . ازالة الضوضاء من الصوت تهدف لتخفيف الضوضاء بينما تبقي الاشاره الاساسيه.ان الهدف الاساسي لهذه الرساله هو استخدام تقنيات العمل على الاشاره الرقميه المعتمده على تحويل المويجه لتقليل الضوضاء من الاشاره. في هذا البحث تم استخدام ثلاثة انواع من تحويل المويجه (D6, D4 , Haar)وخمسة انواع من طرق العتبه وقد تمت دراسة كفاءتها في قطع الضوضاء من نوعين من الاشاره (اشاره صوتيه ذات سعه عاليه واخرى ذات سعه واطئه). ان نتائج ازالة الضوضاء حللت وقورنت مع الاشاره الاصليه من اجل ايجاد افضل النتائج لازالة الضوضاء. اضافه الى ذلك تم تقييم الاداء لكل الطرق المدروسه.النتائج المعروضه في هذا البحث تشير الى ان افضل نتائج ازالة الضوضاء تظهر عند تطبيق الية (Scanned Thresholding) بدون تقطيع الاشاره, وعند تطبيق العتبه(Thresholding) على كل معاملات حزمة التحويل المويجي العالية التردد (الحزمه المفصله) وخلال الاختبارات وجد ان التحويل المويجي من نوع D6 يقود الى نتائج افضل لازالة الضوضاء .ان افضل نتائج ازالة الضوضاء بحسب المقاييس الموضوعيه (Objective Measures) اشرت ان استخدام طريقة العتبه من نوع Supersoft هي الافضل, بينما المقاييس الغير موضوعيه ((Subjective Measures اشرت ان طريقة العتبه من نوع Semisoft هي الافضل. | Audio signals are often contaminated by background environment noise from audio equipments. Audio denoising aims to attenuating the noise while retaining the underlying signals. The focal point of this thesis is to use digital signal processing techniques based on wavelet transform to reduce the noise from the signal. In this research three types of wavelet transform (Haar, D4 and D6 wavelet transforms) and different thresholding criteria have been investigated to truncate the noise from two types of signal (high and low amplitude audio signals). The denoising results have been analyzed and compared with the original signal in order to find out the best for audio denoising setups. Furthermore, the performance of all considered methods had been evaluated.The results shown in this thesis indicate that the best denoising results occur when applying scanned thresholding mechanism without making signal framing, and when all coefficients of the detail subbands are thresholded. Among the tested wavelet transforms, the D6 wavelet transform leads to better denoising results. The best denoising results according to the objective measure mean square error (MSE) occurred when using supersoft thresholding, while the best denoising results according to subjective test is when using semisoft thresholding.

نظام ادارة الشبكات للخدمات العامة

اسم المؤلف: حيدر مجيد جابر
اسم المشرف: لؤي ادور جورج
الموضوع العام: علوم الحاسبات
السنة: 2007
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: بغداد
الصفحات الاولى:
المستخلص: Due to the expansion of the data transmission capabilities, it is utilizedto make many services easier, efficient, and more controlled. The publicservices are more effective if they have online data transmission to getfaster request servicing, maintenance, and control.This project is concerned with designing and implementing adedicated network management system prototype. Also, it concerned withbuilding the necessary application software tools which may needed formanaging public services (electricity, water, medical help alarm, policemonitoring, and fire monitoring). It toke into consideration that thedistributed system must be reliable, real time, secure, and scalable. Theproject tried to achieve these considerations on two levels, the first is bysuggesting system layout and hardware that may provide an acceptablesolution, and the second is by the applications and protocols designed.This thesis shows the layout of the system that composed of fourmajor parts : customer’s agent, service provider, zone center, and primarycenter. The geographic area covered by the system was divided intoregions called zones; each zone contains customers and may containservice providers. Each zone is controlled by network management stationcalled zone center that monitor and receive alarms from the agents andsend it to the appropriate nearest (estimated) available service provider. Allthe zone centers are controlled by one primary network managementstation called primary center. The primary center monitors and connects allzone centers together, and plays as a backup station in case of shuttingdown one of the zone centers.The project suggests the connection media to be used (for example,using Power Line Communication (PLC) to connect the customers withiiizone center, because the power line infrastructure is already exist), usingcluster of computers in each center, and distributed backup places toachieve maximal possible reliability with good performance. The designedsystem uses the Internet Protocol version 6 (IPv6) as the network protocolto support addressing huge number of customers, quality of service,support the anycast message type (which decrease the difficulty of buildingclusters), and the facility of leaving the unused options to increaseperformance. Also, the Simple Network Management Protocol version 2(SNMPv2) was utilized because it is simple in development and takes lowbandwidth, and it was adopted to achieve more security.In this project a distributed database was established, and the two problems : data synchronization and the way of data storage to achieve an acceptable performance within the multi - threaded system were handled.The project prototype was established by using Microsoft Visual Basic .NET 2003 which depends on the .NET framework that supports the multithreadedsystem with good utilization.