Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/include/cppuhelper/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 12 kB image not shown  

SSL restore_group.c

  Interaktion und
PortierbarkeitC
 

/****************************************************************************
**
*A  restore_group.c             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
**
*/


#include "pq_defs.h"
#include "pcp_vars.h"
#include "pga_vars.h"
#include "constants.h"
#include "pq_functions.h"

/* restore the pcp description of group group_number
   and its pga structure from input_file */


int ***restore_group(Logical rewind_flag,
                     FILE *input_file,
                     int group_number,
                     struct pga_vars *pga,
                     struct pcp_vars *pcp)
{
   int ***auts = 0;

   while (group_number > 0) {
      restore_pcp(input_file, pcp);
      auts = restore_pga(input_file, pga, pcp);
      --group_number;
      if (group_number > 0)
         free_array(auts, pga->m, pcp->lastg, 1);
   }

   if (rewind_flag)
      RESET(input_file);

   return auts;
}

Messung V0.5 in Prozent
C=96 H=78 G=87

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.11Angebot  (Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-04-28) ¤

*Eine klare Vorstellung vom Zielzustand






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.