-
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
- 2022-02-15 18:15:01下载
- 积分:1
-
这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等...
这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等-This is a small program, can point to the mouse class name, text, such as RGB color values
- 2023-06-20 00:00:03下载
- 积分:1
-
打开保存的图像的opencv
openCV 打开 保存图片 通过mfc在vc2008中实现-Open the saved image openCV
- 2022-11-17 01:10:03下载
- 积分:1
-
一个软件代码的总结,可以帮助你统计那里的代码…
一个对于代码总结的一个软件,可以帮你统计你的代码还有一些注释等,非常好用-A summary of the code of a software, can help you statistics of your code there are some notes and so on, very easy to use
- 2022-06-26 11:40:25下载
- 积分:1
-
检测Pentium 以上CPU的时钟频率,采用高精度显示。
检测Pentium 以上CPU的时钟频率,采用高精度显示。-detection Pentium CPU clock frequency, using high precision display.
- 2022-03-21 11:38:55下载
- 积分:1
-
简单实现了航带网摄影测量中相对定向元素的解算,模型的绝对定向,和自由航带网的生成的功能。...
简单实现了航带网摄影测量中相对定向元素的解算,模型的绝对定向,和自由航带网的生成的功能。-Achieved with a simple route network Photogrammetry relative orientation elements solvers, model absolute orientation, and free flights with the generation of network functions.
- 2022-03-15 08:28:06下载
- 积分:1
-
改变Mac地址的程序,通过修改操作系统注册表完成
改变Mac地址的程序,通过修改操作系统注册表完成-Mac address change process, completed by modifying the operating system registry
- 2022-09-24 04:20:02下载
- 积分:1
-
用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。...
用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。-Code simulation of mouse click events, in the proceedings of a simulated mouse clicks or button position. Including click and double-click. The same can be extended to simulate the keyboard.
- 2022-08-17 08:50:26下载
- 积分:1
-
不需要DLL,实现3级跳转,网上资源,大家下载
不需要DLL,实现3级跳转,网上资源,大家下载-Does not require DLL, the realization of 3 Jump, online resources, download the U.S.
- 2023-06-11 19:05:04下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。 -This is an SDK program. This procedure tracking shows the coordinates of the mouse position, and if the mouse can be displayed in the window s title bar operating information, if the customer area of the window to double-click, double-click the location of points will be shown on location information.
- 2022-03-22 15:37:22下载
- 积分:1