fqy131314

2022年7月25日

内存泄漏监测工具

摘要: Visual C++ debugger和CRT库 第一步:包含以下头文件 #define _CRTDBG _MAP _ALLOC #include <stdlib.h> #include <crtdbg.h> 第二步:接管new操作符 #ifdef _DEBUG #ifndef DBG_NEW #d 阅读全文

posted @ 2022-07-25 15:32 会飞的鱼-blog 阅读(16) 评论(0) 推荐(0)

地震监测系统(简单实现)

摘要: #include <iostream> #include <string> #include <cmath> #include <Windows.h> #include <fstream> using namespace std; const double THRESHOLD=1.5; double 阅读全文

posted @ 2022-07-25 11:25 会飞的鱼-blog 阅读(29) 评论(0) 推荐(0)

导航