代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/143892/12831483
h operation.h
#if !defined(AFX_OPERATION_H__2141A078_2F73_44C5_85A5_48B3D86A540F__INCLUDED_)
#define AFX_OPERATION_H__2141A078_2F73_44C5_85A5_48B3D86A540F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //
www.eeworm.com/read/143602/12856787
m operation.m
clear all;
citynum=[0.4 0.4439;0.2439 0.1463;0.1707 0.2293;0.2293 0.761;0.5171 0.9414;0.8732 0.6536;0.6878 0.5219;0.8488 0.3609;0.6683 0.2536;0.6195 0.2634];
Vx=[0.000 0.000 0.000 1.000 0.000 0.000
www.eeworm.com/read/241829/13114364
cpp operation.cpp
#include "class.h"
#include
#include
#include
#include
clsList_c::clsList_c( )
{
cout
www.eeworm.com/read/325335/13211885
class operation.class
www.eeworm.com/read/325335/13211905
java operation.java
// Copyright 2004 Nokia Corporation.
//
// THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER,
// EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS
// FOR ANY
www.eeworm.com/read/325023/13231270
java operation.java
//: typeinfo/Operation.java
public interface Operation {
String description();
void command();
} ///:~
www.eeworm.com/read/324119/13284346
cpp operation.cpp
/*
*
*
*
*/
#include
#include "operation.h"
using namespace std;
//
//
//
Operation::Operation(int opc, string opname, int a): Item()
{
type = OPERATION;
code = opc;
SetName(opname)
www.eeworm.com/read/324119/13284379
h operation.h
/*
*
*
*
*/
#ifndef __OPERATION_H
#define __OPERATION_H
#include
#include "item.h"
//
//
//
class Operation: public Item
{
public:
int code, arity;
//
Operation(int opc, std:
www.eeworm.com/read/319907/13439880
cpp operation.cpp
#include
#include
#define msize 100
#define asize 10
using namespace std;
char oper[]={'+' , '-' ,
'*' , '/' , '(' , ')' , '#'};
char relationship[7][7]={
{'>' , '>' ,