-
套接字标识符是本地分配的,即每个进程有各自的套接字标识符空间。标识符仅具有一种类似索引号码的作用,系统根据进程给出的标识符,查进程资源表,找到相应的套接口结构,...
套接字标识符是本地分配的,即每个进程有各自的套接字标识符空间。标识符仅具有一种类似索引号码的作用,系统根据进程给出的标识符,查进程资源表,找到相应的套接口结构,从而向进程提供通信服务,真正的通信服务是挂接在套接口结构上的。不同的进程就算有相同的套接字标识符,也不能使用到相同的通信服务。-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
-
目的:
这个程序演示要体现内核的内存分配思想的策略。为此,设计了
内存的分配和回收,完成一系列动作。...
目的:
这个程序演示要体现内核的内存分配思想的策略。为此,设计了
内存的分配和回收,完成一系列动作。-Objective: To demonstrate this process to reflect the core idea of the memory allocation strategy. To this end, the design of the memory allocation and recovery, to complete a series of action.
- 2022-08-07 23:20:09下载
- 积分:1
-
一个改变文件只读属性的例子
一个改变文件只读属性的例子--An example of changeing the readonly properties of files
- 2022-07-12 10:56:25下载
- 积分:1
-
ini adalah program anak keperawatan
ini adalah program anak keperawatan
- 2022-01-26 02:06:35下载
- 积分:1
-
利用该程序可以在程序运行时显示TRACE的内容
利用该程序可以在程序运行时显示TRACE的内容-Use of the program can run in the content displayed when TRACE
- 2022-05-21 10:55:09下载
- 积分:1
-
caiwu
家庭财务管理:整理一个家庭中的一年的收支情况,或称“理财”。将其按表的形式整理出来,方便财务管理。-caiwu
- 2022-01-21 04:47:24下载
- 积分:1
-
Shell programming code, operate like ITEMIDLIST
Shell编程相关代码,操作ITEMIDLIST类-Shell programming code, operate like ITEMIDLIST
- 2022-03-19 15:12:12下载
- 积分:1
-
This procedure can be the operating system' s control panel to create their o...
这个程序可以在操作系统的控制面板中创建属于自己的程序图标。把自己的程序中的一些参数设置和控制内容添加到操作系统中的控制面板里,显的很是专业哦。-This procedure can be the operating system" s control panel to create their own program icon. His own program to set up and control the content of some of the parameters added to the operating system control panel, the very obvious is a professional oh.
- 2022-01-24 14:33:18下载
- 积分:1
-
VC preparation of the DVD video decoders drive, since that algorithm can also no...
用VC++编写了这个视频DVD解码器驱动,自认为算法还可以,现在拿出来和大家共享.-VC preparation of the DVD video decoders drive, since that algorithm can also now like to share.
- 2022-06-29 23:54:41下载
- 积分: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