代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/101557/15827121
m biterr.m
function [num, rat] = biterr(x, y, K, tot)
%BITERR Computes bit error.
% [NUMBER, RATIO] = BITERR(X, Y) compares the elements in the input
% matrices X and Y. The number of the bit diff
www.eeworm.com/read/100333/15877015
tst oldmake.tst
.SUFFIXES : .st .test
BINDIR = ../bin
FILES = Makefile in *.st *.out
.st.test:
$(BINDIR)/st -m $*.st
www.eeworm.com/read/100128/15883359
diffs
diff -c ../Makefile ./Makefile
*** ../Makefile Thu Jun 28 00:44:07 1990
--- ./Makefile Mon Jul 16 13:57:26 1990
***************
*** 39,49 ****
# AUXDIR, manual pages will be installed in MANDIR with
www.eeworm.com/read/284046/4068368
m punish1.m
function y=punish1(x,r)
syms x1 x2 x3;
z=1000-x1^2-2*x2^2-x3^2-x1*x2-x1*x3+r*((x1^2+x2^2+x3^2-25)^2+(8*x1+14*x2+7*x3-56)^2);
y=[diff(z,x1);diff(z,x2);diff(z,x3)];
x1=x(1);
x2=x(2);
x3=x(3);
y=s
www.eeworm.com/read/287166/8713911
txt progress.txt
Note:
important:All sources must be LF format, no CR and DOS EOF(^Z)
all changes to platform independent code
are marked with "199xxxxx by Kin"
(or use "diff -w -B" to compare)
about unix makefile:
www.eeworm.com/read/183541/9155275
patch full.patch
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 12
-EXTRAVERSION =
+EXTRAVERSION = -h1940
NAME=Woozy Numbat
# *DOCUMENTATION
www.eeworm.com/read/366581/9807767
in zdiff.in
:
#!/bin/sh
# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh
# Zcmp and zdiff are used to invoke the cmp or the diff pro-
# gram on compressed files. All options specified are
www.eeworm.com/read/161095/10452172
m isperm.m
function result = isperm(p)
% ISPERM Is the argument a permutation?
result = 0;
if min(size(p)) > 1, return, end;
ds = diff(sort(p));
if any(ds ~= 1), return, end;
if min(p) ~= 1, return, end;
www.eeworm.com/read/277084/10670290
mak nm_b55.mak
BORLANDPATH = "C:\program files\Borland\cbuilder5"
TASM = TASM32
TLIB = tlib
TLINK = ilink32
LIBPATH = $(BORLANDPATH)\LIB
INCLUDEPATH = $(BORLANDPATH)\INCLUDE
DIFF = sdiff
PRE =
CC = bcc
www.eeworm.com/read/456193/7355005
m fm_sssc.m
function fm_sssc(flag)
% FM_SSSC define Static Synchronous Series Compensators - SSSC
%
% FM_SSSC(FLAG)
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
% FLAG = 3 diff