代码搜索:limits
找到约 7,357 项符合「limits」的源代码
代码结果 7,357
www.eeworm.com/read/175135/9558321
cpp limits.cpp
// limits.cpp -- some integer limits
#include
#include // use limits.h for older systems
int main()
{
using namespace std;
int n_int = INT_MAX; /
www.eeworm.com/read/366065/9835120
h limits.h
/*
* limits.h --
*
* This is a dummy header file to #include in Tcl when there
* is no limits.h in /usr/include. There are only a few
* definitions here; also see tclPort.h, which already
* #d
www.eeworm.com/read/365783/9847878
c limits.c
// 1 Make the includes for all the functions we're going to be using in this program.
#include
#include
#include
#include
#include
www.eeworm.com/read/365033/9880991
h limits.h
www.eeworm.com/read/365033/9881185
h limits.h
www.eeworm.com/read/168863/9891195
h limits.h
/*--------------------------------------------------------------------------
LIMITS.H
ANSI standard include file.
Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc.
All rights
www.eeworm.com/read/167847/9950159
c limits.c
#include "unpipc.h"
#define MAX_NIDS 4096
int
main(int argc, char **argv)
/* $$.bp$$ */
{
int i, j, shmid[MAX_NIDS];
void *addr[MAX_NIDS];
unsigned long size;
/* 4see how many identifiers we
www.eeworm.com/read/167847/9950181
c limits.c
#include "unpipc.h"
/* 4following are upper limits of values to try */
#define MAX_NIDS 4096 /* max # semaphore IDs */
#define MAX_VALUE 1024*1024 /* max semaphore value */
#define MAX_MEMBERS 4096
www.eeworm.com/read/167847/9950420
c limits.c
#include "unpipc.h"
#define MAX_DATA 64*1024
#define MAX_NMESG 4096
#define MAX_NIDS 4096
int max_mesg;
struct mymesg {
long type;
char data[MAX_DATA];
} mesg;
int
main(int argc, char **argv)
www.eeworm.com/read/363449/9950675
h limits.h
/* limits.h
Defines implementation specific limits on type values.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __LIMITS_H
#define __LIMIT