代码搜索:significant
找到约 1,018 项符合「significant」的源代码
代码结果 1,018
www.eeworm.com/read/325163/7807198
m speechpreprocess.m
%Name: Yan Diqun
%Context: Data Information Hiding
%Project: Least Significant Bit
global bitstream LengthOfBitstream speech
%yandiqun=m_sequence(4,3);
%保密语音G.729A压缩编码
%!coder nbu.pcm nbu
www.eeworm.com/read/124910/6038851
c ffs.c
/* ffs -- find first set bit in a word, counted from least significant end.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1991, 92, 93, 94, 97, 98 Free Software
www.eeworm.com/read/209211/4982782
c letomp.c
#include "os.h"
#include
#include "dat.h"
// convert a little endian byte array (least significant byte first) to an mpint
mpint*
letomp(uchar *s, uint n, mpint *b)
{
int i=0, m = 0;
mpdigit
www.eeworm.com/read/209211/4985608
c letomp.c
#include "os.h"
#include
#include "dat.h"
// convert a little endian byte array (least significant byte first) to an mpint
mpint*
letomp(uchar *s, uint n, mpint *b)
{
int i=0, m = 0;
mpdigit
www.eeworm.com/read/470917/1442460
c ffs.c
/* ffs -- find first set bit in a word, counted from least significant end.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1991, 92, 93, 94, 97, 98, 2004, 2005 F
www.eeworm.com/read/237551/4626572
c ffs.c
/* ffs -- find first set bit in a word, counted from least significant end.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1991, 92, 93, 94, 97, 98, 2004, 2005 F
www.eeworm.com/read/209211/4982788
c betomp.c
#include "os.h"
#include
#include "dat.h"
// convert a big-endian byte array (most significant byte first) to an mpint
mpint*
betomp(uchar *p, uint n, mpint *b)
{
int m, s;
mpdigit x;
if(b
www.eeworm.com/read/209211/4985614
c betomp.c
#include "os.h"
#include
#include "dat.h"
// convert a big-endian byte array (most significant byte first) to an mpint
mpint*
betomp(uchar *p, uint n, mpint *b)
{
int m, s;
mpdigit x;
if(b
www.eeworm.com/read/320652/3545720
c ffs.c
/* ffs -- find first set bit in a word, counted from least significant end.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1991, 92, 93, 94, 97, 98, 2004, 2005 F
www.eeworm.com/read/400494/2350495
c submul_1.c
/* __mpn_submul_1 -- multiply the S1_SIZE long limb vector pointed to by S1_PTR
by S2_LIMB, subtract the S1_SIZE least significant limbs of the product
from the limb vector pointed to by RES_PTR