代码搜索:Carry

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

代码结果 8,060
www.eeworm.com/read/320846/13417282

c piclassic.c

/* ** Pascal Sebah : September 1999 ** ** Subject: ** ** A very easy program to compute Pi with many digits. ** No optimisations, no tricks, just a basic program to learn how ** to co
www.eeworm.com/read/131315/5937692

c zmul.c

/* * Copyright (c) 1994 David I. Bell * Permission is granted to use, distribute, or modify this source, * provided that this copyright notice remains intact. * * Faster than usual multiplying an
www.eeworm.com/read/130382/5957301

c bni64.c

/* * bni64.c - Low-level bignum routines, 64-bit version. * * Written by Colin Plumb. * * $Id: bni64.c,v 1.8 1998/05/14 19:07:23 cbertsch Exp $ * * NOTE: the magic constants "64" and "12
www.eeworm.com/read/130382/5957308

asm bni8086.asm

;;; Assembly primitives for bignum library, 80x86 family. ;;; ;;; $Id: bni8086.asm,v 1.2 1997/05/09 20:19:38 lloyd Exp $ ;;; ;;; Several primitives are included here. Only bniMulAdd1 is *really*
www.eeworm.com/read/130382/5957341

s bnisparc.s

! ! On the SPARC, %o0..%o5 are available. %o6 is the stack pointer and ! %o7 is the return address. ! Some of the globals are also available. %g0 is hardwired 0 and ! %g1 is definitely available
www.eeworm.com/read/130382/5958037

c bni32.c

/* * bni32.c - Low-level bignum routines, 32-bit version. * * WARNING: This file was automatically generated from bni16.c -- DO NOT EDIT! * * Written by Colin Plumb. * * $Id: bni32.c,v 1
www.eeworm.com/read/493005/6403779

c zmul.c

/* * zmul - faster than usual multiplying and squaring routines * * Copyright (C) 1999 David I. Bell * * Calc is open software; you can redistribute it and/or modify it under * the terms of the
www.eeworm.com/read/486654/6524866

cpp 1813.cpp

/* This Code is Submitted by wywcgs for Problem 1813 on 2006-01-15 at 15:13:02 */ #include int main() { int i, a, b; while(scanf("%d %d", &a, &b) == 2 && (a != 0 || b != 0)) {
www.eeworm.com/read/481966/6634165

cpp 1813.cpp

/* This Code is Submitted by wywcgs for Problem 1813 on 2006-01-15 at 15:13:02 */ #include int main() { int i, a, b; while(scanf("%d %d", &a, &b) == 2 && (a != 0 || b != 0)) {
www.eeworm.com/read/153495/12030403

txt ccccc.txt

从网上找到的一个,你看看能不能用,感觉挺详细的! 串口结构及内容 本设计所采用的是异步通信方式,可以规定传输的一个数据是10位,其中最低位为启动位(逻辑0低电平),最高位为停止位(逻辑1高电平),中间8位是数据位。为了方便对数据进行正确控制,选取发送(接受)每位数据用4个时钟周期。为了能够达到串行通信的波特率,例如4800B/s,则需把时钟频率设为19.2kHz。系统结构如图1所 ...