代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/260605/11717366
pas _dglmap_stringcaseinsensitive_integer.pas
(*
* Copyright (c) 2004
* HouSisong@263.net
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use
www.eeworm.com/read/155795/11847726
m integer_square_root.m
x=3250
y=0,base=128
for i=1:8
y=y+base
if(y*y>x)
y=y-base
end
base=base/2
end
www.eeworm.com/read/255665/12066323
c der_decode_integer.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/255665/12066489
c der_length_integer.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/255665/12066816
c der_encode_integer.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/255284/12090197
m power_integer_2.m
function n = power_integer_2 (x)
m = 0.;
for j = 1:30
m = m + 1.;
delta = x - 2.^m;
if(delta < 0.)
n = m;
return
else
end
end
www.eeworm.com/read/251577/12334691
h stlsoft_integer_to_string.h
#ifndef STLSOFT_INCL_STLSOFT_H_STLSOFT
# include
#endif /* !STLSOFT_INCL_STLSOFT_H_STLSOFT */
#ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT
# pragma message("This file is now obso
www.eeworm.com/read/251577/12336038
h integer_to_string_unittest_.h
#if !defined(STLSOFT_INCL_STLSOFT_CONVERSION_HPP_INTEGER_TO_STRING)
# error This file cannot be directly included, and should only be included within stlsoft/conversion/integer_to_string.hpp
#endi
www.eeworm.com/read/227881/14406953
m power_integer_2.m
function n=power_integer_2(x)
m=0;
for j=1:30
m=m+1;
delta=x-2.^m;
if(delta
www.eeworm.com/read/123202/14642628
f90 integer_set.f90
MODULE INTEGER_SETS
! This module is intended to illustrate use of the module facility
! to define a new data type, along with suitable operators.
INTEGER, PARAMETER :: MAX_S