代码搜索:耳机接口
找到约 10,000 项符合「耳机接口」的源代码
代码结果 10,000
www.eeworm.com/read/384744/8845130
ini flash.ini
//=====================================================================//
// 该文件为ARM编译器的仿真包设置初始化文件
// Edit By Xinqiang Zhang(小丑)
//
//
// Flash.ini :外部Flash总线接口的初始化文件
//
//===================
www.eeworm.com/read/427926/8912344
cs iusersafety.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using WiStudy.Model;
namespace WiStudy.IDAL
{
///
/// 接口层IUserSaf
www.eeworm.com/read/427926/8912353
cs iconfig.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using WiStudy.Model;
namespace WiStudy.IDAL
{
///
/// 接口层ISystem
www.eeworm.com/read/284329/8943325
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
#include "ControlView.h"
#include "MapView.h"
#pragma once
class CMainFrame : public CFrameWnd
{
protected: // 仅从序列化创建
CMainFrame();
DECLARE_DYNCREATE
www.eeworm.com/read/186199/8953711
h serialdataview.h
// SerialDataView.h : CSerialDataView 类的接口
//
#include "SerialPort.h"
#include
#include "SerialControl.h"
#include "MainFrm.h"
#include "afxcmn.h"
#pragma once
class CSerialD
www.eeworm.com/read/381939/9062716
txt 11位的lcd带ad与中断.txt
#include
#include
#include
#define uint unsigned int
#define uchar unsigned char
//===================定义MCU与LCD的接口===================
#define set_lcd_
www.eeworm.com/read/380459/9147525
h visdrawview.h
// VisDrawView.h : CVisDrawView 类的接口
//
#pragma once
#include "atltypes.h"
//#include "rectobj.h"
#include "VisDrawScrollView.h"
#include "visdrawdoc.h"
#include "GongXu.h"
class COLECo
www.eeworm.com/read/179746/9340876
java bmptradehome.java
package bmp;
import javax.ejb.CreateException;
import javax.ejb.EJBHome;
import javax.ejb.FinderException;
import java.rmi.RemoteException;
import java.util.Collection;
/**
* Title: 主接口
www.eeworm.com/read/177272/9461392
txt ejbobject.txt
package javax.ejb;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface EJBObject extends Remote {
//getEJBHome()方法用于返回主接口的引用。
public abstract EJBHome getEJB
www.eeworm.com/read/371312/9556598
java shiyan3.java
//shiyan3.java
import java.util.Scanner;
interface gongyongable//定义gongyongable接口
{
public void zhouchang();
public void area();
}
class tuxing//图形中包含直线类
{
public static class line