代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/367730/2831186
patch 830-gcc-bug-num-22167.patch
Index: gcc/gcse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcse.c,v
retrieving revision 1.288.2.9
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.288
www.eeworm.com/read/367730/2831194
patch 830-gcc-bug-num-22167.patch
Index: gcc/gcse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcse.c,v
retrieving revision 1.288.2.9
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.288
www.eeworm.com/read/367730/2831351
23-29 400-mips-coredump.patch-2.4.23-29
Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breaking
coredump handling by gdb for current kernels. Update the hardcoded constants
to reflect the change.
--
diff -urN gdb-6.3.
www.eeworm.com/read/367730/2831353
patch 690-debian_member-field-symtab.patch
Status: unsubmitted
This patch was for Debian bug #239535. It needs to be tested, and
submitted.
--
diff -ur gdb-6.3.50.20050915/gdb/valops.c gdb-6.3.50.20050915-patched/gdb/valops.c
--- gdb-6.3.50.
www.eeworm.com/read/369277/9656931
configure
#! /bin/sh
# From configure.ac Revision: 4761 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for Visual Binary Diff 3.0_beta4.
#
# Report bugs t
www.eeworm.com/read/269737/11080466
mak cx_gnu.mak
CXX = g++
CXXFLAGS = -O2 -Wall
DIFF = ./sdiff
PRE = ./
MAJOR = 1
MINOR = 0
%.o: %.cpp
$(CXX) $(CXXFLAGS) -c $*.cpp
everything: cxtest mandel
cxtest_obj = cxtest.o my
www.eeworm.com/read/134690/13976275
h mlp_control.h
#ifndef __MLP_CONTROL_INCLUDE
#define __MLP_CONTROL_INCLUDE
#include
#include
#include
#include "cell.h"
#define DIFF_RANGE (double)0.01 //误差范围
//控
www.eeworm.com/read/407901/11409008
m dfp.m
%DFP法
clear;
syms x1 x2;
fun=fun1;
x0=[0;0];%设置初值点
x=x0;
Dfx=[diff(fun,x1);diff(fun,x2)];
g=subs(Dfx,[x1 x2],x);
fx=subs(fun,[x1 x2],x);
d=-g;
e=1e-6;%设置精度
num=0;
alpha=1;
sigma=0.5;
rho
www.eeworm.com/read/182121/9216564
h coach_lang_par.h
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define RCSS_CLANG_INT 257
#define RCSS_CLANG_REAL 258
#define RCSS_CLANG_STR 259
#define RCSS_CLANG_VAR 260
#define RCSS_CLANG_LP 261
#define RCSS_CLANG_RP
www.eeworm.com/read/323119/13350519
todo
When comparing with ms-sql:
Check how to get MySQL faster mysql ms-sql
count_distinct (2000) | 89.00| 39.00|
count_distinct_big (120) | 324.00| 121.00|
count_dis