代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/188135/8569335
cpp 9-6.cpp
#include
class Time
{
int hour,minute,second;
public:
Time(){};
Time(int h,int m,int s)
{
hour=h;minute=m;second=s;
}
Time(int h,int m)
{
hour=h;minute=m;second
www.eeworm.com/read/431199/8702546
cpp dsa.cpp
// dsa.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "dsa.h"
#include "nbtheory.h"
NAMESPACE_BEGIN(CryptoPP)
size_t DSAConvertSignatu
www.eeworm.com/read/287068/8728114
cpp platform.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/287060/8728529
c 大整数.c
#include
#include
#define HUN 10000
typedef struct node
{
int data;
struct node *next;
}NODE; //定义链表结构
NODE *insert(u,num)//在u节点之后插入一个新的NODE,其值为NUM
NODE *u;
int num;
www.eeworm.com/read/285420/8841764
asm avr200b.asm
;**** A P P L I C A T I O N N O T E A V R 2 0 0 ************************
;*
;* Title: Multiply and Divide Routines
;* Version: 1.1
;* Last updated: 97.07.04
;* Target: AT90Sxxxx (All AVR D
www.eeworm.com/read/427960/8908507
mcs sparc64.mcs
;
; 64-bit SPARC V9 version. Don't forget the delay slot!
;
; Sorry about all the %'s! Each % must be input here as %%
; Triple register is %l1|%l0 (Bottom 32 bits of l0 and all of l1)
; MUL_STAR
www.eeworm.com/read/427960/8908513
mcs gccppc.mcs
;
; powerPC Macros file for GCC compiler
;
; Triple register is R20|R19|R18
; MUL_START. Initialise registers. Make R21 and R22 point to multipliers a
; and b. R23 points at result c.
; Initia
www.eeworm.com/read/427960/8908736
mcs sparc32.mcs
;
; 32-bit SPARC v8 version. Don't forget the delay slot!
;
; Sorry about all the %'s! Each % must be input here as %%
; Triple register is %l2|%l1|%l0
; MUL_START. Initialise registers. Make %o0
www.eeworm.com/read/427960/8909089
mcs smartmip.mcs
;
; SmartMips Macros file for GCC compiler
;
; Triple register is ACX|HI|LO
; MUL_START. Initialise registers. Make $5 and $6 point to multipliers a
; and b. $7 points at result c.
; Initialis
www.eeworm.com/read/427960/8909975
mcs itanium.mcs
; Comba/KCM Macros for 64-bit Itanium
;
; Scheduled Version
;
; Note that:
; mr_small is a 64-bit unsigned long
;
; Triple register is extra|sumh1|sumlo
;
; See makemcs.txt for more informat