代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/355392/10270568
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/162366/10309931
cpp bignumber.cpp
// BigNumber.cpp: implementation of the CBigNumber class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RSAUtil.h"
#include "BigNumber.
www.eeworm.com/read/162364/10311108
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/161997/10348248
c time.c
//
//*******************************************************************
//* Init Time Buffers *
//*******************************************************************
www.eeworm.com/read/425309/10364343
inc macros.inc
;========================================================================
; FILE: macros.inc
;
; contains useful macro definitions
;
;======================================================
www.eeworm.com/read/278507/10531330
c in_cksum.c
#include "unp.h"
uint16_t
in_cksum(uint16_t *addr, int len)
{
int nleft = len;
uint32_t sum = 0;
uint16_t *w = addr;
uint16_t answer = 0;
/*
* Our algorithm is simple, using a 32 bit ac
www.eeworm.com/read/422757/10613033
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/420578/10788562
c calc_pi.c
#include "stdio.h"
#include "stdlib.h"
#include "unistd.h"
int _profileDemoTID = 0;
/*
int numDigits = 10;
*/
int numDigits = 1000;
void calcPI(int ndigit, int printResult);
/*******************
www.eeworm.com/read/274306/10877963
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/270554/11032817
cpp p7_10.cpp
/******************************
* p7_10.cpp *
* 计算火车旅途时间的友元函数 *
*******************************/
#include
using namespace std;
class Clock {
private: