-
4.了解和掌握Linux系统支持的消息通信机制、共享存储区机制。. (1) 消息的创建、发送和接收: 使用系统调用msgget( )、msgsed( )、msg...
4.了解和掌握Linux系统支持的消息通信机制、共享存储区机制。. (1) 消息的创建、发送和接收: 使用系统调用msgget( )、msgsed( )、msgrev及msgcrl( ),编写消息的发送和接收程序(消息长度为1KB); (2) 共享存储区的创建、附接和断接: 使用系统调用shmget( )、shmat( )、shmcrl( ),编写一个与上述功能相同的程序。-4. Understanding and support Linux messaging mechanism, shared memory mechanism. . (1) the creation of news, send and receive : the use of system calls msgget (), msgsed (), and msgrev msgcrl (), the preparation of the sender and receiver (news length of the 1KB); (2) shared storage area creation, and attached disconnect : use of system calls shmget (), shmat (), shmcrl (), a preparation of the above functions with the same procedure.
- 2022-03-25 22:13:37下载
- 积分:1
-
ICS 课程的Lab6
ICS 课程的Lab6-ICS courses Lab6
- 2022-07-23 23:29:26下载
- 积分:1
-
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowF...
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowFor(this->winId(), 0)
this->setFixedSize(24, 24)
this->show()
docked = true
}
}
- 2023-04-26 14:10:03下载
- 积分:1
-
没有翻译
通用的摄像头驱动源代码,一般的比如中星微的应该没有问题-failed to translate
- 2022-04-09 03:05:39下载
- 积分:1
-
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态....
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态.-linux kernel source code of the Chinese reading, so beginners can better study and understand the linux kernel, as soon as possible to enter the state.
- 2023-06-14 19:00:09下载
- 积分:1
-
Gserial Serial Debugger gserial
Gserial 串口调试器 gserial-Gserial Serial Debugger gserial
- 2022-04-02 08:26:59下载
- 积分:1
-
的分布有多个工具Valgrind。最受欢迎的是记忆…
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as:
*
touching memory you shouldn t (eg. overrunning heap block boundaries)
*
using values before they have been initialized
*
incorrect freeing of memory, such as double-freeing heap blocks
*
memory leaks.
-The Valgrind distribution has to multiple ols. The most popular is the memory checking too l (called Memcheck) which can detect many commo n memory errors such as :* touching memory you should not (eg. overrunnin g heap block boundaries)* t values before using hey have been initialized* incorrect freeing o f memory, such as double-freeing heap memory blocks* lea ks.
- 2022-05-10 23:27:50下载
- 积分:1
-
- 2023-07-27 17:50:03下载
- 积分:1
-
主要是对Linux输入子系统的一些简单操作
比如lsinput是看有多少输入设备
比如input
主要是对Linux输入子系统的一些简单操作
比如lsinput是看有多少输入设备
比如input-events是看输入设备的键值
用来调试输入子系统很好-Mainly for Linux input subsystem of a few simple operations such as watch lsinput is the number of input devices such as input-events is to look at the key input device used to debug a very good input subsystem
- 2023-07-18 22:05:02下载
- 积分:1
-
嵌入式web服务器websvr
嵌入式web服务器websvr-x86-1.0.1.tar.gz-Embedded web server websvr-x86-1.0.1.tar.gz
- 2022-02-13 16:54:53下载
- 积分:1