代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/297561/8010508
ndb full-adder.ndb
NDB006
The number of symbol table entries is: 3
The length of the symbol table is: 29
Index Hierarchy Path
----- --------------
! &null_hpath&
. |xor:2|
6 |xor:1|
The number of name info s
www.eeworm.com/read/196909/8049954
txt pgm11_17.txt
#
# This file contains the Python code from Program 11.17 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
www.eeworm.com/read/296483/8100267
h words.h
#ifndef WORDS_H
#define WORDS_H
#include "misc.h"
#ifdef __BORLANDC__
# pragma warn -inl // turn off warning about inline expansion of 'while' and 'for'
#endif // __BORLANDC__
inline unsigned
www.eeworm.com/read/195831/8128324
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/395970/8140712
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/395970/8141311
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/144407/12796553
c sqrt2series.c
/*
** Pascal Sebah : July 1999
**
** Subject:
**
** A very easy program to compute sqrt(2) with many digits.
** No optimisations, no tricks, just a basic program to learn how
** to co
www.eeworm.com/read/144403/12796606
c eclassic.c
/*
** Pascal Sebah : July 1999
**
** Subject:
**
** A very easy program to compute e with many digits.
** No optimisations, no tricks, just a basic program to learn how
** to compute
www.eeworm.com/read/144160/12811148
txt 大整数运算.txt
// Information Security Term Project
// Public-Key Cryptography (RSA Implementation)
// Student: NTUIM-11 B90705048 Huang, Shu-chun
// < RSA SYSTEM >
//
www.eeworm.com/read/331719/12812579
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--