代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/258599/11851980
c integer.c
#include "fmt.h"
#include "assert.h"
#include "mem.h"
#define T Integer_T
typedef int *T;
T Integer_new(int n) {
T integer;
NEW(integer);
*integer = n;
return integer;
}
int Int
www.eeworm.com/read/258599/11851990
h integer.h
#ifndef INTEGER_INCLUDED
#define INTEGER_INCLUDED
#define T Integer_T
typedef int *T;
extern T Integer_new(int n);
extern int Integer_get(T integer);
extern int Integer_put(T integer, int n)
www.eeworm.com/read/154354/11967774
cpp integer.cpp
// integer.cpp - written and placed in the public domain by Wei Dai
// contains public domain code contributed by Alister Lee and Leonard Janke
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#inc
www.eeworm.com/read/154354/11968995
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
/** \file */
#include "cryptlib.h"
#include "secblock.h"
#include
#include
#ifdef CRYPTOPP_X86ASM_AVAILABLE
www.eeworm.com/read/342797/11998755
cpp integer.cpp
/*
Big Integer Operation
SRC FILE
BY CSK(陈士凯)
CSK@live.com
www.csksoft.net
*/
#include "CiperLib.h"
#include "inner_support.h"
#include "string.h"
bool Integer::ms_b_
www.eeworm.com/read/153385/12037238
cpp integer.cpp
// integer.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "integer.h"
#include "modarith.h"
#include "nbtheory.h"
#include "asn.h"
#include "words.h"
#in
www.eeworm.com/read/153385/12038009
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
#include "cryptlib.h"
#include "misc.h"
#include
NAMESPACE_BEGIN(CryptoPP)
/// multiple precision integer and basic arithme
www.eeworm.com/read/341867/12057584
h integer.h
#ifndef INTEGER_H
#define INTEGER_H
/*------------------------------------------------------------------------------
Copyright : (c)1993 by Logical Operators
www.eeworm.com/read/341867/12057664
cpp integer.cpp
/*------------------------------------------------------------------------------
Copyright : (c)1993 by Logical Operators
All Rights Reserved.
Filename
www.eeworm.com/read/339492/12229255
cpp integer.cpp
// integer.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "integer.h"
#include "modarith.h"
#include "nbtheory.h"
#include "asn.h"
#include "oids.h"
#inclu