代码搜索:3.5mm接口

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

代码结果 10,000
www.eeworm.com/read/134554/13983780

h portmonview.h

// PortMonView.h : CPortMonView 类的接口 // #pragma once #include "psapi.h" #include "iphlpapi.h" #include "ipstructs.h" #include "callbackhandler.h" #include "applicationscope.h" #include "Pr
www.eeworm.com/read/204784/15333661

c lcd.c

/*----------------------------------------------------------------------------------------*/ //240*128液晶显示驱动程序 //控制器件为:AT89S52 //T6963C接口:直接访问形式 //程序设计:卢印举 /*------------------------------------
www.eeworm.com/read/202329/15386171

htm dpjjx23.htm

串行接口
www.eeworm.com/read/112857/15475684

h mainfrm.h

// MainFrm.h : CMainFrame 类的接口 // #pragma once #include "MDITabs.h" #define MAX_LOADSTRING 100 #define MAX_LANGNAME 255 // Maximum native language name length // Type definitions cl
www.eeworm.com/read/111517/15511333

java studenthome.java

//实现Student的本地Home接口 package enroll.ejb; import java.util.Collection; import java.rmi.RemoteException; import javax.ejb.*; public interface StudentHome extends EJBHome{ public Student
www.eeworm.com/read/111517/15511336

java enrollhome.java

//实现Enroll的本地接口 package enroll.ejb; import java.util.*; import java.rmi.RemoteException; import javax.ejb.*; public interface EnrollHome extends EJBHome{ public Enroll create( Strin
www.eeworm.com/read/111517/15511344

java course.java

//实现Course的远程接口功能 package enroll.ejb; import javax.ejb.EJBObject; import java.rmi.RemoteException; public interface Course extends EJBObject{ public void setName(String name) thro
www.eeworm.com/read/111517/15511347

java enroll.java

//实现Enroll的远程接口 package enroll.ejb; import javax.ejb.EJBObject; import java.rmi.RemoteException; import java.util.*; public interface Enroll extends EJBObject { public ArrayList getCour
www.eeworm.com/read/106356/15638804

htm ddsurface.htm

IDirectDrawSurface3接口
www.eeworm.com/read/106331/15639384

java objectser.java

import java.io.*; //Student类实现Serializable接口 class Student implements Serializable { int id; String name; int age; String department; public Student(int id,String name,int age,String depa