wyszukanych pozycji: 10
Generic Programming: Ifip Tc2 / Wg2.1 Working Conference Programming July 11-12, 2002, Dagstuhl, Germany
ISBN: 9781475753202 / Angielski / Miękka / 2013 / 246 str. Termin realizacji zamówienia: ok. 20 dni roboczych. Generic programming is about making programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of polymorphism; ordinary programs are obtained from them by suitably instantiating their parameters. In contrast with normal programs, the parameters of a generic program are often quite rich in structure; for example, they may be other programs, types or type constructors, class hierarchies, or even programming paradigms. Generic programming techniques have always been of interest, both to practitioners and to theoreticians, but only... Generic programming is about making programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of pol... |
|
cena:
391,77 zł |
Bidirectional Transformations: International Summer School, Oxford, Uk, July 25-29, 2016, Tutorial Lectures
ISBN: 9783319791074 / Angielski / Miękka / 2018 / 189 str. Termin realizacji zamówienia: ok. 20 dni roboczych. After a comprehensive introduction to bidirectional transformations, they deal with triple graph grammars, modular edit lenses, putback-based bidirectional programming, and engineering of bidirectional transformations.
After a comprehensive introduction to bidirectional transformations, they deal with triple graph grammars, modular edit lenses, putback-based bidirect...
|
|
cena:
195,87 zł |
Teaching Formal Methods: Second International Conference, Tfm 2009, Eindhoven, the Netherlands, November 2-6, 2009, Proceedings
ISBN: 9783642049118 / Angielski / Miękka / 2009 / 177 str. Termin realizacji zamówienia: ok. 20 dni roboczych. This volume contains the proceedings of TFM2009, the Second International FME Conference on Teaching Formal Methods, organized by the Subgroup of Education of the Formal Methods Europe (FME) association. The conference took place as part of the ?rst Formal Methods Week (FMWeek), held in Ei- hoven, The Netherlands, in November 2009. TFM2009 was a one-day forum in which to explore the successes and fa- ures of formal method (FM) education, and to promote cooperative projects to further educationand training in FMs. The organizersgatheredlecturers, tea- ers, andindustrialpartnersto discusstheir...
This volume contains the proceedings of TFM2009, the Second International FME Conference on Teaching Formal Methods, organized by the Subgroup of Educ...
|
|
cena:
195,87 zł |
Generic and Indexed Programming
ISBN: 9783642322013 / Angielski / Miękka / 2012 / 259 str. Termin realizacji zamówienia: ok. 20 dni roboczych. This book collects lectures from the Spring 2010 School on Generic and Indexed Programming. Includes coverage showing how the forces of genericity and indexing balance each other, simultaneously promoting and controlling generality in programming.
This book collects lectures from the Spring 2010 School on Generic and Indexed Programming. Includes coverage showing how the forces of genericity and...
|
|
cena:
180,23 zł |
Foundations of Health Information Engineering and Systems: Third International Symposium, FHIES 2013, Macau, China, August 21-23, 2013. Revised Selected Papers
ISBN: 9783642539558 / Angielski / Miękka / 2014 / 291 str. Termin realizacji zamówienia: ok. 20 dni roboczych. This book constitutes the thoroughly refereed post-conference proceedings of the Third International Symposium on Foundations of Health Information Engineering and Systems, FHIES 2013, held in Macau, China, in August 2013. The 19 revised full papers presented together with 1 invited talk in this volume were carefully reviewed and selected from 22 submissions. The papers are organized in following subjects: panel position statements, pathways, generation and certification, interoperability, patient safety, device safety, formal methods and HIV/AIDS and privacy.
This book constitutes the thoroughly refereed post-conference proceedings of the Third International Symposium on Foundations of Health Information En...
|
|
cena:
195,87 zł |
Mathematics of Program Construction: 11th International Conference, MPC 2012, Madrid, Spain, June 25-27, 2012, Proceedings
ISBN: 9783642311123 / Angielski / Miękka / 2012 / 363 str. Termin realizacji zamówienia: ok. 20 dni roboczych. Constitutes the refereed proceedings of the 11th International Conference on Mathematics of Program Construction, MPC 2012, held in Madrid, Spain, in June 2012.
Constitutes the refereed proceedings of the 11th International Conference on Mathematics of Program Construction, MPC 2012, held in Madrid, Spain, in ...
|
|
cena:
195,87 zł |
Generic Programming: IFIP TC2 / WG2.1 Working Conference Programming July 11–12, 2002, Dagstuhl, Germany
ISBN: 9781402073748 / Angielski / Twarda / 2003 / 246 str. Termin realizacji zamówienia: ok. 20 dni roboczych. Generic programming is about making programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of polymorphism; ordinary programs are obtained from them by suitably instantiating their parameters. In contrast with normal programs, the parameters of a generic program are often quite rich in structure; for example, they may be other programs, types or type constructors, class hierarchies, or even programming paradigms. Generic programming techniques have always been of interest, both to practitioners and to theoreticians, but only... Generic programming is about making programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of pol... |
|
cena:
391,77 zł |
Functional and Logic Programming: 17th International Symposium, Flops 2024, Kumamoto, Japan, May 15-17, 2024, Proceedings
ISBN: 9789819722990 / Angielski Termin realizacji zamówienia: ok. 20 dni roboczych. |
|
cena:
254,64 zł |
Generic Programming: Advanced Lectures
ISBN: 9783540201946 / Angielski / Miękka / 2003 / 230 str. Termin realizacji zamówienia: ok. 20 dni roboczych. Generic programming attempts to make programming more efficient by making it more general. This book is devoted to a novel form of genericity in programs, based on parameterizing programs by the structure of the data they manipulate. The book presents the following four revised and extended chapters first given as lectures at the Generic Programming Summer School held at the University of Oxford, UK in August 2002: - Generic Haskell: Practice and Theory - Generic Haskell: Applications - Generic Properties of Datatypes - Basic Category Theory for Models... Generic programming attempts to make programming more efficient by making it more general. This book is devoted to a novel form of genericity in pr... |
|
cena:
176,12 zł |
Algorithm Design with Haskell
ISBN: 9781108491617 / Angielski / Twarda / 2020 / 450 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. This book is devoted to five main principles of algorithm design: divide and conquer, greedy algorithms, thinning, dynamic programming, and exhaustive search. These principles are presented using Haskell, a purely functional language, leading to simpler explanations and shorter programs than would be obtained with imperative languages. Carefully selected examples, both new and standard, reveal the commonalities and highlight the differences between algorithms. The algorithm developments use equational reasoning where applicable, clarifying the applicability conditions and correctness...
This book is devoted to five main principles of algorithm design: divide and conquer, greedy algorithms, thinning, dynamic programming, and exhaustive...
|
|
cena:
269,69 zł |