代码搜索:Carry

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

代码结果 8,060
www.eeworm.com/read/452050/7450075

java 3206633_tle.java

import java.util.*; import java.io.*; public class Main { int n, k; int [] num; String [] str; String [] al; public static void main(String [] args) throws IOException { new Main
www.eeworm.com/read/449815/7496245

c 长整数.c

#include #include typedef struct Node{ int data ; // 数据域 struct Node *prior; // 前驱 struct Node *next ; // 后继 }LNode, *LinkList; void InitLink(
www.eeworm.com/read/446236/7583584

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/442691/7646223

pas ubigintsv3.pas

Unit UBigIntsV3; {Copyright 2001-2006, Gary Darby, Intellitech Systems Inc., www.DelphiForFun.org This program may be used or modified for any non-commercial purpose so long as this original
www.eeworm.com/read/440234/7691715

txt 大数阶乘算法.txt

#include int main() { int n; //阶乘大小 printf("请输入n的大小:"); scanf("%d",&n); //从键盘接收阶乘大小 int a[200]; //确保保存最终运算结果
www.eeworm.com/read/436982/7757748

asm avr_204_bcd_arithmetics.asm

;**** A P P L I C A T I O N N O T E A V R 2 0 4 ************************ ;* ;* Title: BCD Arithmetics ;* Version: 1.1 ;* Last updated: 97.07.04 ;* Target: AT90Sxxxx (All AVR Devices) ;*
www.eeworm.com/read/436982/7757775

asm avr_204.asm

;**** A P P L I C A T I O N N O T E A V R 2 0 4 ************************ ;* ;* Title: BCD Arithmetics ;* Version: 1.3 ;* Last updated: 2004.02.02 ;* Target: AT90Sxxxx (All AVR Devices) ;* ;* Su
www.eeworm.com/read/436026/7778649

c lip.c

/* Signed arbitrary length long int package. Copyright Arjen K. Lenstra, 1989-2000 Bugs, questions, suggestions, additions, whatever, to Arjen K. Lenstra 1 North Gate Road Mendha
www.eeworm.com/read/299023/7898197

a51 math32.a51

NAME Math_32_Module ; PUBLIC Load_16, ?Load_16?byte PUBLIC Load_32, ?Load_32?byte PUBLIC Mul_16, ?Mul_16?byte PUBLIC Div_16, ?Div_16?byte PUBLIC Add_16, ?Add_16?byte PUBLIC Sub_16, ?Su
www.eeworm.com/read/399000/7903744

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--