BLOGS

LINEAR PROGRAMMING

keyboardLinear Programming is mathematical modelling of the real world problems that can be solved by quantative methods where decision variables are unknowns to be obtained, objective/goal function is formulation of decision variables, optimal solution is the result of the objective function which is the optimal value and constraints are the physical limitations of the system. Read more ...

 

 

PC STRUCTURE

rulerThe goal of this page is to give an introductory information of a Personel Computer structure. So that, the potential users of DE_W32 utility to explore their drives. It is not intended to make the readers a Guru, as stated at the beginning, it is intended to provide a basic knowledge so that they can use the utility mode effectively. Read more ...

 

FILE SYSTEM

chainsFile system is a kind of documentation management system. In a typical document management system, cabinets with shelves and drawers are placed in a location and labeled. Folders to be placed in cabinet shelves and drawers are also labeled. A log book that includes labels and location of folders is prepared. Read more ...

 

IMPLEMENTING HUFFMAN CODING IN C

BinaryTreeHuffman coding (or encoding) is a lossless data compression technique based on an algorithm developed by David A. Huffman in 1952.

Implementation of this algorithm in C is described with source code. Read more ...