代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/154354/11967991
dat usage.dat
Test Driver for Crypto++(R) Library, a C++ Class Library of Cryptographic Schemes
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a fi
www.eeworm.com/read/339293/12244930
m expl5_6_7.m
% Example 5.6 and Example 5.7: Limitations at low and high frequencies (Effect of
% RHP-zeros. Try different sign of gain at high frequency)
%
% Copyright 1996-2003 Sigurd Skogestad & Ian Postleth
www.eeworm.com/read/338851/12277104
m fontset.m
%this file contains the font settings
%ftm = fontname, ftz = normal fontsize, fts = small fontsize
global ftm ftz fts
%select one line only by removing and inserting one % sign
ftm = ' ''times'' '
www.eeworm.com/read/338797/12282234
dat usage.dat
Test Driver for Crypto++(R) Library, a C++ Class Library of Cryptographic Schemes
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a fi
www.eeworm.com/read/252197/12294125
m ip_03_11.m
% MATLAB script for Illustrative Problem 3.11.
% Demonstration script for frequency modulation. The message signal
% is m(t)=sinc(100t).
clear
echo on
t0=.2; % sign
www.eeworm.com/read/336894/12408837
asm calc.asm
;4 FUNCTION CALCULATOR PROGRAM
;Assumes 1.2MHz Clock for scan timing.
; TODO : Custom Character for the 'M' sign
; Check instances of multiple decimal point presses ( all covered ?)
;Res
www.eeworm.com/read/131693/14132811
dat usage.dat
Test Driver for Crypto++(TM) Library, a C++ Class Library of Cryptographic Schemes
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a f
www.eeworm.com/read/128841/14277030
dat usage.dat
Test Driver for Crypto++(R) Library, a C++ Class Library of Cryptographic Schemes
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a fi
www.eeworm.com/read/128299/14306189
h bigint.h
struct IntNode
{
int Data;
IntNode *Prev, *Next;
};
class BigInteger
{
int sign;
IntNode *head, *end, *curNode;
void Reset();
int AbsCompare(const BigInteger &bi1, const BigInt
www.eeworm.com/read/228746/14364619
h bigint.h
struct IntNode
{
int Data;
IntNode *Prev, *Next;
};
class BigInteger
{
int sign;
IntNode *head, *end, *curNode;
void Reset();
int AbsCompare(const BigInteger &bi1, const BigInt