Overview of the project:(5 to 6 lines) In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists. Goals (2 to 3 lines) Implementation of interface…
Md Akram
updated on 18 Jun 2023
Project Details
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.
Other comments...
Read more Projects by Md Akram (9)
Project 2 - Development of TFT Cluster Speedometer Software Component
Simulink Model: SLDD: Requirement Tagging Report: Model Advisor-JMAAB: Fixed point Tool: SLDV- Design Error Detection Report: SLDV- Test Generation: …
27 Jul 2023 06:38 AM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
1. Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions. Description of Challenge: If the density of the rain is low, then wiper rotates with low speed & the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with medium speed…
26 Jul 2023 02:56 PM IST
Project 3
#include using namespace std; enum type{Gas,Diesel,Electric};class automobile_maintenence{ protected: string make,model; int year,odometer,type; public: automobile_maintenence() { cout
21 Jun 2023 06:16 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
#include #include #include #include void Initiate_State_Machine(); void Gear_down(); void Checking_Before_TakeOFF_delay_3s(); void Raising_Gear(); void Gear_up(); void Checking_before_landing(); void Lowering_gear(); typedef enum { GEAR_DOWN, CHECKING_BEFORE_TAKEOFF_DELAY_3S, RAISING_GEAR, GEAR_UP, …
19 Jun 2023 04:28 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Overview of the project:(5 to 6 lines) In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists. Goals (2 to 3 lines) Implementation of interface…
18 Jun 2023 05:16 PM IST
Project 2-Highway Assistant-Lane Changing Assistant
Highway Assistant – Lane Changing Assistant Introduction to the Feature: The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance of the vehicle in monotonous driving situations on highways. The partially automated function can automatically start, accelerate, brake as well as steer…
08 May 2023 12:31 PM IST
Project 1- Traffic Jam Assistant Feature
Traffic Jam Assistant Feature Introduction to the Feature: Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially automated comfort function,…
05 May 2023 06:48 PM IST
Project 2 Adaptive Cruise Control
Aim:To make simulink model of adaptive cruise control as per given requirement. General Overview: -Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping a safe distance to the preceding vehicle calls…
01 Dec 2022 07:22 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
Mini Project - Vehicle Direction Determination General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction of vehicle is basically…
29 Nov 2022 05:57 PM IST