代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/344239/11897048
java dogsandrobots.java
//: generics/DogsAndRobots.java
// No latent typing in Java
import typeinfo.pets.*;
import static net.mindview.util.Print.*;
class PerformingDog extends Dog implements Performs {
public void
www.eeworm.com/read/252898/12256741
h iap.h
/******************************************************************************
*
* Copyright:
* (C) 2005 Embedded Artists AB
*
* File:
* iap.h
*
* Description:
* Code that implement
www.eeworm.com/read/252898/12256836
c iap.c
/******************************************************************************
*
* Copyright:
* (C) 2005 Embedded Artists AB
*
* File:
* iap.c
*
* Description:
* Code that implement
www.eeworm.com/read/162614/5530062
h harness.h
/* Common code for most VMX test cases. To use, include this file,
then write a routine named test() that performs a series of calls
to check(). */
#include
#include
#inc
www.eeworm.com/read/393807/8262332
h activewithrunerror.h
/*
* ============================================================================
* File name: ActiveWithRunError.h
* Part of : Icq7
* Created : 09.06.2006 by Maksim Nazarenko
* Description
www.eeworm.com/read/393807/8262710
cpp activewithrunerror.cpp
/*
* ============================================================================
* File name: ActiveWithRunError.cpp
* Part of : Icq7
* Created : 09.06.2006 by Maksim Nazarenko
* Descripti
www.eeworm.com/read/334907/12563614
cpp aka.cpp
/* aka.c: sha based function for aka */
#include "stdafx.h"
#include
#include "aka.h"
static uchar counter[8]={0};
static uchar G[20] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
www.eeworm.com/read/135507/13924835
java test.java
class Base
{
public boolean equals(Object obj)
{
if (obj instanceof Base) //1
//...
}
}
class Derived extends Base
{
public boolean equals
www.eeworm.com/read/133523/14037728
3 aflibfft.3
.TH "aflibFFT" 3 "8 May 2002" "Open Source Audio Library Project" \" -*- nroff -*-
.ad l
.nh
.SH NAME
aflibFFT \- Performs a forward or reverse FFT.
.SH SYNOPSIS
.br
.PP
\fC#include \fP
.
www.eeworm.com/read/190387/8444286
m hop_stor.m
function W=hop_stor(P)
% function W=hop_stor(P)
%
% performs the storage (learning phase) for a Hopfield network
%
% W - weight matrix
% P - patterns to be stored (column wise matrix)
%
% Hugh