代码搜索:传输接口
找到约 10,000 项符合「传输接口」的源代码
代码结果 10,000
www.eeworm.com/read/470015/6922695
h led_key.h
/****************显示与键盘接口****************/
/***************时间:2003年1月5日**************/
/*****************WROTE BY WANGSW*******************/
#ifndef _LED_KEY_H
#define _LED_KEY_H
#ifdef DP_5
www.eeworm.com/read/157182/6934528
java messagemanager.java
//MessageManager是一个接口,用来和FishServer通信消息
package fish;
public interface MessageManager {
public void connect(MessageListener listener);
public void disconnect(MessageListener listener);
p
www.eeworm.com/read/164010/6958225
h tlc2543.h
#ifndef _TLC2543_H_
#define _TLC2543_H_
//
#include "type.h"
#include "at89x52.h"
/************************tcl2453 4总线控制接口***********************************
********************************
www.eeworm.com/read/216630/6966259
h httpex~1.h
// HttpExpDoc.h : CHttpExpDoc 类的接口
//
#pragma once
class CHttpExpDoc : public CDocument
{
protected: // 仅从序列化创建
CHttpExpDoc();
DECLARE_DYNCREATE(CHttpExpDoc)
// 属性
public:
// 操作
www.eeworm.com/read/466748/7032104
h led_key.h
/****************显示与键盘接口****************/
/***************时间:2003年1月5日**************/
/*****************WROTE BY WANGSW*******************/
#ifndef _LED_KEY_H
#define _LED_KEY_H
#ifdef DP_5
www.eeworm.com/read/466128/7039378
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,
StdCtrls,
uInterface; //引用接口声明单元
type
TForm1 = class(TForm)
www.eeworm.com/read/453163/7425113
h dlgappview.h
// DlgAppView.h : CDlgAppView 类的接口
//
#pragma once
class CDlgAppView : public CEditView
{
protected: // 仅从序列化创建
CDlgAppView();
DECLARE_DYNCREATE(CDlgAppView)
// 属性
public:
CDlgA
www.eeworm.com/read/449052/7519410
h led_key.h
/****************显示与键盘接口****************/
/***************时间:2003年1月5日**************/
/*****************WROTE BY WANGSW*******************/
#ifndef _LED_KEY_H
#define _LED_KEY_H
#ifdef DP_5
www.eeworm.com/read/443776/7623304
txt readme.txt
========================================================================
工程功能说明
========================================================================
1、本程序为基于DA功能的简易程序,它只简单演示了如何调用DA功能驱动接口
www.eeworm.com/read/440212/7691980
h mediacontrol.h
#pragma once
#include
class CMediaControl
{
#define WM_GRAPHNOTIFY WM_USER + 101
public:
CMediaControl(void);
public:
virtual ~CMediaControl(void);
private:
//DSHOW 接口
IGraphB