代码搜索:INTEGER
找到约 10,000 项符合「INTEGER」的源代码
代码结果 10,000
www.eeworm.com/read/159030/5588682
integer
class Program {
int main(){
int a;
a=-2147483649;
a = -0xAAA;
a = 1----1;
a = -0x7FFFFFFF;
a = -0x80000000;
a = 1 + 1;
}
}
www.eeworm.com/read/315694/3616751
as integer.as
/**
* Integer
*
* An ASN1 type for an Integer, represented with a BigInteger
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package com.hurl
www.eeworm.com/read/392149/8361114
h integer.h
/*-------------------------------------------*/
/* Integer type definitions for FatFs module */
/*-------------------------------------------*/
#ifndef _INTEGER
/* These types must be 16-bit,
www.eeworm.com/read/292191/8367862
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/292191/8368376
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/192502/8378839
pdf integer.pdf
www.eeworm.com/read/291537/8410731
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/291537/8411312
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/291401/8421841
h integer.h
#ifndef _INTEGER
typedef unsigned char BYTE;
typedef unsigned int WORD;
typedef unsigned long DWORD;
typedef unsigned char BOOLEAN;
typedef unsigned char BOOL;
typedef unsigned cha
www.eeworm.com/read/291401/8421945
h integer.h
#ifndef _INTEGER
typedef unsigned char BYTE;
typedef unsigned int WORD;
typedef unsigned long DWORD;
typedef unsigned char BOOLEAN;
typedef unsigned char BOOL;
typedef unsigned cha