ComplexSet复数集合算法的C++实现,还包括一些参考资料:贪心算法、排课程序、选课程序。苦中排课程序内又包括了几种不同算法实现的程序,供学习参考。 Filename : ComplexSet.cpp Intro : This is a Class of Set whoes elements are complex Functions: (1)The Union of two Sets (overload operator +,+=) (2)The Intersectio
摘要:VC/C++源码,算法相关,ComplexSet,复数,算法 ComplexSet复数集合算法的C++实现,还包括一些参考资料:贪心算法、排课程序、选课程序。苦中排课程序内又包括了几种不同算法实现的程序,供学习参考。
Filename : ComplexSet.cpp
Intro : This is a Class of Set whoes elements are complex
Functions: (1)The Union of two Sets (overload