摘要:        
//A=A∪Bvoid union(List &LA, List &LB){ La_len=ListLength(LA); while(!ListEmpty(LB)) { ListDelete(LB, 1, e); if(!LocateElem(LA, e, equal())) ListInsert(LA, ++La_len, e); }//while DestoryLis...    阅读全文
posted @ 2009-03-01 11:34
jackhen->hench
阅读(229)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号