摘要: bool operator==(const CBigInteger& x, const CBigInteger&y){ if(x.sign != y.sign) return false; if(x.num != y.num) return false; for(int i=0; i < x.num 阅读全文
posted @ 2019-09-07 16:13 石首桃花山 阅读(121) 评论(0) 推荐(0) 编辑
摘要: #ifdef _DEBUG #else #endif #ifdef _DEBUG#pragma comment(lib,"..\\debug\\LedCtrlBoard.lib")#else#pragma comment(lib,"..\\release\\LedCtrlBoard.lib")#en 阅读全文
posted @ 2019-09-07 15:37 石首桃花山 阅读(359) 评论(0) 推荐(0) 编辑