/Projects

Collection of Exercises and projects in various languages

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Projects

Collection of small and large exercises in order to keep my skills sharpened and explore new methods of programing in various languages and platforms

FOLDERS STRUCTURE AND EXERCISES

C Projects and exercises


C EXERCISES


Basic c


Bitwise Operations


  1. Least Significant Bit
  2. Most Significant Bit

Conditional Statements


  1. Maximum Finder
  2. Minimum Finder
  3. Maximum Finder between three numbers

C Projects


  1. Bank Management System

Blender 3D design


  1. Monkey Rhapsody
  2. Low Polygon Apple
  3. A wedge
  4. The Big Blue
  5. Red Paper Plane
  6. Cycles Vase
  7. King

Python Exercises and Projects


Basic Input output


  1. Basic i/o operations

Basic Operators


  1. Checking input data type
  2. Calculating discounts and total sales for a given product

C++ Exercises and Projects


Basic C++


  1. Basic Calculator

Bitwise Operations


  1. Most Significant Bit
  2. Least Significant Bit

Basic Matlab


Digital Image Processing with matlab


  1. Point Operation and image display
  2. Frame Average and Alignment

Java


Chapter Four


  1. Area of a Pentagon
  2. Area of a polygon

Chapter Five


  1. Kilograms to Pounds
  2. Average positive and negative numbers

Robotics


  1. Basic input output with ROS

Exercises and Projects Sources


Digital Image Processing


Stanford EE368 Digital image processing homework

Matlab


codeforwin.org C Programming Exercises

Java


INTRODUCTION TO JAVA PROGRAMMING COMPREHENSIVE VERSION Tenth Edition Y. Daniel Liang

C


codewithc.com