-
it is a page replacement algorithms
it is a page replacement algorithms
- 2022-01-21 17:48:37下载
- 积分:1
-
神奇记录软件:可以制作支持宏的演示程序,短小精悍,非常有参考价值。...
神奇记录软件:可以制作支持宏的演示程序,短小精悍,非常有参考价值。-magical record software : Acer can be produced to support the demonstration program, the small and very valuable reference.
- 2022-03-20 14:58:24下载
- 积分:1
-
Record the mouse events and replay it.
Record the mouse events and replay it.
- 2022-07-04 08:17:14下载
- 积分: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
-
VB读取U盘序列号源码
这个是用VB写的一个读取U盘序列号源码,简单易懂。欢迎大家下载、试用。谢谢大家的支持!
- 2022-11-12 23:10:03下载
- 积分:1
-
基本的串口读写的DLL
Basic Serial Write and Read dll
- 2022-02-21 12:21:28下载
- 积分:1
-
一个类似netstat的程序。
一个类似netstat的程序。-a similar procedure.
- 2023-05-24 23:45:03下载
- 积分:1
-
有用的MATLAB仿真源程序和教程,多多交流,多多指教噢
有用的MATLAB仿真源程序和教程,多多交流,多多指教噢-MATLAB simulation of useful source code and tutorials, a lot of exchange of exhibitions Oh
- 2022-10-28 10:55:04下载
- 积分:1
-
process Scheduling Algorithm : The highest priority of several priority scheduli...
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
- 2022-07-18 13:52:56下载
- 积分:1
-
虚拟内存控制 C 语言源码
虚拟内存控制 C 语言源码 -virtual memory control C language source code
- 2022-08-07 22:05:15下载
- 积分:1