代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/124842/14533876
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/124786/14544667
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
%
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the nu
www.eeworm.com/read/224759/14568414
m updatenodeids.m
function tree=updatenodeids(tree,d)
%UPDATENODEIDS Updates the node ids of a GPLAB tree.
% UPDATENODEIDS(TREE,DIFFERENCE) returns TREE with DIFFERENCE
% added to all its node ids.
%
%
www.eeworm.com/read/123850/14609586
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/122802/14667767
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/122497/14687256
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/222275/14698894
m diffractiongratingfirstorder.m
% Close-up of first-order diffraction pattern of grating illuminated by
% monochromatic light. Shows the "defraction limit' caused by the finite
% number of grooves, N. The larger N, the narrower th
www.eeworm.com/read/220661/14793703
html differencechartdemo1.html
DifferenceChartDemo1
A difference chart highlights the difference between two series. In this demo,
the data is randomly generated.
www.eeworm.com/read/220661/14793826
html differencechartdemo2.html
DifferenceChartDemo2
A difference chart highlights the difference between two series. This demo
also shows the use of a Marker to highlight a range of values on
the domain