代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4751657
gml integer.gml
.ix type integer
.pp
The most commonly used type is the integer. Integers are used for
storing most numbers that do not require a decimal point, such as
counters, sizes and
.ix array index
.ix '
www.eeworm.com/read/228436/4764743
h integer.h
#ifndef _INTEGER
typedef signed int INT;
typedef unsigned int UINT;
/* These types are assumed as 8-bit integer */
typedef signed char CHAR;
typedef unsigned char UCHAR;
typedef unsigned c
www.eeworm.com/read/221464/4829991
hpp integer.hpp
/* Boost interval/ext/integer.hpp template implementation file
*
* Copyright Guillaume Melquiond 2003
* Permission to use, copy, modify, sell, and distribute this software
* is hereby granted
www.eeworm.com/read/221464/4831290
cpp integer.cpp
//-----------------------------------------------------------------------------
// boost mpl/example/integer.cpp source file
// See http://www.boost.org for updates, documentation, and revision hist
www.eeworm.com/read/221464/4832049
cpp integer.cpp
/* Boost test/integer.cpp
* test int extension
*
* Copyright Guillaume Melquiond 2003
* Permission to use, copy, modify, sell, and distribute this software
* is hereby granted without fee pr
www.eeworm.com/read/208123/4996387
c integer.c
/*
FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/208123/4996406
h integer.h
/*
FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/208123/4996417
c integer.c
/*
FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/204713/5029824
java integer.java
package java.lang;
/**
* java.lang.Integer (only for CoffeinMarkEmbedded)
*
*/
// public final class Integer extends Number implements Comparable
public final class Integer {
private final int val
www.eeworm.com/read/202075/5055037
java integer.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v