代码搜索:传输接口
找到约 10,000 项符合「传输接口」的源代码
代码结果 10,000
www.eeworm.com/read/320994/13414322
h drawmatview.h
// drawmatView.h : CdrawmatView 类的接口
//
#pragma once
class CdrawmatView : public CView
{
protected: // 仅从序列化创建
CdrawmatView();
DECLARE_DYNCREATE(CdrawmatView)
// 属性
public:
Cdra
www.eeworm.com/read/320994/13414324
h drawmatdoc.h
// drawmatDoc.h : CdrawmatDoc 类的接口
//
#pragma once
class CdrawmatDoc : public CDocument
{
protected: // 仅从序列化创建
CdrawmatDoc();
DECLARE_DYNCREATE(CdrawmatDoc)
// 属性
public:
// 操作
www.eeworm.com/read/315034/13553518
h lcdkey.h
/********************************************/
/* LJD-IV 液晶、键盘驱动接口
/* 作者:刘延军
/* 2007年10月2日
/********************************************/
#ifndef _LCDKEY_H
#define _LCDKEY_H
#include
www.eeworm.com/read/304852/13784894
c test1_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Thu Aug 11 17:39:21 2005
*/
/* Compiler settings for E:\test\COM\接口继承
www.eeworm.com/read/238619/13871609
h imageview.h
// ImageView.h : CImageView 类的接口
//
#pragma once
class CImageView : public CScrollView
{
protected: // 仅从序列化创建
CImageView();
DECLARE_DYNCREATE(CImageView)
// 属性
public:
CImageDo
www.eeworm.com/read/143675/5756050
java helloimpl.java
package hello;
import java.rmi.*;
import java.rmi.server.*;
public class HelloImpl extends UnicastRemoteObject implements Hello //实现接口函数
{
public HelloImpl(String name) throws RemoteException
www.eeworm.com/read/143675/5756071
java helloimpl.java
package helloinapplet;
import java.rmi.*;
import java.rmi.server.*;
public class helloImpl extends UnicastRemoteObject implements hello //实现接口函数
{
public helloImpl(String name) throws RemoteExc
www.eeworm.com/read/126702/6014297
java~2~ dirlistonly.java~2~
package filenamefilter接口;
/**
1.txt
2.txt
*/
// Directory of .HTML files.
import java.io.*;
class OnlyExt
implements FilenameFilter {
String ext;
public OnlyExt(String ext
www.eeworm.com/read/119629/6083385
java datalisthandler.java
package util.database.datalist;
/**
* DataListHandler
*
* 通用的接口,用于操作DataList对象。
* @author Michael Zeng
* @version 1.0 September 20, 2002
*/
public interface DataListHandler
{
/**
* 的到查
www.eeworm.com/read/110076/6165805
java helloimpl.java
package hello;
import java.rmi.*;
import java.rmi.server.*;
public class HelloImpl extends UnicastRemoteObject implements Hello //实现接口函数
{
public HelloImpl(String name) throws RemoteException