|
Computer Concepts And C programming
The source codes of the first year VTU CCP (computer concepts and C
programming) lab programs. You can find them
here. I have tried to make the programs bug free, but if you find
any or if you have any doubts you are free to
contact me. The programs have been provided with comments for easy
understanding. Please read the readme for license info.
Data Structures using C
Programs are available
here. The programs are according to New Scheme of Syllabus.
Some Programs do not have comments. Please bear with it!
Analysis and Design of Algorithms
Analysis and design of algorithms a.k.a ADA as prescribed by the
university can be coded either in C or in CPP. Some of the programs I
have written are in C and some in CPP and better still , some have the
extension CPP but the code is in C ;->. Find them
here
OOP with C++
Find them here.
All 15 programs have been tested well, special attention needs to be
paid for the "DATE" program. Comments have not been written alongside
the programs as the course has already been studied in the third
semester and all the programs are pretty much self explanatory. Archive
also contains a text file that comprises of all programs in order for
printing.
Finite Automata and Formal Languages
This is a PowerPoint
presentation. It contains Theory as well as numerous solved examples. It
covers only the first few sections of the syllabus, up to NFA - DFA
conversion to be precise. I intended to include all chapters but it was
not possible. It contains around 70 slides. Download it
here.
Microprocessor 8086
Programs for 8086. Hardware and Software parts are organized in
separate folders. Programs are not documented with comments. Download it
here.
File Structures Project (HASHING)
Mini project prescribed under the File Structures course. Works
well, simple interface, report included. Download it
here.
|