代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/334325/12612261
sh help_diff.sh
#!/bin/sh
# This script walks through the master (stdin) help/message file, and
# prints (stdout) only those messages which are missing from the help
# file given as parameter ($1).
#
# Example: help
www.eeworm.com/read/146694/12618487
cpp diff_ptr.cpp
//diff_ptr.cpp
#include
#include
void main()
{ double x=100.01,y;
int *p;
p = &x;
y = *p;
cout
www.eeworm.com/read/135259/13944370
cpp set_diff.cpp
#include "stlexam.h"
#pragma hdrstop
/**************************************************************************
*
* set_diff.cpp - Example program of set differences algorithm.
*
www.eeworm.com/read/135259/13944490
cpp adj_diff.cpp
#include "stlexam.h"
#pragma hdrstop
/**************************************************************************
*
* adj_diff.cpp - Example program for adjacent_difference.
*
www.eeworm.com/read/133753/14027240
cpp diff_ptr.cpp
//diff_ptr.cpp
#include
#include
void main()
{ double x=100.01,y;
int *p;
p = &x;
y = *p;
cout
www.eeworm.com/read/202674/15376094
diff qtmmlwidget.cpp.diff
--- qtmmlwidget.cpp.org 2007-01-15 22:34:37.000000000 +0100
+++ qtmmlwidget.cpp 2007-01-15 22:34:37.000000000 +0100
@@ -3970,9 +3970,6 @@
void MmlNode::paint(QPainter *p)
{
p->save();
- p->s
www.eeworm.com/read/200130/15440752
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/113381/15457107
diff configure.help.diff
--- linux-2.3.31/Documentation/Configure.help Wed Dec 8 19:42:39 1999
+++ linux.urb/Documentation/Configure.help Tue Dec 14 20:14:44 1999
@@ -7874,36 +7874,15 @@
The module will be called usb-uhci
www.eeworm.com/read/109996/15543798
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 publi
www.eeworm.com/read/105056/15678941
93-diff grub-0.93-diff
diff -Naur grub-0.93/stage2/asm.S grub-0.93_dos/stage2/asm.S
--- grub-0.93/stage2/asm.S 2002-12-02 23:18:56.000000000 +0000
+++ grub-0.93_dos/stage2/asm.S 2003-09-23 14:50:12.000000000 +0000
@@ -612,7