代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/162314/10315123
cpp leaf.cpp
//Leaf.cpp
#include "Leaf.h"
#include
using namespace std;
Leaf::Leaf()
{
}
Leaf::~Leaf()
{
}
void Leaf::Operation()
{
cout
www.eeworm.com/read/349344/10834196
cpp leaf.cpp
//Leaf.cpp
#include "Leaf.h"
#include
using namespace std;
Leaf::Leaf()
{
}
Leaf::~Leaf()
{
}
void Leaf::Operation()
{
cout
www.eeworm.com/read/332978/7141938
java robot.java
//: typeinfo/Robot.java
import java.util.*;
import net.mindview.util.*;
public interface Robot {
String name();
String model();
List operations();
class Test {
public
www.eeworm.com/read/458682/7291713
sh logging-wrapper.sh
#!/bin/bash
# Generic shell wrapper that performs an operation
#+ and logs it.
# Must set the following two variables.
OPERATION=
# Can be a complex chain of commands,
#+ for example
www.eeworm.com/read/325023/13231353
java robot.java
//: typeinfo/Robot.java
import java.util.*;
import net.mindview.util.*;
public interface Robot {
String name();
String model();
List operations();
class Test {
public
www.eeworm.com/read/238749/13326972
cpp leaf.cpp
//Leaf.cpp
#include "Leaf.h"
#include
using namespace std;
Leaf::Leaf()
{
}
Leaf::~Leaf()
{
}
void Leaf::Operation()
{
cout
www.eeworm.com/read/344239/11895737
java robot.java
//: typeinfo/Robot.java
import java.util.*;
import net.mindview.util.*;
public interface Robot {
String name();
String model();
List operations();
class Test {
public
www.eeworm.com/read/339483/12231607
sh logging-wrapper.sh
#!/bin/bash
# Generic shell wrapper that performs an operation
#+ and logs it.
# Must set the following two variables.
OPERATION=
# Can be a complex chain of commands,
#+ for example