代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/165847/10049955
patch proll.patch
diff -ruN proll_18.orig/Makefile proll-patch-15/Makefile
--- proll_18.orig/Makefile 2002-09-13 14:16:59.000000000 +0000
+++ proll-patch-15/Makefile 2005-11-09 18:14:51.000000000 +0000
@@ -4,6 +4,7 @@
www.eeworm.com/read/356490/10225623
h lib_at91sam7s256.h
#ifndef lib_AT91SAM7S256_H
#define lib_AT91SAM7S256_H
/* mthomas:
diff between lib_AT91SAM7S64.h and lib_AT91SAM7S256.h
did not show any significant difference
-> save same space in
www.eeworm.com/read/356490/10225633
h lib_at91sam7s128.h
#ifndef lib_AT91SAM7S256_H
#define lib_AT91SAM7S256_H
/* mthomas:
diff between lib_AT91SAM7S64.h and lib_AT91SAM7S256.h
did not show any significant difference
-> save same space in
www.eeworm.com/read/424063/10501022
m linmod.m
function [A,B,C,D]=linmod(fun,x,u,para,xpert,upert,coeff1,coeff2,coeff3,coeff4,coeff5)
%LINMOD Obtains linear models from systems of ord. diff. equations (ODEs).
% [A,B,C,D]=LINMOD('SFUNC') obtai
www.eeworm.com/read/160583/10516729
py scatter_demo2.py
#!/usr/bin/env python
import sys
from pylab import *
from data_helper import get_daily_data
intc, msft = get_daily_data()
delta1 = diff(intc.open)/intc.open[0]
volume = (15*intc.volume[:-2]/intc.vo
www.eeworm.com/read/348614/10880459
patch autoboot-1.3.0.patch
diff -urN u-boot-1.3.0.orig/Makefile u-boot-1.3.0/Makefile
--- u-boot-1.3.0.orig/Makefile 2007-11-28 11:52:23.000000000 +0800
+++ u-boot-1.3.0/Makefile 2008-03-18 15:11:55.000000000 +0800
@@ -126,7 +1
www.eeworm.com/read/340620/7118332
patch usb-2.6.12.patch
diff -ruN usb_old/Makefile usb/Makefile
--- usb_old/Makefile 2005-06-19 19:09:13.000000000 +0200
+++ usb/Makefile 2005-11-06 00:44:46.000000000 +0100
@@ -44,6 +44,7 @@
obj-$(CONFIG_USB_STV680) += med
www.eeworm.com/read/461139/7232897
patch sched.patch
diff -c -Nr src.clean/include/minix/callnr.h src/include/minix/callnr.h
*** src.clean/include/minix/callnr.h Sat Oct 18 22:06:43 2008
--- src/include/minix/callnr.h Sat Oct 18 22:44:14 2008
**********
www.eeworm.com/read/451140/7470802
c place_stats.c
#include
#include
#include "util.h"
#include "vpr_types.h"
#include "globals.h"
#define ABS_DIFF(X, Y) (((X) > (Y))? ((X) - (Y)):((Y) - (X)))
#define MAX_X 50
#define MAX_LEN MAX_X
www.eeworm.com/read/443676/7629205
java getfirstletter.java
public class GetFirstLetter {
// 国标码和区位码转换常量
private static final int GB_SP_DIFF = 160;
// 存放国标一级汉字不同读音的起始区位码
private static final int[] secPosvalueList = { 1601, 1637, 1833, 2078,
227