代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/242363/13010713
asm lfdac.asm
;*********************************************************************
; File Name: lfdac.asm
; Target System: C240x Evaluation Board
;
; Description: Outputs 4 Sine Waves on the EVM DAC - DAC0,
www.eeworm.com/read/319348/13453172
cpp testsample.cpp
#include "fraction.cpp"
int main()
{
fraction a(3,2),b(4,3);
fraction sum,difference,product,quotient;
cout
www.eeworm.com/read/136072/5874489
h syscalls.h
/* Unlike the asm/unistd.h kernel header file (which this is partly based on),
* this file must be able to cope with PIC and non-PIC code. For some arches
* there is no difference. For x86 (which
www.eeworm.com/read/482610/6619851
txt readme.txt
-------------------------------------------------------------------------
ALL CODES ARE FOR ACADEMIC USE ONLY.
-------------------------------------------------------------------------
Data Struc
www.eeworm.com/read/482610/6619884
txt readme.txt
-------------------------------------------------------------------------
ALL CODES ARE FOR ACADEMIC USE ONLY.
-------------------------------------------------------------------------
Data Structu
www.eeworm.com/read/477556/6738369
asm lfdac.asm
;*********************************************************************
; File Name: lfdac.asm
; Target System: C240x Evaluation Board
;
; Description: Outputs 4 Sine Waves on the EVM DAC - DAC0,
www.eeworm.com/read/264379/11317212
readme
VDiff is a sample application, in order to show how to use JLibDiff.
With this little application, you can see the difference between two
files (their filenames are given through command line).
to la
www.eeworm.com/read/346528/11739345
m twirl2.m
% twirl2 How much a state changes under unitaries of the form mkron(U,U,U,...)
% twirl2(rho) gives the maximal difference between the original state,
% rho and the state obtained from it by a un
www.eeworm.com/read/346528/11739383
m twirl.m
% twirl Twirling
% twirl(rho) twirls the multi-qubit density matrix rho.
% [rho,difference]=twirl(rho) gives also the
% norm of the difference between the original and the
% twirled state.