代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/249636/12483530
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
www.eeworm.com/read/235650/14058593
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
www.eeworm.com/read/203529/15356475
cpp operation.cpp
#include"stdio.h"
#define running 1 //用running 表示进程处于进行状态
#define aready 2 //用aready 表示进程处于就绪状态
#define block 3 //用blocking 表示进程处于等待状态
#define sometime 5 //用so
www.eeworm.com/read/202416/15384345
class operation.class
www.eeworm.com/read/202416/15384350
java operation.java
//说明:实现接口。
public class Operation implements EditorOperation{
int count;
String param1;
String param2;
boolean control=false;
public Operation(){
}
public void getCommand(String s[
www.eeworm.com/read/110384/15535068
cpp operation.cpp
// Operation.cpp: implementation of the COperation class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Student.h"
#include "Operation.
www.eeworm.com/read/110384/15535078
h operation.h
// Operation.h: interface for the COperation class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_OPERATION_H__C0143641_E809_4EEF_87EB_76351B339876__I
www.eeworm.com/read/109600/15553679
class operation.class
www.eeworm.com/read/109600/15553682
java operation.java
import java.awt.*;
import javax.swing.*;
class operation
{
static operation theApp;
public static void main(String[] args)
{
theApp=new operation();
theApp.init();
}