代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/101790/15814104

htm subject_57155.htm

序号:57155 发表者:淡然 发表日期:2003-10-23 10:44:52 主题:关于用.dll是的问题! 内容:我根据前辈的代码写了一个.dll 文件,但在调用时出了问题生成.dll的代码如下//sample.cpp#include<windows.h>WINAPI int Add(int a,int
www.eeworm.com/read/101788/15815464

h decs.h

/* Copyright (c) 1990-2000 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use.
www.eeworm.com/read/101788/15815480

h uzexampl.h

/* Copyright (c) 1990-2002 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use.
www.eeworm.com/read/101788/15815542

h rsxntwin.h

/* Copyright (c) 1990-2000 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/101754/15819316

h templatetrans.h

// TemplateTrans.h #ifndef _INC_TemplateTransAPI #define _INC_TemplateTransAPI // 函数原型 BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, int iTempH, int iTempW,
www.eeworm.com/read/101754/15819319

h restore.h

// restore.h #ifndef _INC_RestoreAPI #define _INC_RestoreAPI // 函数原型 BOOL fourn(double * data, unsigned long nn[], int ndim, int isign); BOOL WINAPI BlurDIB (LPSTR lpDIBBits, LONG lWidth, L
www.eeworm.com/read/101754/15819327

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/101754/15819328

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/101754/15819333

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/101754/15819335

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