Madej, Jan (1973- ).
Overview
Works: | 19 works in 25 publications in 2 languages and 28 library holdings |
---|---|
Roles: | Author, Other |
Publication Timeline
.
Most widely held works by
Jan Madej
Programming methods and tools(
Book
)
2 editions published in 2014 in English and held by 3 WorldCat member libraries worldwide
2 editions published in 2014 in English and held by 3 WorldCat member libraries worldwide
Computer architecture, operating systems and computer networks by
Jan Madej(
Book
)
2 editions published in 2014 in English and held by 3 WorldCat member libraries worldwide
2 editions published in 2014 in English and held by 3 WorldCat member libraries worldwide
Architektura komputerów, systemy operacyjne i sieci komputerowe by
Jan Madej(
Book
)
3 editions published in 2014 in Polish and English and held by 3 WorldCat member libraries worldwide
3 editions published in 2014 in Polish and English and held by 3 WorldCat member libraries worldwide
Wykorzystanie e-usług świadczonych przez urzędy gmin w województwie małopolskim : wyniki badań by
Jan Madej(
)
1 edition published in 2017 in Polish and held by 2 WorldCat member libraries worldwide
E-usługi, e-administracja, technologia informatyczna
1 edition published in 2017 in Polish and held by 2 WorldCat member libraries worldwide
E-usługi, e-administracja, technologia informatyczna
Prawne wymogi bezpieczeństwa systemów informatycznych w polskich przedsiębiorstwach według kodeksu karnego, ustawy o rachunkowości
i ustawy o ochronie danych osobowych by
Jan Madej(
)
2 editions published in 2009 in Polish and held by 2 WorldCat member libraries worldwide
2 editions published in 2009 in Polish and held by 2 WorldCat member libraries worldwide
Podstawy informatyki : laboratoria i ćwiczenia by
Jan Krzysztof Madej(
Book
)
1 edition published in 2002 in Polish and held by 2 WorldCat member libraries worldwide
1 edition published in 2002 in Polish and held by 2 WorldCat member libraries worldwide
Posługiwanie się arkuszem kalkulacyjnym by
Jan Krzysztof Madej(
)
2 editions published in 2016 in Polish and held by 2 WorldCat member libraries worldwide
2 editions published in 2016 in Polish and held by 2 WorldCat member libraries worldwide
Wydatki na bezpieczeństwo systemów informatycznych : inwestycja czy koszt funkcjonowania systemu? by
Jan Madej(
)
1 edition published in 2011 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 2011 in Polish and held by 1 WorldCat member library worldwide
Kontrole aplikacji i ogólne w systemie informatycznym rachunkowości by
Katarzyna Szymczyk-Madej(
)
1 edition published in 2012 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 2012 in Polish and held by 1 WorldCat member library worldwide
Wykorzystanie analizy zachowania użytkownika do wykrywania ataków na bezpieczeństwo systemu informatycznego by
Jan Madej(
)
1 edition published in 2007 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 2007 in Polish and held by 1 WorldCat member library worldwide
Password selection in computer systems : a comparison of the results of research conducted in 1998/1999, and 2016 by
Jan Madej(
)
1 edition published in 2017 in English and held by 1 WorldCat member library worldwide
1 edition published in 2017 in English and held by 1 WorldCat member library worldwide
Koncepcja dobrej praktyki informatycznej dla sądów powszechnych w zakresie kontroli zabezpieczeń stanowisk i urządzeń
komputerowych by
Jan Madej(
)
1 edition published in 2018 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 2018 in Polish and held by 1 WorldCat member library worldwide
E-usługi w wybranych gminach województwa małopolskiego by
Jan Madej(
)
1 edition published in 2018 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 2018 in Polish and held by 1 WorldCat member library worldwide
Metody i narzędzia programowania(
Book
)
1 edition published in 2014 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 2014 in Polish and held by 1 WorldCat member library worldwide
Strategie analizy ryzyka w opracowywaniu polityki bezpieczeństwa systemu informatycznego by
Jan Madej(
)
1 edition published in 2011 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 2011 in Polish and held by 1 WorldCat member library worldwide
Koncepcja zarządzania aktami sądowymi w postaci cyfrowej by
Jan Madej(
)
1 edition published in 2019 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 2019 in Polish and held by 1 WorldCat member library worldwide
Programming Methods and Tools by
Paweł Lula(
)
1 edition published in 2016 in English and held by 1 WorldCat member library worldwide
Since the inception of computers (or more broadly - calculating machines), their creators aimed to either solve or accelerate the processes whose "traditional" implementation would take a lot longer and require considerable resources. However, to make this possible, the thought that it could be done had to come first. This thought had to be turned into an idea - how to achieve this (an algorithm). The idea had to be presented in a form that could be converted into commands for a computer (the source code in a programming language) and then translated into a set of machine statements that a computer could execute (executable program). Unfortunately, this process - although summarised in the three sentences above - is not simple. Each stage requires special knowledge and skills.This textbook Programming Methods and Tools is a collective attempt to look at the process of developing computer programs. There are many publications available on the market describing algorithms, data structures and programming languages, but the intention of the authors is to present the entire issue in one textbook: from the history of algorithms, through their analysis, to object-oriented programming and programming of mobile devices. Such an approach to this problem was not easy. Among the wealth of issues related to creating algorithms, building and using data structures and writing programs, the authors had to select those the knowledge of which is essential to the understanding of the entire subject, at the same time allowing readers to gain knowledge that is sufficient for effective programming
1 edition published in 2016 in English and held by 1 WorldCat member library worldwide
Since the inception of computers (or more broadly - calculating machines), their creators aimed to either solve or accelerate the processes whose "traditional" implementation would take a lot longer and require considerable resources. However, to make this possible, the thought that it could be done had to come first. This thought had to be turned into an idea - how to achieve this (an algorithm). The idea had to be presented in a form that could be converted into commands for a computer (the source code in a programming language) and then translated into a set of machine statements that a computer could execute (executable program). Unfortunately, this process - although summarised in the three sentences above - is not simple. Each stage requires special knowledge and skills.This textbook Programming Methods and Tools is a collective attempt to look at the process of developing computer programs. There are many publications available on the market describing algorithms, data structures and programming languages, but the intention of the authors is to present the entire issue in one textbook: from the history of algorithms, through their analysis, to object-oriented programming and programming of mobile devices. Such an approach to this problem was not easy. Among the wealth of issues related to creating algorithms, building and using data structures and writing programs, the authors had to select those the knowledge of which is essential to the understanding of the entire subject, at the same time allowing readers to gain knowledge that is sufficient for effective programming
ALGOL 60 by Anna Jurkiewicz(
Book
)
1 edition published in 1969 in Polish and held by 1 WorldCat member library worldwide
1 edition published in 1969 in Polish and held by 1 WorldCat member library worldwide
Bezpieczeństwo systemów informatycznych w małych i średnich przedsiębiorstwach by
Jan Krzysztof Madej(
)
1 edition published in 2004 in Polish and held by 0 WorldCat member libraries worldwide
1 edition published in 2004 in Polish and held by 0 WorldCat member libraries worldwide
more

fewer

Audience Level
0 |
![]() |
1 | ||
General | Special |
