代码搜索:winapi
找到约 4,315 项符合「winapi」的源代码
代码结果 4,315
www.eeworm.com/read/363418/9952315
h g723towave.h
#ifndef _G723TOWAVE_H
#define _G723TOWAVE_H
/*
#ifdef __cplusplus
extern "C" {
#endif
*/
//Mode- 0:6.3k 1:5.3K
//返回值:转换后的WAVE数据流的字节数
//说明:用户自己分配InBuf和OutBuf的空间.
//如果是G.723(6.3K)的,则要求InBuf
www.eeworm.com/read/363418/9952343
h modemapi.h
//Add by WGL 1998.11.26
#include "faxapi32.h"
#ifndef _MODEMAPI32_H
#define _MODEMAPI32_H
#define RESULT_MODEM_OK 0x0000
#define RESULT_MODEM_WORKING 0x0001
#define RESULT_MODEM_CON
www.eeworm.com/read/363418/9952374
h newsig.h
//////////////////////////////////////////////////////////////////
//NewSig.h
#ifndef __NEWSIG_H__
#define __NEWSIG_H__
#include
#ifdef __cplusplus
extern "C" {
#endif
#defin
www.eeworm.com/read/167519/9966799
cpp emu850.cpp
/*
*****DO NOT EDIT THIS FILE!!*****
this file is used by simulator,
will not compiled and linked with final
target-dependent executable image.
*/
#include
#include
www.eeworm.com/read/362831/9979427
cpp emu850.cpp
/*
*****DO NOT EDIT THIS FILE!!*****
this file is used by simulator,
will not compiled and linked with final
target-dependent executable image.
*/
#include
#include
www.eeworm.com/read/166142/10032045
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/361164/10065652
h hook.h
extern "C" LRESULT CALLBACK keybordproc(int code,WPARAM wparam,LPARAM lparam); //钩子处理函数
extern "C" bool WINAPI starthook(DWORD threadID); //启动钩子
extern "C" bool WINAPI stophook();//停止钩子
www.eeworm.com/read/361087/10066795
h globalfunction.h
// GlobalFunction.h
#include "Dibapi.h"
#ifndef _INC_GlobalFunctionAPI
#define _INC_GlobalFunctionAPI
#include
using namespace std;
#define PI 3.1415926535
#define TRAINDATANUM
www.eeworm.com/read/164405/10110944
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/163433/10161910
txt c++编程思想 -- 第2章 笔记(2).txt
作者:rick1126
email: rickzhang@sina.com
日期:2001-7-17 10:19:32
2.2 一个袖珍C库
【C函数库的数据封装方式】
. struct 用于处理一组特性
. C库 一组struct + 一组活动在这些struct上的函数
【一个变长数组模拟的例子】
. 涉及操作: