代码搜索:支付接口

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

代码结果 10,000
www.eeworm.com/read/475606/6774248

txt 实例——以ole方式建立与excel连接.txt

unit UExcel_Sum; interface //在接口部分定义使用系统的程序单元文件 uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Db, DBTables, StdCtrls, Buttons, Grids
www.eeworm.com/read/472384/6876512

c spi.c

/*************************************** Copyright (c) ************************************************* * * 力天电子 * http://www.LT430.com * * 文 件 名: SPIDisp.C * 文件描述:使用硬件SPI接口输出显示。(硬件:74HC59
www.eeworm.com/read/194993/8180139

cs exsectionhandler.cs

using System; using System.Configuration; using System.Xml; namespace ExManagement.Config { /// /// ExManager配置信息读取管理类,实现了System.Configuration.IConfigurationSectionHandler接口。 ///
www.eeworm.com/read/193527/8218908

h odbcsampleset.h

// OdbcSampleSet.h: COdbcSampleSet 类的接口 // #pragma once // 代码生成在 2003年8月31日, 16:08 class COdbcSampleSet : public CRecordset { public: COdbcSampleSet(CDatabase* pDatabase = NULL); DEC
www.eeworm.com/read/193527/8220385

h chatsrvrdoc.h

// ChatSrvrDoc.h : CChatSrvrDoc 类的接口 // #pragma once #include "ListeningSocket.h" #include "ClientSocket.h" class CMsg; class CChatSrvrDoc : public CDocument { protected: // 仅从序列化创建 C
www.eeworm.com/read/267427/11179140

java interfacetest.java

/** * 通过这个程序,我们要测试接口的实现 */ public class InterfaceTest { public static void main(String[] args) { Student aStudent = new Student("Tom", "20031020"); System.out.println(aStudent); aSt
www.eeworm.com/read/267364/11181560

java sortedlist.java

package good; public class SortedList extends List { /** * * @uml.property name="comp" * @uml.associationEnd multiplicity="(1 1)" */ //排序时用来进行比较时用的接口 private Comparable comp;
www.eeworm.com/read/135496/13926368

java callback.java

package simon.tools.callback; public class CallBack { public boolean conn = false; /** * 定义一个回调接口 * Title: * Description: * Copyright: Copyright (c) 2004
www.eeworm.com/read/237592/13943967

h namegisview.h

// NameGisView.h : CNameGisView 类的接口 // #pragma once #include "map.h" #include "InfoDlg.h" #include "NearestDlg.h" #include "NetLayer.h" class CNameGisDoc; class CNameGisView : public
www.eeworm.com/read/135096/13962248

cs compositioncontrols.cs

using System; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace myControl { //类CompositionControls,实现了Control和INamingContainer接口 public class Composit