搜索结果

找到约 7 项符合 FCNTL 的查询结果

Linux/Unix编程 linux环境下使用FCNTL的聊天室的实现

linux环境下使用FCNTL的聊天室的实现
https://www.eeworm.com/dl/619/444772.html
下载: 23
查看: 1022

Linux/Unix编程 linux的socket的非阻塞函数fcntl的用法

linux的socket的非阻塞函数fcntl的用法
https://www.eeworm.com/dl/619/445258.html
下载: 139
查看: 1040

Linux/Unix编程 Linux网络编程I/O多路复用的解决方案:非阻塞方式 fcntl函数实现 fcntl.c

Linux网络编程I/O多路复用的解决方案:非阻塞方式 fcntl函数实现 fcntl.c
https://www.eeworm.com/dl/619/467234.html
下载: 154
查看: 1110

其他 学会对文件的记录锁定

学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) ...
https://www.eeworm.com/dl/534/242419.html
下载: 95
查看: 1100

Linux/Unix编程 linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include

linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定 ...
https://www.eeworm.com/dl/619/296978.html
下载: 122
查看: 1031

Linux/Unix编程 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <s

帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typed ...
https://www.eeworm.com/dl/619/386216.html
下载: 187
查看: 1101

通讯/手机编程 include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #inclu

include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定 ...
https://www.eeworm.com/dl/527/436772.html
下载: 127
查看: 1312