标签:style blog color os for 2014 div sp log
2014年9月19日 16:44:28
这只是个例子,可看明白了?
1 foreach (CircleInfo p in point) 2 { 3 //找出出现次数最多的数 4 allnum++; 5 temp = p.Diameter; 6 count[temp]++; 7 if (count[temp] > maxNum) 8 { 9 maxNum = count[temp]; 10 most = temp; 11 } 12 }
标签:style blog color os for 2014 div sp log
原文地址:http://www.cnblogs.com/newStar-Jinlei/p/3981872.html