摘要:
/////////////////////////////////////////////////////////////////////////////////////////////////////////////// the function template to searching the minimum value from an array of different typetemplate <class ElemType>ElemType calcmin(ElemType elemField[], int iFieldSize){int iMin = 0;for ( 阅读全文
posted @ 2012-03-27 22:05
xiaopingge
阅读(212)
评论(0)
推荐(0)

浙公网安备 33010602011771号