المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : المساعدة المساعدة المساعدة



Broken_Sword
10-04-2007, 12:48 PM
السلام عليكم و رحمة الله و بركاته
الى محترفي البرمجة تحية طيبة وبعد
اخوكم يريد مساعدتكم في هذه المسألة و باسرع وقت

لدي سؤال ارجو المساعدة و باقرب وقت ممكن المسألة هي عبارة عن كتابة برنامج بلغة ال سي++ عن موقف سيارات
و هذا هو النص بالكامل:
Parking Car Monitor System

1. The program is to monitor the number of vacant car spaces in two car park areas (for passenger cars and lorry cars).
2. The program must be written in C++ or Java Programming Languages on the computer IBM PC.
3. The number of vacant car spaces should be displayed for request of an operator.
4. A general aim in the design of the program is to minimize the amount of main memory used.
5. The program should park the cars in random places according to the request of an operator. The number of cars to park should be given by operator (a validation should be done for the number of cars parked).
6. The program should remove the cars from park places randomly according to the request of an operator. The number of cars to remove should be given by operator (a validation should be done for the number of cars removed).
7. At the beginning an operator must provide the program with the following items of data (a validation of input data should be provided by the program):
• Number of places for parking car in every car park.
• Prices per hour for lorry and passenger car.
8. The program must produce for each action of an operator a report (the report should be saved in file). The report must consist of:
• A number of the cars in park area.
• The time of report.
• The number of vacant car spaces in every car park areas.
9. The program must keep the time and the park place for every car, these value should be reported by a request of an operator.
10.minimum three classes must used in the program.
ارجو الرد سريعا
قبل 25-may
و شكرا جزيلا لكم
Broken_Sword