代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/152024/6334000
m angitest.m
ds = 10:50:300;
K=50000;
LAB_DIFF=8;
PERCENTAGE = 0.05;
PERCEPTUAL = 1; % 1 for regular, 0 for gaussian
disp(sprintf('angitest: perceptual = %d',PERCEPTUAL));
% [pyr,mks,conf,sigma,mu] = preprocess(
www.eeworm.com/read/409612/11318007
dif files.dif
=== diff old/algo.h new/algo.h
80,81c80,81
< template
< InputIterator adjacent_find(InputIterator first, InputIterator last) {
---
> template
> ForwardIt
www.eeworm.com/read/128482/14293983
cpp setbudget.cpp
#ifndef SET_BUDGET
#define SET_BUDGET
#include "gettask.cpp"
void updateWCETTimer(double diff, Task* task) {
bool found = false;
TimerNode* tn = (TimerNode*) rtsys->timerQ->getFirst();
while
www.eeworm.com/read/227822/14411066
readme
- The PC BIOS comes from the Bochs project
(http://bochs.sourceforge.net/). A patch from bios.diff was applied.
- The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
project (http://
www.eeworm.com/read/115326/15018019
jd
#!/bin/csh -f
if ( ! -e spreadsheet.out ) then
echo File \"spreadsheet.out\" not found.
exit 1
endif
if ( { diff -w spreadsheet.out spreadsheet.sol } ) then
echo "PROGRAM ACCEPTED."
else
www.eeworm.com/read/115326/15018047
jd
#!/bin/csh -f
if ( ! -e intersection.out ) then
echo File \"intersection.out\" not found.
exit 1
endif
if ( { diff -w intersection.out intersection.sol } ) then
echo "PROGRAM ACCEPTED."
els
www.eeworm.com/read/115326/15018066
jd
#!/bin/csh -f
if ( ! -e synchronous.out ) then
echo File \"synchronous.out\" not found.
exit 1
endif
if ( { diff -w synchronous.out synchronous.sol } ) then
echo "PROGRAM ACCEPTED."
else
www.eeworm.com/read/493366/1167746
java alltests.java
/*
* (C) Janne Jalkanen 2005
*
*/
package com.ecyrd.jspwiki.diff;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
public class AllTests extends T
www.eeworm.com/read/250243/4438155
c efficeon-agp.c
/*
* Transmeta's Efficeon AGPGART driver.
*
* Based upon a diff by Linus around November '02.
*
* Ported to the 2.6 kernel by Carlos Puchol
* and H. Peter Anvin
www.eeworm.com/read/229812/4739863
bat testend.bat
@rem TESTEND.BAT -- cleanup after test
@rem
@rem 91/07/05 -- J.W.Welch -- defined
@rem
@if exist diff.lst goto errs
@ echo *******************
@ echo All tests succeeded
@ echo *****