-
演示如何执行JavaScript和VBScript
演示如何执行JavaScript和VBScript-demonstrate how to implement JavaScript and VBScript
- 2023-07-05 06:00:03下载
- 积分: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
-
实现网上考试随机读取题库,快速方便,界面友好,功能强大...
实现网上考试随机读取题库,快速方便,界面友好,功能强大-Web random read test questions, quickly and easily, friendly interface and powerful
- 2022-01-25 22:38:46下载
- 积分:1
-
可以看一下CPU的使用情况,没有什么大功能,只是让初学者练习下。...
可以看一下CPU的使用情况,没有什么大功能,只是让初学者练习下。-CPU
- 2022-09-06 03:10:03下载
- 积分:1
-
添加图书记录显示,在图书搜索计划的标题下的信息。
添加图书纪录 显示图书信息 根据书名查找图 根据书名删除图书信息 打印图书信息图表 退出系统-Add Book records show that the information under the title of book search plan under the title of book information to delete the information printed book charts out of the system
- 2022-04-29 13:45:47下载
- 积分:1
-
c++指针的使用举例,本文浅显易读,并带完整的源代码
c++指针的使用举例,本文浅显易读,并带完整的源代码-c++ pointer use, for example, simple easy to read this article, and with complete source code
- 2022-04-16 00:57:00下载
- 积分:1
-
获取计算机的配置
获取计算机的配置-access computer configuration
- 2022-01-25 19:38:52下载
- 积分:1
-
基于Windows的二级文件系统开发
基于Windows的二级文件系统开发-Windows-based development of the secondary file system
- 2022-02-15 05:56:31下载
- 积分:1
-
这些文件完整实现火车查询、售票系统,含源代码以及数据库系统...
这些文件完整实现火车查询、售票系统,含源代码以及数据库系统-Full implementation of these documents train inquiries, ticketing system, including source code and database system
- 2022-08-18 00:04:10下载
- 积分:1
-
获得系统内回收站的资源,并可以操作
获得系统内回收站的资源,并可以操作-Recycling within the system resources and can operate
- 2022-03-13 08:46:46下载
- 积分:1