النتائج 1 إلى 2 من 2

الموضوع: سؤال لخبراء ال ++C

  1. #1
    التسجيل
    05-08-2002
    المشاركات
    149

    سؤال لخبراء ال ++C

    السلام عليكم
    شباب حبيت اضع لكم هذا السؤال الذي لم أستطع حله بنفسي واتمنى ان تساعدوني لكم جزيل الشكر

    هذا هو السؤال
    Sounding rockets are used to probe different levels of the atmosphere to collect information such as that
    used to monitor the levels of ozone in the atmosphere. In addition to carrying scientific package for
    collecting data in the upper atmosphere, the rocket carries a telemetry system in its nose to transmit data
    to a receiver at the launch site. Besides the scientific data, performance measurements on the rocket itself
    are transmitted to be monitored by range safety personnel and to be later analyzed by engineers. These
    performance data include altitude, velocity, and acceleration data. Assume that this information is stored
    in a file named rocket.dat and that each line contains four values: time, altitude, velocity, and
    acceleration. Assume that the units are s, m, m/s, and m/s2 respectively.

    Write a C++ program that reads these data and:

    • Determines the time the rocket begins falling back to earth.
    • Determines the number of stages on the rocket. (Hint: The number of stages in the rocket
    can be determined by the number of times that the velocity increases to some peak and then
    beings decreasing.
    Grading Table.
    التعديل الأخير تم بواسطة الشبح الازرق ; 21-07-2007 الساعة 06:46 PM

  2. #2
    التسجيل
    05-08-2002
    المشاركات
    149

    رد: سؤال لخبراء ال ++C

    وهذا هو ملف الادخال
    الملفات المرفقة الملفات المرفقة

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •