代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/281575/9149394

c show-diff.c

/* * GIT - The information manager from hell * * Copyright (C) Linus Torvalds, 2005 */ #include "cache.h" static char *diff_cmd = "diff -L 'a/%s' -L 'b/%s' "; static char *diff_opts = "-p -u"; st
www.eeworm.com/read/281575/9149439

c diff-tree.c

#include "cache.h" static int recursive = 0; static int line_termination = '\n'; static int diff_tree_sha1(const unsigned char *old, const unsigned char *new, const char *base); static void update_
www.eeworm.com/read/379858/9173918

m diff_enc.m

function DIFF_ENC_DATA = diff_enc(BURST) % % diff_enc: This function accepts a GSM burst bit sequence and % performs a differential encoding of the sequence. The % encoding i
www.eeworm.com/read/376593/9313109

m diff_ctr.m

function [dy,dx]=diff_ctr(y, Dt, n) yx1=[y 0 0 0 0 0]; yx2=[0 y 0 0 0 0]; yx3=[0 0 y 0 0 0]; yx4=[0 0 0 y 0 0]; yx5=[0 0 0 0 y 0]; yx6=[0 0 0 0 0 y]; switch n case 1
www.eeworm.com/read/179705/9344500

h gsl_diff.h

/* diff/gsl_diff.h * * Copyright (C) 2000 David Morrison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi
www.eeworm.com/read/371061/9569817

m diff_dec.m

%differentially decodes a PSK diff encoded symbol %inputs/outputs %inputs: in_vec (complex PSK symbols), num_sym (size of in_vec) %output: out_vec (complex PSK of size num_sym) %The first decoded
www.eeworm.com/read/371061/9569819

m diff_enc.m

%generates the 4PSK Gray encoded symbols %inputs/outputs %input -- binary (0,1) vector %num_bits -- length of input (make it even) %c_vec -- 4PSK output of length num_bits/2 % 00 -- 1; 01 -- j;
www.eeworm.com/read/168534/9908578

diff 03norzsz.diff

--- minicom-2.00.0.orig/src/updown.c +++ minicom-2.00.0/src/updown.c @@ -352,6 +352,22 @@ (void) mcd(""); timer_update(); + /* return code == 1 if exeve failed, see #111060 et al */ + if (wi
www.eeworm.com/read/168534/9908581

diff 01manual.diff

--- minicom-2.00.0.orig/man/minicom.1 +++ minicom-2.00.0/man/minicom.1 @@ -25,7 +25,7 @@ .TP 0.5i .B -s .BR S etup. -Root edits the system-wide defaults in /etc/minirc.dfl with this option. +Root
www.eeworm.com/read/168534/9908584

diff bug199924.diff

--- minicom-2.1.orig/src/util.c +++ minicom-2.1/src/util.c @@ -113,7 +113,7 @@ /* Delete escape-characters ment for the shell */ p = cmd; - while((p = strchr(p, '\\')) != (char *)NULL) + whi