This comment is reply for 6468 takatoh: どういう訳かまだRubyがないので。 ...(コード中の文字の頻度分析). Go to thread root.
匿名 #6494(2008/06/14 17:00 GMT) Rating0/0=0.00
以下でもOKですね。 hist = Hash.new(0) src.each_byte do |c| hist[c.chr] += 1 end
[ reply ]
匿名
#6494()
Rating0/0=0.00