代码搜索:传输接口

找到约 10,000 项符合「传输接口」的源代码

代码结果 10,000
www.eeworm.com/read/110076/6165826

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/104135/6209016

dfm gl_enter_glinterface.dfm

inherited Frm_Gl_Enter_GlInterface: TFrm_Gl_Enter_GlInterface Left = 239 Top = 175 BOrderIcons = [biSystemMenu] Caption = '总帐接口表' ClientHeight = 241 ClientWidth = 428 Visible = Tr
www.eeworm.com/read/493840/6391429

java httpconnectionhandler.java

package cn.com.javachen; import java.util.Hashtable; import javax.microedition.io.HttpConnection; /** * Http连接处理器接口 * @author cleverpig * */ public interface HttpConnectionHandler {
www.eeworm.com/read/409757/11314526

h qqinterface.h

#pragma once //插件管理器的回调接口 class IPluginSetCallback { public: virtual BOOL OnEnablePlugIn(LPCWSTR lpszPluginName)=0; virtual BOOL OnDisablePlugIn(LPCWSTR lpszPluginName)=0; }; namespace Q
www.eeworm.com/read/402612/11531801

h librarymanagedoc.h

// LibraryManageDoc.h : CLibraryManageDoc 类的接口 // #pragma once #include "Dib.h" class CLibraryManageDoc : public CDocument { protected: // 仅从序列化创建 CLibraryManageDoc(); DECLARE_DYNCRE
www.eeworm.com/read/346084/11769725

c lcddisp.c

/* File:LCDDISP.C * 功能:使用硬件SPI接口输出LCD显示。 ****************************************************************************/ #include "option.h" #include "..\inc\def.h" #include "44b.h" #inclu
www.eeworm.com/read/156742/11778446

htm tech_232.htm

RS-232和RS-485接口 - 技术中心
www.eeworm.com/read/254290/12149970

java mycontrolcontext.java

package tcpSoundCommunication; /** * tab选项卡打开和关闭声音源的接口!The interface for the JavaSound tabs to open and close audio resources. */ public interface MyControlContext { public void open();
www.eeworm.com/read/339028/12267335

txt guifan.txt

*银江行情接口规范V1.02 #ifndef __STOCKDRV_H__ #define __STOCKDRV_H__ // 工作方式类型定义 #define RCV_WORK_SENDMSG 4 ///////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/150619/12281123

java textfindreplace.java

import java.awt.*; import java.awt.event.*; /**类TextFindReplace实现了MouseListener和WindowListener接口*/ public class TextFindReplace implements MouseListener,WindowListener{ private Frame frObj; pr