代码搜索:传输接口

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

代码结果 10,000
www.eeworm.com/read/326095/3475767

java compare.java

//: Compare.java // Interface for sorting callback: //比较大小用的接口 interface Compare { boolean lessThan(Object lhs, Object rhs); boolean lessThanOrEqual(Object lhs, Object rhs); } ///:~
www.eeworm.com/read/318883/3561184

java compare.java

//: Compare.java // Interface for sorting callback: //比较大小用的接口 interface Compare { boolean lessThan(Object lhs, Object rhs); boolean lessThanOrEqual(Object lhs, Object rhs); } ///:~
www.eeworm.com/read/318568/3569114

java valueobject.java

package com.strong.ims.domain; import java.io.Serializable; /** * * @author * 域模型接口 domain Interface * 支持序列化 */ public interface ValueObject extends Serializable { }
www.eeworm.com/read/308950/3709713

java compare.java

//: Compare.java // Interface for sorting callback: //比较大小用的接口 interface Compare { boolean lessThan(Object lhs, Object rhs); boolean lessThanOrEqual(Object lhs, Object rhs); } ///:~
www.eeworm.com/read/305909/3766973

java issapsubdecoder.java

package com.eshore.pubservice.ssap.codec; import com.eshore.pubservice.ssap.msg.SSAPMsg; /** * SSAP 各消息解码接口. * * @author lishuisheng * */ public interface ISSAPSubDecoder { publ
www.eeworm.com/read/298472/3865816

java valueobject.java

package com.strong.ims.domain; import java.io.Serializable; /** * * @author * 域模型接口 domain Interface * 支持序列化 */ public interface ValueObject extends Serializable { }
www.eeworm.com/read/297251/3888199

cs ifavbook.cs

using System; using System.Collections.Generic; using System.Text; namespace Jiaen.Components.IDAL { /// /// 图书收藏夹接口 /// public interface IFavBook {
www.eeworm.com/read/297251/3888201

cs ireview.cs

using System; using System.Collections.Generic; using System.Text; namespace Jiaen.Components.IDAL { /// /// 图书评论信息接口 /// public interface IReview {
www.eeworm.com/read/297251/3888202

cs ipublish.cs

using System; using System.Collections.Generic; using System.Text; namespace Jiaen.Components.IDAL { /// /// 图书出版社接口 /// public interface IPublish {
www.eeworm.com/read/293283/3933034

cs program.cs

using System; using System.Collections.Generic; using System.Text; namespace Example10_2 { /// /// IMyInterface1接口 /// interface IMyInterface1 {