代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/342926/11990890
cpp 2562.cpp
#include
int main()
{
int a,b,h,t,f;
cin>>a>>b;
while (a!=0 || b!=0)
{
t=0;f=0;
while (a!=0 || b!=0)
{
h=(a%10)+(b%10)+f;
a=a/10;b=b/10;
if (h>=10)
{
www.eeworm.com/read/153731/12010662
asm seldptr.asm
;****************************************************************************
;* By Reg Drake Jan 31/2000, regdrake@yahoo.com
;*
;* SELDPTR is POSTCARD ware. If you use it, drop me a line @ regdrake
www.eeworm.com/read/153385/12037919
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/341850/12057960
tdf bitadd.tdf
%
Serial adder - inspired by the work of Ray Andraka
Written by steven groom (steven.groom@arrow.co.nz)
This module can be used freely as and when needed as long as this message remains intact.
www.eeworm.com/read/339492/12230029
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/149137/12401065
bak daout.c.bak
void DAINI(void)//initionlization
{
CCPR1L=0;
CCP1CON=CCP1CONINI;
T2CON=T2INI;
PR2=PR2INI;
}
void DAOUT(void)
{
TMPL=DAVL.xc[0]&0X3;
TMPL
www.eeworm.com/read/131795/14129181
dat asslandat50.dat
带进位加法指令 ADC(Addition Carry)
格式: ADC OPRD1,OPRD2
----
功能: OPRD1
www.eeworm.com/read/131693/14133134
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/130455/14193444
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--