-
-
Finite Automata and Regular Expressions Problems and Solutions
Auteur: Stefan Hollos, J. Richard Hollos
Finite Automata and Regular Expressions Problems and Solutions
- Auteur: Stefan Hollos, J. Richard Hollos
- ISBN: 978-1-887187-17-6
-
“Regular Expressions and State Graphs for Automata”
Auteur: R. McNaughton and H. Yamada
“Regular Expressions and State Graphs for Automata”
- Auteur: R. McNaughton and H. Yamada
- ISBN:
-
-
Formal Languages and Automata Theory
Auteur: K.V.N. Sunitha
Formal Languages and Automata Theory
- Auteur: K.V.N. Sunitha
- ISBN: 978-93-325-4164-1
-
-
Fondamentaux de la théorie des automates
Auteur: Pafrice Séébold
Fondamentaux de la théorie des automates
- Auteur: Pafrice Séébold
- ISBN: 9782340036680
-
-
ALGOL 60 IMPLEMENTATION
Auteur: B. RANDELL and L. J. RUSSELL
ALGOL 60 IMPLEMENTATION
- Auteur: B. RANDELL and L. J. RUSSELL
- ISBN:
-
-
Introduction to Automata Theory, Languages, and Computation
Auteur: John E. Hopcroft, Rajeev Motwani, Jeffrey D. Ullman
Introduction to Automata Theory, Languages, and Computation
- Auteur: John E. Hopcroft, Rajeev Motwani, Jeffrey D. Ullman
- ISBN:
-
-
Designing Data-Intensive Applications The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
Auteur: Martin Kleppmann
Designing Data-Intensive Applications The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
- Auteur: Martin Kleppmann
- ISBN: 978-1-449-37332-0
Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords? In this practical and comprehensive guide, author Martin Kleppmann helps you navigate this diverse landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications.
-
Intel 64 and IA 32 Architectures Optimization Reference Manual: Volume 1
Auteur: INTEL
Intel 64 and IA 32 Architectures Optimization Reference Manual: Volume 1
- Auteur: INTEL
- ISBN: 248966-048
-
-
The Art of Computer Programming Vol. 4B Combinatorial Algorithms Part 2
Auteur: DONALD E. KNUTH
The Art of Computer Programming Vol. 4B Combinatorial Algorithms Part 2
- Auteur: DONALD E. KNUTH
- ISBN: 978-0-201-03806-4
-
-
Computer Architecture A Quantitative Approach
Auteur: John L. Hennessy & David A. Patterson
Computer Architecture A Quantitative Approach
- Auteur: John L. Hennessy & David A. Patterson
- ISBN: 978-0-12-811905-1
-
-
Concepts of Programming Languages
Auteur: Robert W. Sebesta
Concepts of Programming Languages
- Auteur: Robert W. Sebesta
- ISBN: 978-0-13-499718-6
Concepts of Computer Programming Languages, 12th Edition introduces readers to the fundamental concepts of computer programming languages and provides them with the tools necessary to evaluate contemporary and future languages. Through a critical analysis of design issues of various program languages, the text teaches readers the essential differences between computing with specific languages, while the in-depth discussion of programming language structures also prepares them to study compiler design. The 12th Edition includes new material on contemporary languages like Swift and Python, replacing discussions of outdated languages.
-
The Algorithm Design Manual
Auteur: Steven S. Skiena
The Algorithm Design Manual
- Auteur: Steven S. Skiena
- ISBN: 978-3-030-54256-6
"My absolute favorite for this kind of interview preparation is Steven Skiena’s The Algorithm Design Manual. More than any other book it helped me understand just how astonishingly commonplace ... graph problems are -- they should be part of every working programmer’s toolkit. The book also covers basic data structures and sorting algorithms, which is a nice bonus. ... every 1 – pager has a simple picture, making it easy to remember. This is a great way to learn how to identify hundreds of problem types." (Steve Yegge, Get that Job at Google) "Steven Skiena’s Algorithm Design Manual retains its title as the best and most comprehensive practical algorithm guide to help identify and solve problems. ... Every programmer should read this book, and anyone working in the field should keep it close to hand. ... This is the best investment ... a programmer or aspiring programmer can make." (Harold Thimbleby, Times Higher Education) "It is wonderful to open to a random spot and discover an interesting algorithm. This is the only textbook I felt compelled to bring with me out of my student days.... The color really adds a lot of energy to the new edition of the book!" (Cory Bart, University of Delaware) "The is the most approachable book on algorithms I have." (Megan Squire, Elon University) --- This newly expanded and updated third edition of the best-selling classic continues to take the "mystery" out of designing algorithms, and analyzing their efficiency. It serves as the primary textbook of choice for algorithm design courses and interview self-study, while maintaining its status as the premier practical reference guide to algorithms for programmers, researchers, and students. The reader-friendly Algorithm Design Manual provides straightforward access to combinatorial algorithms technology, stressing design over analysis. The first part, Practical Algorithm Design, provides accessible instruction on methods for designing and analyzing computer algorithms.