Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  pkd.c

  Sprache: C
 

#include "defs.h"

#define SPACE 6000000
#define MDIM 2000
#define MV 20000
#define MM 10
#define MPR 127
#define MSL 50

/* MPR and MM cannot sensibly be increased. Matrices are stored as
   characters, so entries must lie in range -128<=x<=127. MM=10, means
   that groups can have at most 9 generators. This is only to allow the
   gen no. to be read as a single digit.
*/

char inf[80], outf[80], temp[80], temp2[80], mspace[SPACE], *vec[MV],
    **mat[MM],
    /* defaults inf = gpname.inmat
       outf always takes values infq infs or inff.
    */

    cvec[MDIM + 1], pinv[MPR], mstr[MSL + 1], full, intop, opt, aut;
short svec[MDIM + 1], mdim = MDIM, mv = MV, mm = MM, mpr = MPR, msl = MSL;
int   space = SPACE;

int main(int argc, char * argv[])
{
  char arg, err, c;
  opt = 0;
  intop = 0;
  full = 0;
  aut = 0;
  err = 0;
  arg = 1;
  if (argc <= arg) {
    err = 1;
    goto error;
  }
  while (argv[arg][0] == '-') {
    if ((c = argv[arg][1]) == 'f')
      full = 1;
    else if (c == 'i')
      intop = 1;
    else if (c == 'o')
      opt = 1;
    else if (c == 'a')
      aut = 1;
    else {
      err = 1;
      goto error;
    }
    arg++;
    if (argc <= arg) {
      err = 1;
      goto error;
    }
  }
  strcpy(inf, argv[arg]);
  strcat(inf, ".");
  strcpy(temp, inf);
  strcat(temp, "temp");
  strcpy(temp2, temp);
  strcat(temp2, "2");
  arg++;
  if (argc <= arg)
    strcat(inf, "inmat");
  else
    strcat(inf, argv[arg]);
  strcpy(outf, inf);
  if (pkprog() == -1)
    exit(1);
error:
  if (err) {
    printf("Usage: pkrun [-f] [-i] [-o] gpname [inf]\n");
    exit(1);
  }
  exit(0);
}

Messung V0.5 in Prozent
C=97 H=61 G=80

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

*Eine klare Vorstellung vom Zielzustand






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

letze Version des Elbe Quellennavigators


Jenseits des Üblichen ....

Besucher

Besucher

Statistik
#Sources=1019547
#Domains=890699