-
linux下菜单显示源代码
linux下菜单显示源代码-under linux menu shows the source code
- 2022-08-22 07:02:26下载
- 积分:1
-
在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP...
在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP-A ping-like program in Linux. It can caculate round trip time between two points. You can choose TCP or UDP.
- 2022-08-20 00:36:21下载
- 积分:1
-
GNU Mach micro
GNU Mach 微内核源代码, 基于美国卡内基美隆大学的 Mach 研究项目,是 GNU Hurd 运行的基础。详情请参阅: http://www.gnu.org/software/hurd-GNU Mach micro-kernel source code, based at Carnegie Mellon University"s Mach research projects, GNU Hurd operational basis. For details, please refer : http://www.gnu.org/software/hurd
- 2022-01-25 14:58:06下载
- 积分:1
-
Linux进程源代码分析
Linux进程源代码分析-Linux source code analysis process
- 2022-02-06 00:35:00下载
- 积分:1
-
Linux内核完全注释,对Linux早期操作系统内核(v0.11全部代码文件进行了详细的注释...
Linux内核完全注释,对Linux早期操作系统内核(v0.11全部代码文件进行了详细的注释-Linux kernel totally Notes of the early Linux kernel (v0.11 all the code files for a detailed comment
- 2022-07-25 06:38:41下载
- 积分:1
-
生产者与消费者问题,用信号量实现!linux环境下的C代码
生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
- 2022-11-03 05:00:03下载
- 积分:1
-
Unix和Linux网络驱动程序
unix and linux net driver
- 2022-03-10 22:54:42下载
- 积分:1
-
入门程序,用于测试udp 仅仅几行,但可以了解udp基本写法
入门程序,用于测试udp 仅仅几行,但可以了解udp基本写法-entry procedures for testing udp only a few lines, but I can understand basic written udp
- 2022-02-03 06:52:50下载
- 积分:1
-
linux 下的时间日,可以查看日历的日期,能够定时,和提醒功能。...
linux 下的时间日,可以查看日历的日期,能够定时,和提醒功能。-of time, can view the calendar date to timing, and remind function.
- 2022-02-04 05:34:46下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1