代码搜索:integer

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

代码结果 10,000
www.eeworm.com/read/366902/9793512

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/366902/9793524

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/268811/11120081

html integer.html

www.eeworm.com/read/268188/11150134

h integer.h

#ifndef _INTEGER typedef unsigned char BYTE; typedef unsigned short WORD; typedef unsigned long DWORD; typedef unsigned char BOOL; #define FALSE 0 #define TRUE 1 #define _INTEGER #endif
www.eeworm.com/read/267326/11182524

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" #include "integer.h" #include "mo
www.eeworm.com/read/267326/11183066

h integer.h

#ifndef CRYPTOPP_INTEGER_H #define CRYPTOPP_INTEGER_H /** \file */ #include "cryptlib.h" #include "secblock.h" #include #include #ifdef _M_IX86 # if (defined(__INT
www.eeworm.com/read/336082/12477696

h integer.h

#ifndef _INTEGER /* These types are assumed as 16-bit or larger integer */ typedef signed int INT; typedef unsigned int UINT; /* These types are assumed as 8-bit integer */ typedef signed ch
www.eeworm.com/read/146635/12628827

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/146635/12629674

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/235964/14039052

h integer.h

#ifndef _INTEGER /* These types are assumed as 16-bit or larger integer */ typedef signed int INT; typedef unsigned int UINT; /* These types are assumed as 8-bit integer */ typedef signed ch