上一页 1 ··· 12 13 14 15 16
摘要: MemLookup v1.0 用于查看程序运行内存 编译选项 -lpsapi 版本低的貌似需要改一下Psapi.h?(加一个#include<windows.h>,不然会有编译错误) #include<bits/stdc++.h> #include<Psapi.h> #include<tlhelp3 阅读全文
posted @ 2022-08-17 10:07 haozexu 阅读(12) 评论(0) 推荐(0)
摘要: 代码大部分来自网络 #include <iostream> #include <windows.h> #include <tlhelp32.h> #include <stdio.h> #include <aclapi.h> #include <bits/stdc++.h> using namespa 阅读全文
posted @ 2022-08-09 19:08 haozexu 阅读(10) 评论(0) 推荐(0)
摘要: 奇葩贪吃蛇 #include <cstdio> #include <algorithm> #include <iostream> #include <conio.h> #include <windows.h> #include <winable.h> #include <ctime> #define 阅读全文
posted @ 2021-09-05 16:21 haozexu 阅读(18) 评论(0) 推荐(0)
摘要: 改版五子棋 version 3.0 更新日志: v1.0 修改了bug【源码来源:链接 | yzmyyds】 v2.0 添加了command mode v3.0 添加了脚本模式(代码长度从196行加到660行) 脚本示例 0000000000001820000 0000000000000000100 阅读全文
posted @ 2021-09-03 20:44 haozexu 阅读(22) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16