-
-
[
Visual Basic (VB)]
LanTalk_sources.zip
... computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
-
[
VHDL]
Alu1232.rar
An 8-bit ALU with 16 operations: logic, arithmetic, shifts.
Category:
Com Port Upload User:
hfdldn Size:
1K
-
-
[
Visual C++ (VC++)]
mcwsrc21.zip
... + added bitmaps on list box
+ added "No heading comments" option
+ added "No TODO comments" option
+ fixed keyboard logic and tab stops
2.1 - fixed clipboard-copy bug (Thanks to Agnel Kurian mailto:agnel.kurian@gmail.com)
2009/ ...
-
[
VHDL]
ALU.rar
ALU design in Vhdl. Arithmetic Logic Unit
-
-
-
-
[
VHDL]
Multiplier.rar
4 bit multiplier written in behavioral VHDL, using logic gate logic. inputs are A and B (4 bit each) and output is C (8 bits).
-
[
VHDL]
mux4x1.rar
mux 4x1 with 2 control inputs, written in VHDL using 3 mathods: Logic gates, if, case.
the fastest model is the one implemented with the case code.