代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/483385/6605853
class operation.class
www.eeworm.com/read/483385/6605857
java operation.java
package org.jzkangta.strategy02;
//抽象的策略角色
public abstract class Operation {
public abstract void oper(float a,float b);
}
www.eeworm.com/read/479774/6678528
java operation.java
package calculate;
public interface Operation {
public static final String OPERATIONS = "+-*/=";
public static final String ADD_OPERATION = "+";
public static final String SUBSTRACT_
www.eeworm.com/read/479135/6699609
h operation.h
#include
#include
#include
#include
#include
#include
#define LEN 200
#define L_STR 10000
using namespace std;
typedef s
www.eeworm.com/read/409388/11329283
cs operation.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
www.eeworm.com/read/403309/11519444
gif operation.gif
www.eeworm.com/read/344239/11895660
java operation.java
//: typeinfo/Operation.java
public interface Operation {
String description();
void command();
} ///:~
www.eeworm.com/read/256582/11986196
js operation.js
/* operation.js
* Copyright 2002 - 2006 BlogDriver.com,Bokee.com, All Rights Reserved
* File Authors: 怨天怨地
*/
function doAddFriend(addBlogId){
var blogID=getBlogID();
if(blogID==null