代码搜索:耳机接口
找到约 10,000 项符合「耳机接口」的源代码
代码结果 10,000
www.eeworm.com/read/489710/6469042
h bstdoc.h
// BSTDoc.h : CBSTDoc 类的接口
//
#pragma once
class CBSTDoc : public CDocument
{
protected: // 仅从序列化创建
CBSTDoc();
DECLARE_DYNCREATE(CBSTDoc)
// 属性
public:
// 操作
public:
// 重写
www.eeworm.com/read/483105/6609634
java sorter.java
package algorithms.sort;
/**
* @author Asteria
*
* 基础类
* 实现接口Comparable,可以对任何数据类型进行排序;
*
* @param
*/
public abstract class Sorter
www.eeworm.com/read/478214/6722010
java jpcaptip.java
package program1;
import jpcap.*;
import jpcap.packet.*;
//创建执行接口jpcap.JpcapHandler
public class JpcapTip implements PacketReceiver {
static int p=0;
static int[] ar
www.eeworm.com/read/478253/6722765
vhd testusb.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity TestUSB is
end TestUSB;
architecture Test of TestUSB is
component USB
port(
-- usb接口
vp: in STD_LOGIC;
vm: in STD_LOG
www.eeworm.com/read/409363/11331034
h interface_n.h
#ifndef _ENCODE_INTERFACE_H
#define _ENCODE_INTERFACE_H
#include "xvid.h"
/****************************************************
视频分辨率固定:320 x 240,不提供分辨率设置接口
**********************************
www.eeworm.com/read/263338/11366881
cs itest.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
using Test.Model;
namespace Test.IDAL
{
//接口定义
public interface ITest
{
void
www.eeworm.com/read/402620/11531300
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/401055/11565235
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/260753/11704131
h threadview.h
// ThreadView.h : CThreadView 类的接口
//
#pragma once
typedef struct{
HWND hWnd;
BOOL *lpKillThread;
} THREAD_INFO;
class CThreadView : public CView
{
protected: // 仅从序列化创建
CThreadView
www.eeworm.com/read/155712/11852857
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
#include "FTPClient.h"
#include "MsgView.h"
#include
class CFTPTranserView;
#define MAXMSGLINE 40
class CMainFrame : public