-
multi
linux c 多线线程在此源码中应用了锁的同步-multi-thread linux c source code in this application of the lock synchronization
- 2022-10-17 15:35:03下载
- 积分:1
-
本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽...
本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如说如果你没有理解虚拟内存工作原理就无法描叙进程 硬件基本概念一章对现代PC 做了简要介绍操作系统必须与硬件系统紧密结合在一起协同工作操作系统需要一些只能够由硬件提供的服务为了全面理解Linux 你必须了解有关硬件的基础知识 软件基本概念一章介绍了软件基本原理与C 程序语言讨论了建立Linux 这样的操作系统的工具并且给出了操作系统的目标与功能的概叙 内存管理这章描叙了Linux 如何处理物理内存以及虚拟存储技术 进程管理描叙了进程的概念以及Linux 核心是如何创建管理与删除系统中的进程 进程间及进程与核心间通讯以协调它们的活动Linux 支持大量进程间通讯IPC -the book is not specifically a Linux internal manual Rather, it was the introduction of the operating system Linux simultaneously in each chapter of the book as an example to follow from the common characteristics of the principles is that they will be the first core subsystems of Syria will then proceed to the detailed depicts as possible, I will not use routine_X () call routine _Y () to increase the bar data structure foo domain of values in this manner, d
- 2022-03-09 23:27:33下载
- 积分:1
-
Linux 默认情况下,PC 喇叭发出的嘟嘟声音警告(System Beep).
本程序可以让你随意控制蜂鸣器...
Linux 默认情况下,PC 喇叭发出的嘟嘟声音警告(System Beep).
本程序可以让你随意控制蜂鸣器-Linux by default, PC speaker voice warning issued toot (System Beep). This procedure allows you to manipulate the buzzer
- 2023-05-07 05:05:03下载
- 积分:1
-
spserver 是一个实现了半同步/半异步(Half
spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。
spserver 使用 c++ 实现,目前实现了以下功能:
1.封装了 TCP server 中接受连接的功能;
2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制;
3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。
4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架)
-spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (p
- 2023-03-18 00:40:03下载
- 积分:1
-
memory checking tool
源代码valgrind
memory checking tool
源代码valgrind-3.2.1.tar.gz
这是英文使用手册-memory source code checking tool valgrind- 3.2.1. tar.gz use of this manual is in English
- 2023-08-18 11:45:03下载
- 积分:1
-
Linux of Chinese character input method
Linux下的中文输入法-Linux of Chinese character input method
- 2023-01-31 23:55:04下载
- 积分:1
-
<Unix环境高级编程>源代码,经典书籍的代码
源代码,经典书籍的代码- The source code, classic books, the code
- 2022-05-24 11:15:20下载
- 积分:1
-
一个简单的关于LINUX下的模仿SHELL的实现的程序,多指教
一个简单的关于LINUX下的模仿SHELL的实现的程序,多指教-a simple on the LINUX SHELL imitate the realization of the procedures and enlighten
- 2023-08-19 15:40:03下载
- 积分:1
-
Intel提供的在PCA(例如Sitsang开发板)使用IPP4.0库的MPEG
Intel提供的在PCA(例如Sitsang开发板)使用IPP4.0库的MPEG-4编码源程序-provided by the Intel PCA (eg Sitsang Evaluation Board development board) using IPP4.0 for MPEG-4 encoder source
- 2023-01-27 22:40:03下载
- 积分:1
-
linux下的一个简单定时器设计,使用select函数实现功能
linux下的一个简单定时器设计,使用select函数实现功能-linux timer under a simple design, using the select function implementation function
- 2022-06-13 04:42:25下载
- 积分:1