-
一款可以读取及侦测USB设备监测插入及安全弹出示例。可以获取操作系统所关联的所有驱动器设备。程序可以自动监测有新USB移动设备插入并即时获取显示该移动设备的有关...
一款可以读取及侦测USB设备监测插入及安全弹出示例。可以获取操作系统所关联的所有驱动器设备。程序可以自动监测有新USB移动设备插入并即时获取显示该移动设备的有关信息。同时可以允许用户安全弹出移动设备。-Can read and detect a USB device to monitor the insertion and security pop-up sample. Operating system can access all drives associated equipment. Automatic monitoring program can have a new USB mobile device insertion and immediate access to mobile devices showed that the relevant information. At the same time can allow users to security pop-up mobile devices.
- 2022-08-18 18:27:53下载
- 积分:1
-
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
-
一个类似WINDOWS资源管理器,实现了基本功能。
一个类似WINDOWS资源管理器,实现了基本功能。-A similar WINDOWS Explorer, the realization of the basic functions.
- 2023-03-30 11:20:03下载
- 积分:1
-
the code used several categories, the computer can access the CPU information, i...
这个代码使用了几个类,即可获取计算机中CPU的信息,包括CPU频率,型号,生产商,二级缓存,CPU技术特征,所有寄存器位置等.没有使用微软的WMI库编程-the code used several categories, the computer can access the CPU information, including CPU frequency, type, manufacturer, two cache, CPU technical features, register all locations. Do not use Microsoft"s WMI programming library
- 2022-01-31 04:04:21下载
- 积分:1
-
这是一个笔者初学成果,主是是用于在办公环境里防止员工运行一些管理员禁止运行的程序,压缩包里附有祥细的使用说明
注:rar包解开后,其本身也是用winrar做...
这是一个笔者初学成果,主是是用于在办公环境里防止员工运行一些管理员禁止运行的程序,压缩包里附有祥细的使用说明
注:rar包解开后,其本身也是用winrar做的自解压文件-This is a writer of learning outcomes, is the proprietor is used in the office environment to prevent employees run against some administrators running program, compressed bag with the use wound Note : rar untie packets, as well as its own WinRAR do with self-extracting files
- 2022-01-25 18:19:58下载
- 积分:1
-
一个查看CPU运行情况的程序,推荐下载
一个查看CPU运行情况的程序,推荐下载--A program which can view the CPU running situation,recommend!
- 2022-05-25 16:11:29下载
- 积分:1
-
键盘接口汇编程序
键盘接口汇编程序-keyboard interface assembler
- 2022-03-26 16:41:50下载
- 积分:1
-
Increases the URL quick way to the bookmark, starts on the menu
and the tabletop
快速增加指向书签的URL,从菜单开始
- 2022-02-16 06:16:52下载
- 积分:1
-
重载delete和new,并标记,可以发现内存泄露的部分代码。
重载delete和new,并标记,可以发现内存泄露的部分代码。-Overloading delete and new, and mark, you can find memory leaks in part of the code.
- 2022-03-13 01:19:58下载
- 积分:1
-
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。...
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。-complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this stage the best, using asynchronous overlapping operations.
- 2022-03-22 04:33:48下载
- 积分:1