代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/185152/9054801
m apprgrdn.m
function g = apprgrdn(x,f,fun,deltax,obj)
% Usage:
% g = apprgrdn(x,f,fun,deltax,obj)
% Function apprgrdn.m performs the finite difference approximation
% of the gradient at a point .
%
www.eeworm.com/read/179809/9336083
f vl2.f
program vl2
c...For the linear advection equation, performs the method described
c...in van Leer, Towards the Ultimate Conservative Difference Scheme.
c...II. Monotonicity and Conservation C
www.eeworm.com/read/166474/10018899
m nbhood.m
function pts = nbhood(latt,element,varargin)
%NBHOOD Find lattice element neighbors
% NH = NBHOOD(L,P) finds the element's P neighbours along the
% equilateral axes. There's a slight difference b
www.eeworm.com/read/355063/10297985
f vl2.f
program vl2
c...For the linear advection equation, performs the method described
c...in van Leer, Towards the Ultimate Conservative Difference Scheme.
c...II. Monotonicity and Conservation C
www.eeworm.com/read/419697/10842876
c alg113.c
/*
* LINEAR FINITE-DIFFERENCE ALGORITHM 11.3
*
* To approximate the solution of the boundary-value problem
*
* Y'' = P(X)Y' + Q(X)Y + R(X), A
www.eeworm.com/read/450574/7480890
c nfq_utils.c
#include
/* Subtract the `struct timeval' values X and Y,
storing the result in RESULT.
Return 1 if the difference is negative, otherwise 0. */
int timeval_subtract (struct timev
www.eeworm.com/read/435646/7788429
changes
0.98.39
-------
* fix buffer overflow
* fix outas86's .bss handling
* "make spotless" no longer deletes config.h.in.
* %(el)if(n)idn insensitivity to string quotes difference (#809300).
* (nasm.
www.eeworm.com/read/141570/12997918
txt 63.txt
一个Format函数
A new Format function
Visual Basic 5 has the Format command that almost works the same as Print. The difference is that Format shortens the output string length if all the format chara
www.eeworm.com/read/140698/13066481
c alg113.c
/*
* LINEAR FINITE-DIFFERENCE ALGORITHM 11.3
*
* To approximate the solution of the boundary-value problem
*
* Y'' = P(X)Y' + Q(X)Y + R(X), A
www.eeworm.com/read/140545/13076653
cpp strfile.cpp
//: C04:Strfile.cpp
// Stream I/O with files
// The difference between get() & getline()
#include
#include
#include "../require.h"
using namespace std;
int main() {
co