-
本程序为一个用Delphi开发的定时关机的示例
本程序为一个用Delphi开发的定时关机的示例-the procedures used for a regular Delphi shutdown example
- 2022-03-10 01:17:35下载
- 积分:1
-
通过钩子跟踪串口的小程序,可以检测串口的数据读写
通过钩子跟踪串口的小程序,可以检测串口的数据读写-tracking serial hook through a small procedure can detect the serial read and write data
- 2022-03-20 16:38:08下载
- 积分:1
-
VC++实现矢量地图背景下的实时显示
VC++实现矢量地图背景下的实时显示-VC vector background maps of the real-time display
- 2022-01-22 03:09:56下载
- 积分:1
-
邮件发送的代码 ,虽然有很多 不完善的地方,但是可以作为参考,有帮助的...
邮件发送的代码 ,虽然有很多 不完善的地方,但是可以作为参考,有帮助的-E-mail to send the code, although there are many imperfections, but it can serve as a reference, there is help
- 2022-04-28 07:39:13下载
- 积分:1
-
拼图游戏,mfc写的拼图游戏,自己感觉还不错
拼图游戏,mfc写的拼图游戏,自己感觉还不错-pintu,write by mfc!
- 2022-10-04 08:20:04下载
- 积分:1
-
子
次程序为最新STC的12系列的单片的A/D转换的C程序,一般提供为汇编程序,这个C程序可以通过串口观察得到-Sub-program for the latest STC" s 12 series of single-chip A/D conversion of the C program, are generally provided for the assembler, the C program can be observed through the serial port
- 2023-01-07 14:55:03下载
- 积分:1
-
C #程序
- 2022-05-18 05:14:32下载
- 积分:1
-
数据包将包括在Borland C++和Visual程序源代码…
the packet will include source code for both programs in Borland C + + and Visual Basic, are some that I ve programado.los Visual programs are focused more on the electronica, in terms of C + + programs are simple load-the packet will include source code for both programs in Borland C++ and Visual Basic, are some that I ve programado.los Visual programs are focused more on the electronica, in terms of C++ programs are simple load
- 2022-03-20 21:32:01下载
- 积分:1
-
matlab6.5下写的三类问题的基于最大最小聚类方面写的聚类程序...
matlab6.5下写的三类问题的基于最大最小聚类方面写的聚类程序-matlab6.5 wrote under the three categories based on the largest area was the smallest cluster clustering procedure
- 2023-02-02 18:15:04下载
- 积分:1
-
获得焦点的窗口和窗口的句柄
应用背景通过使用这个应用程序,您可以轻松地获得标题和当前焦点的窗口句柄的句柄。在这个项目中我们必须使函数调用user32.dll是Windows的API的一部分。两种功能,我们将使用:getforegroundwindow() -得到处理和了解处理我们可以称getwindowtext()获得窗口的标题。关键技术在我们进入代码之前,让我们先添加2个标签,2个文本框和一个计时器。相应地将所有这些名称命名,设置定时器的时间间隔,当然,允许它。现在的代码。首先,我们定义我们的使用报表:使用系统;使用系统;使用system.windows.forms;使用system.runtime.interopservices;我们需要一个命名空间,所以我们可以使用dllimport。然后我们宣布我们的Windows API函数使用dllimport: ; ; ; ; ; ; ;[ dllimport(“user32。dll”)]静态extern int getforegroundwindow();【dllimport(“user32。dll”)]静态extern int GetWindowText(int HWND,StringBuilder文本,int数);最后,我们插入下面的代码,在计时器的滴答声(双按您的定时器在设计视图)事件: ; ; ; ; ; ; ; ; ; ; ; ;const int CHR = 256; ; ; ; ; ; ; ; ; ; ; ;int处理= 0; ; ; ; ; ; ; ; ; ; ; ;StringBuilder缓冲=新的StringBuilder(CHR); ; ; ; ; ; ; ; ; ; ; ;getforegroundwindow()处理=;&n
- 2023-04-09 00:00:03下载
- 积分:1