代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/344585/3207895
m diff_sum.m
function [term] = diff_sum(current_data,data,neighbor_vector,a,max_values,min_values)
term = 0;
for j = 1:size(neighbor_vector,2)
term = term + (abs(current_data(a)-data(neighbor
www.eeworm.com/read/343453/3219868
diff atixv.c.diff
53c53
<
---
> #define ZV_ENABLE 0x100
196a197
> Bool zv_port;
283c284,286
< { 12,"pal_60-svideo", 720, 288, { 1, 50 }}
---
> { 12,"pal_60-svideo", 720, 288, { 1, 50 }},
>
www.eeworm.com/read/340665/3267252
s diff1.s
# Difference of two undefined symbols.
# The assembler should reject this.
.text
.globl _foo
_foo: .long _a - _b
www.eeworm.com/read/340665/3283853
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/340665/3284072
cc sum_diff.cc
// Copyright (C) 2001 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
// terms
www.eeworm.com/read/334226/3371291
m diff-1.m
(diff ([1, 2, 3, 4]) == [1, 1, 1]
&& diff ([1, 3, 7, 19], 2) == [2, 8]
&& diff ([1, 2; 5, 4; 8, 7; 9, 6; 3, 1]) == [4, 2; 3, 3; 1, -1; -6, -5]
&& diff ([1, 2; 5, 4; 8, 7; 9, 6; 3, 1], 3) == [-1, -5