代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/205530/15314272
java hello.java
package hello;
import java.io.*;
public class hello{
public static int[] mul(int[] a, int b) {
int carry = 0;
int[] c = new int[a.length];
for(int i = a.len
www.eeworm.com/read/167133/5468711
java mpn.java
/* gnu.java.math.MPN
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it und
www.eeworm.com/read/167046/5470796
c strlen.c
/* Copyright (C) 1991, 1993, 1997, 2000, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Torbjorn Granlund (tege@sics.se),
with help from Dan Sahlin (da
www.eeworm.com/read/162614/5515949
s milli64.s
/* 32 and 64-bit millicode, original author Hewlett-Packard
adapted for gcc by Paul Bame
and Alan Modra .
Copyright 2001, 2002, 2003 Free Software Fo
www.eeworm.com/read/162614/5533034
java mpn.java
/* gnu.java.math.MPN
Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
www.eeworm.com/read/162519/5542566
java mpn.java
/* gnu.java.math.MPN
Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
www.eeworm.com/read/154079/5642938
vhd lib.vhd
package synopsys_attributes is
-- design compiler constraints and attributes
attribute ARRIVAL : REAL;
attribute DONT_TOUCH : BOOLEAN;
attribute DONT_TOUCH_NETWORK : BOOLEAN;
attribute
www.eeworm.com/read/252613/6787930
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/474621/6814072
txt 程序 1.txt
/* multiply.c */
/* 11/20/2008 */
#define MAXLENGTH 1000
#include
#include
void compute(char *a, char *b, char *c);
void main(void)
{
char a[MAXLENGTH],