-
这个是用来定时关闭计算机的小东西,我个人觉得很实用啊,可以在睡觉的放催眠曲,设定若干分钟后关闭电脑,又不浪费电!...
这个是用来定时关闭计算机的小东西,我个人觉得很实用啊,可以在睡觉的放催眠曲,设定若干分钟后关闭电脑,又不浪费电!-This is a closed computer regularly used the small things, I personally feel very practical ah can sleep in the release Lullaby set number of minutes after the closure of the computer, without wasting electricity!
- 2022-03-04 21:21:32下载
- 积分:1
-
窗口化的小程序饿~~!用了就可以运行就这了~~!没别的用出
窗口化的小程序饿~~!用了就可以运行就这了~~!没别的用出-window of the small programs hungry ~ ~! It used to run on the ~ ~! No other uses
- 2022-12-06 00:45:03下载
- 积分:1
-
Windows核心编程源代码
Windows核心编程源代码-core programming Windows source code
- 2023-06-15 18:30:05下载
- 积分:1
-
Wallpaper for your program settings. BMP images routines used in displays, JPG a...
为自己的程序设置壁纸。例程中使用了BMP图片显示、JPG和GIF图片显示、菜单设置、注册表设置与使用。-Wallpaper for your program settings. BMP images routines used in displays, JPG and GIF images display, menu settings, registry settings and use.
- 2022-03-23 03:36:53下载
- 积分:1
-
caiwu
家庭财务管理:整理一个家庭中的一年的收支情况,或称“理财”。将其按表的形式整理出来,方便财务管理。-caiwu
- 2022-01-21 04:47:24下载
- 积分:1
-
一个文件保护器的完整源代码
一个文件保护器的完整源代码-a document on the protection of the integrity of the source code
- 2022-07-11 05:21:51下载
- 积分:1
-
告诉你怎么做定时器
tells you how to do the timer
- 2023-02-10 20:10:03下载
- 积分:1
-
一个实时看鼠标所在点的RGB值的程序
一个实时看鼠标所在点的RGB值的程序--The program which can view the RGB value of the point of mouse
- 2023-07-10 00:30:02下载
- 积分:1
-
获取CPU信息的几种方法,VC++下调试通过。可以使用注册表、平台SDK、汇编等多种方法获取CPU的信息,使用者可以自行生成dsw组合这些源码。...
获取CPU信息的几种方法,VC++下调试通过。可以使用注册表、平台SDK、汇编等多种方法获取CPU的信息,使用者可以自行生成dsw组合这些源码。
- 2022-11-23 19:40: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