代码搜索:Carry

找到约 8,060 项符合「Carry」的源代码

代码结果 8,060
www.eeworm.com/read/203033/15367602

hif control.hif

HIF003 -- -- Copyright (C) 1988-2000 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an
www.eeworm.com/read/292191/8368320

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/291537/8411278

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/290293/8491548

c lip.c

/* Signed arbitrary length long int package. Copyright Arjen K. Lenstra, 1989-1997 Bugs, questions, suggestions, additions, whatever, to Arjen K. Lenstra Citibank
www.eeworm.com/read/189054/8493931

txt 大数的阶乘.txt

#include int main() { int n; //阶乘大小 printf("请输入n的大小:"); scanf("%d",&n); //从键盘接收阶乘大小 int a[200];
www.eeworm.com/read/187929/8590401

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/431812/8652706

cpp pku2562.cpp

#include "stdio.h" #include "string.h" int main() { long a,b,c; int i,p; while(scanf("%ld%ld",&a,&b)!=-1) { if(a==0&&b==0) break; c=a+b; for(i=0,p=0;i
www.eeworm.com/read/287946/8658756

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/431556/8667760

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--; return
www.eeworm.com/read/386996/8714410

c lip.c

/* Signed arbitrary length long int package. Copyright Arjen K. Lenstra, 1989-1997 Bugs, questions, suggestions, additions, whatever, to Arjen K. Lenstra Citibank