新千葉 ガーベージ・コレクション

FPGA マガジンやインターフェースで書けなかったこと等をちょぼちょぼ書いてます。@ryos36

いかにも非効率的そうなプログラム

	for ( int ti = 0 ; ti < time_n ; ++ti) {
		for( int yi = 0 ; yi < 100 ; ++yi ) {
			for( int xi = 0 ; xi < 100 ; ++xi ) {
				for( std::vector<clut>::iterator iter = cluts.begin(); iter != cluts.end(); ++iter ) {

				}	
			}
		}
	}

センスが感じられんぞ>自分。