代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/272131/4218022
properties am-smime.properties
## S/MIME error strings.
## Note to localization: %S is a placeholder
NoSenderSigningCert=You specified that this message should be digitally signed, but the application either failed to find the sign
www.eeworm.com/read/445571/1720449
cs signoperation.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
public enum signoperation
{
sign,
verify,
clear
}
}
www.eeworm.com/read/363037/2923571
cs signoperation.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
public enum signoperation
{
sign,
verify,
clear
}
}
www.eeworm.com/read/195136/8172346
cpp stddequantizerparams.cpp
Z_CTXT_R1)
{
//Apply zero coding;
if ((pBitIn->ReadBit()) != 0)
{
//变成有效;
//进行sign decoding;
sym = pBitIn->ReadBit();
www.eeworm.com/read/455325/1619386
tbl iso-8859-3.tbl
A0 = U+00A0 : NO-BREAK SPACE
A1 = U+0126 : LATIN CAPITAL LETTER H WITH STROKE
A2 = U+02D8 : BREVE
A3 = U+00A3 : POUND SIGN
A4 = U+00A4 : CURRENCY SIGN
A6 = U+0124 : LATIN CAPITAL LETTER H WITH CIRCUMF
www.eeworm.com/read/369961/9627544
c counter.c
#include "sfr_r81b.h"
#include "global.h"
#include "iic.h"
#include "serial.h"
#include "timex.h"
void counter_jdq_init(void)
{
pd1_0 = 1 ;
pd1_1 = 1 ;
start_sign = 0x00 ;
}
void ch
www.eeworm.com/read/352500/10546887
asm example 6-24.asm
; Example 6 - 24. SELMS Implementation ASM Listing for the TMS320C3x DSP
******************************************************************
*
* TSE30 – Adaptive transversal filter with Sign
www.eeworm.com/read/274320/10876413
m spectra.m
function [spec_dB,freq] = spectra(x,blksiz,Fs);
%-----------------------------------------------------
% [b,freq] = spectra(x, blksiz,Fs);
% Spectrum plot
% Inputs
% x - time domain sign
www.eeworm.com/read/418779/10924127
txt 10115.txt
Rule
--
Sid
10115
--
Summary:
This event is generated when an attempt is made to exploit a known vulnerability in the GDI library.
--
Impact:
Low
--
Detailed Information:
Sign extension vulnerabil
www.eeworm.com/read/199077/7889733
cpp hour04_2.cpp
#include
int main()
{
int a;
a = a + 1;
// Put your cursor on the plus sign above and press F1.
// The information provided should be helpful!
std::c