並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 124 件 / 124件

新着順 人気順

design-patternの検索結果121 - 124 件 / 124件

  • State Machine Design pattern — Why & How? Example through Spring State Machine — Part 1

    State Machine modeling is one of the most traditional patterns in Computer Science. It’s one of those design patterns which impacts our daily life through different software. It’s not a coding oriented ( Gang of Four type ) design pattern, but it’s system oriented, mostly used to model around business use cases. Courtesy: Google. Representational image.What is a State Machine in laymen terms:Let’s

      State Machine Design pattern — Why & How? Example through Spring State Machine — Part 1
    • Creating the Singleton design pattern in PHP5

      Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. Learn more about Collectives

        Creating the Singleton design pattern in PHP5
      • Design Pattern Automation Toolkit

        <a href="main.html">Frames are disabled. Click here to go to the main page.</a>

        • Sample Application for GOF's Design Pattern

          『COMMANDでMIDIプレーヤーを作ってみよう!』では、COMMAND を使ってMIDIのシーケンサーを制御してMIDIファイルを再生するプログラムを作ってみました。とりあえず、動きをみてみましょう。Java版とWin32版でちょっと動作が違います。MIDIファイルが手元にない場合は、WindowsXPを使用の方は、Windows\Mediaに、town.mid、onestop.mid、flourish.midの3つのファイルがあります。 // Java版 $ java CommandSample Input Command > help // 登録されているコマンドの表示 quit stop [all] play [midi file] loop [midi file] help (this command) Input Command > play onestop.mid // o