タグ

2009年4月16日のブックマーク (2件)

  • 知らなかった。continue [label]文 | _level0 - KAYAC Front Engineer Blog

    池田亮司展 +/-[the infinite between 0 and 1]に行きたいなっくるです。 今日は continue文についてのメモ。 if文、for文、そのほかにもwhile、switchなどの制御文がありますが、continue [label] 知りませんでした。見たことあるよーな、ないよーな。 APIリファレンスには ループの終わりまで制御が通過したかのように、最も内側のループ内の残りのステートメントをすべてスキップして、ループの次の反復を開始します。 オプションの label パラメータを使用すると、最も内側のループ以外もスキップできます。 と書いてあります。 ??? こんな感じ↓コピペしてパブリッシュしてみて下さい。 普通のcontinue文 for (var i:int = 1; i < 5; i++) { trace("i = " + i); for (var j

    知らなかった。continue [label]文 | _level0 - KAYAC Front Engineer Blog
    mmnnrr
    mmnnrr 2009/04/16
    へぇ、こんなこと出来るんですな
  • Cosmodro.me: experiments, toys, and widgets. Deface for flash 10

    I've updated the Deface face recognition library that I created last year to take advantage of the new Vector class and some other improvements. google code page It should be fast enough for some limited real-time use now. For instance, the demo below typically finds my face in < 80ms once it's aquired it. That's only about 12fps, but for certain applications that would be sufficient. And I'm sure

    mmnnrr
    mmnnrr 2009/04/16
    またなんか違う人が作ったやつ?ちょっぴり認識甘い気がする