-
file extensions volume changes for V1.0 features : batch change file extensions...
文件扩展名批量修改器V1.0
功能:批量修改文件扩展名
使用方法:用户可以选择某个目录,然后对该目录下(包括子目录)的某类文件的扩展名,进行批量修改,可修改成用户设定的扩展名类型。-file extensions volume changes for V1.0 features : batch change file extensions Use : Users can select a directory, then the directory (including subdirectories) in the expansion of certain documents, and changes in volume can be transformed into a user-defined extension types.
- 2023-01-30 10:45:04下载
- 积分:1
-
windows下的xwininfo-窗口信息读取工具
在Linux下,xwininfo可以抓取Linux运行窗口界面的信息,但windows系统没有。为此原创此工具用来抓取windows运行窗口信息。
此代码为ahk语言代码,使用ahk2exe工具可以编译为exe文件
- 2022-08-16 15:58:18下载
- 积分:1
-
Classic problems bound up to the perfect solution for the problem, using the mul...
经典问题 最多约束问题的完美解决方案,利用到乘法原理,还有两种剪枝技术!
-Classic problems bound up to the perfect solution for the problem, using the multiplication principle, there are two pruning techniques!
- 2022-04-14 20:52:57下载
- 积分:1
-
a small VB Management System
一个小小的VB管理系统-a small VB Management System
- 2022-12-27 15:15:03下载
- 积分:1
-
大洋仓库管理系统作为大洋公司的主打产品,自开发成功以来经过众多客户的实践应用以及不断的开发、改版,现成功的推出了最新8.24版. 系统定位:适用于各种企业的...
大洋仓库管理系统作为大洋公司的主打产品,自开发成功以来经过众多客户的实践应用以及不断的开发、改版,现成功的推出了最新8.24版. 系统定位:适用于各种企业的仓库管理,特别是有组装配套作业的企业.... -Ocean warehouse management system as oceans company"s flagship product, since the successful development since many customers through the practice and application of continuous development, revision, the successful launch of the latest version 8.24. System location : apply to all enterprises warehouse management, in particular, it assembled matching enterprises operating
- 2022-05-17 11:06:59下载
- 积分:1
-
串口数据隔离 串口数据隔离 串口数据隔离
串口数据隔离 串口数据隔离 串口数据隔离-Isolation of Serial Data Serial Data Serial Data isolation isolation isolation of Serial Data Serial Data isolation
- 2022-05-21 19:17:32下载
- 积分:1
-
one done with C# chat tools. . Interested to see put on the download!
一个用C#做的聊天工具。。有兴趣的就下载看看把!-one done with C# chat tools. . Interested to see put on the download!
- 2022-10-16 20:50:03下载
- 积分:1
-
This program demonstrates a magic trick.
这个程序演示了一个魔术。
- 2022-03-19 23:57:32下载
- 积分:1
-
c++控制台简易五子棋,增加鼠标支持
- C++ 单个源文件...
- 文件名: go2.cpp
- 编译器名: TDM-GCC 4.8.1 32-bit Release
- C++ 编译器: %BinDir0%g++.exe
- 命令: g++.exe go2.cpp" -o "go2.exe" -ansi -m32 -I"%CppIncludeDir0%" -I"%CppIncludeDir1%" -L"%LibDir0%" -static-libgcc -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 -m32
- 输出文件名: go2.exe
- 输出大小: 1.30 MB
- 编译时间: 2.06s
- 2022-02-26 23:11:13下载
- 积分: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