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

1) Overview of the project: In this project, interfaces for mathematical set of 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.   Goal:  Implementation of interface for mathematical…

    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 Sankaranarayanan G (8)

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

    Objective:

    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”. #include <LiquidCrystal.h> //Library for LCD display functional LiquidCrystal lcd_1(12, 11, 5, 4, 3, 2); //Define…

    calendar

    09 Jul 2023 04:43 PM IST

      Read more

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

      Objective:

      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. Master Code //Master…

      calendar

      09 Jul 2023 04:32 PM IST

        Read more

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

        Objective:

        Abhinaya Inbamani mam Live batch #define F_CPU 16000000L //defines the CPU frequency of the microcontroller to 16MHz. #include <avr/io.h> //AVR Input/Output library for handling input/output operations of the microcontroller. #include <util/delay.h> // AVR Delay library for adding delay in the program. #include…

        calendar

        09 Mar 2023 11:43 AM IST

          Read more

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

          Objective:

          Abhinaya Inbamani mam Live batch # define F_CPU 8000000UL//system clock frequency as 8 MHz. #include <avr/io.h>// contains input/output definitions for the AVR micro controller. #include <avr/interrupt.h>//interrupt header file, which contains definitions for handling interrupts. #include <util\delay.h>//includes…

          calendar

          09 Mar 2023 11:38 AM IST

            Read more

            Project 2 - V&V SW Analysis II

            Objective:

            Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them.  STEPS TO GENERATE CODE REVIEW REPORT: First Open the LDRA Tool  Go to LRDA_Workarea \Examples\C_Testbed_examples\Testrain\Testrain.c”  …

            calendar

            02 Feb 2023 06:09 PM IST

              Read more

              Project 1 - V&V SW Analysis - I

              Objective:

              Abhinaya Inbamani (Live batch) TEST PLAN: A Test Plan refers to a detailed document that catalogs the test strategy, objectives, schedule, estimations, deadlines, and the resources required for completing that particular project. BLACK BOX TESTING: Black-box testing is a method of software testing that examines the functionality…

              calendar

              02 Feb 2023 04:51 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:

                1) Overview of the project: In this project, interfaces for mathematical set of 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.   Goal:  Implementation of interface for mathematical…

                calendar

                20 Jan 2023 07:20 AM IST

                  Read more

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

                  Objective:

                  2) Overview of the project: In this project, controlling the retraction and extension of Airplane's landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation.   Goals: Controlling the direction of Valve. Controlling the retraction…

                  calendar

                  20 Jan 2023 07:12 AM IST

                    Read more
                    Showing 1 of 8 projects