代码搜索:winapi
找到约 4,315 项符合「winapi」的源代码
代码结果 4,315
www.eeworm.com/read/157502/11698442
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/157502/11698464
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/157502/11698470
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/157502/11698550
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/157502/11698578
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/157502/11698589
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/347029/11705045
h wiz.h
/*
WiZ 4.0 header file
*/
#ifndef _WIZ_H
#define _WIZ_H
#include
#include /* required for all Windows applications */
#include
#include
#include
www.eeworm.com/read/156582/11791132
h dataanalyzer.h
#ifndef __DATAANALYZER_H__
#define __DATAANALYZER_H__
class DataAnalyzer
{
public:
int Run();
private:
void AnalyzingData();
static DWORD WINAPI AnalyzingThread(LPVOID lpParameter);
www.eeworm.com/read/155659/11856494
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/258225/11875069
h shellapi.h
/*****************************************************************************\
* *
* shellapi.h - SHELL.DLL functions, t