代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/162614/5538135
diff concept_check.diff
Changes made while bringing boost/concept_check.hpp to v3's concept_check.h:
1) File format changed from DOS to Unix.
2) Boost config.hpp and other workaround files dropped (unneeded in g++ v3).
3
www.eeworm.com/read/162614/5539713
cc sum_diff.cc
// Copyright (C) 2001, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
//
www.eeworm.com/read/426781/6789858
diff dvb-cwidx.diff
diff -ur linux/drivers/media/dvb/ttpci/av7110_ca.c linux/drivers/media/dvb/ttpci/av7110_ca.c
--- linux/drivers/media/dvb/ttpci/av7110_ca.c 2004-01-09 14:44:57.000000000 +0100
+++ linux/drivers/media/d
www.eeworm.com/read/294078/8254872
m diff_autocatalator.m
% Author: Housam Binous
% Three variable autocatalator
% National Institute of Applied Sciences and Technology, Tunis, TUNISIA
% Email: binoushousam@yahoo.com
function f=diff_autocatalator
www.eeworm.com/read/173806/9634872
m diff_fnd.m
www.eeworm.com/read/368337/9700905
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
www.eeworm.com/read/269453/11097574
m sin_diff.m
%sin_diff.m
%正弦函数的导数
x=0:0.1:10; %自变量
y=sin(x); %正弦函数
y_der=diff(y)./diff(x); %导数等于有限差分之比(dy/dx)
hold on;
x_der=x(1:(end-1));
www.eeworm.com/read/248333/12583373
bmp diff1.bmp
www.eeworm.com/read/248333/12583495
bmp diff0.bmp
www.eeworm.com/read/334325/12610956
diff local_changes.diff
--- libfaad/bits.h 2004-03-11 14:32:39.000000000 +0100
+++ libfaad2/bits.h 2004-06-24 10:47:02.000000000 +0200
@@ -58,7 +61,7 @@
#if defined (_WIN32) && !defined(_WIN32_WCE) && !defined(__MINGW32__