代码搜索:OPERATION

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

代码结果 10,000
www.eeworm.com/read/319819/13441602

cs operation.cs

using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlClient; using System.Windows.Forms; //using Microsoft.Internal.Performance; namesp
www.eeworm.com/read/316073/13530740

cs operation.cs

using System; using System.Collections.Generic; using System.Text; namespace Calculator { public class Operation { private double _strNumA; private double _strNumB;
www.eeworm.com/read/314347/13569036

h operation.h

#define filepath "d:\\wenjin.txt" //txt文件用来保存输入的个人信息 #define MAX_INPUT 31 //存储姓名数组大小,姓名最多29个字符 #define UINT unsigned int typedef struct personnalinf { char name[MAX_INPUT]; //本人姓名
www.eeworm.com/read/311051/13637927

java operation.java

public enum Operation { PLUS { double eval(double x, double y) { return x + y; } }, MINUS { double eval(double x, double y) { return x - y; } }, TIMES { double eval(double x, double y) {
www.eeworm.com/read/311050/13637946

java operation.java

public enum Operation { PLUS { double eval(double x, double y) { return x + y; } }, MINUS { double eval(double x, double y) { return x - y; } }, TIMES { double eval(double x, double y) {
www.eeworm.com/read/152629/5672683

java operation.java

/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2001, Eric D. Friedman All Rights Reserved. // // This library is free software; you can redistribute i
www.eeworm.com/read/149795/5697543

sgml operation.sgml

Server Operation Recommended Operational Practices Operation of a SIP server is not always easy ta
www.eeworm.com/read/146056/5740467

c operation.c

/* $Id: operation.c,v 1.11 2004/11/18 01:56:59 yixiong Exp $ */ /* * operation.c: * * Copyright (C) 2003 Deng Pan * * This program is free software; you can redistribute i
www.eeworm.com/read/146056/5740472

h operation.h

/* $Id: operation.h,v 1.5 2004/11/18 01:56:59 yixiong Exp $ */ #ifndef _CKPT_OPERATION_H #define _CKPT_OPERATION_H #include #include #include "replica.h" /* t
www.eeworm.com/read/139332/5802795

hpp operation.hpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted with