代码搜索:INTEGER

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

代码结果 10,000
www.eeworm.com/read/352960/10486724

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/352960/10486728

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/160841/10487662

class integer.class

www.eeworm.com/read/160361/10538978

m integer.m

function y=integer(x,k) %Generate y=integer x %------------------------------------ %y=integer (x,k) % y=(x-mod(x,k))/k; if (sign(x)==-1)&(mod(x,k)~=0) y=y+1 end
www.eeworm.com/read/351841/10604022

c integer.c

// ****************************************************************** // Copyright (c) 2002- Satoshi, All Rights Reserved. // // This program is free software; you can redistribute it and/or // modi
www.eeworm.com/read/422757/10612177

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/422757/10613124

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/276846/10702175

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
www.eeworm.com/read/158966/10706466

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/158966/10706486

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