代码搜索:接口调试
找到约 10,000 项符合「接口调试」的源代码
代码结果 10,000
www.eeworm.com/read/366234/2892390
h itimelogserver.h
#include "GUIDS.h"
//接口ITimeLog的声明
DECLARE_INTERFACE_(ITimeLog,IUnknown)
{
STDMETHOD(OutputLog)(BSTR* varLogText)PURE;
};
www.eeworm.com/read/474803/6807607
java vediofiledialoglistener.java
/**
* 视频文件对话框动作处理接口
*/
public interface VedioFileDialogListener {
void handle(VedioFileDialog fDialog, int action);
}
www.eeworm.com/read/311539/13629602
pdf msp430单片机实用技术讲座06——第3讲 msp430学习和调试系统的软件环境(下).pdf
www.eeworm.com/read/311539/13629606
pdf msp430单片机实用技术讲座05 第3讲 msp430学习和调试系统的软件环境上.pdf
www.eeworm.com/read/309503/13670283
url usb控制器sl811hst主机调试全过程 驱动程序开发网技术社区 - powered by phpwind.net.url
[InternetShortcut]
URL=http://bbs.zndev.com/htm_data/9/0603/108305.html
www.eeworm.com/read/166023/10040935
c lcd_driver.c
/***********************************************
*LCD调试程序*
Lcd_Driver.c 160128 T6963C
***********************************************/
/*头文件*/
#include
#include
www.eeworm.com/read/164234/10121900
pas performpacket.pas
unit PerformPacket;
{
说明: 3月30日,暂时取消了校验和检查,用户机器的调试版本
}
interface
uses
Windows, Messages, SysUtils,Registry,Shlobj;
{---------------------------------------------------------------------
www.eeworm.com/read/423199/10580116
c shiyan4.c
/**********************************************/
//
// 单个DS18B20数字温度计测温C程序
// (测温范围-30~110℃,误差在±0.0625℃)
// 2008.5.2通过调试
/**********************************************/
#i
www.eeworm.com/read/423196/10580226
c shiyan2.c
/**********************************************/
//
// 单个DS18B20数字温度计测温C程序
// (测温范围-30~110℃,误差在±0.0625℃)
// 2008.5.2通过调试
/**********************************************/
#i
www.eeworm.com/read/350121/10771477
cpp if.cpp
#include
#define DEBUG // 宏定义
main()
{
int nDebug=50;
int nRealse=6;
// . . . . . .
#ifdef DEBUG
cout