-
Delphi MouseHook鼠标钩子
Delphi MouseHook鼠标钩子,全局映像文件, 如果没有TMappingMem, hook就只对本进程起作用,子类TMouseHook, 只提供事件接口实现,关键所在, 通过AllocateHWnd创建一个不可见的窗体, 来实现所有消息的中转,通过TMouseHookBase的WndProc来实现对消息的响应,最终并附有测试项目的源码。
- 2023-05-03 15:00:03下载
- 积分:1
-
Java编程实例集:类和继承(中文注释)
收集的一些Java编程实例集:类和继承,含有丰富的中文注释,内容大致是:定义 Point类、定义形状接口、循环输出下转形状并打英创建自己异常、使用继承 (实例一个父类定义到子类)子类赋值把一个点定义创建圆对象定义、点的坐标转换成字符串输出,更详细说明请下载这些代码查看。
- 2023-02-15 17:35:04下载
- 积分:1
-
seekCurrent
说明: 采集被测模块工作时,一段时间内的current ,然后进行平均值计算(Collect the current of the tested module in a period of time, and then calculate the average value)
- 2020-04-04 14:16:12下载
- 积分:1
-
CS-SVM
布谷鸟全局搜索算法,包含中文注释,其中来为飞行部分来自X. S. Yang, Nature-Inspired Metaheuristic Algorithms, 2nd Edition, Luniver Press, (2010)。(Cuckoo global search algorithm)
- 2020-10-12 23:07:31下载
- 积分:1
-
步进电机控制,直流电机控制,加法器,状态机等等经典的VHDL例子程序。...
步进电机控制,直流电机控制,加法器,状态机等等经典的VHDL例子程序。-Stepper motor control, DC motor control, adders, state machines, etc. The classic example VHDL procedures.
- 2022-09-27 18:35:03下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
gouxing1
主要是各种构型的GDOP分析,构型不小于5种,可以生成GDOP的平面图(It is mainly GDOP analysis of various configurations. There are no less than 5 configurations, which can generate the plane graph of GDOP.)
- 2020-06-18 20:40:01下载
- 积分:1
-
在C++环境下的冗余码编程,可进行8个字符的转换.
在C++环境下的冗余码编程,可进行8个字符的转换.-C environment in the redundancy program, eight characters for the conversion.
- 2022-03-02 02:19:33下载
- 积分:1
-
jQuery相册专辑插件albumize
说明: One allows you to convert pictures into albums on your web pages, and switch between albums and albums when cover pictures are added.
- 2019-04-30 10:01:26下载
- 积分:1
-
yizhitwo
雷达与红外传感器的集中式加权算法融合,配合内插外推法将数值同步(Centralized weighted algorithm fusion for radar and infrared sensors,Synchronizing the interpolation and extrapolation method to synchronize the numerical synchronization)
- 2020-12-11 16:29:18下载
- 积分:1