代码搜索:耳机接口

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

代码结果 10,000
www.eeworm.com/read/280031/10359260

cs 使用接口排序(2).cs

using System; using System.Collections; public enum enuSortOrder {IDAsc, IDDesc, RankAsc, RankDesc} public class Person : IComparable { public static enuSortOrder intSortOrder = enuSortOrd
www.eeworm.com/read/280031/10359304

cs 使用接口排序(1).cs

using System; using System.Collections; public class Person : IComparable { public int ID; public string Rank; public Person(int id, string rank) { this.ID=id; this.Rank = rank; }
www.eeworm.com/read/424315/10464635

txt 10.1.3 8279键盘接口.txt

START: MOV DPTR,# 7FFFH MOV A,#0Dl H MOVX DPTR,A WAIT: MOVX A,@DPTR JB ACC. 7,WAIT MOV A,#2AH MOVX DPTR,A MOV A,#00H MOVX DPTR,A MOV R0,#30H MOV
www.eeworm.com/read/423915/10526792

doc 接口实验一.doc

www.eeworm.com/read/423915/10526795

doc 接口实验四.doc

www.eeworm.com/read/423915/10526796

doc 接口实验五.doc