-
Linux Shelf Scripting Tutorials
Linux Shelf Scripting Tutorials
- 2023-07-07 22:10:04下载
- 积分:1
-
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
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1
-
probe方式的1341驱动,在2.6.11内核测试
probe方式的1341驱动,在2.6.11内核测试-probe-driven approach 1341, in the 2.6.11 kernel testing
- 2022-04-28 22:59:59下载
- 积分:1
-
《linux操作系统》课程教案(SHELL编程基础篇)。
《linux操作系统》课程教案(SHELL编程基础篇)。-《Linux operating system》 course teaching plan (SHELL Programming Basics).
- 2023-05-07 19:15:02下载
- 积分:1
-
linux下BT软件的源码。源代码可以使用命令“make”进行编译,使用该命令可以生成该章所有可执行程序。如果没有生成对应的可执行程序,请对照书中相应的内容。在...
linux下BT软件的源码。源代码可以使用命令“make”进行编译,使用该命令可以生成该章所有可执行程序。如果没有生成对应的可执行程序,请对照书中相应的内容。在编译生成可执行程序时,可能会生成警告:“warning:no newline at end of file”,产生这个警告是因为本书所有源代码是在Windows中进行编写的,Windows和Linux两种操作系统对于文件末尾的标识符处理不一致。该警告不会影响程序的功能和性能,所以不必理会。-err
- 2023-07-12 20:40:03下载
- 积分:1
-
linux的简单安装
linux的简单安装-simple installation
- 2022-08-23 04:49:06下载
- 积分:1
-
最新电子收下载,嵌入式系统的微模块化程序设计:实用状态图C_C++实现(1),状态机相关...
最新电子收下载,嵌入式系统的微模块化程序设计:实用状态图C_C++实现(1),状态机相关-latest electronic download, embedded systems micro- modular program design : Practical state diagram C_C achieve (1), the state-associated
- 2023-05-18 08:55:03下载
- 积分:1
-
任意触摸屏可用驱动程序在下
任意的触摸屏可用的驱动,在LINUX下实现-arbitrary Touchscreen available drivers in the under LINUX
- 2022-02-05 03:16:36下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-LEDS_TEST篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-LEDS_TEST articles
- 2022-06-26 14:55:52下载
- 积分:1