代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/334158/12631107
patch nessy2-051110.patch
diff -ur apache_1.3.33.org/src/Configure apache_1.3.33/src/Configure
--- apache_1.3.33.org/src/Configure 2004-10-19 01:39:37.000000000 +0900
+++ apache_1.3.33/src/Configure 2005-10-18 19:31:49.0000000
www.eeworm.com/read/146521/12640827
vhd fast_sub.vhd
--快速减法
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY fast_sub IS
GENERIC(N :INTEGER:= 4);
PORT( A,B :IN STD_LOGIC_VECTOR(N-1 downto 0);
bin :IN STD_LOGIC;
Diff :OUT STD_LOGIC
www.eeworm.com/read/132667/14079409
sh check_compiler.sh
#!/bin/sh
#
# Use `test/test_compiler' to test gw/wml_compiler.c
set -e
test/wml_tester -b test/testcase.wml | test/decompile | diff test/testcase.wml - > check_compiler.log 2>&1
ret=$?
if [ "$ret"
www.eeworm.com/read/104643/15686320
h rayrend.h
#include "ray.h"
#include "fixed.h"
#include "rayrt.h"
#include "slopes.h"
#include "globals.h"
#include "abs.h"
#include
#include "verttan.h"
#define MIN_SLOPE_DIFF 5000
#define
www.eeworm.com/read/103202/15740524
h rayrend.h
#include "ray.h"
#include "fixed.h"
#include "rayrt.h"
#include "slopes.h"
#include "globals.h"
#include "abs.h"
#include
#include "verttan.h"
#define MIN_SLOPE_DIFF 5000
#define
www.eeworm.com/read/100399/15874721
mak cx_gnu.mak
CXX = g++
CXXFLAGS = -O2 -Wall
DIFF = ./sdiff
PRE = ./
%.o: %.cpp
$(CXX) $(CXXFLAGS) -c $*.cpp
everything: cxtest mandel
cxtest_obj = cxtest.o myexcept.o cx.o cx_polar.o cxtest1.
www.eeworm.com/read/190869/8436832
97-patch1-startups grub-0.97-patch1-startups
diff -Naur grub-0.97/ChangeLog grub-0.97_startups/ChangeLog
--- grub-0.97/ChangeLog 2005-05-08 10:47:02.000000000 +0800
+++ grub-0.97_startups/ChangeLog 2006-10-24 12:28:50.000000000 +0800
@@ -1,3 +1,
www.eeworm.com/read/286088/8790484
patch modutils.patch
diff -u --new-file --recursive base/modules-2.0.0/depmod/modprobe.c ./modules-2.0.0/depmod/modprobe.c
--- base/modules-2.0.0/depmod/modprobe.c Mon Jun 10 05:29:08 1996
+++ ./modules-2.0.0/depmod/modpr
www.eeworm.com/read/184524/9096830
m anl_per.m
% Analyze PWM period information
% Script file: anl_per.m
load trl_num.txt
[avg,minn,maxx,stdd,times,k] = anlz_trl(trl_num,3,1,1,1);
tdif=diff(times);
hist(tdif);
xlabel('Time Between Transiti