代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/105187/15675688

patch darwin_ipv6.patch

diff -u --new-file --recursive darwin-start/APICommonCode/SDPSourceInfo.cpp darwin/APICommonCode/SDPSourceInfo.cpp --- darwin-start/APICommonCode/SDPSourceInfo.cpp Mon Jun 10 17:32:49 2002 +++ darwin/
www.eeworm.com/read/100119/15883756

dos makefile.dos

# # Makefile to run al tests for Vim, on Dos-like machines. # # Requires a set of Unix tools: echo, diff, etc. VIMPROG = ..\\vim # Omitted: # test2 "\\tmp" doesn't work. # test10 'errorfor
www.eeworm.com/read/407901/11409009

m least2x.m

%非线性最小二乘法 clear; fun=fun2; syms x1 x2; x0=[0;0];%设置初点 x=x0; Dfx=[diff(fun,x1) diff(fun,x2)]; dfx=subs(Dfx,[x1 x2],x); fx=subs(fun,[x1 x2],x); e=1e-6;%设置精度精度 num=0; d=-inv(dfx'*dfx)*dfx'*fx;
www.eeworm.com/read/407901/11409012

m speeddesc.m

%最速下降法 clear; syms x1 x2; fun=fun1; x0=[0;0];%设置初点 x=x0; Dfx=[diff(fun,x1);diff(fun,x2)]; dfx=subs(Dfx,[x1 x2],x); e=1e-6;%设置精度 num=0;%迭代次数 fx=subs(fun,[x1 x2],x); d=-dfx; d_fan=sqrt(d'*d)
www.eeworm.com/read/289707/8534077

bak tcp.bak

void tcp_handler(in_Header xdata *ip) { eth_Header xdata *peth; tcp_Header xdata *tp; tcp_PseudoHeader xdata *ph; int xdata len; int xdata diff; uint flags; long xdata diffticks;
www.eeworm.com/read/380990/9117153

makefile

VERSION = 1.3.1 DIFF_VERSION = 1.3 INSTALL_PREFIX = /usr/devel INSTALL_LIB = $(INSTALL_PREFIX)/lib INSTALL_INCLUDE = $(INSTALL_PREFIX)/include INSTALL = /usr/bin/install INCLUDE = -I/usr/devel/inclu
www.eeworm.com/read/182695/9195064

patch aes.patch

This patch provides support for the Au1200 AES Block. This patch authored against Linux 2.4.26. How to use AES feature with the Au1200 and Linux May 16, 2005 (Header file only) diff -rwbupN -x CVS l
www.eeworm.com/read/363772/9936369

dfm unit1.dfm

object Form1: TForm1 Left = 526 Top = 192 Width = 383 Height = 424 Caption = 'Basic Diff Demo' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.H
www.eeworm.com/read/277084/10670149

mak nm_gnu.mak

CXX = g++ CXXFLAGS = -O2 -Wall DIFF = ./sdiff PRE = ./ MAJOR = 1 MINOR = 0 %.o: %.cpp $(CXX) $(CXXFLAGS) -c $*.cpp everything: tmt example test_exc nl_ex sl_ex garch
www.eeworm.com/read/348596/10883348

txt 1113.txt

//#define debug 1 #define NMAX 1054 #define INF 1000000001 #define DIFF 1000 #include #include #include #include typedef struct { long x,y; }data;