代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/457218/7332230
m chap10_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/456112/7357372
htm pat5k-1.htm
Visitor
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
www.eeworm.com/read/456112/7357813
htm pat5k.htm
Visitor
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
www.eeworm.com/read/456005/7359791
txt rel-ops.txt
1.
SELECT Title, Price
FROM BOOK
WHERE PublisherID IN (SELECT PublisherID
FROM PUBLISHER
WHERE Name = 'Electronics Industry' OR Name = 'NWPU Press');
2.
SELECT Name
FROM Publisher
WHE
www.eeworm.com/read/454660/7385802
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/454375/7392898
eqn segment7.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/454373/7392977
eqn lcok.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/454372/7392992
eqn rom.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/454192/7397175
cpp ooplab4.cpp
#include
#include
#include
class matlab
{
private:
int operation, choice;
float a,b,c,z;
public:
float arith(float x, float y, int operation)
{
switch (