代码搜索:diff

找到约 8,375 项符合「diff」的源代码

代码结果 8,375
www.eeworm.com/read/342347/12026914

cpp toj_2925.cpp

#include #include #include #define MAXNUM 110 int t , n , len; char word[ MAXNUM ][ 25 ] , int gr[ MAXNUM ][ MAXNUM ]; bool diff_1( char w1[] , char w2[] ) { static int
www.eeworm.com/read/219897/14860713

patch full-h1940-2.6.21.patch

diff --git a/Makefile b/Makefile index d970cb1..1ea6235 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 21 -EXTRAVERSION = +EXTRAVERSION = -h1940 NAME =
www.eeworm.com/read/208487/15246496

m shownonsmoothfcn.m

function showNonSmoothFcn(fcn,range) if(nargin == 0) fcn = @rastriginsfcn; range = [-5,5;-5,5]; end pts = 25; span = diff(range')/(pts - 1); x = range(1,1): span(1) : range(1,2); y =
www.eeworm.com/read/37566/1083122

dfm unit1.dfm

object Form1: TForm1 Left = 190 Top = 219 Width = 820 Height = 424 Caption = 'Basic Diff Demo2' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.
www.eeworm.com/read/38235/1109104

dfm unit1.dfm

object Form1: TForm1 Left = 190 Top = 219 Width = 820 Height = 424 Caption = 'Basic Diff Demo2' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.
www.eeworm.com/read/472943/1402520

m hdcpnpdfig9.m

%Figure 8.1b nu = linspace(.01,.99); Omega = shannon(nu) - PsiExt(nu); d = diff(Omega,2) ./ (nu(2)-nu(1)).^2; plot(nu(1:length(d)),d) title('\Omega''''(\nu)') xlabel('\nu') % % Copyright
www.eeworm.com/read/246537/4493730

c sntp_proc.c

#include "sntp.h" void sntp_proc(char *buf, ssize_t n, struct timeval *nowptr) { int version, mode; uint32_t nsec, useci; double usecf; struct timeval curr, diff; struct ntpdata *ntp; if
www.eeworm.com/read/246537/4493757

c sntp_proc.c

#include "sntp.h" void sntp_proc(char *buf, ssize_t n, struct timeval *nowptr) { int version, mode; uint32_t nsec, useci; double usecf; struct timeval curr, diff; struct ntpdata *ntp; if
www.eeworm.com/read/242732/4536876

c mbslwr.c

#include #include unsigned int _mbbtolower(unsigned int c) { if (!_ismbblead(c) ) return tolower(c); return c; } // code page 952 #define CASE_DIFF (0x8281 - 0x
www.eeworm.com/read/229812/4736433

mif checki.mif

!ifndef log_file log_file=testcomp.log !endif .nocheck .before @set CHK_CHECK=-@diff -i -b $(name).lst $(name).chk all: $(name).chk .symbolic @SET TESTCOMP=Test OK $(%CHK_CHECK