-
VC++ Environment used to create a multi
VC++环境下,用于制作一个多功能的状态栏-VC++ Environment used to create a multi-purpose status bar
- 2022-10-12 04:55: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
-
它是窗口系统接口测试套件源代码文件
It is windows system API test suite source code file
- 2022-01-26 07:52:36下载
- 积分:1
-
检测程序是否响应的例子
检测程序是否响应的例子-procedures for responding to the detection of examples
- 2023-02-01 04:10:04下载
- 积分:1
-
tlc2543 mega8 spi总线访问
以及相关资料
tlc2543 mega8 spi总线访问
以及相关资料-tlc2543 mega8 spi bus access as well as relevant information
- 2022-04-23 14:32:54下载
- 积分:1
-
#如果定义(__msdos__)&!定义(msdos)
#if defined(__MSDOS__) && !defined(MSDOS)
# define MSDOS
#endif
#if defined(__OS2__) && !defined(OS2)
# define OS2
#endif
- 2022-04-09 22:32:48下载
- 积分:1
-
C/C++中调用MATLAB C Math Library 的实现
C/C++中调用MATLAB C Math Library 的实现-C/C Calling MATLAB C Math Library Implementation
- 2022-04-01 05:25:29下载
- 积分:1
-
利用打印驱动程序生成SVG文件,很好的源代码下载把
利用打印驱动程序生成SVG文件,很好的源代码下载把-Use printer driver to generate SVG documents, a very good source code to download the
- 2022-05-26 04:54:46下载
- 积分:1
-
一个简单的系统,课程设计的,机场售票系统
一个简单的系统,课程设计的,机场售票系统-A simple system, curriculum design, airport ticketing system
- 2022-02-20 13:41:40下载
- 积分:1
-
用于人事工资管理,适用于中小型企业,绝对好用
用于人事工资管理,适用于中小型企业,绝对好用-Wages for personnel management, applicable to small and medium enterprises, the absolute ease of use
- 2022-05-17 15:43:07下载
- 积分:1