搜索:ifdef
找到约 11 项符合「ifdef」的查询结果
结果 11
按分类筛选
https://www.eeworm.com/dl/628/256872.html
编译器/解释器
一个去掉程序中#ifdef #if 等预处理条件为假的程序
一个去掉程序中#ifdef #if 等预处理条件为假的程序
https://www.eeworm.com/dl/666/180450.html
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/650/404974.html
人工智能/神经网络
#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/674/235806.html
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: ...
https://www.eeworm.com/dl/901751.html
技术资料
【二次开发】SmartM 串口DLL下载
/*
---------------------------------------------------------------
文件名称:SmartMComDll.h
说 明:声明串口DLL函数
作 者:温子祺
创建时间:2010-08-06
联系方式:wenziqi@hotmail.com
博 客:http://www.cnblogs.com/wenziqi/
小 组:http://group.ednchina.com/2748/
官 网 ...
https://www.eeworm.com/dl/619/323087.html
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"
//#incl ...
https://www.eeworm.com/dl/502/29042.html
单片机编程
ucos在ATMEGA128L上的移植
和其他的&mu;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 &lsquo;externa ...
https://www.eeworm.com/dl/520570.html
书籍
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; &n ...
https://www.eeworm.com/dl/882378.html
技术资料
嵌入式C语言编程与MicrochipPIC
本书全面系统地介绍了C语言编程技术及其在嵌入式微控制器中的应用,其中包括嵌入式C语言、PIC微控制器的硬件、标准I/O和处理器指令、CCSPICC C编译器和IDE、项目开发等各种技术,并在附录中扼要介绍了库函数和PIC微控制器编程。全书内容翔实、结构清晰、技术准确, 是学生掌握和提高C语言编程技术的首 ...
https://www.eeworm.com/dl/509771.html
单片机编程
红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#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>
//unsigne ...