Mathematics Pascal programs
Delphi & Pascal (česká wiki)
Pages: [1-10] [actual] [21-30] [31-40] [41-50] [51-100] [101-150] [151-169]
Order:11
Author: Ján Mojžiš
Program: Binar.pas
File exe: Binar.exe
Order:12
Author: Maros Zatko
Program: BIT_MAPA.PAS
Order:13
Author: RaptoR
Program: Bodymass.pas
File exe: Bodymass.exe
Order:14
Author: Pheo
web: pascalsource.ic.cz
Program: Bublinkove_triedenie.pas
Order:15
Program: Burka.pas
flow: Burka.jpg
Order:16
Author: Maros Zatko
Program: C15.PAS
Order:17
Program: C_cisla.pas
Order:18
Author: Pheo
web: pascalsource.ic.cz
Program: Celsius_fahrenheit.pas
Order:19
Author: Fake man
Program: Cifsucet.pas
File exe: Cifsucet.exe
Order:20
Program: Cirkus.pas
Pages: [1-10] [actual] [21-30] [31-40] [41-50] [51-100] [101-150] [151-169]
Order:11
Author: Ján Mojžiš
Program: Binar.pas
File exe: Binar.exe
Napiste program, kt. nacita kladne cislo n a vypise nasledujuci riadok
,,dvojkovy zapis n"(2) = ,,desiatkovy zapis n" (10)
PRIKLAD: Pre n = 10 vypise: 1010(2) = 10(10).
OBMEDZENIE: V celom programe mozete pouzit iba procedury bez parametrov a jedinu jednoduchu globalnu premennu.
Rekurzia. Vsimnite si ako testujeme parnost:
if 1 and c = 0 je parna vetva, lebo
10 = 1010 and 0001 = 0 (0 x 1) a
11 = 1011 and 1 = 0001.
Najrychlejsi test parnosti.
,,dvojkovy zapis n"(2) = ,,desiatkovy zapis n" (10)
PRIKLAD: Pre n = 10 vypise: 1010(2) = 10(10).
OBMEDZENIE: V celom programe mozete pouzit iba procedury bez parametrov a jedinu jednoduchu globalnu premennu.
Rekurzia. Vsimnite si ako testujeme parnost:
if 1 and c = 0 je parna vetva, lebo
10 = 1010 and 0001 = 0 (0 x 1) a
11 = 1011 and 1 = 0001.
Najrychlejsi test parnosti.
Order:12
Author: Maros Zatko
Program: BIT_MAPA.PAS
Bits mapa for half milion prime-numbers.
Order:13
Author: RaptoR
Program: Bodymass.pas
File exe: Bodymass.exe
Výpočet BMI - Body Mass Index
Order:14
Author: Pheo
web: pascalsource.ic.cz
Program: Bublinkove_triedenie.pas
Program na zostupné usporiadanie číselného poľa bublinovým triedením.
Order:15
Program: Burka.pas
flow: Burka.jpg
Calculates the program for determining the distance of a storm, if time between a thunder and a lighting is preset. Mathematical reasoning can be found at the beginning of the program.
Order:16
Author: Maros Zatko
Program: C15.PAS
Calculation of a combination number without using a factorial method.
Order:17
Program: C_cisla.pas
Write round number from a to b. Numbers a,b are inputs.
Order:18
Author: Pheo
web: pascalsource.ic.cz
Program: Celsius_fahrenheit.pas
Prevodová tabuľka stupníc teploty C, F, K. Vykoná prevod medzi stupňom celzia, fahrenheit a kelvin.
Order:19
Author: Fake man
Program: Cifsucet.pas
File exe: Cifsucet.exe
Program určí ciferný súčet n-čísel plus ešte niečo k tomu. Stačí si prečítať program.
Order:20
Program: Cirkus.pas
Write elements from 10x10 matrix as following. At first write circuuit started at index at [1,1], next circuit at [2,2].
Pages: [1-10] [actual] [21-30] [31-40] [41-50] [51-100] [101-150] [151-169]