代码搜索:winapi

找到约 4,315 项符合「winapi」的源代码

代码结果 4,315
www.eeworm.com/read/117050/14943461

h edgecontour.h

// edgecontour.h #define pi 3.1415927 #ifndef _INC_EdgeContourAPI #define _INC_EdgeContourAPI // 函数原型 BOOL WINAPI RobertDIB(LPSTR lpDIBBits, LONG lWidth, LONG lHeight); BOOL WINAPI SobelDIB(
www.eeworm.com/read/117050/14943464

h fretrans.h

// FreTrans.h #ifndef _INC_FreTransAPI #define _INC_FreTransAPI #include using namespace std; // 函数原型 VOID WINAPI FFT(complex * TD, complex * FD, int r); VOID
www.eeworm.com/read/117050/14943505

h detect.h

// detect.h #ifndef _INC_DetectAPI #define _INC_DetectAPI // 函数原型 BOOL WINAPI ThresholdDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight); BOOL WINAPI AddMinusDIB (LPSTR lpDIBBits, LPSTR lp
www.eeworm.com/read/117050/14943521

h pointtrans.h

// PointTrans.h #ifndef _INC_PointTransAPI #define _INC_PointTransAPI // 函数原型 BOOL WINAPI LinerTrans(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, FLOAT fA, FLOAT fB); BOOL WINAPI ThresholdTr
www.eeworm.com/read/117050/14943525

h morph.h

// morph.h #ifndef _INC_MorphAPI #define _INC_MorphAPI // 函数原型 BOOL WINAPI ErosionDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BOOL bHori , int structure[3][3]); BOOL WINAPI DilationD
www.eeworm.com/read/217320/14969256

h ec51712gpio.h

#ifndef _EC51712DIO_H_ #define _EC51712DIO_H_ /*初始化数字IO,必须在使用IO前调用 */ extern "C" WINAPI void InitDIO(void); extern "C" WINAPI BYTE ReadIO(void); extern "C" WINAPI void WriteIO(BYTE data); /*
www.eeworm.com/read/217320/14969261

h ec51712dio.h

#ifndef _EC51712DIO_H_ #define _EC51712DIO_H_ /*初始化数字IO,必须在使用IO前调用 */ extern "C" WINAPI InitDIO(); extern "C" WINAPI BYTE ReadIO(); extern "C" WINAPI WriteIO(BYTE data); /* 初始化看门狗,必须在使用看门狗前调用
www.eeworm.com/read/114701/15040997

h dibapi.h

// dibapi.h #ifndef _INC_DIBAPI #define _INC_DIBAPI // DIB句柄 DECLARE_HANDLE(HDIB); // DIB常量 #define PALVERSION 0x300 /* DIB宏 */ // 判断是否是Win 3.0的DIB #define IS_WIN30_DIB(lpbi) ((*
www.eeworm.com/read/114701/15041040

h operation.h

// Operation.h #define pi 3.1415927 #ifndef _INC_OperationAPI #define _INC_OperationAPI // 函数原型 BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, int iTempH, int iTempW
www.eeworm.com/read/114303/15061279

h psapi.h

/*++ BUILD Version: 0001 // Increment this if a change has global effects Copyright (c) 1994-1999 Microsoft Corporation Module Name: psapi.h Abstract: Include file for APIs