代码搜索:3.5mm接口
找到约 10,000 项符合「3.5mm接口」的源代码
代码结果 10,000
www.eeworm.com/read/154201/5639699
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/395231/8188704
h stockdrv.h
//《投资家》万能接口
//2006-12-30 10:39
/****************************************************************************************
*在注册库的 HKEY_LOCAL_MACHINE/SOFTWARE/StockDrv 下*
*Driver = "驱动DLL全路径"*
**
www.eeworm.com/read/193527/8219877
h drawview.h
// DrawView.h : CDrawView 类的接口
//
#pragma once
class CDrawView : public CScrollView
{
protected: // 仅从序列化创建
CDrawView();
DECLARE_DYNCREATE(CDrawView)
protected:
int m_Drag;
www.eeworm.com/read/193527/8219908
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
class CMainFrame : public CFrameWnd
{
protected: // 仅从序列化创建
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
protected:
CSplitterWnd m_S
www.eeworm.com/read/193527/8220028
h editorview.h
// EditorView.h : CEditorView 类的接口
//
#pragma once
#include "afxwin.h"
class CEditorView : public CFormView
{
protected: // 仅从序列化创建
CEditorView();
DECLARE_DYNCREATE(CEditorView)
p
www.eeworm.com/read/293134/8314161
h netexplorerdoc.h
// NetExplorerDoc.h : CNetExplorerDoc 类的接口
//
#pragma once
#include "afxwin.h"
#include "DataSupport.h"
#include "resultofping.h"
#include "LeftView.h"
//
class CNetExplorerDoc : public C
www.eeworm.com/read/370436/9600757
as pagefactory.as
/**
* 适配器,用于转换page接口;
* @author Default
* @version 0.1
*/
package crlclr {
import crlclr.Interface.IPage;
import flash.display.Sprite;
public class PageFactory {
public static funct
www.eeworm.com/read/173586/9649271
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/369317/9655029
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/269916/11070877
vb database.vb
Imports System.Data
Imports System.Data.SqlClient
Imports System.ComponentModel
Public Class DataBase
'实现接口IDisposable
Implements IDisposable
'数据库连接对象
Private SqlConn As SqlConn