代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/308059/13710236
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/308059/13710296
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
www.eeworm.com/read/306131/13751993
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/304826/13786009
txt 06-21.txt
例6-21 使用diff函数求数值微分。
解:在命令窗口中输入如下命令,并按Enter键确认。
>> h = .002;
>> x = 0:h:pi;
>> diff(sin(x.^2))/h; %is an approximation to 2*cos(x.^2).*x
>> diff((1:10).^2)
ans =
3 5 7
www.eeworm.com/read/304264/13797084
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/301701/13852139
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/150881/5687991
java maxfunction.java
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licencing information please see the file license.txt included with JGAP
www.eeworm.com/read/141300/5771345
c resload.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
Modified: Apr 2000 - Paolo Nenzi
**********/
#include "ngspice.h"
#include "ck
www.eeworm.com/read/141300/5771912
c indtemp.c
/**********
Copyright 2003 Paolo Nenzi
Author: 2003 Paolo Nenzi
**********/
/*
*/
#include "ngspice.h"
#include "cktdefs.h"
#include "inddefs.h"
#include "sperror.h"
#include "suffix.h"
/*ARGSUSE