代码搜索:integer

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

代码结果 10,000
www.eeworm.com/read/414886/2139654

svn-work integer.h.svn-work

K 14 svn:executable V 1 * END
www.eeworm.com/read/414886/2139660

svn-base integer.h.svn-base

#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/404412/2303512

java asn1integer.java

/* * The contents of this file are subject to the Dyade Public License, * as defined by the file DYADE_PUBLIC_LICENSE.TXT * * You may not use this file except in compliance with the License. You
www.eeworm.com/read/375190/2731645

cpp integer_mask_test.cpp

// boost integer_mask.hpp test program -------------------------------------// // (C) Copyright Daryle Walker 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompan
www.eeworm.com/read/372770/2769517

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/372770/2769518

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/372770/2769519

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/366702/2865580

c pointer-integer-comparison.c

// { dg-do compile } // { dg-options "-fsyntax-only -fpermissive" } int foo (int i, void *p) { if (i == p) // { dg-warning "warning: ISO C.. forbids comparison between pointer and integer" } r
www.eeworm.com/read/366702/2865681

c wconversion-real-integer.c

/* Test for diagnostics for Wconversion between floating-point and integers. C++ equivalent of gcc/testsuite/gcc.dg/Wconversion-real-integer.c */ /* { dg-do compile } /* { dg-options "-Wconvers
www.eeworm.com/read/366702/2873152

f90 intrinsic_integer.f90

! Program to test the real->integer conversion routines. program intrinsic_integer implicit none call test (0.0, (/0, 0, 0, 0/)) call test (0.3, (/0, 1, 0, 0/)) call test (0.7, (/0, 1, 0, 1/)