代码搜索:PS2接口

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

代码结果 10,000
www.eeworm.com/read/131640/14134767

h yinzhang.h

// YinZhang.h // 印章图像处理的一些接口 // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_YINZHANG_H_INCLUDED_) #define AFX_YINZHANG_H_INCLUDED_ #if _MSC_VER >
www.eeworm.com/read/230034/14308266

h dis.h

//静态显示 //---------------------------------------------------------- #ifndef _display_ #define _display_ #include #define uchar unsigned char #define uint unsigned int //显示与单片机接口
www.eeworm.com/read/127861/14330395

pas udllinterface.pas

unit udllinterface; interface uses uClass, Windows, Dialogs; type TProcGetName = function :PChar; stdcall; {上层接口} procedure getteamname(var team1,team2:string); procedure initRobotlibary;
www.eeworm.com/read/227174/14439075

txt cshapesearch.txt

using System; using System.Collections.Generic; using System.Text; namespace WebSystem.MathTool.Sort { /// /// 用于排序的接口 /// public abstract class Sortable
www.eeworm.com/read/125068/14514943

h huffmanview.h

// huffmanView.h : ChuffmanView 类的接口 // #pragma once class ChuffmanView : public CScrollView { protected: // 仅从序列化创建 ChuffmanView(); DECLARE_DYNCREATE(ChuffmanView) // 属性 public:
www.eeworm.com/read/123974/14603045

txt index.txt

[使用方法索引] 全部在usages目录下 1. stringex.txt 扩展字符串,支持std::string和MFC的CString接口。
www.eeworm.com/read/123882/14607554

h superopcdoc.h

// SuperOPCDoc.h : CSuperOPCDoc 类的接口 // #pragma once class CSuperOPCDoc : public CDocument { protected: // 仅从序列化创建 CSuperOPCDoc(); DECLARE_DYNCREATE(CSuperOPCDoc) // 属性 public:
www.eeworm.com/read/224005/14608099

h iprocesspdoc.h

// IProcessPDoc.h : CIProcessPDoc 类的接口 // #pragma once class CIProcessPDoc : public CDocument { protected: // 仅从序列化创建 CIProcessPDoc(); DECLARE_DYNCREATE(CIProcessPDoc) // 属性 public:
www.eeworm.com/read/220403/14801764

h gdrawview.h

// GDrawView.h : CGDrawView 类的接口 // #pragma once #include"Graph_Union.h" #include using namespace std; class point{ public: }; class CGDrawView : public CScrollView {
www.eeworm.com/read/220115/14852433

java pool.java

package pool; /** * 资源池接口 * @author XuYing * */ public interface Pool { /** * 获取池中对象 * @param 带信息的对象 * @return 对象 */ //public Object getPooledObject(Object o); publi