代码搜索:OPERATION

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

代码结果 10,000
www.eeworm.com/read/388422/8610406

m chap5_1.m

%Generic Algorithm for function f(x1,x2) optimum clear all; close all; %Parameters Size=80; G=100; CodeL=10; umax=2.048; umin=-2.048; E=round(rand(Size,2*CodeL)); %Initial C
www.eeworm.com/read/431812/8652706

cpp pku2562.cpp

#include "stdio.h" #include "string.h" int main() { long a,b,c; int i,p; while(scanf("%ld%ld",&a,&b)!=-1) { if(a==0&&b==0) break; c=a+b; for(i=0,p=0;i
www.eeworm.com/read/431723/8658505

eqn ps2.map.eqn

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/386806/8725710

h errno.h

#ifndef _LINUX_ERRNO_H #define _LINUX_ERRNO_H #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define
www.eeworm.com/read/430096/8766198

java queue27.java

// holding/Queue27.java // TIJ4 Chapter Holding, Exercise 27, page 424 /* Write a class called Command that contains a String and has a method operation() * that displays the String. Write a second
www.eeworm.com/read/385965/8774602

h sop.h

#include"stack.h" //define the precedence level of operation used as first operation int First(char op){ switch(op){ case'+': case'-': return 3; case'*': case'/': return 5; cas
www.eeworm.com/read/385917/8782090

eqn bypass_adder.map.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/429726/8792299

java setsyslocation.java

/* Copyright(c) 2003 by Andrew E. Page All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro
www.eeworm.com/read/428903/8830091

java operationfactory.java

public class OperationFactory { public static Operation createOperate(String operate) { Operation oper=null; if(operate.equals("+")) oper=new OperationAdd(); if(operate.equals("-"))
www.eeworm.com/read/187156/8851593

h defs.h

/******************************************************************************/ /* */ /* Copyright (C), 1995-2006, msyste