代码搜索:耳机接口

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

代码结果 10,000
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
www.eeworm.com/read/106331/15639686

java student.java

import java.io.*; //Student类实现Serializable接口 public class Student implements Serializable { int id; String name; int age; String department; public Student(int id,String name,int age,Stri
www.eeworm.com/read/105876/15656958

java controllight.java

//交通灯接口声明 public interface ControlLight { void setWaits(int waits[]);//建立当灯颜色变换时的时间 void sequence(); void sequenceTo(int colour); static class WaitInitializationException extends RuntimeExce