-
操作系统课程设计_读者写者问题(2);附主要函数流程图及说明。...
操作系统课程设计_读者写者问题(2);附主要函数流程图及说明。-courses on operating system design _ readers who write (2); Report of the main functions of flow charts and descriptions.
- 2022-03-11 19:11:24下载
- 积分:1
-
在套接字上的所有接口函数的代码都是在研究数据中报告的…
对SOCKET的HOOK所有API函数的VC代码
对研究数据报有很大的作用
大家可以研究研究。
-The HOOK on the SOCKET all API function VC code reported on the research data has a significant role in U.S. studies can study.
- 2023-05-04 22:15:03下载
- 积分:1
-
xml解析类可以给用户带来一定的方便,
xml解析类可以给用户带来一定的方便, -xml analytic category can give users a certain degree of convenience,
- 2022-03-06 07:24:07下载
- 积分:1
-
自己写的一个可以活得系统各项信息的工具。简单而强大!
自己写的一个可以活得系统各项信息的工具。简单而强大!-himself in a live system, which is a tool. Simple and powerful!
- 2022-08-14 05:54:18下载
- 积分:1
-
Automatic shutdown of the C language code ~ automatic shutdown of the C language...
自动关机的C语言代码~自动关机的C语言代码-Automatic shutdown of the C language code ~ automatic shutdown of the C language code
- 2022-04-17 15:48:56下载
- 积分:1
-
通过本程序可以自定义任何文件类型的图标,代码全在里面,大家自己看吧...
通过本程序可以自定义任何文件类型的图标,代码全在里面,大家自己看吧-Through this program can customize any file type icon, the entire code inside, everyone and see their own
- 2022-03-25 04:09:40下载
- 积分:1
-
实现cpu调度问题.值得参考学习.可以改进使用.
实现cpu调度问题.值得参考学习.可以改进使用.-The realization of cpu scheduling problem. It is also useful to learn. Can improve the use of.
- 2023-07-18 19:25:03下载
- 积分:1
-
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头...
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。
-Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden details of categories. This means that we provide only the first document to be exposed to public member functions of the statement, all other information in this header file will not be displayed inside. This time will be used to achieve separation of interface and technology.
- 2022-05-07 22:12:27下载
- 积分:1
-
Memory clean
内存清理,就是将内存中的数据换到硬盘上,希望大家发挥一下-Memory clean-up, is to change the data in memory to the hard drive, and hope we play what
- 2022-07-13 09:42:04下载
- 积分: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