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

#include // standard input output header file #include // standard library functions struct node // structure templet { int data; //structure member struct node *link; }; // fun prototype struct node* insert_node(struct node *head_ref,int data); void disply_list(struct node *head_ref); void union_node(struct node *head1_ref,struct…

    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 Abishek J (11)

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

    Objective:

    calendar

    04 Dec 2022 06:01 AM IST

      Read more

      Project 2 - V&V SW Analysis II

      Objective:

      .

      calendar

      03 Dec 2022 09:05 AM IST

        Read more

        Project 1 - V&V SW Analysis - I

        Objective:

        if(owner long press the power button) { open the company logo at centre; } else if(customer press the power button) { open the apps in grid; } else if(owner power on the phone) { shows call the phone icon on first position at bottom; } else if(owner power on the phone) { shows Dictionary icon on second position at bottom;…

        calendar

        03 Dec 2022 08:26 AM IST

          Read more

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

          Objective:

          #include #include "avr/interrupt.h"#define F_CPU 16000000L#include #define lcdport PORTD //object macro for PORTB#define rs_high() PORTB |= (1

          calendar

          28 Nov 2022 08:48 AM IST

            Read more

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

            Objective:

            #include <avr/io.h>                           //we are using the I/O register of avr#define F_CPU 16000000ul                      //define cpu frequency#include "avr/interrupt.h"      …

            calendar

            28 Nov 2022 05:39 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:

              calendar

              24 Nov 2022 07:36 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:

                calendar

                23 Nov 2022 08:28 AM IST

                  Read more

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

                  Objective:

                  calendar

                  23 Nov 2022 08:26 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:

                    #include // standard input output header file #include // standard library functions struct node // structure templet { int data; //structure member struct node *link; }; // fun prototype struct node* insert_node(struct node *head_ref,int data); void disply_list(struct node *head_ref); void union_node(struct node *head1_ref,struct…

                    calendar

                    16 Nov 2022 12:12 PM IST

                      Read more

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

                      Objective:

                      calendar

                      11 Nov 2022 01:02 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> // standard input output header file #include <stdlib.h> // standard library functions struct node // structure templet { int data; //structure member struct node *link; }; // fun prototype struct node* insert_node(struct node *head_ref,int data); void disply_list(struct node *head_ref);…

                        calendar

                        04 Nov 2022 12:36 PM IST

                          Read more
                          Showing 1 of 11 projects