@psc_readme_8462_3.txt

来自「This program can determin very accuratel」· 文本 代码 · 共 10 行

TXT
10
字号
Title: [ A Simple Finite State Machine ]
Description: This program can determin very accurately the nature of the user input,	it detects whether it is an integer, a float, a number in scientific notation	or simply an invalid input. To be capable of doing this the program uses a simple FSM	(Finite State Machine) to represent the possible states of the input.( INT, FLOAT,.. )
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=8462&lngWId=3

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?