代码搜索:PS2接口

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

代码结果 10,000
www.eeworm.com/read/229379/14342579

h mapdoc.h

// mapDoc.h : CmapDoc 类的接口 // #pragma once class CmapDoc : public CDocument { protected: // 仅从序列化创建 CmapDoc(); DECLARE_DYNCREATE(CmapDoc) // 属性 public: // 操作 public: // 重写
www.eeworm.com/read/229379/14342588

h mainfrm.h

// MainFrm.h : CMainFrame 类的接口 // #pragma once #include "atltypes.h" class CMainFrame : public CFrameWnd { protected: // 仅从序列化创建 CMainFrame(); DECLARE_DYNCREATE(CMainFrame) // 属性
www.eeworm.com/read/125858/14457942

~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/225652/14527413

java servicerequest.java

/* * @(#)ServiceRequest.java 2006/11/13 * * Copyright (c) ZhiYang. * All rights reserved. */ package his; /** * 用户请求接口 * @version 1.0 * @author 杨智 (MSE2006B-06250145) *
www.eeworm.com/read/124276/14582200

h eachitemdoc.h

// EachItemDoc.h : CEachItemDoc 类的接口 // #include "RealTime.h" #include "ClientSocket.h" #pragma once class CEachItemDoc : public CDocument { protected: // 仅从序列化创建 CEachItemDoc(); DECLA
www.eeworm.com/read/120917/14783795

dfm unit1.dfm

object Form1: TForm1 Left = 192 Top = 107 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = '《月影短信编程接口》示例程序' ClientHeight = 293 ClientWidth = 492 Color
www.eeworm.com/read/220511/14798273

java selecthome.java

//home 接口 package selectstudent; import javax.ejb.*; import java.rmi.*; import java.util.*; public interface SelectHome extends javax.ejb.EJBHome{ public Select create() throws CreateExc
www.eeworm.com/read/219832/14861974

h header.h

/*************************函数声明和变量定义*************/ #ifndef INIT_H #define INIT_H #include #define uchar unsigned char #define uint unsigned int /*******************接口定义***********
www.eeworm.com/read/219654/14871589

h drawtreeview.h

// DrawTreeView.h : CDrawTreeView 类的接口 // #pragma once #include "BinaryTree.h" #include "TreePainter.h" #include "GlobalManager.h" #include "DoubleEncryptor.h" #include "RandomKeyGenerator.h"
www.eeworm.com/read/217575/14958094

h aprioriview.h

// AprioriView.h : CAprioriView 类的接口 // #pragma once #include "afxcmn.h" #define nMaxSize 1000 class CAprioriSet; class CAprioriView : public CRecordView { protected: // 仅从序列化创建 CApri