代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/486736/6526054
obj integer.obj
www.eeworm.com/read/486736/6526308
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/481882/6632091
h integer.h
#ifndef _INTEGER
typedef int INT;
typedef unsigned int UINT;
typedef char CHAR;
typedef unsigned char UCHAR;
typedef unsigned char BYTE;
typedef short SHORT;
typedef unsigned short
www.eeworm.com/read/480720/6660202
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/480720/6660398
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/479166/6699975
h integer.h
// Fig. 16.8: Integer.h
// Integer class definition.
class Integer
{
public:
Integer( int i = 0 ); // Integer default constructor
~Integer(); // Integer destructor
void setInteger(
www.eeworm.com/read/479166/6699976
cpp integer.cpp
// Fig. 16.9: Integer.cpp
// Integer member function definition.
#include
using std::cout;
using std::endl;
#include "Integer.h"
// Integer default constructor
Integer::Integer(
www.eeworm.com/read/263650/11351202
java integer.java
//判断输入的是否为数字
public class integer {
public static boolean isInteger(String s){
int low=0;
int up=s.length()-1;
while(low
www.eeworm.com/read/409107/11358122
h integer.h
/*-------------------------------------------*/
/* Integer type definitions for FatFs module */
/*-------------------------------------------*/
#ifndef _INTEGER
/* These types must be 16-bit,
www.eeworm.com/read/408320/11392778
h integer.h
#ifndef _INTEGER
typedef signed int INT;
typedef unsigned int UINT;
typedef unsigned char BYTE;
typedef unsigned char UCHAR;
typedef char CHAR;
typedef unsigned short WORD;
typedef unsig