FSMGenerator10b7_win

所属分类:系统编程
开发工具:Visual C++
文件大小:158KB
下载次数:113
上传日期:2007-09-25 14:01:24
上 传 者john8714105
说明:  FSM(有限状态机)代码生成器。windows环境下使用。
(FSM (finite state machine) code generator. windows environment.)

文件列表:
FSMGenerator10b7_win\api (0, 2003-11-13)
FSMGenerator10b7_win\api\C (0, 2003-11-13)
FSMGenerator10b7_win\api\C\TBD (0, 2003-11-13)
FSMGenerator10b7_win\api\Cpp (0, 2003-11-13)
FSMGenerator10b7_win\api\Cpp\AbstractFSM.h (2309, 2003-11-13)
FSMGenerator10b7_win\api\Cpp\FSM.h (3060, 2003-11-13)
FSMGenerator10b7_win\api\Cpp\FSMApi.h (1609, 2003-11-13)
FSMGenerator10b7_win\api\Cpp\FSMException.h (1856, 2003-11-13)
FSMGenerator10b7_win\api\Cpp\FSMIDPair.h (1675, 2003-11-13)
FSMGenerator10b7_win\api\Java (0, 2003-11-13)
FSMGenerator10b7_win\api\Java\AbstractFSM.java (2054, 2003-11-13)
FSMGenerator10b7_win\api\Java\FSM.java (2921, 2003-11-13)
FSMGenerator10b7_win\api\Java\FSMApi.java (1422, 2003-11-13)
FSMGenerator10b7_win\api\Java\FSMException.java (1559, 2003-11-13)
FSMGenerator10b7_win\api\Java\FSMIDPair.java (1542, 2003-11-13)
FSMGenerator10b7_win\AUTHORS (2027, 2003-11-13)
FSMGenerator10b7_win\bin (0, 2003-11-13)
FSMGenerator10b7_win\bin\fsmgenerator.exe (294912, 2003-08-15)
FSMGenerator10b7_win\COPYING (2161, 2003-11-13)
FSMGenerator10b7_win\examples (0, 2003-11-13)
FSMGenerator10b7_win\examples\C (0, 2003-11-13)
FSMGenerator10b7_win\examples\C\TBD (0, 2003-11-13)
FSMGenerator10b7_win\examples\Cpp (0, 2003-11-13)
FSMGenerator10b7_win\examples\Cpp\main_FSMIsEven.cpp (2509, 2003-11-13)
FSMGenerator10b7_win\examples\Cpp\main_FSMIsEven.h (1527, 2003-11-13)
FSMGenerator10b7_win\examples\Cpp\main_FSMRing.cpp (2690, 2003-11-13)
FSMGenerator10b7_win\examples\Cpp\main_FSMRing.h (1611, 2003-11-13)
FSMGenerator10b7_win\examples\Cpp\Makefile (2076, 2003-11-13)
FSMGenerator10b7_win\examples\FSM (0, 2003-11-13)
FSMGenerator10b7_win\examples\FSM\FSMIsEven.fsm (1717, 2003-11-13)
FSMGenerator10b7_win\examples\FSM\FSMRing.fsm (2783, 2003-11-13)
FSMGenerator10b7_win\examples\Java (0, 2003-11-13)
FSMGenerator10b7_win\examples\Java\Main_FSMIsEven.java (2523, 2003-11-13)
FSMGenerator10b7_win\examples\Java\test.fsm (1745, 2003-11-13)
FSMGenerator10b7_win\examples\test.fsm (1685, 2003-11-13)
FSMGenerator10b7_win\INSTALL (1343, 2003-11-13)
FSMGenerator10b7_win\LICENSE (18349, 2003-11-13)
... ...

************************************************************************************************ ** Project: FSMGenerator ** Module: ** File: README ** Date: 2002.08.01 ** Author: Pavel Bekkerman (chpavel@tx.technion.ac.il) ** Copyright: Copyright (C) 2002, 2003 Pavel Bekkerman ** License: ** This program is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This program is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** GNU General Public License for more details. ** ** You should have received a copy of the GNU General Public License ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** ** Contact: Pavel Bekkerman (chpavel@tx.technion.ac.il) ************************************************************************************************ This is a README file supplied with the distribution of the FSMGenerator package. Please, read carefully the information below. Installation To install FSMGenerator, first build it using 'make all'. If the build process encounters problems, try to fix them. The common problem would be that gcc does not find appropriate libraries to link with. The prerequisity is STL, found in 'libstdc++.so', which must be on your LIBPATH, usually in /usr/lib. After the build is done run 'make install'. Generating FSM To use the FSMGenerator, one should write a configuration file for the FSM. See 'test.fsm' for example. Then run 'fsmgenerator' command on this configuration file as follows: fsmgenerator test.fsm Java . This will generate Java source code files for the FSM configured in 'test.fsm' and store them in the separate directory with the name of the FSM, created under current directory '.' . Interfacing Generated FSM Once FSM is generated, it can be interfaced from the user's software. For details, see: 'FSMGenerator User's Guide'.

近期下载者

相关文件


收藏者