代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/307316/13724284
java ishape.java
/*
* IShape.java
*
* Created on April 29, 2005, 4:47 PM
*/
package hysun.draw;
import java.awt.Graphics2D;
import java.awt.event.MouseEvent;
/**
* All drawing shapes should implement this inte
www.eeworm.com/read/304001/13805027
m pitch2.m
%fractal pitch refine
%Precondition: sig is the 0~500Hz of the voice signal;int_pitch and r is a two elments
% array.
%Postcondition: p and r
%Input:
% sig(input signal)
www.eeworm.com/read/152726/5667169
java servicelocator.java
package se.anatom.ejbca.util;
import java.net.URL;
import java.util.Map;
import java.util.Collections;
import java.util.HashMap;
import javax.naming.InitialContext;
import javax.naming.NamingExceptio
www.eeworm.com/read/151029/5687330
java connectionwrapper.java
package com.ora.jsp.sql;
import java.sql.*;
import java.util.*;
/**
* This class is a wrapper around a Connection, overriding the
* close method to just inform the DataSourceWrapper that it
www.eeworm.com/read/147422/5729924
m cubfit.m
%FUNCTION CUBFIT finds the cubic polynomial to fit the given two points.
%
% [cof,yi]=cubfit(x,y,xi);
% INPUT : [x(1) x(2)] and [y(1) y(2)] are the given two knobs
% xi == ne
www.eeworm.com/read/142235/5765743
java observablelist.java
package com.ibm.j2x.util.collection;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import com.
www.eeworm.com/read/140847/5779110
txt burglar-alarm-net.lisp.txt
#|
The following code represents the burglar alarm Bayes network from
Chapter 14 of Russell & Norvig, 2nd Edition. This network representation
is used in the corresponding Bayes net code found in thi
www.eeworm.com/read/140727/5782518
cc sstr_00.cc
// file: $isip/class/system/SysString/sstr_00.cc
// version: $Id: sstr_00.cc,v 1.8 2001/02/15 23:11:38 duncan Exp $
//
// isip include files
//
#include "SysString.h"
// method: copy constructor
//
www.eeworm.com/read/136989/5834951
readme
README,v 1.2 2002/01/13 20:00:13 fhunleth Exp
This directory houses a collection of tests that exercise TAO support
for features defined in the MIOP specification.
Each individual subdirectory
www.eeworm.com/read/136812/5857049
c frexp.c
#ifndef lint
static char sccsid[] = "@(#)frexp.c 1.1 92/07/30 SMI"; /* from UCB 5.2 3/9/86 */
#endif
/*
* the call
* x = frexp(arg,&exp);
* must return a double fp quantity x which is