搜索资源列表

  1. 4

    0下载:
  2. 学会对文件的记录锁定,及解锁。#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(\"n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9297
    • 提供者:华羿
  1. LinuxUART

    0下载:
  2. linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5289
    • 提供者:Edward
  1. psemaphore

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:站长
  1. jl

    0下载:
  2. Borland c++编写,适合于兰德公司掌上电脑通讯程序
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-18
    • 文件大小:374784
    • 提供者:jinsheng.qi
  1. 4

    0下载:
  2. 学会对文件的记录锁定,及解锁。#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("na
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:华羿
  1. LinuxUART

    0下载:
  2. linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:Edward
  1. framebuffer

    0下载:
  2. 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:hjintian
  1. serial

    0下载:
  2. include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:nameblue
  1. fcntl

    1下载:
  2. linux环境下使用FCNTL的聊天室的实现-linux environment FCNTL implementation of the chat room
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:dlykj
  1. async

    0下载:
  2. linux的socket的非阻塞函数fcntl的用法-linux non-blocking function of the socket of the use of fcntl
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:wuhuailin
  1. fcntl

    0下载:
  2. Linux网络编程I/O多路复用的解决方案:非阻塞方式 fcntl函数实现 fcntl.c-Linux Network Programming I/O multiplexing solution: non-blocking fcntl function the way fcntl.c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:s
  1. firm

    0下载:
  2. Bluetooth xfu flash #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <err.h> #inc
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:ulego
  1. fcntl

    0下载:
  2. fcntl设置为非阻塞I/O的使用实例。里面包含了两个函数fcntl和selelct。-fcntl is set to non-blocking I/O' s use of examples. Which contains two function fcntl and selelct.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:孙雪春
  1. Cmicroblaze

    0下载:
  2. #include "xgpio_l.h" #include "xutil.h" --- ----- #include "xparameters.h" #include "xgpio_l.h" #include "xutil.h" #include <stdio.h> #include <fcntl.h> int main (void)-#include "xgpio_l.h
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:youssef
  1. p9.3

    0下载:
  2. linux下使用fcntl函数实现进程互斥 新建文件a 运行./p9.3 a & . /p9.3 a &-linux fcntl
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:贼船长
  1. Linux-serial

    0下载:
  2. Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:zhangxiaojun
  1. test26

    0下载:
  2. 程序,实现一个守护进程,监控指定目录(此目录名称记录在配置文件中),一旦发现目录下有文件,先加锁,加锁成功后把文件内容追加到指定指定文件(此文件名称记录在配置文件中)中,然后删除读取的文件;(fcntl文件加锁)-Program, a daemon to monitor the specified directory (the directory name is recorded in the configuration file),
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:丁占成
  1. BGI-putin

    0下载:
  2. 第三方BGI使用测试例程,#include "graphics.h" #include "Svga256.h" #include "stdio.h" #include "fcntl.h" #include "malloc.h" #include "io.h"-the third BGI testing examples,#include "graphics.h" #include "Svga256.h" #i
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:liuga
  1. Linux-ping

    0下载:
  2. Linux-ping源代码,e "stdlib.h" #include "string.h" #include "stdio.h"-e "stdlib.h" #include "string.h" #include "stdio.h" #include "fcntl.h" #include "errno.h" #include "signal.h" #inc
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:wxk1383
  1. ADTest

    0下载:
  2. 6410 ADC测试 #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #incl
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:64512
    • 提供者:xiankongyijue
« 12 »

源码中国 www.ymcn.org