-
通过构建Delaunay三角网的离散点,代码…
通过离散的点构建Delaunay三角网,该代码用ATL的方式编写,编译成DLL直接调用。-Construction of discrete points through the Delaunay triangulation, the code to use ATL to prepare the way, the compiler into a DLL called directly.
- 2022-05-27 21:48:13下载
- 积分:1
-
The System Tray gives handy access to programs that need to run in the
backgr...
The System Tray gives handy access to programs that need to run in the
background, and some developers have used it for other types of programs as -Manager icon on task bar
- 2022-02-21 14:09:43下载
- 积分:1
-
RapidFinder 实现文件的查找和替换
RapidFinder 实现文件的查找和替换-Realize RapidFinder file search and replace
- 2023-01-03 11:55:04下载
- 积分:1
-
著名的C/C++垃圾回收站
著名的C/C++垃圾回收站-famous C/C garbage collection
- 2023-06-13 00:40:07下载
- 积分:1
-
对某一目录进行监控,如发生增加删除文件事件给予通知
对某一目录进行监控,如发生增加删除文件事件给予通知-Contents of a monitor, such as delete files to increase the incident occurred to give notice
- 2022-02-15 07:55:37下载
- 积分:1
-
启动程序自动启动,很好的源码,希望大家有帮助
开机自动启动的好程序源码
希望对大家有所帮忙-Boot program automatically starts a good source would like to have everyone help
- 2022-03-20 18:13:47下载
- 积分:1
-
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function...
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function exports table-pe analysis of the information document, Table section Festival information, DATA_DIRECTORY various locations, information and resource information, function table imports and exports table function
- 2023-08-30 07:25:03下载
- 积分:1
-
API钩子库最新版本的API函数进行包装钩…
API Hook Lib最新版
对api的hook功能,进行了封装。直接使用其接口,非常方便对函数进行hook.该版本修改了以前的bug,使用更稳定。-API Hook Lib latest version of the hook of the api functions carried out packaging. Direct use of its interface is very convenient to the function hook. This version changes the previous bug, use the more stable.
- 2022-03-10 22:42:22下载
- 积分:1
-
delphi编写的检测NumLock、Insert、CapsLock、ScrollLock键的状态得小程序...
delphi编写的检测NumLock、Insert、CapsLock、ScrollLock键的状态得小程序-delphi prepared by the detection NumLock, Insert, CapsLock. ScrollLock key state in the small procedures
- 2022-04-19 15:16:04下载
- 积分:1
-
How to use the WinIo library in Win2000 and WinXP system. this sample will lead...
VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:
(1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;
(2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;
(3):在StdAfx.h头文件中加入#include "winio.h"语句;
(4):调用InitializeWinIo函数初始化WinIo驱动库;
(5):调用读写IO口的GetPortVal或SetPortVal函数;
(6):调用ShutdownWinIo函数;
本实例是在VC6.0环境下 XP系统.
-How to use the WinIo library in Win2000 and WinXP system. this sample will lead you to use the WinIo rightly.
- 2022-08-21 23:18:28下载
- 积分:1