代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/130817/14173545

cpp func8p2-key.cpp

/* * 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/127726/14338908

h stdlib.h

/* Standard utility functions */ #ifndef _STDDEF typedef int ptrdiff_t; /* result type of pointer difference */ typedef unsigned size_t; /* type yielded by sizeof */ typedef unsigned short wchar_t;
www.eeworm.com/read/127726/14338911

h sys.h

/* * System-dependent functions. */ #ifndef _STDDEF typedef int ptrdiff_t; /* result type of pointer difference */ typedef unsigned size_t; /* type yielded by sizeof */ typedef unsigned short wch
www.eeworm.com/read/225029/14557370

news

Gphone 0.5.2 (August 18, 2000) ============ Incorporated Jorge Gomes Silva's patch to fix the infamous config button crash. This is only a only-line difference from 0.5.2. Gphone 0.5.1 (January
www.eeworm.com/read/7654/125928

c sinegende.c

//SinegenDE.c Generates a sinewave using a difference equation short y[3] = {0,16384,0}; //y(1) = sinwT const short A = 0; //A = 2*coswT * 2^14 int n = 2;
www.eeworm.com/read/16589/680478

h string.h

/* String functions */ #ifndef _STDDEF typedef int ptrdiff_t; /* result type of pointer difference */ typedef unsigned size_t; /* type yielded by sizeof */ typedef unsigned short wchar_t; /* w
www.eeworm.com/read/16589/680727

h conio.h

/* * Low-level console I/O functions */ #ifndef _STDDEF typedef int ptrdiff_t; /* result type of pointer difference */ typedef unsigned size_t; /* type yielded by sizeof */ typedef unsigne
www.eeworm.com/read/470917/1440016

s sub_n.s

# Alpha __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and # store difference in a third limb vector. # Copyright (C) 1995 Free Software Foundation, Inc. # This file is part of
www.eeworm.com/read/470917/1443095

s s_fdiml.s

/* Compute positive difference. Copyright (C) 1997, 1998, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper ,
www.eeworm.com/read/459172/1572734

c flvdec.c

/* * FLV demuxer * Copyright (c) 2003 The FFmpeg Project. * * This demuxer will generate a 1 byte extradata for VP6F content. * It is composed of: * - upper 4bits: difference between encoded wi