​​
摘要: #include<stdio.h> #include<windows.h> int i = 1; DWORD WINAPI ThreadProc(LPVOID lpParameter) { for(int i = 0; i < 1000; i++){ Sleep(1000); printf(" \n 阅读全文
posted @ 2020-09-19 17:28 w_athena 阅读(141) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include"resource.h" #include <psapi.h> #include <Tlhelp32.h> #include <commctrl.h> #include <string.h> #include<stdlib.h> #includ 阅读全文
posted @ 2020-09-18 22:03 w_athena 阅读(231) 评论(0) 推荐(0)
摘要: // ssssa.cpp : Defines the entry point for the application. // #include "stdafx.h" #include"resource.h" #include <commctrl.h> #pragma comment(lib,"com 阅读全文
posted @ 2020-09-15 22:48 w_athena 阅读(205) 评论(0) 推荐(0)
摘要: #include<stdio.h> #include<stdlib.h> #include<Windows.h> #pragma warning(disable:4996) #define FILEPATH_IN "D:\\IPMSG2007.exe" #define FILEPATH_OUT "D 阅读全文
posted @ 2020-09-15 16:33 w_athena 阅读(228) 评论(0) 推荐(0)
摘要: 0040105C |. 8D7C24 0C lea edi,dword ptr ss:[esp+0xC]00401060 |. 83C9 FF or ecx,-0x1 ;将ecx置-100401063 |. 33C0 xor eax,eax00401065 |. F2:AE repne scas b 阅读全文
posted @ 2020-09-15 16:07 w_athena 阅读(376) 评论(0) 推荐(0)
摘要: //resource.h #define IDD_DIALOG_MAIN 101#define IDI_ICON_SMALL 102#define IDI_ICON_BIG 103#define IDC_EDIT_UserName 1000#define IDC_EDIT_PassWord 1001 阅读全文
posted @ 2020-09-15 15:43 w_athena 阅读(183) 评论(0) 推荐(0)
摘要: #include<windows.h> #include <stdio.h> #include <stdarg.h> #include <ctype.h> HINSTANCE hAppInstance; LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPA 阅读全文
posted @ 2020-09-14 18:30 w_athena 阅读(132) 评论(0) 推荐(0)
摘要: #include<windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdL 阅读全文
posted @ 2020-09-10 17:54 w_athena 阅读(123) 评论(0) 推荐(0)
摘要: //此程序不知道什么问题横滚动条没有实现#include<windows.h> #include"framework.h" LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInst 阅读全文
posted @ 2020-09-08 21:29 w_athena 阅读(137) 评论(0) 推荐(0)
摘要: #include<windows.h> #include"SYSMET.h" LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevIn 阅读全文
posted @ 2020-09-07 12:53 w_athena 阅读(201) 评论(0) 推荐(0)