代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/398129/2397110

svn-base sign.gif.svn-base

K 13 svn:mime-type V 24 application/octet-stream END
www.eeworm.com/read/398129/2397141

svn-work sign.gif.svn-work

K 13 svn:mime-type V 24 application/octet-stream END
www.eeworm.com/read/379834/2666710

v sign_fir_lms.v

`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 10:31:41 08/25/2007 // Design Name: /
www.eeworm.com/read/379055/2677430

v sign_fir_lms.v

`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 10:31:41 08/25/2007 // Design Name: /
www.eeworm.com/read/375190/2731620

hpp sign_mixture_enum.hpp

// (c) Copyright Fernando Luis Cacciola Carballal 2000-2004 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt o
www.eeworm.com/read/372770/2769486

c ecc_sign_hash.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/372770/2769501

c dsa_sign_hash.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/372770/2769564

c rsa_sign_hash.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/366702/2873322

f90 intrinsic_sign.f90

! Program to test SIGN intrinsic program intrinsic_sign implicit none integer i, j real r, s i = 2 j = 3 if (sign (i, j) .ne. 2) call abort i = 4 j = -5 if (sign (i, j) .ne