This Project is used to identify handwritten Digits ( MNIST Data set ) using MLP in Python Programming Language.
In this code, the user can perform all possible operations related to an array in the c++ programming language.
The guessing game is a simple game in which you have to guess the correct number. I designed this game in C++ programming language.
The packet eases your work by converting Infix expression to a corresponding Postfix expression structure in C++ and finally evaluating the result of the expression.
Using this C++ program elements can be stored using dynamic memory allocation and without acquiring extra space and only using the space needed.
A C++ Project to blur or smooth images using Homogeneous blur also known as Homogeneous Smoothing, Homogeneous Filtering and Box Blurring.
Test to speech converter with a speed and pitch control along with accent and language change option. Aimed at making websites more user friendly and accessible.
This is a peek box that is revealed in case of hover on the scrollbar. The box contains the preview of the page at that scrollHeight. Format - JAVASCRIPT,CSS Dependencies req: JQuery
There is a lack of compatibility leading to difficulty in customizing scrollbars. This is a custom JAVASCRIPT-based scrollbar to replace the browser scrollbars. It requires jquery to be added.
It is not easy to work on URLs using C++ so this project can help in developing a library in C++ for extracting URL links present in the given HTML files or codes.
BigInt Class is used to store the positive and negative integers which are large-sized with many digits that cannot be stored in a long long int. The programming language used is C++.
It's a problem of 2-D DP of knapsack in C++, in which the weight W and a set of n items with some value's, needs to calculate the maximum amount of a profit from these set of items.