代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/155397/5622789
nc tinysecapp.nc
// $Id: TinySecApp.nc,v 1.1.4.3 2003/08/26 09:08:13 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission
www.eeworm.com/read/154890/5631879
h fimage.h
/* -*-C++-*-
"$Id: FImage.H,v 1.1.1.1 2003/08/07 21:18:37 jasonk Exp $"
Copyright 1999-2000 by the Flek development team.
This library is free software; you can redistribute it and/
www.eeworm.com/read/153151/5652504
java subb.java
package com.javapatterns.doubledispatch.mixed;
public class SubB extends Super
{
public void operation(SubB b)
{
System.out.println("This is SubB.operation(SubB);");
}
www.eeworm.com/read/153151/5652506
java suba.java
package com.javapatterns.doubledispatch.mixed;
public class SubA extends Super
{
public void operation(SubA a)
{
System.out.println("This is SubA.operation(SubA);");
}
www.eeworm.com/read/153151/5652568
java client.java
package com.javapatterns.iterator.blackbox;
public class Client
{
/**
* @directed
*/
private Iterator it;
/**
* @directed
*/
private Aggregate agg =
www.eeworm.com/read/153151/5652589
java client.java
package com.javapatterns.iterator.whitebox;
public class Client
{
/**
* @directed
*/
private Iterator it;
/**
* @directed
*/
private Aggregate agg =
www.eeworm.com/read/152843/5657072
h fpsr.h
/*
NetWinder Floating Point Emulator
(c) Rebel.com, 1998-1999
Direct questions, comments to Scott Bambrough
This program is free software; you can redistribute
www.eeworm.com/read/152843/5658025
h fpsr.h
/*
NetWinder Floating Point Emulator
(c) Rebel.com, 1998-1999
Direct questions, comments to Scott Bambrough
This program is free software; you can redistribute
www.eeworm.com/read/475897/6768457
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