ブログのタイトルのところにあるアニメーションのような機構で,モーター1つで歩いてるような動きが出来ます.
完成図
実際の動作の様子
dp.sh.Brushes.Matlab = function() { var keywords = 'break case catch classdef continue else elseif ' + 'end for function global if methods otherwise ' + 'persistent properties return switch try while'; this.regexList = [ { regex: new RegExp('%.*', 'gm'), css: 'comment' }, // one line comments { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings { regex: new RegExp(this.GetKeywords(keywords), 'gm'), css: 'keyword' } // c# keyword ]; this.CssClass = 'dp-c'; this.Style = '.dp-c .vars { color: #d00; }'; } dp.sh.Brushes.Matlab.prototype = new dp.sh.Highlighter(); dp.sh.Brushes.Matlab.Aliases = ['matlab', 'MATLAB'];Firefoxでは折り返しがうまく行きませんね.そのうち改善されるかな?
I. Maruta, T.H. Kim, T. Sugie:
Synthesis of fixed-structure H-infinity controllers via Constrained Particle Swarm Optimization,
Proceedings of the 17th IFAC World Congress, Seoul, Korea, pp. 7843-7848 (2008. 7)
発表スライド(PDF)