代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/298155/3875672
dat funvfp105.dat
函数 DIFFERENCE(cExpression1,cExpression2)
功能 用数表示两个符串拼法区别
www.eeworm.com/read/283334/4083220
tex critsect.tex
\section{\class{wxCriticalSection}}\label{wxcriticalsection}
A critical section object is used for exactly the same purpose as
\helpref{mutexes}{wxmutex}. The only difference is that under Window
www.eeworm.com/read/357362/3015964
asm sad_mmx.asm
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * mmx sum of absolute difference
; *
; * Copyright(C) 2002 Peter Ross
www.eeworm.com/read/193277/8242249
m binvar.m
function sys = binvar(varargin)
%BINVAR Create symbolic binary variable
%
% BINVAR works exactly as SDPVAR, with the only difference that
% the elements in the variable automatically will be c
www.eeworm.com/read/334745/12578321
pas ubattletable.pas
unit uBattleTable;
interface
uses
Sysutils, Classes, UserSDB, AUtil32;
const
MAXDOMAINCOUNT = 40;
type
TTableData = record
Difference : integer;
WinFirstDomain :
www.eeworm.com/read/460938/7237279
h keyproc.h
#ifndef __KeyProc_H__
#define __KeyProc_H__
void Source_Set();
void Power_Proc();
void KEY_Proc();
void Difference_Value(void);
void Proc_Volume_UP(void);
void Proc_Volum
www.eeworm.com/read/101039/6260489
sql c_cashline_trg.sql
CREATE OR REPLACE TRIGGER C_CashLine_Trg
BEFORE DELETE OR INSERT OR UPDATE
ON C_CashLine
FOR EACH ROW
DECLARE
/*************************************************************************
* The c
www.eeworm.com/read/169697/5413253
in makefile.in
# This Makefile.in created by simplemake. Do not edit
# @configure_input@
# --------------------------------------------------------------------------
all: all-redirect
SHELL = @SHELL@
A
www.eeworm.com/read/422941/10599983
m script.m
%This script averages the iterations for the Jacobi algorithm with sorting
%and without sorting for 100 matrices and also averages the difference
%between the two methods.
SortTotal = 0;
NoSort
www.eeworm.com/read/275419/10816976
asm quantize.asm
;/*
; * quantize()
; *
; * Given a raw sample, 'd', of the difference signal and a
; * quantization step size scale factor, 'y', this routine returns the
; * ADPCM codeword to which that sample g