VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Pocket Calculator using a State Transition Table

by ULLI (93 Submissions)
Category: Math/Dates
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This pocket calculator is meant as an example for the almost forgotten State Transition Table technique. With this technique the complete behaviour pattern is stored in a two-dimensional table containig Reactions to input-triggers (in this case key presses, but depending on circumstances the triggers may be anything else), and States. An STT is an ideal tool to control game characters for example because it allows different reactions to identical inputs.
The code is documented and also contains a short description of how it works. It's worth the download if you want to learn more about STTs, so give it a try. Download is 18 kB.

Rate Pocket Calculator using a State Transition Table

Download Pocket Calculator using a State Transition Table

Download Pocket Calculator using a State Transition Table (18 KB)

Pocket Calculator using a State Transition Table Comments

No comments have been posted about Pocket Calculator using a State Transition Table. Why not be the first to post a comment about Pocket Calculator using a State Transition Table.

Post your comment

Subject:
Message:
0/1000 characters