-
Linux Kernel核心中文手册
Linux Kernel核心中文手册-core Linux Kernel Chinese Manual
- 2023-05-08 05:10:03下载
- 积分:1
-
1。编写一个C++程序,作为内核命令行解释器
1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用""作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
- 2022-08-13 03:09:59下载
- 积分:1
-
linux 控制台下显示图片
欢迎使用,
linux 控制台下显示图片
欢迎使用,-linux console display picture welcome to use,
- 2022-01-23 11:03:16下载
- 积分:1
-
这个程序可以是一个主要的C++语言程序的括号和检查的…
本程序主要可以对一个c语言程序中的括号和注释情况进行检查,可以快速地发现原程序 * 中隐含的语法匹配性错误,可以根据检查结果,对不匹配的括号进行修改,最快速度地将 * 程序修改正确。同时本程序也可以象wc程序一样对一个程序进行计数统计,得到一个文件 * 的行、单词、字节的统计结果。-this procedure can be a major c language program brackets and the inspection of the Notes can be found quickly to the original* implied matching syntax errors, according to test results that do not match the brackets revised to be the fastest speed* revising the procedures correctly. While this procedure may also wc procedure as a process of counting statistics, to be a document* lines, words, byte of the data.
- 2022-02-19 23:34:55下载
- 积分:1
-
是学习Linux调试必不可少的好文档,是一部好书
是学习Linux调试必不可少的好文档,是一部好书-Essential to learn Linux debugging a good document, is a good book
- 2022-03-24 13:08:23下载
- 积分:1
-
qt4编写的输入法,字库为文件存储的形式,通过c++里面的map容器进行检索...
qt4编写的输入法,字库为文件存储的形式,通过c++里面的map容器进行检索-input for qt4
- 2022-03-07 01:42:04下载
- 积分:1
-
linux常见问题解答 比较实用 redhat工作室编写的
linux常见问题解答 比较实用 redhat工作室编写的-linux
- 2022-08-09 15:18:54下载
- 积分:1
-
sja1000的PCI CAN通讯驱动适用于linux2.6内核
sja1000的PCI CAN通讯驱动适用于linux2.6内核-PCI CAN driver for Sja1000 in linux 2.6
- 2023-01-31 20:00: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
-
LINUX启动时,第一个运行的进程是INIT进程。
本文主要对INIT进程作了详细分析。...
LINUX启动时,第一个运行的进程是INIT进程。
本文主要对INIT进程作了详细分析。-LINUX started, the first running process is the INIT process. In this paper, INIT process of detailed analysis.
- 2022-03-01 15:40:30下载
- 积分:1