CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - fd

搜索资源列表

  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. capture.rar

    0下载:
  2. //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENIN
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:4.65kb
    • 提供者:xiaoran1
  1. fd

    0下载:
  2. Simulation of a 3D visualizer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:351.05kb
    • 提供者:Danny Tan
  1. change

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:114.25kb
    • 提供者:小弟
  1. ProcessManagementchannel

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:176.75kb
    • 提供者:小弟
  1. UICI

    0下载:
  2. 通用因特网IPV4网络编程接口 //TCP int uin_open_tcp(unsigned short port) int uin_accept(int fd, struct sockaddr_in *addr) int uin_connect(const char *cp, unsigned short port) int r_recv(int fd, void* buf, int size) int r_send(int fd, const void* m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2.93kb
    • 提供者:jannzeng
  1. epollexample

    0下载:
  2. epoll最大的好处在于它不会随着监听fd数目的增长而降低效率,epoll使用实例-epoll biggest advantage is that it does not increase with the number of listening fd reduced efficiency, epoll use cases
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1.39kb
    • 提供者:yw
  1. adb_client

    0下载:
  2. connect to adb, connect to the named service, and return a valid fd for interacting with that service upon success or a negative number on failure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:3.01kb
    • 提供者:waimamon
  1. fd-safer

    0下载:
  2. Return a safer copy of a file descr iptor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:977byte
    • 提供者:vongjefue
  1. get_console

    0下载:
  2. Get an fd for use with kbd/console ioctls Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:toqanfao
  1. IO-(2)

    0下载:
  2. *使用select函数可以以非阻塞的方式和多个socket通信。程序只是演示select函数的使用,即使某个连接关闭以后也不会修改当前连接数,连接数达到最大值后会终止程序。 1. 程序使用了一个数组fd,通信开始后把需要通信的多个socket描述符都放入此数组 2. 首先生成一个叫sock_fd的socket描述符,用于监听端口。 3. 将sock_fd和数组fd中不为0的描述符放入select将检查的集合fdsr。 4. 处理fdsr中可以接收数据的连接。如果是sock_fd,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.73kb
    • 提供者:辰枫
  1. trans_fd

    0下载:
  2. Fd transport layer. Includes deprecated socket layer.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.53kb
    • 提供者:naxoukang
  1. fd

    0下载:
  2. New file layout: Now the ioctl definitions immediately follow the definitions of the structures that they use.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.52kb
    • 提供者:rstefl
  1. lproc_mdc

    0下载:
  2. This works for either broadcast or unicast to a single fd.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:wydaipu
  1. nouveau_abi16

    0下载:
  2. allocate device object targeting client s default device (ie. the one that belongs to the fd it opened). -allocate device object targeting client s default device (ie. the one that belongs to the fd it opened).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4.81kb
    • 提供者:gddaizp
  1. fdreg

    0下载:
  2. Fd controller regs. S&C, about page 340 for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.31kb
    • 提供者:legegk
  1. evsel

    0下载:
  2. Per fd, to map back PERF_SAMPLE_ID to evsel, only used when there are more than one entry in the evlist. -Per fd, to map back PERF_SAMPLE_ID to evsel, only used when there are more than one entry in the evlist.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:14.5kb
    • 提供者:
  1. trans_fd

    0下载:
  2. Fd transport layer. Includes deprecated socket layer.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.96kb
    • 提供者:尹冰
  1. hubpi

    0下载:
  2. Object assumes ownership of fd.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:10.36kb
    • 提供者:yxnapon
  1. ip_set_list

    0下载:
  2. FD of UDP socket to use.bitmask of debug message categories.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8kb
    • 提供者:pycinbt
« 12 »
搜珍网 www.dssz.com