代码搜索:耳机接口
找到约 10,000 项符合「耳机接口」的源代码
代码结果 10,000
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...
www.eeworm.com/read/271988/10974504
h cheader.h
#include
// 类声明
class CComplex
{
//
// 公有接口函数
//
public:
//
// 构造与析构
//
CComplex(); // 基本构造函数
CComplex(double dblX, double dblY); // 指定值构造函数
CComplex(con