代码搜索:耳机接口

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

代码结果 10,000
www.eeworm.com/read/237590/13944292

h giskelview.h

// GisKelView.h : CGisKelView 类的接口 // #pragma once #include "map.h" class CGisKelView : public CFormView { protected: // 仅从序列化创建 CGisKelView(); DECLARE_DYNCREATE(CGisKelView) publ
www.eeworm.com/read/133595/14034198

vb database.vb

Imports System.Data Imports System.Data.SqlClient Imports System.ComponentModel Public Class DataBase '实现接口IDisposable Implements IDisposable '数据库连接对象 Private SqlConn As SqlConn
www.eeworm.com/read/133096/14054609

cpp hugecalc_example.cpp

// HugeCalcDemo.cpp : Defines the entry point for the console application. // #include #include "../HugeCalc_Dll_Import/HugeCalc.h" // 公共接口 #include "../HugeCalc_Dll_Import/HugeIn
www.eeworm.com/read/200063/15441404

vb database.vb

Imports System.Data Imports System.Data.SqlClient Imports System.ComponentModel Public Class DataBase '实现接口IDisposable Implements IDisposable '数据库连接对象 Private SqlConn As SqlConn
www.eeworm.com/read/112857/15475625

txt mainfrmenc.txt

// MainFrm.h : CMainFrame 类的接口 // #pragma once #define MAX_LOADSTRING 100 #define MAX_LANGNAME 255 // Maximum native language name length // Type definitions class CMainFrame : pub
www.eeworm.com/read/111625/15508738

h commanager.h

// ComManager.h: interface for the CComManager class. // 创建人: 杨祖明 // 创建时间:2001-11-20 // 功能: 通信接口管理类 ////////////////////////////////////////////////////////////////////// #if !defined(AFX_C
www.eeworm.com/read/106596/15633360

dfm unit1.dfm

object Form1: TForm1 Left = 192 Top = 107 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = '《月影短信编程接口》示例程序' ClientHeight = 293 ClientWidth = 492 Color
www.eeworm.com/read/106356/15638811

htm dclipper.htm

IDirectDrawClipper接口
www.eeworm.com/read/106356/15638815

htm dpalette.htm

IDirectDrawPalette接口
www.eeworm.com/read/105876/15656955

bak controllight.java.bak

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