代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/232223/14203356
v m3s081ct.v
//******************************************************************* //
//IMPORTANT NOTICE //
//================
www.eeworm.com/read/232223/14203362
v m3s041ct.v
//******************************************************************* //
//IMPORTANT NOTICE //
//================
www.eeworm.com/read/129891/14219390
c in_cksum.c
unsigned short
in_cksum(unsigned short *addr, int len)
{
int nleft = len;
int sum = 0;
unsigned short *w = addr;
unsigned short answer = 0;
/*
* Our algorithm is simple, using a 32 bit a
www.eeworm.com/read/231175/14250031
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/128841/14277471
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/128822/14277894
cpp 大数阶乘.cpp
// 大数阶乘.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "malloc.h"
const MAX=1000;
void pnext(int a[],int k)
{
int *b, m=a[0]
www.eeworm.com/read/128476/14294715
java binomialqueue.java
package DataStructures;
// BinomialQueue class
//
// CONSTRUCTION: with a negative infinity sentinel
//
// ******************PUBLIC OPERATIONS*********************
www.eeworm.com/read/229885/14313685
v converter.v
module converter(cout,carry,sum,in1,in2,in3,in4,cin);
input in1,in2,in3,in4,cin;
output cout,carry,sum;
wire w1,w2;
//assignment statements
csa csa1(cout,w1,in2,in3,in4);
csa csa2(carry,su
www.eeworm.com/read/127808/14332874
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/227409/14427637
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--