代码搜索:difference
找到约 3,389 项符合「difference」的源代码
代码结果 3,389
www.eeworm.com/read/142673/12931006
erf hw4.erf
MESSAGE "File: .\src\pcm.vhd"
MESSAGE "Compile Entity "pcm""
MESSAGE "Entity "pcm" has been skipped - no difference detected."
MESSAGE "Compile Architecture "arch_pcm" of Entity "pcm""
MESSAGE "Fi
www.eeworm.com/read/142515/12942324
h g726private.h
/**
*
* $Log: private.h,v $
* Revision 1.4 2002/11/20 04:29:13 robertj
* Included optimisations for G.711 and G.726 codecs, thanks Ted Szoczei
*
* Revision 1.1 2002/02/11 23:24:23 robe
www.eeworm.com/read/243168/12957712
c sinegende.c
//SinegenDE.c Generates a sinewave using a difference equation
short y[3] = {0,16384,0}; //y(1) = sinwT
const short A = 0; //A = 2*coswT * 2^14
int n = 2;
www.eeworm.com/read/140851/13058931
m mysetdiff.m
function C = mysetdiff(A,B)
% MYSETDIFF Set difference of two sets of positive integers (much faster than built-in setdiff)
% C = mysetdiff(A,B)
% C = A \ B = { things in A that are not in B }
%
www.eeworm.com/read/327093/13100056
erf dchufa.erf
MESSAGE "File: c:\My_Designs\d\dchufa\src\dcf.vhd"
MESSAGE "Compile Entity "dcf""
MESSAGE "Entity `dcf' has been skipped - no difference detected."
MESSAGE "Compile Architecture "dcf" of Entity "dc
www.eeworm.com/read/138798/13211931
m mysetdiff.m
function C = mysetdiff(A,B)
% MYSETDIFF Set difference of two sets of positive integers (much faster than built-in setdiff)
% C = mysetdiff(A,B)
% C = A \ B = { things in A that are not in B }
%
www.eeworm.com/read/240182/13232416
c timer.c
/* timing function: difference between two calls is processor time
* spent by your code (in seconds)
* hopefully portable, but surely there are systems it doesn't work on.
* $Id: timer.c,v 1.2
www.eeworm.com/read/321827/13397901
c difftime.c
/***
*difftime.c - return difference between two times as a double
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Find difference between two
www.eeworm.com/read/314551/13564526
lst q15_atan.lst
C:\DSP\2XX\DSPTOOLS\CGT\6.63B\dspa.exe -v2xx -s -s -l ..\source\q15_atan.asm q15_atan.obj
TMS320C1x/C2x/C2xx/C5x COFF Assembler Beta Version 6.63 Mon Feb 9 04:52:49 1998
Copyright (c) 1987-1996
www.eeworm.com/read/314551/13564530
asm q15_atan.asm
;=====================================================================
; Name: Q15_ATAN.ASM
; Project: Q15.LIB
; Originator: Martin Staebler
;===================================