CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fcntl.h

搜索资源列表

  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(\"name\", O_RDWR|O_CREAT, 0755)
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:9.08kb
    • 提供者:华羿
  1. LinuxUART

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

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:Edward
  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> #include <linux/fs.h> #incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-12-22
    • 文件大小:63kb
    • 提供者:xiankongyijue
  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 <sys/mman.h> #include <
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:1.44kb
    • 提供者: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> /*文件控制定义*/ #include <termio
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:9.31kb
    • 提供者:nameblue
  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> #include <string.h> #inclu
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:5.37kb
    • 提供者:ulego
  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" #include "xutil.h" -----
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:737byte
    • 提供者:youssef
  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. * */ #include <termios.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:7.77kb
    • 提供者:zhangxiaojun
  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" #include "stdio.h" #include "f
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:25.75kb
    • 提供者: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" #include "sys/types.h" #in
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1.99kb
    • 提供者:wxk1383
  1. led-test

    0下载:
  2. 6410 led测试 include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <linux/ioctl.h> /* 瀹氫箟骞绘暟 */ #define MEMDEV_IOC_MAGIC k -include <stdio.h> #include <sys/typ
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2.9kb
    • 提供者:xiankongyijue
  1. warehose

    0下载:
  2. linux下的仓库物联网系统 linux下的仓库物联网系统 linux下的仓库物联网系统 -#include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<unistd.h> #include<string.h> #include<
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4.21kb
    • 提供者:sunguangjiang
  1. 004-define-recursive

    0下载:
  2. Write fcntl.h here, not <fcntl.h>, otherwise OSF 1 5.1 DTK cc eliminates this include because of the preliminary include <fcntl.h> above. -Write fcntl.h here, not <fcntl.h>, otherwise OSF 1 5.1 DTK cc eliminates this include bec
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4.51kb
    • 提供者:nangwuewie
  1. startup

    0下载:
  2. de <sys fcntl.h> include startup.h include <ctype.h> include <sys typ Device Driver for linux. -de <sys fcntl.h> include startup.h include <ctype.h> include <sys typ Device Driver for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9.15kb
    • 提供者:yxfudao
搜珍网 www.dssz.com