代码搜索:winapi

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

代码结果 4,315
www.eeworm.com/read/188921/8508886

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/188921/8508889

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/188921/8508895

h suanfa1.h

// suanfa1.h #include "DIBAPI.h" #ifndef _INC_SUANFA1 #define _INC_SUANFA1 // 函数原型 HDIB WINAPI myCropDIB(HDIB hDIB, LPRECT lpRect); unsigned char WINAPI myGetMedianNum(unsigned char * bArray
www.eeworm.com/read/289306/8560311

h internet.h

//============================================================================================= /* Internet.h Internet Transfer operator. Project : XFILTER 1.0 Author : Tony Zhu Create Da
www.eeworm.com/read/288593/8619989

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/287320/8694309

txt 新建 文本文档.txt

线程之间通信的两个基本问题是互斥和同步。   线程同步是指线程之间所具有的一种制约关系,一个线程的执行依赖另一个线程的消息,当它没有得到另一个线程的消息时应等待,直到消息到达时才被唤醒。   线程互斥是指对于共享的操作系统资源(指的是广义的"资源",而不是Windows的.res文件,譬如全局变量就是一种共享资源),在各线程访问时的排它性。当有若干个线程都要使用某一共享资源时,任何时刻 ...
www.eeworm.com/read/286867/8739239

h stockdrv.h

/**************************************************************************************** * WIN95 股票驱动程序 * * 西安交大数据广播研究中心 * * 1998.3.5 * ******
www.eeworm.com/read/430342/8754843

h chigamec.h

#ifndef _CHIGAMEC_H_ #define _CHIGAMEC_H_ #define BLOCK_SIZE 160 typedef struct _SessionParameter { char lpszUserName[32]; char lpszPassword[32]; char lpszIPAddress[32]; int nPor
www.eeworm.com/read/385414/8806142

h dibapi.h

// dibapi.h #ifndef _INC_DIBAPI #define _INC_DIBAPI #include using namespace std; // DIB句柄 DECLARE_HANDLE(HDIB); // DIB常量 #define PALVERSION 0x300 /* DIB宏 */ // 判断是否是Win
www.eeworm.com/read/284769/8900228

h k32call.h

#ifndef K32CALL_H #define K32CALL_H extern "C" { DWORD WINAPI GetK32ProcAddress(int ord); } #endif