代码搜索:INTEGER

找到约 10,000 项符合「INTEGER」的源代码

代码结果 10,000
www.eeworm.com/read/244097/12889025

c integer.c

/* * arbitrary precision integers * Copyright (c) 2004 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the
www.eeworm.com/read/244097/12889057

h integer.h

/* * arbitrary precision integers * Copyright (c) 2004 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the
www.eeworm.com/read/143089/12899554

h integer.h

//: C12:Integer.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Non-member overloaded operators #
www.eeworm.com/read/143089/12899571

cpp integer.cpp

//: C12:Integer.cpp {O} // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Implementation of overloaded
www.eeworm.com/read/140461/13079418

h integer.h

/*=================================================================== Copyright (c) 1999 Hewlett-Packard Company ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS. Permission
www.eeworm.com/read/140461/13079477

cpp integer.cpp

/*=================================================================== Copyright (c) 1999 Hewlett-Packard Company ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS. Permission
www.eeworm.com/read/327101/13098702

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/327101/13099512

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/241250/13161821

h integer.h

#ifndef _INTEGER typedef unsigned char BYTE; typedef unsigned char UCHAR; typedef char CHAR; typedef unsigned short WORD; typedef unsigned short USHORT; typedef short SHORT; typedef unsig
www.eeworm.com/read/138378/13239268

h integer.h

/*============================================= ** 2005-8-22 ** ** 识别整常数 ** ** lizhu zhang ** =============================================*/ /*===================