代码搜索:winapi

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

代码结果 4,315
www.eeworm.com/read/207628/15266629

h geotrans.h

// geotrans.h #ifndef _INC_GeoTransAPI #define _INC_GeoTransAPI // 常数π #define PI 3.1415926535 //角度到弧度转化的宏 #define RADIAN(angle) ((angle)*PI/180.0) // 函数原型 BOOL WINAPI Translation
www.eeworm.com/read/207628/15266634

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/207628/15266636

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/207628/15266655

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/207628/15266662

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/207628/15266664

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/206924/15285837

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
www.eeworm.com/read/205706/15309640

cpp event.cpp

#include #include DWORD WINAPI Fun1Proc( LPVOID lpParameter); DWORD WINAPI Fun2Proc( LPVOID lpParameter); int tickets=100; HANDLE g_hEvent; void ma
www.eeworm.com/read/205414/15316521

h diskserial.h

//+-------------------------------------------------------------------------- // // DiskSerial.h ---- Get hard disk in
www.eeworm.com/read/171026/5399796

cpp gina.cpp

#ifndef UNICODE #define UNICODE #define _UNICODE #endif #include "stdafx.h" #include #include #include #include "gina_define.h" #include "ginafunc.h" #in