代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/368183/9707710
h words.h
#ifndef CRYPTOPP_WORDS_H
#define CRYPTOPP_WORDS_H
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
inline unsigned int CountWords(const word *X, unsigned int N)
{
while (N && X[N-1]==0)
N--
www.eeworm.com/read/172423/9708552
h math32f.h
// *************************************************
// 32 bit basic floating point math operations
// Copyright (c) B Knudsen Data, Norway, 2000 - 2005
// *****************************************
www.eeworm.com/read/172423/9708641
h math24f.h
// *************************************************
// 24 bit basic floating point math operations
// Copyright (c) B Knudsen Data, Norway, 2000 - 2005
// *****************************************
www.eeworm.com/read/172143/9723403
h words.h
#ifndef CRYPTOPP_WORDS_H
#define CRYPTOPP_WORDS_H
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
inline unsigned int CountWords(const word *X, unsigned int N)
{
while (N && X[N-1]==0)
N--
www.eeworm.com/read/171426/9756564
c ref_mul.c
/* ____________________________________________________________________
*
* Copyright (c) 2003, Andrew N. Sloss, Dominic Symes, Chris Wright
* All rights reserved.
* __________________________
www.eeworm.com/read/270095/11048805
cpp 大整数的乘法.cpp
//大整数的乘法(十进制)
#include
#include
#define MAXSIZE 10000
void Multiply(int *R,int *A,int *B,unsigned int N)
{
int i, j;
int posR;
for(i=0;i
www.eeworm.com/read/269565/11092669
cpp dazhengshu.cpp
#include
#include
#include
#define Max 100
char res[Max];
void Init_char(char *res)
{
int i;
for(i=0; i
www.eeworm.com/read/267326/11183034
h words.h
#ifndef CRYPTOPP_WORDS_H
#define CRYPTOPP_WORDS_H
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
inline unsigned int CountWords(const word *X, unsigned int N)
{
while (N && X[N-1]==0)
N--
www.eeworm.com/read/265970/11247929
cpp bigintcpp.cpp
#include
#include
#include
#include"BigInth.h"
#include
using namespace std;
//预处理表格(用于模指数运算)
//428
BigInt PreTable[16];
BigInt pre_base[16];
//预处理
www.eeworm.com/read/146635/12629580
h words.h
#ifndef CRYPTOPP_WORDS_H
#define CRYPTOPP_WORDS_H
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
inline unsigned int CountWords(const word *X, unsigned int N)
{
while (N && X[N-1]==0)
N--