-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
BIND 9 dynamic DNS webmin module. This module supports both static and dynamic z...
BIND 9 dynamic DNS webmin module. This module supports both static and dynamic zones, and IPv4 and IPv6 addressing in both forward and reverse zones.
- 2022-03-18 23:57:19下载
- 积分: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
-
家庭作业,操作系统,共享内存
homework , operating system, on shared memory
- 2022-03-24 10:30:07下载
- 积分:1
-
c primer plus 第五版的书上源码
c primer plus 第五版的书上源码-c primer plus the fifth edition of the book source code
- 2022-05-13 02:02:16下载
- 积分:1
-
The arm patch linux 2.6.0. to make embedded under
linux 2.6.0 的arm补丁 .做嵌入式的来下-The arm patch linux 2.6.0. to make embedded under
- 2022-11-03 19:10:03下载
- 积分:1
-
摄像头简单测试程序(截图)使用read函数,在LCD上显示
摄像头简单测试程序(截图)使用read函数,在LCD上显示-Camera, a simple test program (screenshot) use read function, the LCD display
- 2022-02-16 03:39:27下载
- 积分:1
-
Linux kernal核心中文使用手册,方便进行Linux开发。
Linux kernal核心中文使用手册,方便进行Linux开发。-Linux kernal core Chinese user manual to facilitate Linux development.
- 2022-07-24 03:46:28下载
- 积分:1
-
Good mmap () driver function it is a good driver for mmap func
很好的mmap()驱动函数的it is a good driver for mmap func-Good mmap () driver function it is a good driver for mmap func
- 2022-03-10 04:47:19下载
- 积分:1
-
功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Win...
功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Window平台上,使用一些常见的集成开发环境,效果也不是很理想,比如难以将所有的文件加进去,查找速度缓慢,对于非Windows平台的函数不能彩色显示。于是笔者通过在互联网上搜索,终于找到了一个强大的源代码编辑器,它的卓越性能使得学习Linux内核源代码的难度大大降低,-Function: Source_Insight .. in order to facilitate the use of tutorials to learn Linux source code, we may wish to return to our familiar window environment, also be regarded as
- 2022-01-26 08:36:04下载
- 积分:1