Strings in Pascal

Delphi & Pascal (česká wiki)
Přejít na: navigace, hledání
Pages: [actual]  [11-20]  [21-30]  [31-40]  [41-50]  [51-54]

Order:1
Author: Ján Mojžiš
Program: Ab_slova.pas
File exe: Ab_slova.exe
need: Slova.txt

AB-slovo je slovo zlozene vylucne z pismen A a B, napriklad AA, ABB, BBB. Napiste program, kt. na uvod precita zo vstupu postupnost roznych AB-slov, oddelenych jednou medzerou. Potom bude v cykle zo vstupu prijmat AB-slovo, na ktore zareaguje jednym z nasledujucich sposobov:
a) ak prijal prazdne slovo, ukonci svoju cinnost,
b) ak prijal slovo, kt. nebolo v uvodnej postupnosti, vypise retazec nepoznam a pokracuje,
c) ak prijal slovo, kt. bolo v uvodnej postupnosti, vypise jeho poradie v tejto postupnosti a pokracuje.

PRIKLAD:
pre uvodnu postupnost AAA, ABAB mame
VSTUP:     VYSTUP:
AAA         nepoznam
ABAB       2
AAAA       1
Pouzitie binarneho stromu s 2 vetvami A a B slova su v subore



Order:2
Author: Pheo
web: pascalsource.ic.cz

Program: Abecedny_zoznam.pas

Program abecedne usporiada zadaný zoznam slov.



Order:3
ascii.pngProgram: Ascii.pas
File exe: Ascii.exe
File ubuntu: Ascii

It displays 0-255 ASCII table. In the times of DOS programming it was unquestionably a very much used program.
Program store text background and after close program, restore it.



Order:4
Author: Juraj Pupák
Program: Ascii2.pas
File exe: Ascii2.exe

View ASCII chars in table.



Order:5
Program: Bez1znak.pas
need: Jedno.txt

From file reads all word without 1char. Result writes to file.



Order:6
dascii.pngProgram: Dascii.pas
File exe: Dascii.exe
need: Dascii.dat

An excellent program which enables you to design completely newcharacters in ASCII set. Your work results can be stored in Dascii.dat file and returned to whenever you need. One of its most interesting functions is that which can read the character from RAM memory (give it a look, some stuff from the source code can be found useful even today).



Order:7
diktat.pngProgram: Diktat.pas
File exe: Diktat.exe

Program, ktorý vás precvičí vo vybraných slovách s použitím IF.



Order:8
Author: Furby
Program: Generato.pas
File exe: Generato.exe

This program generate password about size. Password maybe number, text, or number and text together.



Order:9
Program: Hadaj.pas

Foretells a number. You can answer Yes/No only. It can guess the number you are thinking of. An interval is firmly defined. The program asks questions like "Is the number larger than ...?" or "Is the number smaller than ...?" on which you can answer Yes/No only.



Order:10
Author: Matej Ďurica
Program: Horoskop.pas
File exe: Horoskop.exe

Program učí na základe zadaného dňa a mesiaca ktoré užívateľ zadá znamenie vo zverokruhu.


Pages: [actual]  [11-20]  [21-30]  [31-40]  [41-50]  [51-54]