-
套接字标识符是本地分配的,即每个进程有各自的套接字标识符空间。标识符仅具有一种类似索引号码的作用,系统根据进程给出的标识符,查进程资源表,找到相应的套接口结构,...
套接字标识符是本地分配的,即每个进程有各自的套接字标识符空间。标识符仅具有一种类似索引号码的作用,系统根据进程给出的标识符,查进程资源表,找到相应的套接口结构,从而向进程提供通信服务,真正的通信服务是挂接在套接口结构上的。不同的进程就算有相同的套接字标识符,也不能使用到相同的通信服务。-socket identifier is a local distribution that each process has its own socket identifier space. Identifier only have a similar role Index numbers, the system is under the process identifier, and examine the process of resource tables, find the corresponding sets of interface structure, so as to provide communications services process, the real communications services is articulated in the presentation on the structure of the interface. Even if the process is the same socket identifier, nor to use the same communications services.
- 2022-01-31 21:36:23下载
- 积分:1
-
WINDOWS NT下查看所有文件,注册表项的源码.
WINDOWS NT下查看所有文件,注册表项的源码.-WINDOWS NT check all the documents, the registry of the source.
- 2023-05-24 18:05:03下载
- 积分:1
-
一个远线程插dll到目标进程,非常简单的例子,非常适合初学者...
一个远线程插dll到目标进程,非常简单的例子,非常适合初学者-A long thread is inserted dll to the target process, a very simple example, very suitable for beginners
- 2022-09-02 00:15:03下载
- 积分:1
-
程序功能实现隐藏文件的功能,主要通过钩子实现该文件隐藏功能...
程序功能实现隐藏文件的功能,主要通过钩子实现该文件隐藏功能-Program features to achieve the functions of hidden files, api hook, mainly through the realization of the hidden features of the document
- 2022-08-12 10:07:12下载
- 积分:1
-
本仓库管理系统包括了酒店管理的基本的所有功能,是一个很不错的系统!...
本仓库管理系统包括了酒店管理的基本的所有功能,是一个很不错的系统!-the warehouse management system includes the hotel management of all the basic functions, is a very good system!
- 2022-01-26 07:56:50下载
- 积分:1
-
远程桌面服务器,VC7下写的,欢迎测试,有问题请告诉我
远程桌面服务器,VC7下写的,欢迎测试,有问题请告诉我-Remote Desktop server, written under the VC7 welcome testing, please tell me the problem
- 2022-07-14 19:51:03下载
- 积分:1
-
虚拟内存,这个使用vc++实现的对于虚拟内存的管理,这个程序是vc开发大全里面的源代码,可以给学习的朋友一个详细的解释。习于此道的朋友可以下载来看看。...
虚拟内存,这个使用vc++实现的对于虚拟内存的管理,这个程序是vc开发大全里面的源代码,可以给学习的朋友一个详细的解释。习于此道的朋友可以下载来看看。-virtual memory, the use vc++ for the virtual memory management, the procedure is vc development Daquan inside the source code, can be a friend to learn a detailed explanation. Xi Road friend here can be downloaded to look at.
- 2022-12-06 03:40:03下载
- 积分:1
-
用VB获取系统进程的硬件信息,可用于系统检测!
用VB获取系统进程的硬件信息,可用于系统检测!-VB acquisition system using the process of the hardware information is available for system testing!
- 2022-03-11 14:48:47下载
- 积分:1
-
动态链接库的学习,如何制作并如何引用,并有电子文档
动态链接库的学习,如何制作并如何引用,并有电子文档-Dynamic Link Library to learn how to create and how to invoke and to have electronic documents
- 2022-08-13 05:44:40下载
- 积分:1
-
mykad的源代码
读写智能读卡器的调用windows自带的动态库来读取卡信息,通过调用winscard.dll里面的SCardEstablishContext函数,SCardReleaseContext函数,SCardTransmit函数来实现读卡。
- 2022-11-14 04:40:04下载
- 积分:1