代码搜索:3.5mm接口
找到约 10,000 项符合「3.5mm接口」的源代码
代码结果 10,000
www.eeworm.com/read/394847/8205075
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
#include"FundDialog.h"
#include"StockDataList.h"
class CMainFrame : public CFrameWnd
{
protected: // 仅从序列化创建
CMainFrame();
DECLARE_DY
www.eeworm.com/read/293237/8305520
h bankinter.h
//银行接口文件
#ifndef __BANKINTE_H
#define __BANKINTE_H
#define MAXLEN 80
#define MAXCOLS 24
#define MAXROWS 64
#define MAXNAME 32
#define MAXPARAMETER 24
#define RET_HANDLE_NULL
www.eeworm.com/read/173075/9675468
cs oracleprovider.cs
using System;
using System.Collections;
using System.Data;
using System.Data.OracleClient;
namespace OceanSoft.Data
{
///
/// 通用数据访问接口的 Oracle 实现类
///
internal class
www.eeworm.com/read/267374/11180873
_h def._h
/****************************************/
//定义MCU与LCD的接口
/******************************************
MS1602 PIN DEFINE:
RS PA2
EN PA3
D4~D7 PB0~PB3
*********************************