搜索结果

找到约 9 项符合 ifdef 的查询结果

Delphi控件源码 // // BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INV

// // BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED
https://www.eeworm.com/dl/666/180450.html
下载: 79
查看: 1462

Windows CE #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d

#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &dlg int nResponse = dlg.DoModal() if (nResponse == IDOK) { // TODO: Place code here to ...
https://www.eeworm.com/dl/674/235806.html
下载: 152
查看: 1270

编译器/解释器 一个去掉程序中#ifdef #if 等预处理条件为假的程序

一个去掉程序中#ifdef #if 等预处理条件为假的程序
https://www.eeworm.com/dl/628/256872.html
下载: 73
查看: 1071

人工智能/神经网络 #ifdef INTEGER #include "ibp.h" #else #include "rbp.h" #endif /* built-in C functions */

#ifdef INTEGER #include "ibp.h" #else #include "rbp.h" #endif /* built-in C functions */
https://www.eeworm.com/dl/650/404974.html
下载: 180
查看: 1050

单片机编程 ucos在ATMEGA128L上的移植

和其他的μC/OS-II移植文件类似,设备代码由以下3 到5 个文件组成的。 Os_cpu.h Os_cpu_c.c Os_cpu_a.s90 (该文件仅在ICC 编译器中使用) Os_cpu_i.s90 (该文件仅在ICC 编译器中使用) Os_dbg.c Os_dbg.c 仅需在IAR 工程中使用。 3.01 OS_CPU.H 3.01.01 OS_CPU.H, macros for ‘externals’ Listing 3 ...
https://www.eeworm.com/dl/502/29042.html
下载: 162
查看: 1045

Linux/Unix编程 #include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #def

#include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#include "T100Data_A.h" //#include "T100Data_PA.h" //#include "T100Data_AU.h" //#include "T100Data_CPT.h" //#include "T100Data_PANASONIC.h" //#include "T100Data_PVI7.h ...
https://www.eeworm.com/dl/619/323087.html
下载: 107
查看: 1143

接口技术 net_tcp.h

/* ********************************************************************************************************* *                                             uC/TCP-IP V2 *       ...
https://www.eeworm.com/dl/508248.html
查看: 56

单片机编程 红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...
https://www.eeworm.com/dl/509771.html
查看: 52

书籍 pid教程

pid控制 #ifndef _PID_H #ifndef _PID_H #ifdef _PID_C     #define PID_EXT #else     #define PID_EXT extern #endif typedef struct PID {     int SetPoint;          unsigned char BitMove;         &n ...
https://www.eeworm.com/dl/520570.html
下载: 1
查看: 28