代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/226913/14448061
cpp dashu.cpp
#include
#include"SeqList.h"
#include
void main(void)
{
SeqList a(1);
int w,s; //格式化输出计数,for循环计数用
int carry;
www.eeworm.com/read/221576/14737145
pld count10.pld
Name Count10;
Partno CA0018;
Date 12/19/89;
Revision 02;
Designer Kahl;
Company Logical Devices, Inc.;
Assembly None;
Location None;
Device g16v8a;
/******************
www.eeworm.com/read/217538/14959172
asm clearview007.asm
; DTMF PWM GENERATOR v1.0
; (c) 2004 Radu Constantinescu
; constantinescuradu at yahoo.com
; Free for Noncomercial use.
;
;
; DTMF SOFTWARE DECODER v2.0
; (c) 2003-2004 Radu Constantinescu
;
www.eeworm.com/read/115525/15012042
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/212956/15144459
cpp main.cpp
#include
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
int n;
scanf("%d",&n);
int p=n;
while(p--){
char a[10
www.eeworm.com/read/212049/15166515
asm avr204.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/211952/15170148
pas p1874.pas
PROGRAM p1874;
VAR
n,m :longint;
add :integer;
ans :integer;
y :Integer;
copy :longint;
BEGIN
readln(n,m);
while (n0)or(m0)
www.eeworm.com/read/208890/15233307
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/207653/15266139
c xp.c
static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/xp.doc,v 1.10 1996/06/26 23:02:01 drh Exp $";
#include
#include
#include "assert.h"
#include "xp.h"
#define T XP_T
#define
www.eeworm.com/read/206241/15297744
cpp bignumber.cpp
// BigNumber.cpp: implementation of the CBigNumber class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RSAUtil.h"
#include "BigNumber.