代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/165847/10049957

readme

- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/). A patch from bios.diff was applied. - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios project (http://
www.eeworm.com/read/164554/10103419

m orrsom.m

% The script file orrsom.m computes the eigenvalues of the Orr-Sommerfeld % equation using NxN Chebyshev differentiation matrices. % S.C. Reddy, J.A.C. Weideman 1998 N = input(' Order of the diff
www.eeworm.com/read/277084/10670249

mak nm_cc.mak

CXX = CC CXXFLAGS = -O2 DIFF = ./sdiff PRE = ./ .SUFFIXES: .SUFFIXES: .a .o .c .cpp .cpp.o: rm -f $*.cxx ln $*.cpp $*.cxx $(CXX) $(CXXFLAGS) -c $*.cxx rm $*.cxx everyt
www.eeworm.com/read/418361/10952006

readme

- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/). A patch from bios.diff was applied. - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios project (http://
www.eeworm.com/read/399569/7847471

css vs.css

/* Visual Studio-like style based on original C# coloring by Jason Diamond */ .comment, .annotation, .template_comment, .diff .header, .chunk { color: rgb(0, 128, 0); } .ke
www.eeworm.com/read/139021/13194622

todo

$Id: TODO,v 1.1.1.1 2000/04/17 16:39:53 kk Exp $ Open issues: - Sascha proposed a generic BLOB storage mechanism. Review his diff and implement something for MySQL. - Documentation for grap
www.eeworm.com/read/152843/5662640

c efficeon-agp.c

/* * Transmeta's Efficeon AGPGART driver. * * Based upon a diff by Linus around November '02. * * Ported to the 2.6 kernel by Carlos Puchol * and H. Peter Anvin
www.eeworm.com/read/124347/6053651

cvsmkpatch

#!/bin/bash -e if [ $# -ne 1 ]; then echo "Usage: $0 base-tag" echo " where base-tag is the base branch the diff should start from" echo " (usually HEAD, but you should know...)" exi