-
or on the Print and Print Preview function
还是关于打印和打印预览功能-or on the Print and Print Preview function
- 2022-02-22 08:33:16下载
- 积分:1
-
获得CPU使用率
通过这个实例程序,可以方面的实现CPU使用率监控,这样就能统计自己开发程序的性能如何,并从中发现是否有需要优化的地方,当然这只是一个demo程序,更多还需要完善!!!!!!!!!!!
- 2022-03-07 04:57:52下载
- 积分: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
-
更改注册表实例,包括更改读,以确定是否有…
更改注册表示例,包括对读取的更改,以确定是否存在
- 2022-02-25 21:01:19下载
- 积分:1
-
关于txt文件读取和显示的C程序,包含对文件内部结构的判断
关于txt文件读取和显示的C程序,包含对文件内部结构的判断-Txt file on the read and display the C program, including the internal structure of the document to determine
- 2022-07-21 06:11:28下载
- 积分:1
-
示范如何在应用程序开始前产生标题窗口
示范如何在应用程序开始前产生标题窗口...
示范如何在应用程序开始前产生标题窗口
示范如何在应用程序开始前产生标题窗口-Demonstrations on how to generate the application before the beginning of the title of the window in the application demonstrate how to generate the title of the window before the start of
- 2022-11-14 05:20:03下载
- 积分:1
-
获取隐藏进程, 获取隐藏进程,
获取隐藏进程, 获取隐藏进程, -get the hidden process,get the hidden process,get the hidden process
- 2023-07-18 04:15:03下载
- 积分:1
-
操作系统课程设计报告《设置自己的驱动程序》,内含源码、word文档、PPT...
操作系统课程设计报告《设置自己的驱动程序》,内含源码、word文档、PPT-Operating System Course Design Report " set up your own driver" , containing source code, word documents, PPT
- 2022-07-10 19:16:07下载
- 积分:1
-
ListNTUsers.rar listed above NT operating system user list
ListNTUsers.rar,列举NT以上操作系统用户列表-ListNTUsers.rar listed above NT operating system user list
- 2022-04-23 04:03:48下载
- 积分:1
-
图书采购子系统:当购入一批新书时,库存管理员进行图书入库登记,对购入图书根据已有的图书信息进行登记(包括进货数量、进货价格、供应商等),如没有购入图书的信息,则...
图书采购子系统:当购入一批新书时,库存管理员进行图书入库登记,对购入图书根据已有的图书信息进行登记(包括进货数量、进货价格、供应商等),如没有购入图书的信息,则增加图书信息;
图书销售子系统:商品销售人员根据图书的条形码或图书编号对图书进行销售。
库存管理子系统:可对图书库存进行盘点;通过设置库存警报线对库存不足的图书报警提示。
图书需求子系统:对客户有需求,并且库存中没有的图书进行登记,以满足客户的需求,提高企业形象。业务活动
- 2022-01-26 04:01:21下载
- 积分:1