|
more than 340 programs for free
|
![]() English |
![]() Slovensky |
![]() Česky |
![]() Šarišsky |
|
Pages: [1-10] [11-20] [21-30] [31-40] [actual] [51-54] Order:41 ![]() Program: Telefon.pas File exe: Telefon.exe It's a homework. The homework itself isn't so complicated as it looks like. Static allocation of the memory is what irritates me most. Nobody does it today, otherwise one could get into big troubles. I like the classification of the names using a typical "bubble" method. So if you need to have something sorted out and reliability and exactness, instead of rapidity, are the qualities you are looking for, this might be the program you need. Just have a look. I was engaged by the matter of classification for a longer time and some suggestions can be found in C source codes.
Views: 754x
Order:42 Program: Terc.pas, Terclight.pas, Terc2.pas File exe: Terc.exe, Terc2.exe Example: Terc.txt, Terc2.txt Program zistí akými kombináciami zásahov do terča sa dá dosiahnuť požadovaný počet bodov Z. Určí všetky vektory P ( P[1] .. P[M] ) a počet zásahov do medzikružia. Nakoniec vypíše všetky možné riešenia a ich počet (0, 1, 2,
). Podrobný postup riešenia nájdete v Terc.txt.
Ako všade aj tu platí že sa dá naprogramovať jednodušia verzia TercLight.pas ktorá ale nieje taká výkonná. Nakoniec ešte uverejňujem verziu Terc2.pas od prispievateľky s nickom Quetocek. Vďaka nej je k dispozícii aj dokumentácia. Views: 783x
Order:43 Program: Testuj.pas File exe: Testuj.exe need: Testuj.cfg flow: Testuj.txt Example: Ziaci.txt, 1.txt, 2.txt, 3.txt Program určený na testovanie žiakov z rôznych predmetov. Pre svoju činnosť potrebuje súbor testuj.cfg v ktorom je definovaná stupnica a jednotlivé otázky testu. Formát súboru testuj.cfg nájdete v súbore testuj.txt. Program vytvára súbory s koncovkou txt.
Režim žiak Po spustení programu sa klávesou 1 vyberie režim žiak. Program požiada o meno žiaka. Po zadaní vypíše prvú otázku s možnosťami odpovedí a-d. Žiak si má možnosť vybrať klávesom a-d. Potom bude pokračovať na ďalšou otázkou. Počas skúsšnia žiak vidí na koľko otázok už odpovedal. Koľko môže získať maximálne bodov a svoje meno. Z pochopiteľných dôvodov program nezobrazuje aktuálny počet bodov. Po skončení skúšania mu program oznámy koľko získal bodov a akú známku dostal. Program žiakove odpovede zaznamená do súboru cislo.TXT. Pričom číslo je poradové číslo žiaka. Mená skúšaných žiakov sú v súbore ZIACI.TXT. Režim učiteľ Po spustení programu sa klávesou 1 vyberie režim učiteľ. Zobrazí sa zoznam už vyskúšaných žiakov. Klávesami 0 až 9 si vyberie číslo žiaka. Tieto čísla sú koncové čísla zobrazených žiakov. Po výbere sa zobrazí prvá otázka. Správna odpoveď je podfarbená zelenou farbou. Ak žiak odpovedal zle, jeho odpoveď je červená. Počas tohoto prehľadu sa zobrazuje poradové číslo otázky, meno, známka žiaka a to koľko bodov mu priniesla aktuálna otázka vrámci jním ziskaných bodov. Views: 473x
Order:44 ![]() Program: Tetris.pas File exe: Tetris.exe need: Podklad.txt Example: Tetrisl.pas For a all well known game Tetris. It's full functional. It Common game Tetris. It's a full for play. It's effective in all functions do not hesitate to try it. In this case the main interest it's not all about the game but the algotithmus used in it. Though it has been programmed in text mode it's non the less nontheless not less interesting for it. I suppose someone is going to make the graphics part of it - do it if you like. Later it came to me that the programme can by made by reducing it to the necessary minimum, this was the fast that contributed to creating the Tetrisl.pas source, light version of Tetris.
Views: 9142x
Order:45 ![]() Program: Tlakspoj.pas File exe: Tlakspoj.exe need: Tabulky.pas Same as for Skrutka.pas. It is able to calculate the bias joints. To give a hint of what I am talking about, here is an example. When you heat up a cog-wheel and put it on a shaft it cools down after a while and creates the demountable joint. How much weight this joint is able to bear can be calculated using this program.
Views: 541x
Order:46 Program: Trdbf.pas File exe: Trdbf.exe It will copy the input file into the output one. One must count on the fact that it will set the tabulators on 8 spaces so the text will look the same in every editor.
Views: 479x
Order:47 Program: Trieden.pas File exe: Trieden.exe Program compare 3 mode of range.
TRMAX - range of maximum BUBLE - buble range BUBLESORT - buble range with signed Views: 624x
Order:48 Program: Trsek.pas File exe: Pouzi.exe need: Pouzi.pas It took a long time to complete this library. I believe it includes many useful things like the memorising and restoring of the window basis, the window display, the question with 3 alternatives, the buffer clearing and the others. POUZI.PAS program guides you through all the functions. Don't hesitate to use it when you account the problems. Don't invent the stuff that has already been invented. As far as I'm concerned I'll be only pleased that you used it. Just remember you can't present the copied parts of the source codes under your authorship.
For example - forgetting the bacground of a screen and back - displaying the window with many different kinds of frames - a question with 3 possibilities to answer - deleting a buffer of the keyboard and other 25 functions. You can use if you wish. Do not lose your precious time on what has already been done. And for my part I will only be happy for it. Just don't forget you can't present the parts of source files you copied as your work. Pouzi.pas program will guide you through all the functions. Views: 601x
Order:49 ![]() Program: Turing.pas File exe: Turing.exe need: Trsek.pas Example: Move.tur, Prepis.tur This program was made up to serve as a learning device when studying the TURING machine at Koçice University (Faculty of Electrical Engineering and Information Technology). Anyone who had at least one exam with Doc. Hudák knows what I'm talking about. It helps the visual understanding of the TURING machine functionality or can become handy when suggesting your own program for TURING machine. I found its operating leisurely and easy to follow. Other advantages include functions like the stepping of a suggested program, saving it on the disc or loading the disc. Unfortunately, I came short of the model programs so what I collected and made up in a very short time can be viewed in the MOVE.TUR file. This program was very favourite with its contemporary users. I hope it can still help someone as TURING machines are the basis of the assembler. Believe me, I'm not joking.
Views: 545x
Order:50 Program: Txtdbf.pas File exe: Txtdbf.exe An intelligent transform from TXT->DBF. If it finds the form (*.frm) it works accordingly. Otherwise, it creates its own one and continues to work alone.
Views: 505x
Pages: [1-10] [11-20] [21-30] [31-40] [actual] [51-54] |
|