代码搜索:3.5mm接口

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

代码结果 10,000
www.eeworm.com/read/124627/14556591

inc cli_webif.inc

/************************************************************************ Copyright 200X - 200X+1. filename : Cli_WebIf.inc description : 命令行模块提供给web网管的接口的私有头文件; author : Woodhead
www.eeworm.com/read/224005/14608049

h iprocesspview.h

// IProcessPView.h : CIProcessPView 类的接口 // #pragma once class CIProcessPView : public CView { private: int m_nGraphicFlag; int m_nFlag; int m_nSize; double m_fAlpha; double
www.eeworm.com/read/224004/14608115

h iprocessnview.h

// IProcessNView.h : CIProcessNView 类的接口 // #pragma once #include #include class CIProcessNView : public CView { private: int m_nFlag; int m_nMaskF; int
www.eeworm.com/read/121209/14767202

java dmeng.java

class Dmeng implements BoardCard { String name; public Dmeng() //接口实现的方法权限是public { name="Dmeng's videocard"; } public void setName(String name) { this.name=name; } public voi
www.eeworm.com/read/220511/14798279

java useraccount.java

//remote 接口 package banksystem import javax.ejb.*; import java.sql.*; import java.rmi.*; import java.util.*; public interface UserAccouter extends javax.ejb.EJBObject{ public double Bala
www.eeworm.com/read/120581/14798499

h helper.h

#if !defined(AFX_HELPER_H) #define AFX_HELPER_H //释放接口对象指针 #define SafeRelease(pInterface) if(pInterface != NULL) {pInterface->Release(); pInterface=NULL;} //释放对象指针 #define SafeDelete(pObject) if
www.eeworm.com/read/219654/14871597

h mainfrm.h

// MainFrm.h : CMainFrame 类的接口 // #pragma once #define WM_UPDATEINDICATOR (WM_USER+100) class CMainFrame : public CFrameWnd { protected: // 仅从序列化创建 CMainFrame(); DECLARE_DYNCREATE
www.eeworm.com/read/216093/15027259

h rtc_ds12887.h

/* **************************************************************************************** 头部文件名: RTC_DS12887.H 头部文件名称: 实时时钟芯片 DS12887 接口驱动的头部文件 文件版本:   1.0 文件功能:   
www.eeworm.com/read/215873/15035818

h istatement.h

/** * IStatement.h * * @author aizy * @date 2004-11-24 */ #ifndef _DB_ISTATEMENT_H_ #define _DB_ISTATEMENT_H_ #include "IResultset.h" namespace db { /** * sql语句执行接口 */ cl
www.eeworm.com/read/215854/15038135

h atlwebserver.h

// ATLWebServer.h : 定义 ATL Server 请求处理程序类 // #pragma once namespace ATLWebServerService { // webservice 的所有 struct、enum 和 typedefs 应进入命名空间 // IATLWebServerService - Web 服务接口声明 // [ uuid(