代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/339293/12244626
m numjac.m
function [dFdy,fac,g,nfevals] = numjac(F,t,y,Fty,thresh,fac,vectorized,S,g)
%NUMJAC NUMerically compute the JACobian dF/dY of function F(T,Y).
% [DFDY,FAC] = NUMJAC('F',T,Y,FTY,THRESH,FAC,VECTORIZED)
www.eeworm.com/read/223688/14619230
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/123302/14639346
txt testd.txt
Question and Answer Database
Q:If I link to a .lib created with BC5 or BC5's implib, I
get an error message complaining about "Invalid OMF record."
What am I doing wrong?
A: There is a d
www.eeworm.com/read/220998/14780516
cpp hour04_1.cpp
#include
int main()
{
int a;
// Compile and run with only the first (a = a + 1) line uncommented.
// Compile and run with only the second (a += 1) line uncommented.
www.eeworm.com/read/218613/14912876
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/218613/14912896
m twirl.m
% twirl Twirling
% twirl(rho) twirls the multi-qubit density matrix rho.
% [rho,difference]=twirl(rho) also gives the
% norm of the difference between the original and the
% twirled state.
www.eeworm.com/read/116039/14991783
txt readme.txt
-------------------------------------------------------------------------
ALL CODES ARE FOR ACADEMIC USE ONLY.
-------------------------------------------------------------------------
Data Struc
www.eeworm.com/read/116039/14991844
txt readme.txt
-------------------------------------------------------------------------
ALL CODES ARE FOR ACADEMIC USE ONLY.
-------------------------------------------------------------------------
Data Structu
www.eeworm.com/read/167046/5470488
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/163821/5508831
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