Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Check whether a given relation is boolean algebra
no vote
This program checks whther the given relation on a set is a boolean algebra or not. In order to verify that first we need to check whether the given set is reflexive, transitive, anti symmetric or not. if it satisfies the above three, then it is called a partially ordered set. Next we find the minimal, maximal elements. also we find the greatest lower bound[glb] and the least upper bound[lub] if they exist. next we check whether each pair of element in the relation is having glb and lub. if yes then it is called a lattice. next we check whether the given lattice is distributed and complemented. if yes then it is called a BOOLEAN ALGEBRA.
coolkits
2016-08-23
0
1
Parallel in serial out using verilog
4.0
This simplied program simulates the parallel in serial out. Implemented on Altera board succesfully. in case parallel in serial out, the data is accepted serially and is outputted after certain number of clock cycles.
coolkits
2016-08-23
0
1
No more~