-
改变视图单调的背景
改变视图单调的背景-monotonous background
- 2022-02-06 09:11:41下载
- 积分:1
-
一个根据PATH环境变量设置来查找执行文件位置的程序
一个根据PATH环境变量设置来查找执行文件位置的程序- Establishes according to the PATH environment variable searches
the execution file position the procedure
- 2022-02-22 01:15:33下载
- 积分:1
-
CHKLM类允许你在注册表的HKEY_LOCAL_MACHINE注册键中做写操作(10KB)
CHKLM类允许你在注册表的HKEY_LOCAL_MACHINE注册键中做写操作(10KB)-CHKLM allows you to type in the registry HKEY_LOCAL_MACHINE registration keys do write (10KB)
- 2023-06-10 10:20:03下载
- 积分:1
-
Partition the first partition in the operating system file storage space for the...
分区分配 在 操作系统文件存储 先分区 再分配空间-Partition the first partition in the operating system file storage space for the redistribution of
- 2022-08-02 17:02:42下载
- 积分:1
-
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号...
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
- 2022-01-25 22:36:25下载
- 积分:1
-
The results of the program is running the disk blocks should be included in the...
在程序运行的结果中应包含磁盘块的分配与回收操作。可根据输入的文件名、文件大小进行模拟磁盘分配,并在每次分配与回收后显示分配与回收是否成功,以及分配、回收的磁盘块号。在程序执行过程中,至少应包含分配不成功一次的信息。-The results of the program is running the disk blocks should be included in the distribution and recovery operations. According to the input file name, file size simulated disk allocation, and displayed after each allocation and recovery of the success of the distribution and recycling, as well as distribution, recovery of disk block number. In the program implementation process should include distribution of at least one unsuccessful information.
- 2022-05-21 11:20:58下载
- 积分: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
-
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
-
枚举关闭所以桌面窗口的一个很简单的小程序
枚举关闭所以桌面窗口的一个很简单的小程序-So, the desktop window, close the enumeration of a very simple little program
- 2022-01-26 07:57:38下载
- 积分:1
-
详细介绍了vc动态链接库的开发过程,是本不可多得的vc开发用书...
详细介绍了vc动态链接库的开发过程,是本不可多得的vc开发用书-Vc detailed dynamic link library of the development process is the development of this rare book vc
- 2022-04-22 18:26:05下载
- 积分:1