代码搜索:Realizing
找到约 17 项符合「Realizing」的源代码
代码结果 17
www.eeworm.com/read/264219/6940424
ppt realizing services oriented architecture.ppt
www.eeworm.com/read/162614/5536905
java pr16867.java
/* SSA-DCE was removing the initialization of the temporary object
in getFoo because it wasn't realizing that the pointer was needed
outside of it. */
public class PR16867
{
public static Ob
www.eeworm.com/read/162519/5546437
java pr16867.java
/* SSA-DCE was removing the initialization of the temporary object
in getFoo because it wasn't realizing that the pointer was needed
outside of it. */
public class PR16867
{
public static Ob
www.eeworm.com/read/175426/9549109
pdf an efficient protocol for realizing cooperative diversity in wireless networks.pdf
www.eeworm.com/read/346528/11739314
m u_cnot.m
% U_CNOT 4x4 unitary matrix realizing a CNOT gate
function U=U_CNOT
U=[1 0 0 0;0 1 0 0;0 0 0 1;0 0 1 0];
www.eeworm.com/read/218613/14912859
m u_cnot.m
% U_CNOT 4x4 unitary matrix realizing a CNOT gate
function U=U_CNOT
U=[1 0 0 0;0 1 0 0;0 0 0 1;0 0 1 0];
www.eeworm.com/read/346528/11739397
m u_h.m
% U_H 2x2 unitary matrix realizing a Hadamard gate
function U=U_H
U=[1 1;1 -1]/sqrt(2);
www.eeworm.com/read/218613/14912906
m u_h.m
% U_H 2x2 unitary matrix realizing a Hadamard gate
function U=U_H
U=[1 1;1 -1]/sqrt(2);
www.eeworm.com/read/263257/11369401
pdf recursive architectures for realizing modified discrete cosine transform and its inverse.pdf
www.eeworm.com/read/169682/9846299
c memoize.c
/*********************************************************************
* File: memoize.c
* Description: code for realizing UBTree subset memoization strategy
*
* Author: Joerg Hoffmann 1998
*