代码搜索:耳机接口
找到约 10,000 项符合「耳机接口」的源代码
代码结果 10,000
www.eeworm.com/read/205260/5024670
java database.java
package com.mybusiness.web;
import java.sql.*;
import com.mybusiness.util.*;
/**
* 建立数据库连接
*/
public class DataBase {
protected Connection conn = null; //Connection接口
protect
www.eeworm.com/read/198517/5086732
java iidgenerator.java
package com.easyjf.dbo;
/**
*
*
* Title: 主键生成器
*
*
*
* Description: 主键生成器接口定义
*
*
*
* Copyright: Copyright (c) 2006
*
*
*
* Company:
www.eeworm.com/read/181215/5277750
c cantrans.c
/********************************************
对外接口 Can_Receive(从CanBus接收数据)
Can_Send(从CanBus发送数据)
INITCAN(初始化)
CanINTR(中断函数)
ChkEndC(检查帧发送结束)
****************
www.eeworm.com/read/181100/5278910
~pas u_estimateint.~pas
unit u_EstimateInt;
{可靠性参数估计接口}
interface
type
TSample=record
Time:Double;
Failed:Boolean;
end;
TTimeList=Array of TSample;
TSampleR=record
Time:Double;
R:Double;
www.eeworm.com/read/350082/3135884
java getbuttonint.java
package view.com.interfaces;
import javax.swing.JButton;
import javax.swing.JDialog;
/**
*
* @author linfeng
* 获得种各种按钮的接口
*/
public interface GetButtonInt {
public JButton getButto
www.eeworm.com/read/348676/3153558
bas mdlgloinface.bas
Attribute VB_Name = "mdlGloInface"
'--------------初始化GlobalInterface与系统全局变量的接口
Public Sub InitGloInface(ByRef iGlo As GlobalInterface.clsGlobal, ByRef iGlosys As GlobalInterface.clsGlobalSys)
With
www.eeworm.com/read/348676/3153683
bas mdlgloinface.bas
Attribute VB_Name = "mdlGloInface"
'--------------初始化GlobalInterface与系统全局变量的接口
Public Sub InitGloInface(ByRef iGlo As GlobalInterface.clsGlobal, ByRef iGlosys As GlobalInterface.clsGlobalSys)
With
www.eeworm.com/read/343909/3213705
cs cominterop.cs
// COM接口及相关的结构定义
//
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace IEBand
{
abstract class ExplorerGUIDs
{
public
www.eeworm.com/read/342287/3235489
java threadtest.java
package thread;
import java.awt.*;
import javax.swing.*;
//实现Runnable接口
public class ThreadTest extends JFrame implements Runnable {
private Thread thread1, thread2;
priva
www.eeworm.com/read/337454/3339934
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#include "MyEditView.h"
#pragma once
class CMainFrame : public CFrameWnd
{
protected: // 仅从序列化创建
DECLARE_DYNCREATE(CMainFrame)
// 属性
public: