代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/263433/11363090
java rulebasedcollator.java
/*
* @(#)RuleBasedCollator.java 1.36 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* (C) Copyrig
www.eeworm.com/read/406444/11442277
cpp 牛顿值多项式.cpp
#include
#define N 4
void Difference(float *x,float *y,int n)
{
float *f;
int k,i;
f =new float[(n*sizeof(float))];
for(k=1;k
www.eeworm.com/read/406144/11448619
java itemset.java
import java.io.*;
import java.lang.*;
import java.util.*;
public class ItemSet extends HashSet
{
ItemSet()
{
super();
}
ItemSet( Collection c )
{
super(c);
}
/* Removed for ex
www.eeworm.com/read/405217/11468619
m imr.m
% IMR Calculate image rejection ratio given amplitude and phase mismatch
%
% [y] = IMR (a, p) returns the image rejection given by a system with
% amplitude ratio a and phase differen
www.eeworm.com/read/402286/11539136
m mmderiv.m
function z=mmderiv(x,y)
%MMDERIV Compute Derivative Using Weighted Central Differences.
% MMDERIV(X,Y) computes the derivative of the function y=f(x) given the
% data in X and Y. X must be a vector, b
www.eeworm.com/read/262186/11602395
m testwaveletkernel.m
%
% this is a script for testing and looking into wavelet kernel
% and different decompositions.
%
%
clear all
close all
% this is the data
N=50;
x=linspace(0,1,N)';
% these are the
www.eeworm.com/read/261494/11642480
txt 一份 tomcat vs resin 的测试报告。。。.txt
作者:jeru
email: jeru@163.net
日期:2001-2-9 18:53:49
----- Original Message -----
From: Griggs, James
To:
Sent: Tuesday, February 08, 2000
www.eeworm.com/read/157521/11696524
cpp 牛顿值多项式.cpp
#include
#define N 4
void Difference(float *x,float *y,int n)
{
float *f;
int k,i;
f =new float[(n*sizeof(float))];
for(k=1;k
www.eeworm.com/read/346712/11729437
java chebyshevdistance.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/157074/11741345
m testwaveletkernel.m
%
% this is a script for testing and looking into wavelet kernel
% and different decompositions.
%
%
clear all
close all
% this is the data
N=50;
x=linspace(0,1,N)';
% these are the