代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/100185/15881463
c mapmasin.c
/*
* M_APM - mapmasin.c
*
* Copyright (C) 1999 Michael C. Ring
*
* Permission to use, copy, and distribute this software and its
* documentation for any purpose with or without fee is
www.eeworm.com/read/428147/8889846
h pcm.h
#define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */
#define QUANT_MASK (0xf) /* Quantization field mask. */
#define NSEGS (8) /* Number of A-law segments. */
#define SEG_SHIFT (4) /* Left
www.eeworm.com/read/170509/9802435
h alaw.h
#define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */
#define QUANT_MASK (0xf) /* Quantization field mask. */
#define NSEGS (8) /* Number of A-law segments. */
#define SEG_SHIFT (4) /* Left
www.eeworm.com/read/320439/13427309
in 512a.in
#
# Sign and verify with MD2.
# All operations in this script use the first built-in key pair.
#
s
file
1
2
512a2.sig
v
file
1
2
512a2.sig
#
# Sign and verify with MD5.
#
s
file
1
www.eeworm.com/read/126386/14426220
cpp g711.cpp
//文件名:g711.c
/********************************
*转化函数的实现
*
*/
#define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */
#define QUANT_MASK (0xf) /* Quantization field mask. */
#define NSEGS (8
www.eeworm.com/read/14580/394570
h alaw.h
#define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */
#define QUANT_MASK (0xf) /* Quantization field mask. */
#define NSEGS (8) /* Number of A-law segments. */
#define SEG_SHIFT (4) /* Left
www.eeworm.com/read/17749/755436
v trig_two_to_one.v
module trig_two_to_one(clk,rst,interrupt_sign,interrupt_beg);
input clk;
input rst;
input interrupt_sign;
output interrupt_beg;
reg interrupt_beg;
reg cc1;
reg cc2;
always @(posedge
www.eeworm.com/read/470720/1450297
c 20010717-1.c
extern void abort (void);
int
main ()
{
int i, j;
unsigned long u, r1, r2;
i = -16;
j = 1;
u = i + j;
/* no sign extension upon shift */
r1 = u >> 1;
/* sign extension upon shift, b
www.eeworm.com/read/470693/1462243
c 20010717-1.c
extern void abort (void);
int
main ()
{
int i, j;
unsigned long u, r1, r2;
i = -16;
j = 1;
u = i + j;
/* no sign extension upon shift */
r1 = u >> 1;
/* sign extension upon shift, b