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 3

 1. #include<iostream>using namespace std;#include<string.h>class vehicle{ //creating base class vehicle public:int year,odometerreading; //creating variablesstring make,model;enum Type{ //creating enumrated data GAS, DIESEL, ELECTRIC };enum Type type; int y,o;string m1,m2;void getNewMake(); //creating…

    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 Prabhakaran B (10)

    Project 2 - Development of TFT Cluster Speedometer Software Component

    Objective:

            test generation:   design error detection:   base line testing:   back to back testing:   model advisor:   code:        

    calendar

    25 Sep 2023 05:02 PM IST

      Read more

      Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor

      Objective:

      1. < src alt="">             MODEL IN LOOP         SOFTWARE IN LOOP < src alt="" width="693" height="217">     model advisor:   </> <> </> <> > <>< src alt="" width="566" height="693">   fixed point: </> <> < alt>   design error detection:   test genereation     baseline testing   back to back testing…

      calendar

      25 Sep 2023 03:40 PM IST

        Read more

        Project 2-Highway Assistant-Lane Changing Assistant

        Objective:

                             

        calendar

        19 Sep 2023 01:26 PM IST

          Read more

          Project 1- Traffic Jam Assistant Feature

          Objective:

            REQUIREMENT 1 REQUIREMENT 2     CODE:   DATA DICTIONARY:   REQUIREMENT:          

          calendar

          25 Jul 2023 01:53 PM IST

            Read more

            Project 2 Adaptive Cruise Control

            Objective:

            Aim:     Aim of this project is to created a adaptive cruise control fueature as per the requirement given. Basically cruise control is speed control according to lead vechicle   Description: i,created a subsytem and added input to the subsystem as like the subsytem       ii, inside the subsystem…

            calendar

            09 May 2023 12:59 PM IST

              Read more

              Project 1 (Mini Project on Vehicle Direction Detection

              Objective:

                          s-function    

              calendar

              06 May 2023 02:05 PM 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:

                  #include#includestruct Node //creating structure{int data; //to store data struct Node *next; //store address of next node}*head_union,*head_intersection,*head_pointer1,*head_pointer2,*head_pointer,*head1,*head2,*res_union,*res_intersection;struct Node *insert_node(struct Node *headref,int n) //creating insert node function{…

                calendar

                04 Apr 2023 02:05 PM 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:

                    #include<stdio.h>#include<stdlib.h>struct Node //creating structure{int data; //to store data struct Node *next; //store address of next node}*head_union,*head_intersection,*head_pointer1,*head_pointer2,*head_pointer,*head1,*head2,*res_union,*res_intersection;struct Node *insert_node(struct Node *headref,int…

                  calendar

                  04 Apr 2023 02:04 PM IST

                    Read more

                    Project 3

                    Objective:

                     1. #include<iostream>using namespace std;#include<string.h>class vehicle{ //creating base class vehicle public:int year,odometerreading; //creating variablesstring make,model;enum Type{ //creating enumrated data GAS, DIESEL, ELECTRIC };enum Type type; int y,o;string m1,m2;void getNewMake(); //creating…

                    calendar

                    04 Apr 2023 10:42 AM IST

                      Read more

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

                      Objective:

                      1. #include<stdio.h>typedef enum //defining enumerated data{GearDown,Checkingbeforetakeoff,RisingGear,Gearup,Checkingbeforelanding,loweringgear}StateTypes;typedef enum{open,close}Switch;typedef enum{rising,falling,up,down}lever;void geardown(); //function prototypevoid checkingbeforetakeoff();void risinggear();void…

                      calendar

                      28 Feb 2023 09:27 AM IST

                        Read more
                        Showing 1 of 10 projects