-
解压后的文件夹,包含了常用的矩阵运算,C++语言…
解压后的文件夹中包含矩阵常见运算的c++语言实现算法,具体见减压文件夹中-After extracting the folder that contains common matrix operations c++ Language algorithms, see decompression specific folder
- 2023-02-17 02:05:03下载
- 积分:1
-
实例287——调用MFC常规DLL,显示颜色信息对话框
调用MFC常规DLL,显示颜色信息对话框。
- 2022-01-22 10:34:38下载
- 积分:1
-
VB2008串口调试程序,可连接通信模块收发短信作为参考。
VB2008串口调试程序,可连接通信模块收发短信作为参考。-VB2008 serial debugger can be connected to send and receive SMS communication module as a reference.
- 2022-06-16 11:58:06下载
- 积分:1
-
一个自动更新的辅助插件实现 autoUpdate操作流程: 启动AutoUpdate进程 -》解析传入的参数 -》检查传入的注册表路径是否有效,如果无效则不能继...
一个自动更新的辅助插件实现 autoUpdate操作流程: 启动AutoUpdate进程 -》解析传入的参数 -》检查传入的注册表路径是否有效,如果无效则不能继续 -》连接网站,下载版本文件,存放在系统的临时目录 -》比较下载的版本文件和本地的版本文件,确定是否需要更新,并生成更新列表 -》根据更新列表下载文件,存放在临时目录 -》下载结束后逐个更新本地文件(move) -》move结束,删除临时目录。修改本地版本文件 文件更新顺序:先检查GAME的文件(data和exe)是否要UPDATE,然后再看PLATFORM。-an automatic update of the auxiliary plug-operation to achieve autoUpdate process : Start nip process- "Analysis of imported parameters-" check into the validity of the registry path, if invalid were unable to continue- "Link site, download versions of documents, stored in the system temporary directory-" earlier versions of the documents downloaded and local versions of documents to determine whether there is a need to update and generate updated list- "Under the updated list of downloaded documents, stored in the temporary directory-" download updated after the end of each local paper (move)- "move over, remove the temporary directory. Amend local file updated version of the order : GAME che
- 2023-04-05 14:25:04下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
查看内存使用情况
查看内存使用情况-View memory usage
- 2022-03-29 12:19:36下载
- 积分:1
-
Borland C Builder 6.0 signified patches, application software support
Borland C++ Builder 6.0 汉化补丁,辅助应用软件-Borland C Builder 6.0 signified patches, application software support
- 2023-01-15 08:15:04下载
- 积分:1
-
一个简单的富文本框示例
一个简单的富文本框示例-a simple example of the rich text box
- 2023-09-07 08:40:04下载
- 积分:1
-
一个小型的rtos(avr平台)
一个小型的rtos(avr平台)-a small Byelorussian (avr platform)
- 2022-10-11 18:10:03下载
- 积分:1
-
改建精灵的初步实现
简单的改建实现,适合初学者,用到了HOOK技术,看该代码,首先得回MFC编程,Windows编程,当然C++语法也得会,这个程序我也就改了一个键,有兴趣的人可以加强,达到想魔兽改建精灵一样的效果,在程序界面上,我并没有什么装饰,谅解
- 2023-06-01 15:30:04下载
- 积分:1