代码搜索:PS2接口

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

代码结果 10,000
www.eeworm.com/read/144395/5750185

java ihelloworld.java

/* * Created on 2004-11-4 * * http://www.open-v.com 提供代码的维护工作 */ package com.openv.spring; /** * IHelloWorld接口 * * @author luoshifei */ public interface IHelloWorld { publi
www.eeworm.com/read/144395/5750207

java ihelloworld.java

/* * Created on 2004-11-4 * * http://www.open-v.com 提供代码的维护工作 */ package com.openv.spring; /** * IHelloWorld接口 * * @author luoshifei */ public interface IHelloWorld { publi
www.eeworm.com/read/144395/5750234

java ilogperson.java

/* * Created on 2004-11-14 * * http://www.open-v.com 提供代码的维护工作 */ package com.openv.spring; /** * ILogPerson接口 * * @author luoshifei */ public interface ILogPerson { public
www.eeworm.com/read/134474/5892757

~pas u_estimateint.~pas

unit u_EstimateInt; {可靠性参数估计接口} interface type TSample=record Time:Double; Failed:Boolean; end; TTimeList=Array of TSample; TSampleR=record Time:Double; R:Double;
www.eeworm.com/read/127041/6009897

c cantrans.c

/******************************************** 对外接口 Can_Receive(从CanBus接收数据) Can_Send(从CanBus发送数据) INITCAN(初始化) CanINTR(中断函数) ChkEndC(检查帧发送结束) ****************
www.eeworm.com/read/124931/6035291

~pas u_estimateint.~pas

unit u_EstimateInt; {可靠性参数估计接口} interface type TSample=record Time:Double; Failed:Boolean; end; TTimeList=Array of TSample; TSampleR=record Time:Double; R:Double;
www.eeworm.com/read/114376/6124290

java chartwidget.java

package net.turbochen.graph; import java.awt.*; /** * 所有图表元素的接口. * @author Turbo Chen */ public interface ChartWidget { /** * 取得图表元素的x坐标. * @return int */ publi
www.eeworm.com/read/107186/6190446

java iexecutor.java

/* * Created on 2004-5-24 * last modified $Date: 2004/05/29 00:12:09 $ */ package yuchifang.javaIDE.interfaces; /** * 执行文件者接口 * @author yuchifang */ public interface IExecutor { /
www.eeworm.com/read/286179/6290206

h mainfrm.h

// MainFrm.h : CMainFrame 类的接口 // #pragma once #include "QueryCtlBar.h" #include "DlgMsgRevStus.h" class CMainFrame : public CFrameWnd { protected: // 仅从序列化创建 CMainFrame(); DECLA
www.eeworm.com/read/149492/6329857

h cmpp.h

//******************************************************************************* // // 文件名: Cmpp.h // 描述: // 中国移动通信互联网短信网关接口协议(China Mobile Point to Point)实现. // 版本: 3.1.1.0 // 作者: PrinceToad