`
sillycat
  • 浏览: 2539986 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

State Machine(3)Java Implementation on MAC

    博客分类:
  • JAVA
 
阅读更多
State Machine(3)Java Implementation on MAC
Long time ago. I changed my laptop from window7 to MAC system. But I still need to work with SMC in my company.

Almost the same steps in my previous blogs:
http://sillycat.iteye.com/blog/702817
http://sillycat.iteye.com/blog/702818


I can build the picture with command line:
>java -jar Smc.jar -graph -glevel 1 MyProcessor.sm

I can get the picture file with name MyProcessor_sm.dot

How to open this file on MAC. Download the software here:
http://www.graphviz.org/

If I want to build the SM file to java source codes. I will do like this:
>java -jar ./Smc.jar -java MyProcessor.sm

I found it really useful to have SMC to deal with the processors. Maybe I will try my lovely scala groovy in the future.

references:
http://sillycat.iteye.com/blog/702817
http://sillycat.iteye.com/blog/702818

http://smc.sourceforge.net/SmcManual.htm
http://www.graphviz.org/



分享到:
评论

相关推荐

    Spring State machine API(Spring State machine 开发文档).CHM

    Spring State machine API。 Spring State machine 开发文档。

    _jki_lib_state_machine.zip_JKI_JKI state machine_JKI state架构_ope

    《JKI State Machine:一种高效的单线程字符串状态机实现》 在软件开发领域,状态机是一种常用的模型,用于描述对象或系统随时间变化的行为。JKI State Machine,源自OpenG库,是一种专为顺序结构设计的单线程字符...

    管理订单状态,该上状态机吗?轻量级状态机COLA StateMachine保姆级入门教程.doc

    "状态机在订单状态管理中的应用及 COLA StateMachine 的介绍" 在订单状态管理中,状态机模式是一种常用的解决方案,但是在实际项目中,状态机的使用率并没有想象中那么高。笔者在电商领域进行后端开发时,发现了...

    StateMachine 状态机机制深入解析

    StateMachine 状态机机制深入解析 StateMachine 状态机机制是指在软件开发中,使用状态机来描述和处理复杂的业务流程。状态机机制可以帮助开发者简化状态机的开发过程,并且可以提高代码的可读性和维护性。在 ...

    JKI State Machine_JKIstatemachine_labview_

    《JKI State Machine在LabVIEW中的应用与实践》 LabVIEW(Laboratory Virtual Instrument Engineering Workbench)是一款由美国国家仪器公司(NI)开发的图形化编程环境,它以其独特的图标和连线方式,使得编程变得...

    Android学习 StateMachine与State模式

    Android中StateMachine机制 对与State改变切换这种常见常用的处理, 只是各个平台框架中处理的方法不同, 这种在处理多状态较为复杂的大部分场景都能见到的策略——状态机(StateMachine) 。在Android中使用的了...

    Power System State Estimation Theory and Implementation

    本书"Power System State Estimation Theory and Implementation"详细阐述了这一主题,为电力系统的技术人员和学者提供了深入的理解和实用的实现指南。 状态估计是通过对电力网络中的量测数据进行处理,来确定电网...

    State Machine Java Pattern

    ### 关于“State Machine Java Pattern”的深入探讨 #### 摘要 本文介绍了一种新的面向对象设计模式——状态机设计模式(State Machine Design Pattern)。该模式扩展了状态设计模式的功能,使对象能够根据其内部...

    Coke Machine State Machine

    在这个场景中,"Coke Machine State Machine" 指的是一个自动售货机的状态机模型,用于模拟自动售货机从接受硬币到出饮料的整个过程。 首先,我们来看一下自动售货机可能的状态。这些状态可以包括: 1. 等待投币...

    Hierarchical_State_Machine 源代码

    For details refer to the article on Hierarchical State Machines In conventional state machine design, all states are considered at the same level. The design does not capture the commonality that ...

    AI-Implementation-using-FINITE-State-Machine-Model

    这个压缩包“AI-Implementation-using-FINITE-State-Machine-Model”很可能包含了关于如何利用有限状态机模型来实现人工智能算法的详细资料。 有限状态机是一种数学模型,用于描述一个系统随时间的动态行为。它由一...

    Finite State Machine Datapath Design, Optimization, and Implementation

    ### 有限状态机数据路径设计、优化与实现 #### 概述 《有限状态机数据路径设计、优化与实现》是一本深入探讨结合有限状态机(FSM)与数据路径实施的设计空间的专业书籍。该书由贾斯汀·戴维斯(Justin Davis)和...

    安卓:StateMachine测试程序

    在Android系统中,`StateMachine`是一种用于处理复杂状态转换的工具类,它为开发者提供了一种结构化的方式来管理具有多种状态和状态间转换的逻辑。`WifiStateMachine`是Android源码中的一个具体示例,主要用于处理Wi...

    spring statemachine 1.2.6 API (CHM格式)

    spring statemachine 1.2.6 API (CHM格式)

    StateMachine.zip

    本项目"StateMachine.zip"中,我们将深入探讨如何在STM32微控制器上,利用C语言实现一个基于标准库的独立按键状态机,适用于多按键处理场景。 STM32是意法半导体(STMicroelectronics)推出的基于ARM Cortex-M内核...

    StateMachine

    标题中的"StateMachine"一词,通常在IT领域中指的是状态机或者状态机设计模式。状态机是一种模型,用于描述一个系统或对象在其生命周期中可能经历的一系列状态以及这些状态之间的转换。这种概念广泛应用于计算机科学...

    QP State Machine Frameworksqpc_4.1.05 状态机

    QP State Machine Framework是基于事件驱动的嵌入式软件开发中的一个关键组件,它是一个高效、可扩展的状态机实现,主要用于管理复杂系统的行为。这个框架的主要版本是sqpc_4.1.05,它提供了对状态机设计模式的标准...

    Android的状态机模式StateMachine与State

    在压缩包文件"State3Class"中,可能包含了三个与状态机相关的类文件,它们可能是State的实现、StateMachine的实现,或者是用于演示状态机模式的示例代码。通过阅读这些类的代码,我们可以更直观地理解状态机模式在...

    C语言statemachine

    在IT领域,状态机(statemachine)是一种设计模式,它描述了一个系统或对象在不同时间的行为,这些行为根据外部输入或内部条件从一个状态转换到另一个状态。在C/C++编程中,状态机通常用于处理复杂的流程控制或解析...

    StateMachine状态机代码C#

    用C#写的一个简单的状态机模型,大家都可以用来参考,比如一些状态的变化和切换都可以参考这个例子,不再是用各种if else,switch的复杂逻辑来切换各种状态了。 包含一个PlayerState状态抽象类,然后有攻击类,防御...

Global site tag (gtag.js) - Google Analytics