代码搜索:通讯接口
找到约 10,000 项符合「通讯接口」的源代码
代码结果 10,000
www.eeworm.com/read/463556/1537202
java paginable.java
package com.ponyjava.common.page;
/**
* 可分页接口
*
* @author liufang
*
*/
public interface Paginable {
/**
* 总记录数
*
* @return
*/
public int getTotalCount();
/**
*
www.eeworm.com/read/458954/1576172
java implementinterface.java
// 程序:接口
// 范例文件:ImplementInterface.java
interface SuperInterface
{
int a = 5;
int b = 10;
}
interface ChildInterface extends SuperInterface
{
int addNumber(
www.eeworm.com/read/457616/1596010
java paginable.java
package com.ponyjava.common.page;
/**
* 可分页接口
*
* @author liufang
*
*/
public interface Paginable {
/**
* 总记录数
*
* @return
*/
public int getTotalCount();
/**
*
www.eeworm.com/read/455464/1613904
java paginable.java
package com.ponyjava.common.page;
/**
* 可分页接口
*
* @author liufang
*
*/
public interface Paginable {
/**
* 总记录数
*
* @return
*/
public int getTotalCount();
/**
*
www.eeworm.com/read/249104/4456816
java amd.java
package computerworld;
//定义AMD类,实现CPU接口
public class AMD implements CPU {
public String getCPU() {
return "Athlon XP 2800+";
}
}
www.eeworm.com/read/248802/4463588
cs imanager.cs
using System;
namespace StudentsMIS.Business
{
///
/// IManager接口。
///
public interface IManager
{
IEntity Select(string id);
int Insert(IEntity obj);
www.eeworm.com/read/248802/4463627
cs imanager.cs
using System;
namespace StudentsMIS.Business
{
///
/// IManager接口。
///
public interface IManager
{
IEntity Select(string id);
int Insert(IEntity obj);
www.eeworm.com/read/245782/4501351
h nlequation.h
//////////////////////////////////////////////////////////////////////
// NLequation.h
//
// 求解线性方程组的类 CNLequation 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////
www.eeworm.com/read/245782/4501354
h lequations.h
//////////////////////////////////////////////////////////////////////
// LEquations.h
//
// 求解线性方程组的类 CLEquations 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////
www.eeworm.com/read/245782/4501358
h nlequation.h
//////////////////////////////////////////////////////////////////////
// NLequation.h
//
// 求解线性方程组的类 CNLequation 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////