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

搜索资源列表

  1. structresourcestructplatform_device

    0下载:
  2. linux2.6 驱动的描述,struct resource,struct platform_device和驱动的关系
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:byliu
  1. filesystem

    0下载:
  2. 使用ftw函数对目录进行遍历,函数原型是: int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd) ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录 -Deepen the understanding of linux file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:78.93kb
    • 提供者:yu
  1. struct

    0下载:
  2. C语言写的链表操作,有建表,删除,增加等功能,对初学者很有帮助-Written in C language linked list operations have to build the table, delete, add other functions, useful for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:24.54kb
    • 提供者:green_star
  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. struct_org

    0下载:
  2. an program to input/output the variable format struct,also can deal with embedded struct,can be used in the linux kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4.35kb
    • 提供者:hu jun
  1. tree

    0下载:
  2. An header file include a tree struct algorithm in linux kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.53kb
    • 提供者:hu jun
  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. struct-gdsl

    0下载:
  2. 书籍上的数据结构源代码,非常有学习价值。-Books on data structure source code, very study has value
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:1.52mb
    • 提供者:matthew ma
  1. struct

    0下载:
  2. 结构体的一些练习源代码,另外还有静态链表的使用-struct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2.74kb
    • 提供者:xinhua
  1. portscan

    0下载:
  2. Linux下的端口扫描实现 f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr- #include<stdlib.h> #include<stdio.h> #include<sys/socket.h> #include<netdb.h> #include<string.h> #include<unistd.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:720byte
    • 提供者:david
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:147.08kb
    • 提供者:netdavid
  1. mydu.tar

    0下载:
  2. unix du命令的简单实现,主要可以学习glob函数的使用-static int64_t mydu_getblocks(const char*path) { int i int64_t sum=0 static struct stat stat_result glob_t glob_result static int ret static char fullpath[PATHMAX] if (lstat(path, &stat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:721byte
    • 提供者:aasdf
  1. queue_using_linkedlist

    0下载:
  2. implementation of queue using linked list. it uses own queue.h header file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.07kb
    • 提供者:sandeep
  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. xml

    0下载:
  2. 解析XML文件的结点内容,并保存到结构体中。然后在主函数中打印结果(没有实现,望高手指点)。-parse content of XML doc,and save to struct,but i can t get the content from struct,may someone teach me,thanks a lot!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1.02kb
    • 提供者:jonetsun
  1. hw1

    0下载:
  2. 定时器 /*初始化curses*/ /*注册定时器*/ /*7位数据显示*/-#include <unistd.h> #include <stdlib.h> #include <signal.h> #include <math.h> #include <curses.h> #include <sys/time.h> #include <time.h> #include &l
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:940byte
    • 提供者:jun
  1. msg

    0下载:
  2. 消息队列是一个链表,链表的每一个结点是一个消息。消息队列存放在内核中并由消息队列标示符标识。 对消息队列的操作有下面三种类型: a. 打开或创建消息队列 int msgget(key_t key, int flag) 参数key是一个键值,由ftok函数获得, flg参数是一些标志位。函数返回与健值key相对对应的消息队列描述字。 b. 读写操作 int msgsnd(int msqid, const void *ptr, size_t nbytes, int flag
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:17.6kb
    • 提供者:sdf
  1. mailparser.tar

    0下载:
  2. mime 结构解析,解析邮件的mime结构 -mime parse, parse email mimie struct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:lanwenhong
  1. taoqianzimulu

    0下载:
  2. linux下如果目录为空目录,则只有.和.这两个也是属于目录类型的本代码使用递归来判断目录及其子目录是否为空目录 /*判断目录是否为空目录*/int IsEmptyDir(char*pszDir){DIR*pstDirp=NULL;struct dirent*pstDirStru=NULL;int ulFileNum=0;int ret=1;char szDir[100];memset(szDir,0,100);pstDirp=opendir(pszDir);if(NULL==pstD
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:57.88kb
    • 提供者:tianwang
  1. struct

    0下载:
  2. c语言中的数据结构和算法相关书籍和练习,这本数据结构的书讲解的很清晰-struct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-14
    • 文件大小:54.74mb
    • 提供者:蒋韩
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com