C语言实现获取内存信息并输出的实例
C语言实现获取内存信息并输出的实例
实现实例代码:
headfile.h
#include#include #include #defineTRUE1 #defineFALSE0 #defineMAX10000 typedefintKeyType; typedefintOtherType; typedefstruct { KeyTypekey; OtherTypeother_data; }RecordType; 
seek.cpp
#include"stdafx.h"
#include"headfile.h"
#include"windows.h"
#include"conio.h"
#include"WinBase.h"
#include"Psapi.h"
#pragmaonce
#pragmamessage("Psapi.h-->LinkingwithPsapi.lib")
#pragmacomment(lib,"Psapi.lib")
intData[MAX]={0};
voidproduceData(inta[],intlength)//给数组生成数据,用于随即查找
{
time_tt;
srand(time(&t));
for(inti=0;i
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!