代码搜索:diff

找到约 8,375 项符合「diff」的源代码

代码结果 8,375
www.eeworm.com/read/477110/6747891

m ftrans.m

%FTRANS Transform force/moment % % FT = FTRANS(T, F) % % Transforms a force/moment F in the base frame to FT in the frame T. % F and FT are 6-vectors of the form [Fx Fy Fz Mx My Mz] % % SEE ALSO: DIFF
www.eeworm.com/read/154403/11963286

cpp diffdlg.cpp

// diffDlg.cpp : implementation file // #include "stdafx.h" #include "diff.h" #include "FilePartition.h" #include "diffDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static c
www.eeworm.com/read/255920/12046185

m sum1.m

%一次交换主程序 %======================================================= %先输入计算参数 halfwindow=5;t=3000;high=30;halfwidth=20; %调用程序进行计算 diffus=moon_diffu(halfwindow,t,high,halfwidth); fdiffus=fliplr(diff
www.eeworm.com/read/125257/14503277

txt zlibdll.txt

diff -c ./ChangeLog ../zlib_bcc/ChangeLog *** ./ChangeLog Wed Jul 24 15:55:10 1996 --- ../zlib_bcc/ChangeLog Sun Nov 24 22:05:56 1996 *************** *** 1,6 **** --- 1,14 ---- ChangeLog
www.eeworm.com/read/115326/15017986

jd

#!/bin/csh -f if ( ! -e anagram.out ) then echo File \"anagram.out\" not found. exit 1 endif if ( { diff -w anagram.out anagram.sol } ) then echo "PROGRAM ACCEPTED." else echo "WRONG OUT
www.eeworm.com/read/16793/691176

run-read

echo "warning: please do not consider output differing only in the amount of" >&2 echo "warning: white space to be an error." >&2 ${THIS_SH} ./read.tests > /tmp/xx 2>&1 diff /tmp/xx read.right && rm -
www.eeworm.com/read/16793/691205

run-coproc

echo "warning: the process IDs printed will differ on every run" >&2 echo "warning: and generate diffs" >&2 ${THIS_SH} ./coproc.tests > /tmp/xx 2>&1 diff /tmp/xx coproc.right && rm -f /tmp/xx
www.eeworm.com/read/16793/691404

run-assoc

echo "warning: all of these tests will fail if arrays have not" >&2 echo "warning: been compiled into the shell" >&2 ${THIS_SH} ./assoc.tests > /tmp/xx 2>&1 diff /tmp/xx assoc.right && rm -f /tmp/xx
www.eeworm.com/read/470917/1439457

import_diffs

#!/bin/sh do_diffs() { while read func_pattern src_file dst_file; do diff -up $src_file $dst_file done } do_diffs < import_file_list
www.eeworm.com/read/459595/1568082

svn-base read-ini.c.svn-base

#include #include "map2d.h" MAP2D_SETTINGS settings; void set_default( void ) { settings.use_graphics = TRUE; settings.pos_diff_min_dist