代码搜索:OPERATION

找到约 10,000 项符合「OPERATION」的源代码

代码结果 10,000
www.eeworm.com/read/138591/5815397

java operation.java

// Serializable, extensible typesafe enum with attached behaviors - Page 111 import java.io.*; public abstract class Operation implements Serializable { private final transient String name;
www.eeworm.com/read/138591/5815402

java operation.java

// Typesafe enum with behaviors attached to constants public abstract class Operation { private final String name; Operation(String name) { this.name = name; } public String toSt
www.eeworm.com/read/136989/5832655

cpp be_operation.cpp

// be_operation.cpp,v 1.49 2003/10/28 18:30:37 bala Exp // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME // be
www.eeworm.com/read/136989/5832959

cpp operation.cpp

// // operation.cpp,v 1.47 2003/12/09 20:10:42 parsons Exp // // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME
www.eeworm.com/read/136989/5832984

cpp operation_is.cpp

// operation_is.cpp,v 1.11 2003/06/09 18:58:19 parsons Exp // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME //
www.eeworm.com/read/136989/5833187

h be_operation.h

// be_operation.h,v 1.20 2002/07/01 13:49:21 parsons Exp // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME // b
www.eeworm.com/read/136989/5833393

h operation_is.h

// operation_is.h,v 1.3 2002/07/01 13:49:21 parsons Exp // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME // op
www.eeworm.com/read/136989/5833399

h operation.h

// // operation.h,v 1.12 2003/10/28 18:30:39 bala Exp // // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME //
www.eeworm.com/read/132048/5926156

cs operation.cs

using System; namespace _36Hang.Xml { public class Operation : Connection { public Operation(string Xml) : base(Xml) {} /// /// 获取指定路径的 Xml 节点里面子节点的个数 ///
www.eeworm.com/read/132048/5926180

cs operation.cs

using System; using System.Collections; namespace _36Hang.Data { /// /// Operation 的摘要说明。 /// public class Operation : Connection { public Operation(string Serve