代码搜索:3.5mm接口

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

代码结果 10,000
www.eeworm.com/read/204548/15337211

asm ts12864-1-2-5-7.asm

;定义接口 P0 口为数据接口 ;CS1 EQU P2.4 ;CS2 EQU P2.3 ;CS3 EQU P2.2 ;DI EQU P2.0 ;RW EQU P2.1 ;E EQU P2.5 ;RD1 EQU P3.7 ;WR1 EQU P3.6 ;========================== COM EQU 30H ;指令寄存器 DAT EQU 31H
www.eeworm.com/read/292154/8372541

pas mc_long.pas

unit MC_Long; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls,MMSystem, jpeg, StdCtrls;//MMSysTem是Windows API 的接口,里面有API函数的声明 type T
www.eeworm.com/read/292154/8374266

~pas mc_long.~pas

unit MC_Long; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls,MMSystem, jpeg, StdCtrls;//MMSysTem是Windows API 的接口,里面有API函数的声明 type T
www.eeworm.com/read/391678/8391401

txt chap8-6.txt

// 程序8-6 import java.io.*; import java.util.*; class employee implements Serializable{ // Serializable是一个接口 private String name; // 姓名 private double salary; // 薪水 private Da
www.eeworm.com/read/433093/8547857

h studentscoredoc.h

// StudentScoreDoc.h : CStudentScoreDoc 类的接口 // #include "User.h" #define WM_REFRESHLIST =WM_USER+50 #pragma once class CStudentScoreDoc : public CDocument { protected: // 仅从序列化创建 CStudentSc
www.eeworm.com/read/385973/8774291

java texteditor.java

package 接口知识; import java.awt.*; import javax.swing.*; import javax.swing.event.*; import java.io.*; import java.awt.event.*; public class TextEditor extends JFrame implements ActionListener
www.eeworm.com/read/429030/8823597

java itokentypes.java

package cmm.cmmcc; /** * 单词类型接口 * @author Huang Xuanxing * */ public interface ITokenTypes { public final int EOF = 0; //文件的结束符号 public final int CONST = 1; // const public final
www.eeworm.com/read/427926/8912339

cs iusersort.cs

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using WiStudy.Model; namespace WiStudy.IDAL { /// /// 接口层IUserSort 的
www.eeworm.com/read/186097/8960062

h sja1000io.h

/* ******************************************************************************************************************** *描述: 独立的CAN 控制器SJA1000与硬件接口头文件定义 *文件名: SJA1000IO.H *应用语言: KEIL C51
www.eeworm.com/read/381748/9075048

c usbcomm.c

#include "USBComm.h" #include "utility.h" /**************************************************************************** 函数名称: void USB_Init() 传递参数: 无 函数功能: USB接口初始化 修改时间: 2005-5-10 *********