代码搜索:通讯接口

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

代码结果 10,000
www.eeworm.com/read/438783/1822475

java paginable.java

package com.ponyjava.common.page; /** * 可分页接口 * * @author liufang * */ public interface Paginable { /** * 总记录数 * * @return */ public int getTotalCount(); /** *
www.eeworm.com/read/436726/1845416

java paginable.java

package com.ponyjava.common.page; /** * 可分页接口 * * @author liufang * */ public interface Paginable { /** * 总记录数 * * @return */ public int getTotalCount(); /** *
www.eeworm.com/read/435654/1863232

java paginable.java

package com.ponyjava.common.page; /** * 可分页接口 * * @author liufang * */ public interface Paginable { /** * 总记录数 * * @return */ public int getTotalCount(); /** *
www.eeworm.com/read/434283/1873121

asp top.asp

www.eeworm.com/read/434283/1873125

asp topmenu.asp

www.eeworm.com/read/426978/1986150

java threadsendmms.java

/*/////////////////////////////////////////////////////////////////////////////// //文档生成日期:2005.11.3 // //(1)概述: //类名称:ThreadSendMMS //类说明: // 调用WMA接口发送短信 //所在子系统:MIMESMSnotifyPushRegistry /
www.eeworm.com/read/412173/2175699

c rs485.c

/****************************************************************** * 文件名称: * RS485.c * 文件说明: * 使用UART模块外加Max3485芯片实现485接口 ***********************************
www.eeworm.com/read/412162/2175945

c rs485.c

/****************************************************************** * 文件名称: * RS485.c * 文件说明: * 使用UART模块外加Max3485芯片实现485接口 ***********************************
www.eeworm.com/read/405777/2283346

java fatfat.java

//肥肥去实现这个接口 public class FatFat implements Fight { public void fight() { System.out.println("FatFat 打人很痛!"); } }
www.eeworm.com/read/398100/2397454

java implementinterface.java

// 程序:接口 // 范例文件:ImplementInterface.java interface SuperInterface { int a = 5; int b = 10; } interface ChildInterface extends SuperInterface { int addNumber(