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 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

/** project_one.c** Created on: 03-Sep-2022* Author: Rishabh Dev Shukla*/// C program to find union and intersection of two linked lists #include //Preprocessor section. Standard i/o header file includes predefined functions and library like printf.#include // Preprocessor section. Includes predefined functions…

    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 RISHABH DEV SHUKLA (9)

    Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

    Objective:

    Project Overview : In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message on LCD screen.…

    calendar

    04 Jul 2023 02:42 PM IST

      Read more

      Project 3

      Objective:

      Program Code: #include <iostream>#include <vector>#include <string> using namespace std; // Enum to represent fuel typesenum class Type { GAS, DIESEL, ELECTRIC}; // Base class for Vehicleclass Vehicle {protected: string make; string model; int year; int odometer; public: Vehicle(const std::string&…

      calendar

      28 May 2023 10:57 AM IST

        Read more

        Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

        Objective:

        Project: In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”.   Code:  #define trigPin 9                   …

        calendar

        03 May 2023 11:18 AM IST

          Read more

          Project 2 - V&V SW Analysis II

          Objective:

          1. Static Code Review Analysis Because we are using only one .c file namely Ggroceries.c (path: Documents-> LDRAEE -> LDRA_Workarea-> Examples-> C_tbrun_examples-> Ggroceries.c) for testing, it is known as Unit Testing. Here I am going to perform the static code review analysis under both the …

          calendar

          05 Mar 2023 05:07 AM IST

            Read more

            Project 1 - V&V SW Analysis - I

            Objective:

            Project: 1 Write a Test plan to test features of a new mobile phone (Blackbox test) that needs to be implemented based on the given requirements. (The product is still in under development stage and is yet to be UA (User Acceptance) tested. Every other thing to be included in the test plan can be hypothetical. US-1 As…

            calendar

            26 Feb 2023 11:35 AM IST

              Read more

              Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)

              Objective:

              Overview of the Project:  In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04). Goals: Implement code to interface HC-SR04 ultrasonic sensor with Atmega328p Measuring the distance of an object using Ultrasonic Distance Sensor (HC-SR04) Usage of Input…

              calendar

              18 Feb 2023 09:59 AM IST

                Read more

                Project 1 - Controlling a DC motor using PWM and monitoring its Running status

                Objective:

                Overview of the Project:  Implement a system on the simulator for controlling a DC motor using L293 motor driver, monitor its status and print the running status of motor on the LCD Display. Goals: Implement a system on simulator for Controlling the DC motor using L293 motor driver. Displaying the running status of…

                calendar

                16 Feb 2023 05:06 PM IST

                  Read more

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

                  Objective:

                  Problem Statement: Implement the Code for controlling the retraction and extension of Airplane’s landing gear State Tables:  State Diagram: /* * FSM.c * * Created on: 04-Feb-2023 * Author: Rishabh Dev Shukla */ #include <stdio.h>void Initi_state_mach(); //function declaration to initiate the state…

                  calendar

                  04 Feb 2023 11:21 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:

                    /** project_one.c** Created on: 03-Sep-2022* Author: Rishabh Dev Shukla*/// C program to find union and intersection of two linked lists #include //Preprocessor section. Standard i/o header file includes predefined functions and library like printf.#include // Preprocessor section. Includes predefined functions…

                    calendar

                    30 Jan 2023 02:11 PM IST

                      Read more
                      Showing 1 of 9 projects