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

搜索资源列表

  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
    • 文件大小:5289
    • 提供者: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
    • 文件大小:64512
    • 提供者:xiankongyijue
  1. shell

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:32785
    • 提供者:李明
  1. vh2sc

    2下载:
  2. 将VHDL转换为C的软件 将VHDL转换为C的软件-VH2SC is a free basic VHDL to SystemC converter. The converter handles a small subset of Synthesisable VHDL 87/93 language constructs. The current version translates all VHDL IEEE types to sc_int/sc_uint/integers and boole
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:819303
    • 提供者:whiz
  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-28
    • 文件大小:150606
    • 提供者:netdavid
  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
    • 文件大小:7952
    • 提供者:zhangxiaojun
  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-22
    • 文件大小:2968
    • 提供者:xiankongyijue
  1. bit-test

    0下载:
  2. If linux/types.h is already been included, assume it has defined everything we need. (cross fingers) Other header files may have also defined the types that we need. - If linux/types.h is already been included, assume it has defined everything we
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:1602
    • 提供者:peikangvun
  1. dijihook

    0下载:
  2. windows系统下的编程,消息message的传递是贯穿其始终的。这个消息我们可以简单理解为一个有特定意义的整数,正如我们看过的老故事片中的“长江长江,我是黄河”一个含义。windows中定义的消息给初学者的印象似乎是“不计其数”的,常见的一部分消息在winuser.h头文件中定义。hook与消息有着非常密切的联系,它的中文含义是“钩子”,这样理解起来我们不难得出“hook是消息处理中的一个环节,用于监控消息在系统中的传递,并在这些消息到达最终的消息处理过程前,处 理某些特定的消息”。这也是h
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:219155
    • 提供者:束继涛
  1. md5

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:20575
    • 提供者:xuting
  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
    • 文件大小:4316
    • 提供者:sunguangjiang
  1. osd_types

    0下载:
  2. osd_types.h - Types and constants which are not part of the protocol.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:7778
    • 提供者:roucingch
  1. compress_params

    0下载:
  2. compress_params.h - codec types and parameters for compressed data streaming interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4726
    • 提供者:pinhwse
  1. types

    0下载:
  2. Android has stl_pair.h, prevent using it by defining the header guard.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4912
    • 提供者:jrnuidiu
  1. ebt_ip6

    0下载:
  2. On some systems this type is not defined by <bits ioctl-types.h> in that case, the functions are just stubs that return ENOSYS. -On some systems this type is not defined by <bits ioctl-types.h> in that case, the functions are just stub
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3141
    • 提供者:yzxiuzen
  1. types

    0下载:
  2. psauxerr.h PS auxiliary module error codes (specification only).This file is used to define the PS auxiliary module error enumeration constants. -psauxerr.h PS auxiliary module error codes (specification only).This file is used to define the PS a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4762
    • 提供者:gencaogon
  1. pathmax

    0下载:
  2. Define PATH_MAX somehow. Requires sys types.h.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-13
    • 文件大小:2391
    • 提供者:foncdhao
  1. res_debug

    0下载:
  2. efine DEBUG endif include <sys types.h> include <netinet in.h> include <stdio.h> include <arpa nameser.h> Device Driver for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2781
    • 提供者:taoxydp
  1. negotiate

    0下载:
  2. tring.h> include <stdio.h> include <errno.h> include <sys mount.h> include <sys types.h> include <rfs message.h> include <rpc rpc.h> Device Driver for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2086
    • 提供者:bemuecr
  1. err

    0下载:
  2. Include rpc types.h to get bool_t, TRUE and FALSE. The window system headers also defined TRUE and FALSE and rpc types.h does not check so we undefine them here just to be sure.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3705
    • 提供者:mxlbbun
« 12 3 »
搜珍网 www.dssz.com