代码搜索:3.5mm接口

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

代码结果 10,000
www.eeworm.com/read/185489/9034981

java itreeentry.java

/** * @作者:陈刚 * @Email:glchengang@yeah.net * @Blog:http://blog.csdn.net/glchengang */ package jface.treeviewer; import java.util.List; /** * 树结点的接口 */ public interface ITreeEntry {
www.eeworm.com/read/381939/9062703

txt 键盘扫描程序(屏蔽了硬件).txt

#include"iom16.h" #include #define uchar unsigned char #define uint unsigned int /************键盘接口定义*****************/ #define KEY_DDR DDRB #define KEY_PORT PORT
www.eeworm.com/read/381925/9062956

txt 键盘扫描程序(屏蔽了硬件).txt

#include"iom16.h" #include #define uchar unsigned char #define uint unsigned int /************键盘接口定义*****************/ #define KEY_DDR DDRB #define KEY_PORT PORT
www.eeworm.com/read/381195/9105605

h dicplug.h

#pragma once #include "../public/IDicPlug.h" // 定义插件接口的 SDK 头文件 #include class CDicPlug : public IDicPlug { public: CDicPlug(void); virtual ~CDicPlug(void); // 必须的
www.eeworm.com/read/183626/9147121

f90 ex0833.f90

program ex0833 implicit none interface ! 说明函数func的使用接口 elemental real function func(num) implicit none real, intent(in) :: num end function end interface integer i re
www.eeworm.com/read/376037/9335785

f90 ex0833.f90

program ex0833 implicit none interface ! 说明函数func的使用接口 elemental real function func(num) implicit none real, intent(in) :: num end function end interface integer i re
www.eeworm.com/read/179761/9339904

h namegisview.h

// NameGisView.h : CNameGisView 类的接口 // #pragma once #include "map.h" #include "InfoDlg.h" #include "NearestDlg.h" #include "NetLayer.h" class CNameGisDoc; class CNameGisView : public
www.eeworm.com/read/177679/9441797

h testdoc.h

// TestDoc.h : CTestDoc 类的接口 // #pragma once #include "TestSet.h" class CTestDoc : public CDocument { protected: // 仅从序列化创建 CTestDoc(); DECLARE_DYNCREATE(CTestDoc) // 属性 public:
www.eeworm.com/read/176736/9485521

h etr232i.h

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (C), 2005, Emtronix Tech. Co., Ltd. * File name: Etr232i.h * Module name: ETR232i模块的硬件接口函数 * Author/Date:
www.eeworm.com/read/176736/9485583

cpp etr232i.cpp

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (C), 2005, Emtronix Tech. Co., Ltd. * File name: Etr232i.CPP * Module name: ETR232i模块的硬件接口函数 * Author/Dat