练习21

#include <iostream> using namespace std; enum Core { Single, Dual, Quad }; enum Words { Bit32, Bit64 }; enum HyperThread { Support, NotSupport }; class CPU { public: CPU(unsigned frequence, Core type,
相关文章
相关标签/搜索