Forum: Computer Science Aug 30th, 2004 |
| Replies: 28 Views: 27,021 The following applications could be used as well:
1. C++ Simulator of a Turing Machine (TM).
The program simulates Deterministic and Nondeterministic Multitape TM.
... |
Forum: C++ Aug 30th, 2004 |
| Replies: 3 Views: 5,710 Look at C++ stream-compatible TCP/IP sockets
* http://alexvn.freeservers.com/s1/sock.html
* http://sourceforge.net/projects/cpp-sockets/ |
Forum: C++ Aug 30th, 2004 |
| Replies: 12 Views: 20,022 Look at n-ary Huffman Template Algorithm
* http://alexvn.freeservers.com/s1/huffman_template_algorithm.html
* http://sourceforge.net/projects/huffman-ta/ |