Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/ctbllib/data/   (GAP Algebra Version 4.15.1©)  Datei vom 5.5.2024 mit Größe 497 kB image not shown  

Nach dem Mausklick ist die Projektion eines vierdimensionalen Würfels zu sehen pq_defs.h   Sprache: unbekannt

 
/****************************************************************************
**
*A  pq_defs.h                   ANUPQ source                   Eamonn O'Brien
**
*Y  Copyright 1995-2001,  Lehrstuhl D fuer Mathematik,  RWTH Aachen,  Germany
*Y  Copyright 1995-2001,  School of Mathematical Sciences, ANU,     Australia
**
*/


/* definition file for p-quotient program */

#ifndef ANUPQ_DEFINES_H
#define ANUPQ_DEFINES_H

#include "config.h"

enum {
  FALSE = 0,
  TRUE = 1
};
typedef int Logical;

#define PRINT printf

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <ctype.h> 
#include <string.h>
#include <limits.h> 
#include <time.h> 
#include <assert.h> 

#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

/* under Solaris, CLK_TCK is defined in <limits.h> */

#if !defined (CLK_TCK)
#define CLK_TCK 60
#endif

#define CLK_SCALE 1.0 / CLK_TCK

#ifdef HAVE_GMP
#include "gmp.h"
#endif

#define COMMENT '#'

#define RESET(File) (rewind((File)))

#define MOD(a, b) ((a) % (b))

#define WORD_LENGTH (8 * sizeof (int) - 1)

/* fixed storage or decision made at run-time? */

#if (RUN_TIME) 
#include "storage_runtime.h"
#else 
#include "storage_fixed.h"
#endif 

#ifdef MIN
#undef MIN
#endif

#ifdef MAX
#undef MAX
#endif

#define MIN(A, B) ((A) < (B) ? (A) : (B))
#define MAX(A, B) ((A) > (B) ? (A) : (B))
#define SWAP(A, B) {int t; t = A; A = B; B = t;}

#include "pq_functions.h"

#endif

Messung V0.5 in Prozent
C=96 H=100 G=97

[Diese Firma untersucht Systeme, entwickelt Software und berät Organisationen zu Themen der Informationstechnolgie. Dabei wird Wert auf anerkannte Normen und Standards gelegt. Die Qualität eigener und fremder Produkte ist Leitlinie und Ziel zugleich. Unter bestimmten Bedingungen finden Sie hier weiterführende Anregungen.0.13Die F&E-Firma in Norddeutschland, vorverarbeitet 2026-09-06]