Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

/*  * states.h  *  *  Created on: 18-Aug-2023  *      Author: Naveen kumar  */     #ifndef STATES_H_ #define STATES_H_   #include   /* -----Functions----- */ void Init_State_Machine(); void Gear_Down(); void Checking_Before_Takeoff(); void Raising_Gear(); void Gear_Up(); void Checking_Before_Landing(); void Lowering_Gear();…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Naveen Kumar (3)

    Project 3

    Objective:

    #include #include #include using namespace std;   enum class FuelType               // Define an enumeration for fuel types  { GAS, DIESEL, ELECTRIC };   class Vehicle                     // Define a base class Vehicle  { protected: string make; string model; int year; int odometer; public:                           //…

    calendar

    28 Aug 2023 06:23 PM IST

      Read more

      Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

      Objective:

      /*  * states.h  *  *  Created on: 18-Aug-2023  *      Author: Naveen kumar  */     #ifndef STATES_H_ #define STATES_H_   #include   /* -----Functions----- */ void Init_State_Machine(); void Gear_Down(); void Checking_Before_Takeoff(); void Raising_Gear(); void Gear_Up(); void Checking_Before_Landing(); void Lowering_Gear();…

      calendar

      18 Aug 2023 11:59 AM IST

        Read more

        Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

        Objective:

        My self upload my program

        calendar

        04 Aug 2023 04:25 PM IST

          Read more
          Showing 1 of 3 projects