Author: Richard Bird
Publisher: Pearson Educación
ISBN: 9788483221761
Category : Computers
Languages : en
Pages : 382
Book Description
After the success of the first edition, Introduction to Functional Programming using Haskell has been thoroughly updated and revised to provide a complete grounding in the principles and techniques of programming with functions. The second edition uses the popular language Haskell to express functional programs. There are new chapters on program optimisation, abstract datatypes in a functional setting, and programming in a monadic style. There are complete new case studies, and many new exercises. As in the first edition, there is an emphasis on the fundamental techniques for reasoning about functional programs, and for deriving them systematically from their specifications. The book is self-contained, assuming no prior knowledge of programming and is suitable as an introductory undergraduate text for first- or second-year students.
Introduction to Functional Programming Using Haskell
Author: Richard Bird
Publisher: Pearson Educación
ISBN: 9788483221761
Category : Computers
Languages : en
Pages : 382
Book Description
After the success of the first edition, Introduction to Functional Programming using Haskell has been thoroughly updated and revised to provide a complete grounding in the principles and techniques of programming with functions. The second edition uses the popular language Haskell to express functional programs. There are new chapters on program optimisation, abstract datatypes in a functional setting, and programming in a monadic style. There are complete new case studies, and many new exercises. As in the first edition, there is an emphasis on the fundamental techniques for reasoning about functional programs, and for deriving them systematically from their specifications. The book is self-contained, assuming no prior knowledge of programming and is suitable as an introductory undergraduate text for first- or second-year students.
Publisher: Pearson Educación
ISBN: 9788483221761
Category : Computers
Languages : en
Pages : 382
Book Description
After the success of the first edition, Introduction to Functional Programming using Haskell has been thoroughly updated and revised to provide a complete grounding in the principles and techniques of programming with functions. The second edition uses the popular language Haskell to express functional programs. There are new chapters on program optimisation, abstract datatypes in a functional setting, and programming in a monadic style. There are complete new case studies, and many new exercises. As in the first edition, there is an emphasis on the fundamental techniques for reasoning about functional programs, and for deriving them systematically from their specifications. The book is self-contained, assuming no prior knowledge of programming and is suitable as an introductory undergraduate text for first- or second-year students.
Fundamentos de programación
Author: José Antonio Cerrada Somolinos
Publisher: Editorial Universitaria Ramon Areces
ISBN: 8480049561
Category : Computers
Languages : es
Pages : 481
Book Description
El objetivo fundamental de este libro es introducir de manera progresiva y sistemática una correcta metodología para la programación, independientemente del lenguaje utilizado. Se utiliza como vehículo para la enseñanza de la programación el lenguaje C±. El texto esta diseñado para poder seguir una asignatura de Fundamentos de Programación de primer curso de Grado en Informática, pero es un texto introductorio que puede seguir cualquier lector que tenga conocimientos generales de matemáticas, capacidad de razonamiento lógico y organización y aptitud para expresarse formalmente.
Publisher: Editorial Universitaria Ramon Areces
ISBN: 8480049561
Category : Computers
Languages : es
Pages : 481
Book Description
El objetivo fundamental de este libro es introducir de manera progresiva y sistemática una correcta metodología para la programación, independientemente del lenguaje utilizado. Se utiliza como vehículo para la enseñanza de la programación el lenguaje C±. El texto esta diseñado para poder seguir una asignatura de Fundamentos de Programación de primer curso de Grado en Informática, pero es un texto introductorio que puede seguir cualquier lector que tenga conocimientos generales de matemáticas, capacidad de razonamiento lógico y organización y aptitud para expresarse formalmente.
Advances in Computing
Author: Andrés Solano
Publisher: Springer
ISBN: 3319665626
Category : Computers
Languages : en
Pages : 813
Book Description
This book constitutes the refereed proceedings of the 12th Colombian Conference on Computing, CCC 2017, held in Cali, Colombia, in September 2017. The 56 revised full papers presented were carefully reviewed and selected from 186 submissions. The papers are organized in topical sections on information and knowledge management, software engineering and IT architectures, educational informatics, intelligent systems and robotics, human-computer interaction, distributed systems and large-scale architectures, image processing, computer vision and multimedia, security of the information, formal methods, computational logic and theory of computation.
Publisher: Springer
ISBN: 3319665626
Category : Computers
Languages : en
Pages : 813
Book Description
This book constitutes the refereed proceedings of the 12th Colombian Conference on Computing, CCC 2017, held in Cali, Colombia, in September 2017. The 56 revised full papers presented were carefully reviewed and selected from 186 submissions. The papers are organized in topical sections on information and knowledge management, software engineering and IT architectures, educational informatics, intelligent systems and robotics, human-computer interaction, distributed systems and large-scale architectures, image processing, computer vision and multimedia, security of the information, formal methods, computational logic and theory of computation.
Estructuras y Fundamentos de Datos. Guía de ejercicios prácticos
Author: Ernesto Alexander Calderon Peraza
Publisher: Lulu.com
ISBN: 1105920143
Category : Education
Languages : es
Pages : 107
Book Description
Libro que brinda una serie de ejercicios prácticos, con los cuales se abordan los conceptos de estructuras de datos y de bases de datos relacionales, temas desde el manejo de archivos, colas, pilas, colecciones, el modelo entidad relacion, y los modelos de acceso a datos en modo desconectado y conectado empleando ADO .NET
Publisher: Lulu.com
ISBN: 1105920143
Category : Education
Languages : es
Pages : 107
Book Description
Libro que brinda una serie de ejercicios prácticos, con los cuales se abordan los conceptos de estructuras de datos y de bases de datos relacionales, temas desde el manejo de archivos, colas, pilas, colecciones, el modelo entidad relacion, y los modelos de acceso a datos en modo desconectado y conectado empleando ADO .NET
C++ how to Program
Author: Harvey M. Deitel
Publisher: Pearson Educación
ISBN: 9789702602545
Category : Computers
Languages : en
Pages : 1382
Book Description
This book "explains c++'s extraordinary capabilities by presenting an optional object-orientated design and implementation case study with the Unified Modeling Language (UML) from the Object Management Group 8.5." - back cover.
Publisher: Pearson Educación
ISBN: 9789702602545
Category : Computers
Languages : en
Pages : 1382
Book Description
This book "explains c++'s extraordinary capabilities by presenting an optional object-orientated design and implementation case study with the Unified Modeling Language (UML) from the Object Management Group 8.5." - back cover.
Java for Students
Author: Doug Bell
Publisher: Pearson Educación
ISBN: 9789702601449
Category : Computers
Languages : en
Pages : 670
Book Description
Aware that many students need a careful introduction to programming and that they respond well to graphical illustration, this concise book adopts a visual approach to programming. Throughout the text, programs that use graphical images are emphasized to clearly demonstrate all the important programming principles. The authors use a spiral approach to programming concepts; introducing concepts simply early on, then in a more sophisticated way later, (e.g., objects are integrated throughout five chapters). Java for Students emphasizes the use of applets but also shows how to program free-standing applications. The authors have been careful to put together a text that covers the powerful features of Java and presents the language to students as both a fun and useful tool.
Publisher: Pearson Educación
ISBN: 9789702601449
Category : Computers
Languages : en
Pages : 670
Book Description
Aware that many students need a careful introduction to programming and that they respond well to graphical illustration, this concise book adopts a visual approach to programming. Throughout the text, programs that use graphical images are emphasized to clearly demonstrate all the important programming principles. The authors use a spiral approach to programming concepts; introducing concepts simply early on, then in a more sophisticated way later, (e.g., objects are integrated throughout five chapters). Java for Students emphasizes the use of applets but also shows how to program free-standing applications. The authors have been careful to put together a text that covers the powerful features of Java and presents the language to students as both a fun and useful tool.
Principles of Operations Management
Author: Jay H. Heizer
Publisher: Pearson Educación
ISBN: 9789702605256
Category : Business & Economics
Languages : en
Pages : 710
Book Description
In this textbook, Heizer (business administration, Texas Lutheran U.) and Render (operations management, Rollins College) provide a broad introduction to the field of operations management. A sampling of topics includes operations strategy for competitive advantage, forecasting, design of goods and services, human resources, e- commerce, project management, inventory management, and maintenance. The CD-ROM contains video case studies, lecture notes, Excel OM and Extend software, and additional practice problems. Annotation copyrighted by Book News Inc., Portland, OR
Publisher: Pearson Educación
ISBN: 9789702605256
Category : Business & Economics
Languages : en
Pages : 710
Book Description
In this textbook, Heizer (business administration, Texas Lutheran U.) and Render (operations management, Rollins College) provide a broad introduction to the field of operations management. A sampling of topics includes operations strategy for competitive advantage, forecasting, design of goods and services, human resources, e- commerce, project management, inventory management, and maintenance. The CD-ROM contains video case studies, lecture notes, Excel OM and Extend software, and additional practice problems. Annotation copyrighted by Book News Inc., Portland, OR
Object-Oriented Python
Author: Irv Kalb
Publisher: No Starch Press
ISBN: 1718502060
Category : Computers
Languages : en
Pages : 417
Book Description
Power up your Python with object-oriented programming and learn how to write powerful, efficient, and re-usable code. Object-Oriented Python is an intuitive and thorough guide to mastering object-oriented programming from the ground up. You’ll cover the basics of building classes and creating objects, and put theory into practice using the pygame package with clear examples that help visualize the object-oriented style. You’ll explore the key concepts of object-oriented programming — encapsulation, polymorphism, and inheritance — and learn not just how to code with objects, but the absolute best practices for doing so. Finally, you’ll bring it all together by building a complex video game, complete with full animations and sounds. The book covers two fully functional Python code packages that will speed up development of graphical user interface (GUI) programs in Python.
Publisher: No Starch Press
ISBN: 1718502060
Category : Computers
Languages : en
Pages : 417
Book Description
Power up your Python with object-oriented programming and learn how to write powerful, efficient, and re-usable code. Object-Oriented Python is an intuitive and thorough guide to mastering object-oriented programming from the ground up. You’ll cover the basics of building classes and creating objects, and put theory into practice using the pygame package with clear examples that help visualize the object-oriented style. You’ll explore the key concepts of object-oriented programming — encapsulation, polymorphism, and inheritance — and learn not just how to code with objects, but the absolute best practices for doing so. Finally, you’ll bring it all together by building a complex video game, complete with full animations and sounds. The book covers two fully functional Python code packages that will speed up development of graphical user interface (GUI) programs in Python.
Fundamentos de programación
Author: Luis Joyanes Aguilar
Publisher:
ISBN: 9788476152010
Category : Algorithms
Languages : es
Pages : 702
Book Description
Publisher:
ISBN: 9788476152010
Category : Algorithms
Languages : es
Pages : 702
Book Description
Seguridad Social
Author:
Publisher:
ISBN:
Category : Human services
Languages : es
Pages : 424
Book Description
Publisher:
ISBN:
Category : Human services
Languages : es
Pages : 424
Book Description