Multiple data compression using C, INTRODUCTION TO PROJECT All digital data is stored in form of binary 0s and 1s internally. Working on embedded devices that are memory constrained these files need to be managed efficiently and effectively. Also when … Continue reading
PROJECT 01(C-Programming based project) This project is totally based on C language as the name suggests .It is a middle level language , basically it is a compiler dependent. Being an engineer this C language is a very paramount part … Continue reading
A C programming based Project C language is the general purpose programming language developed by Dennis Ritchie. C language is the base of many other languages like C#, Java, Python, Perl, PHP. C has facilities like structure programming, functional programming. … Continue reading
working on searching ,sorting and also on string..
Completed C test4…
What does strtok do? And how do we use it? I tried reading the man pages and tried some examples too but i m still unable to get the satisfactory explanation.
Completed 3 tests from C test series …. I have doubt regarding strtok..
Working on pointers and structures…. Also completed 2 questions of assignment on stacks and queues.
Completed 8 questions of Document 29
Working on functions… and structures. Practised C Test papers.
Completed till arrays and 4 questions of pointers…
I have made a formula/algorithm for compression and decompression. The plus point of this formula is that it does not require the 7 different cases for compression or decompression at different bits.
I’ve completed ‘Multiple Data Compression And Encryption’ project..
From 3bit to 7bit tested OK working fine using realloc, having compression and decompression as different programs.
sir, i have completed 3 bit and 5 bit and 4 bit data compression and decompression.