按分类查找:

  • // // 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

    /dl/180450.html

    标签: APSTUDIO_INV Microsoft resources directly

    上传时间: 2015-08-05

    上传用户:han_zh

  • #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 ...

    /dl/235806.html

    标签: Enable3dControls Enable3d AFXDLL shared

    上传时间: 2015-12-19

    上传用户:hustfanenze

  • 一个去掉程序中#ifdef #if 等预处理条件为假的程序

    一个去掉程序中#ifdef #if 等预处理条件为假的程序

    /dl/256872.html

    标签: ifdef 程序 if 预处理

    上传时间: 2013-12-19

    上传用户:yxgi5

  • #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 */

    /dl/404974.html

    标签: include functions built-in INTEGER

    上传时间: 2014-01-16

    上传用户:13188549192

  • 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 ...

    /dl/29042.html

    标签: ATMEGA ucos 128L 128

    上传时间: 2013-11-25

    上传用户:zhaistone

  • #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 ...

    /dl/323087.html

    标签: include intrins Common Remote

    上传时间: 2016-07-21

    上传用户:x4587

  • net_tcp.h

    /* ********************************************************************************************************* * &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uC/TCP-IP V2 * &nbsp; &nbsp; &nbsp; ...

    /dl/508248.html

    标签: tcp uCOS-II

    上传时间: 2015-11-22

    上传用户:the same kong

  • 红外解码程序

    /* &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> //unsigned char const SEGtabl ...

    /dl/509771.html

    标签: 程序

    上传时间: 2016-03-03

    上传用户:彦 yan

  • 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