代码搜索:3.5mm接口

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

代码结果 10,000
www.eeworm.com/read/355074/10295724

h mainfrm.h

// MainFrm.h : CMainFrame 类的接口 // #pragma once #include "TaskPane.h" #include "OutputBar.h" #include "WorkSpaceBar.h" #include "SplitterWndEx.h" #include "NCDialogBar.h" #include "NCCode
www.eeworm.com/read/280308/10341129

java ellicylinder.java

package gg; //ElliCylinder继承Ellipse类,实现接口Comparable,Column public class ElliCylinder extends Ellipse implements Comparable,Column{ private double h;//表示圆柱体的高 public ElliCylinder(double a, double
www.eeworm.com/read/161107/10449759

jsp 168post.jsp

www.eeworm.com/read/278884/10494299

h atlweb~1.h

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

h thread~3.h

// ThreadExp1View.h : CThreadExp1View 类的接口 // typedef struct tagPARAM { int xPos; int yPos; } PARAM; #pragma once class CThreadExp1View : public CView { protected: // 仅从
www.eeworm.com/read/351988/10589390

txt emc-epprom.txt

;****************************************** ;** 24CXX 接口I2C总线读/写的程序 ;** (所有时序均基于4MHZ晶体震荡器频率) ;****************************************** /* ;**************************** ;随机读写测试程序(示范程序) ;****
www.eeworm.com/read/277720/10609630

h leftview.h

// LeftView.h : CLeftView 类的接口 // #include #include "afxcmn.h" #pragma once class CSerialDoc; //##ModelId=465286A2033C class CLeftView : public CTreeView { protected: // 仅从序列
www.eeworm.com/read/277719/10610318

h leftview.h

// LeftView.h : CLeftView 类的接口 // #include #include "afxcmn.h" #pragma once class CSerialDoc; class CLeftView : public CTreeView { protected: // 仅从序列化创建 CLeftView(); DECLA
www.eeworm.com/read/276262/10751950

pas dkints.pas

{******************************************************* {程 序 员:杨茂峰---(建立日期:2005-2-3) {版  本: {修改日期:2005-2-3 {说  明:本项目中的接口定义 {*******************************************************} unit dkInt
www.eeworm.com/read/273406/10917724

java airplane.java

//: Airplane.java //package g3ds.joop.ch5; //设计需要实现接口的子类 public class Airplane extends AirVehicle implements Refuellable{ public boolean license(){ boolean isOk=false; //if...