代码搜索结果

找到约 10,000 项符合 H 的代码

cam.h

/* * ---------------------------------------------------------------------------- * CAM * * By I馻ki Navarro Oiza * April 2004 * -----------------------------------------------------------

servo.h

/*************************************************************************** * * Servo * * */ #include void servo_init(void); void ports_init(void); void set_servo_pos

bmp.h

/* * ---------------------------------------------------------------------------- * BMP Lybrary * * By I馻ki Navarro Oiza * April 2004 * ----------------------------------------------------

main.h

/* * ---------------------------------------------------------------------------- * Main Program of Digital Project * * By I馻ki Navarro Oiza * Spring 2004 * ------------------------------

delay.h

/******************************************* * * Delay * * */ #include #define F_CPU 16000000 #define K_DELAY_100us F_CPU/61349 #define K_DELAY_1ms F_CPU/6013 #define K_DELA

aes.h

// AES.h #pragma once #include using namespace std; #ifndef MBYTE typedef unsigned char MBYTE; #endif #ifndef MWORD typedef unsigned int MWORD; #endif // The Advanced

stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, // but are changed infrequently #pragma once #ifndef VC_EXTRALEAN

aesdemoviewkey.h

#pragma once #include "afxwin.h" #include "stdafx.h" #include "resource.h" // CAESDemoViewKey dialog class CAESDemoViewKey : public CDialog { DECLARE_DYNAMIC(CAESDemoViewKey) public:

aesdemo.h

// AESDemo.h : main header file for the PROJECT_NAME application // #pragma once #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resourc

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by AESDemo.rc // #define IDR_MANIFEST 1 #define IDM_ABOUTBOX 0x0010 #define ID