排序:上传时间 相关度 下载量 查看数

ifndef 9

按分类查找:

  • 关于 linux密钥的一些安全介绍 #ifndef COMMON_H #define COMMON_H #define MY_PROC_INTERFACE "/proc/learning

    关于 linux密钥的一些安全介绍 #ifndef COMMON_H #define COMMON_H #define MY_PROC_INTERFACE "/proc/learning-key/gateway" #define FRESH_SESSION _IO( C ,1) #define SUCCESS 0 #define FAILURE 1 #endif

    /dl/223560.html

    标签: COMMON_H define MY_PROC_INTERFACE learning

    上传时间: 2015-11-19

    上传用户:叶山豪

  • 头件的中的#ifndef

    头件的中的#ifndef,这是一个很关键的东西。比如你有两个C文件,这两个C文件都include了同一个头文件。而编译时,这两个C文件要一同编译成一个可运行文件,于是问题来了

    /dl/342697.html

    标签: ifndef

    上传时间: 2016-09-07

    上传用户:离殇

  • 51单片机实现的RS485通讯程序

      #ifndef __485_C__   #define __485_C__   #include   #include   #define unsigned char uchar   #define unsigned int uint   /* 通信命令 */   #define __ACTIVE_ 0x01 // 主机询问从机是否存在   #define __GETDATA_ 0x02 // 主机发送读设备请求   #define __OK_ 0x03 // 从机应答   #define ...

    /dl/29134.html

    标签: 485 RS 51单片机 通讯程序

    上传时间: 2014-12-26

    上传用户:604759954

  • 16 16点阵显示汉字原理及显示程序

    16 16点阵显示汉字原理及显示程序 #include "config.h" #define                DOTLED_LINE_PORT        PORTB #define            &nbs ...

    /dl/31574.html

    标签: 16 点阵显示 汉字 显示程序

    上传时间: 2013-11-18

    上传用户:mnacyf

  • 51单片机读写u盘(含源程序和原理图)

    附件有51单片机加上sl811读写U盘的源程序和原理图 /*--------------------------------------------------------------------------AT89X52.H Header file for the low voltage Flash Atmel AT89C52 and AT89LV52.Copyright (c) 1995-1996 Keil Software, Inc.  All rights reserved.-------------------------------- ...

    /dl/31617.html

    标签: 51单片机 读写 源程序 原理图

    上传时间: 2014-01-05

    上传用户:lnnn30

  • I2C总线驱动程序

    1 /**————————————————————2 〖说明〗I2C总线驱动程序(用两个普通IO模拟I2C总线)3 包括100Khz(T=10us)的标准模式(慢速模式)选择,4 和400Khz(T=2.5us)的快速模式选择,5 默认11.0592Mhz的晶振。6 〖文件〗PCF8563T.C ﹫2001/11/2 77 〖作者〗龙啸九天 c51@yeah.net http://www.c51bbs.co /8 〖修改〗修 ...

    /dl/31647.html

    标签: I2C 总线 驱动程序

    上传时间: 2014-04-11

    上传用户:xg262122

  • 三星lcd驱动

    三星lcd驱动,S6B0741,128X129FENBLV#ifndef _LCD_H_ #define _LCD_H_ #include "settings.h" #include "Battery.h" #include "EnDecode.h" #include "main.h"

    /dl/279343.html

    标签: lcd 三星 驱动

    上传时间: 2013-12-19

    上传用户:tianyi223

  • * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email:

    * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> ...

    /dl/477519.html

    标签: compatible borland compile visiual

    上传时间: 2014-01-15

    上传用户:yuchunhai1990

  • pid教程

    pid控制 #ifndef _PID_H #ifndef _PID_H #ifdef _PID_C &nbsp;&nbsp;&nbsp; #define PID_EXT #else &nbsp;&nbsp;&nbsp; #define PID_EXT extern #endif typedef struct PID { &nbsp;&nbsp; &nbsp;int SetPoint; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;unsigned char BitMove; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &n ...

    /dl/520570.html

    标签: pid 教程

    上传时间: 2019-08-02

    上传用户:stcwzy