搜索资源列表
LOUDONG
- 一个用C++编写的五子棋游戏(3) - 藏经阁资源... 一个用C++编写的五子棋游戏(3) 作者:佚名 来源:不详 发布时间:2005-5-12 17:40:46 发布人:admin 减小字体 增大字体 // // Luffar.H by Yuheng Zhao // #ifndef _LUFFAR_H_ #... www.18839.com/Edu/A11/11003/8/20051205770 ... 21K 20
key.retention.services
- 关于 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
config
- 一个读写注册表的类 #ifndef __SYS_CONFIG_H__ #define __SYS_CONFIG_H__ #ifndef __COMMONFUNC_INCLUDE__ #define __COMMONFUNC_INCLUDE__ #endif class CConfig { public: CConfig() ~CConfig() void Load
s6b0741_r23
- 三星lcd驱动,S6B0741,128X129FENBLV#ifndef _LCD_H_ #define _LCD_H_ #include \"settings.h\" #include \"Battery.h\" #include \"EnDecode.h\" #include \"main.h\"
ifndef
- 头件的中的#ifndef,这是一个很关键的东西。比如你有两个C文件,这两个C文件都include了同一个头文件。而编译时,这两个C文件要一同编译成一个可运行文件,于是问题来了
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6
电表645
- // dianbiao645.h : main header file for the DIANBIAO645 application // #if !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_) #define AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C
#ifdef #ifndef 以及extern的用法及作用的杂感
- #ifdef #ifndef 以及extern的用法及作用的杂感
#define的用法
- #define的用法 #ifndef #define #endif的用法
LOUDONG
- 一个用C++编写的五子棋游戏(3) - 藏经阁资源... 一个用C++编写的五子棋游戏(3) 作者:佚名 来源:不详 发布时间:2005-5-12 17:40:46 发布人:admin 减小字体 增大字体 // // Luffar.H by Yuheng Zhao // #ifndef _LUFFAR_H_ #... www.18839.com/Edu/A11/11003/8/20051205770 ... 21K 20
key.retention.services
- 关于 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-On linux in
config
- 一个读写注册表的类 #ifndef __SYS_CONFIG_H__ #define __SYS_CONFIG_H__ #ifndef __COMMONFUNC_INCLUDE__ #define __COMMONFUNC_INCLUDE__ #endif class CConfig { public: CConfig() ~CConfig() void Load
s6b0741_r23
- 三星lcd驱动,S6B0741,128X129FENBLV#ifndef _LCD_H_ #define _LCD_H_ #include "settings.h" #include "Battery.h" #include "EnDecode.h" #include "main.h" -Samsung lcd driver, S6B0741, 128X129FENBLV# Ifndef _LCD_H_#
ifndef
- 头件的中的#ifndef,这是一个很关键的东西。比如你有两个C文件,这两个C文件都include了同一个头文件。而编译时,这两个C文件要一同编译成一个可运行文件,于是问题来了-The first pieces of# Ifndef, this is a very key things. For example, you have two C file, the two C files include the same file size
getopt
- #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifndef __STDC__ # ifndef const # define const # endif #endif
ifndef
- 关于路径搜索的实用性优化算法的应用,基于A*算法的优化-On the path searching algorithm to optimize the usefulness of the application of A* algorithm-based optimization
Vmm
- 操作系统分析JCINX的内存管理单元V-#ifndef __DEF_VMM_H__ #define __DEF_VMM_H__ //! Magic number to identify a memory block for kernel space. #define MCB_MAGIC *((unsigned long*)"$MCB") //! Magic number to identify a memory
xcheck
- This routine scans system.h file and generates a referencelist for all USE_ entries it uses IFDEF / IFNDEF for decisions.-This routine scans system.h file and generates a referencelist for all USE_ entries it uses
ifndef
- 很多人在初学c++编程时,不知道ifndef如何使用,对初学者来说很有帮助-Beginner c++ programming, many people do not know use ifndef how, help for beginners
ifndef
- 关于ifndef的使用,介绍了ifndef的详细使用方法,对掌握ifndef具有很大的帮助