This thesis contains program coding module for generation logics test by Boolean gap

Delphi & Pascal (česká wiki)
Přejít na: navigace, hledání
Category: Programs in C, C++

Program: Prac_ndf.cBooldif.zip
File exe: Booldif.exe
need: Adresar.cColor.cDerivac.cError.cFunkcie.cHelp.cKey.cLine_edi.cMain.cMenu.cObsluha.cOkno.cPrac_ndf.cSlovnik.cSlov_fon.cStatist.cUtil.cVideo.cVystupy.cAdresar.hColor.hDefine.hError.hFunkcie.hGlob.hKey.hLine_edi.hMbooldif.hMenu.hOkno.hSlov_fon.hUtil.hVideo.h
Example: Example.zipBin_10_o.ndfBin_10_o.ndfBin_1and.ndfBin_2rad.ndfBin_3rad.ndfBin_4rad.ndfHard.ndfI_reg_lo.ndfReg_jk.ndfScitac_s.ndfScp_1rad.ndfScp_2rad.ndfScp_2r_1.ndfScp_3rad.ndfScp_4r_2.ndfScp_6r_3.ndfScp_8r_4.ndfSc_1r_pj.ndfSc_1r_sj.ndfSc_1_aoi.ndfSc_2r_4.ndfSc_3r_6.ndfSc_7400n.ndfSc_aon.ndfSimp3_a.ndfSimp3_b.ndfSimp4_a.ndfSimp4_b.ndfSimp4_c.ndfSimp6_a.ndfTest_vod.ndfZle.ndf
Manual: Prirucky.zip

This thesis contains program coding module for generation logics test by Boolean gap. Compile vector of fault for existent circuit, forth about all boughs herself chauffeur. Results is absolute gauge. Program application enables four modes It is implemented in the C programming language for the operating system MS-DOS, or another compatible with it. The program is suitable for an interactive way to communicate with the user, allowing a comfortable working environment are similar to Turbo Vision.
/*******************************************************************************
*									       *
*                             Subor GLOB.H                                     *
*									       *
*******************************************************************************/
 
# include <stdio.h>
# include <dos.h>
# include <dir.h>
# include <process.h>
 
#define TRUE 0
#define FALSE 1
#define NO_MEM 2
 
#define VIDEOSEGMENT 0xb800
#define VIDEOINTERRUPT 0x10
 
#define MAX_CHYB 28
 
#define MENU	0
#define	FNC	1
 
#define OBR   0
#define SUB   1
#define TLC   2
 
#define AUTO   0
#define DEMO   1
#define VYUK   2
#define PREV   3
 
extern unsigned int _stlpcov;                 /*pocet stlpcov obrazovky*/
extern unsigned int _riadkov;                 /*pocet riadkov obrazovky*/
extern unsigned char atributy[];              /*atributy(farby)*/
extern unsigned int Pozicie;
extern unsigned int odpovede;
extern unsigned int dobre;
extern unsigned int zle;
 
extern unsigned char Video_mod;
 
extern char *Help[];
extern int Vystup;
extern int Rezim;
extern int Typ_aut;
extern int Tabulka;
 
extern char far *Text[];
 
extern int chyba_hard;
 
extern char *chyba[][MAX_CHYB];               /*smerniky na chybove okna*/
 
extern char Pripony[][4];
extern char *TmpSubor[];
extern char *TmpSuborb[];
extern char Meno_suboru[256];
 
# define ADRESAR	0
# define FCIA1		1
# define FCIA2		2
# define FCIA3		3
# define FCIA4		4
# define FCIA5		5
# define CISLO		6
# define SUBOR		7
 
/*--------------------------------END---------------------------------------*/