-
ShutUp lets you automate clean
ShutUp lets you automate clean-up tasks before shutdown. It can
clean out selected history lists, eject CDs, delete the files in
your TEMP directory, and run the programs you specify before
shutting down your computer. It also lets you schedule reminders
every day, one day a week, one day a month, or for a specific
date any time in the future.
- 2022-02-07 07:14:22下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
仿OUTLOOK
仿OUTLOOK-imitation OUTLOOK
- 2022-08-08 18:24:10下载
- 积分:1
-
生成二维码
生成二维码 生成QRCode的,并将其保存为bmp文件。Generate the QRCode and save it to bmp file.
- 2022-02-05 20:37:39下载
- 积分:1
-
auto create odbc
auto create odbc
- 2023-08-09 14:25:03下载
- 积分:1
-
程序崩溃后,将内存中的崩溃信息dump到本地,供调试用
当我们系统要求的程序,有时会在客户端计算机的应用程序崩溃,因为没有调试信息,我们不能调试应用程序崩溃,为什么。但与小型转储,我们可以调试崩溃是本地机器调试
- 2022-09-05 05:45:02下载
- 积分:1
-
An algorithm stored on the page is very easy to use things
一个关于页面存储的算法 非常好用的东西 只要打开 就能用了-An algorithm stored on the page is very easy to use things
- 2022-06-30 15:22:05下载
- 积分:1
-
WinCe UDP programming, can be achieved connectionless packet communication, EVC4...
WinCe UDP编程,可以实现无连接数据包通讯,EVC4.2下编译通过-WinCe UDP programming, can be achieved connectionless packet communication, EVC4.2 under the compiler through
- 2022-08-24 15:48:02下载
- 积分:1
-
Windows ce的一本非常好的教程 windowce
Windows ce的一本非常好的教程 windowce-Windows ce of a very good tutorial windowce
- 2023-06-11 08:10:03下载
- 积分:1
-
链表基本操作,包括链表的初始化,创建,插入节点,删除节点,以及冒泡排序等,有完美的操作界面。...
链表基本操作,包括链表的初始化,创建,插入节点,删除节点,以及冒泡排序等,有完美的操作界面。-List of basic operations, including the initialization list, create, insert node, delete node, as well as the bubble sort, etc., there is a perfect interface.
- 2022-03-19 09:12:27下载
- 积分:1