-
shell上下文菜单扩展实用源码
shell上下文菜单扩展实用源码-shell context menu expansion practical source
- 2022-02-13 02:31:02下载
- 积分:1
-
中断服务开发类库
中断服务开发类库 -interrupted service development library
- 2022-01-25 17:54:29下载
- 积分: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
-
x64实现Thunk的新思路,兼容x86,目前能使用的第一份x64下的thunk代码。...
x64实现Thunk的新思路,兼容x86,目前能使用的第一份x64下的thunk代码。-x64 new ideas to achieve Thunk, compatible with x86, is currently able to use the first thunk code under x64.
- 2022-04-19 11:01:43下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
My net phone for PSTN and VOIP ,try it thanks.
My net phone for PSTN and VOIP ,try it thanks.-My net phone for PSTN and VOIP, try it thanks.
- 2022-06-03 12:07:59下载
- 积分:1
-
debugger for debugging process to streamline and simplify the process of handlin...
调试库 简化调试过程,简化错误处理过程。集合了一些通用函数便于编程。-debugger for debugging process to streamline and simplify the process of handling errors. Set some common functions to facilitate programming.
- 2022-11-21 05:55:03下载
- 积分:1
-
这是用凌阳单片机编的公交车报站器程序,绝对好用,内附强大的语音处理功能!...
这是用凌阳单片机编的公交车报站器程序,绝对好用,内附强大的语音处理功能!-This is made by Sunplus Singlechip bus stop program, the absolute ease of use, enclosing a powerful voice processing functions!
- 2022-02-25 21:21:41下载
- 积分:1
-
NT Service管理程序
NT Service管理程序 -Managing NT Service
- 2022-03-22 23:46:07下载
- 积分:1
-
关于c51中asm代码和C代码的几个应用 实例 希望有兴趣的 来学习...
关于c51中asm代码和C代码的几个应用 实例 希望有兴趣的 来学习-On c51 in asm code and C code examples of several applications of interest I hope to learn
- 2023-03-13 21:00:03下载
- 积分:1