Kirjojen hintavertailu. Mukana 11 244 527 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

1000 tulosta hakusanalla C-Rene Dominique

C?mo Funciona El Cerebro (How the Brain Works)

C?mo Funciona El Cerebro (How the Brain Works)

DK

DK Publishing (Dorling Kindersley)
2024
sidottu
Descubre el funcionamiento de la estructura m s compleja y enigm tica que se conoce: el cerebro humano. Existen diferencias entre el cerebro de un hombre y de una mujer? Por qu los adolescentes son impulsivos y rebeldes? Cu ndo podremos conectar nuestros cerebros a la nube? Encuentra las respuestas a estas y otras preguntas en el interior de este libro sobre el cerebro basado en las ltimas investigaciones en neurociencia. Pasa las p ginas para encontrar incre bles contenidos -Texto simple y gr ficos paso a paso con los que entender s m s f cilmente c mo funciona el cerebro.-Cap tulos que abordan temas como la memoria, el aprendizaje, la conciencia, la personalidad, las emociones y la comunicaci n. -Datos curiosos y llamativas im genes que te ayudar n a visualizar su estructura interior y su conexi n con el resto del cuerpo.-Respuestas a las preguntas m s frecuentes: c mo mejorar la memoria, la concentraci n o c mo dormir mejor. -Incluye una gu a sobre los trastornos del cerebro, que incluye tanto problemas f sicos, como tumores y accidentes cerebrovasculares, como trastornos psicol gicos y funcionales, como el autismo o la esquizofrenia. Aprende c mo el cerebro regula la respiraci n y los latidos del coraz n, c mo recopila informaci n y se la env a a los rganos de los sentidos para generar una respuesta, y mucho m s. Desc brelo todo sobre el rgano m s misterioso del cuerpo humano y ampl a tu conocimiento sobre anatom a La colecci n de DK How it Works en espa ol explica temas complejos de forma clara y visual a trav s de infograf as, textos sencillos e informaci n f cil de entender tanto para estudiantes como para lectores generales que quieran ampliar sus conocimientos. Are men's and women's brains really different? Why are teenagers impulsive and rebellious? And will it soon be possible to link our brains together via the Cloud? Drawing on the latest neuroscience research, this visual guide makes the hidden workings of the human brain simple to understand. How the Brain Works begins with an introduction to the brain's anatomy, showing you how to tell your motor cortex from your mirror neurons. Moving on to function, it explains how the brain works constantly and unnoticed to regulate heartbeat and breathing, and how it collects information to produce the experiences of sight, sound, smell, taste, and touch. The chapters that follow cover memory and learning, consciousness and personality, and emotions and communication. There's also a guide to the brain's disorders, including physical problems, such as tumors and strokes, and psychological and functional disorders, ranging from autism to schizophrenia. Illustrated with bold graphics and step-by-step artworks, and sprinkled with bite-sized factoids and question-and-answer features, this is the perfect introduction to the fascinating world of the human brain.
C++ in a Nutshell

C++ in a Nutshell

Ray Lischner

O'Reilly Media, Inc, USA
2003
nidottu
To-the-point, authoritative, no-nonsense solutions have always been a trademark of O'Reilly books. The In a Nutshell books have earned a solid reputation in the field as the well-thumbed references that sit beside the knowledgeable developer's keyboard. C++ in a Nutshell lives up to the In a Nutshell promise. C++ in a Nutshell is a lean, focused reference that offers practical examples for the most important, most often used, aspects of C++. C++ in a Nutshell packs an enormous amount of information on C++ (and the many libraries used with it) in an indispensable quick reference for those who live in a deadline-driven world and need the facts but not the frills. The book's language reference is organized first by topic, followed by an alphabetical reference to the language's keywords, complete with syntax summaries and pointers to the topic references. The library reference is organized by header file, and each library chapter and class declaration presents the classes and types in alphabetical order, for easy lookup. Cross-references link related methods, classes, and other key features. This is an ideal resource for students as well as professional programmers. When you're programming, you need answers to questions about language syntax or parameters required by library routines quickly. What, for example, is the C++ syntax to define an alias for a namespace? Just how do you create and use an iterator to work with the contents of a standard library container? C++ in a Nutshell is a concise desktop reference that answers these questions, putting the full power of this flexible, adaptable (but somewhat difficult to master) language at every C++ programmer's fingertips.
C# Essentials 2e

C# Essentials 2e

Ben Albahari

O'Reilly Media, Inc, USA
2002
nidottu
Concise but thorough, this second edition of C# Essentials introduces the Microsoft C# programming language, including the Microsoft .NET Common Language Runtime (CLR) and .NET Framework Class Libraries (FCL) that support it. This book?s compact format and terse presentation of key concepts serve as a roadmap to the online documentation included with the Microsoft .NET Framework SDK; the many examples provide much-needed context. This new edition has been updated to cover the final release of the C# language. In addition to overviews of C#, the CLR, and the FCL, this new edition of C# Essentials covers: *Every C# language element and its syntax, in reference format, including new keywords *The major C# datatypes, with code examples *Common C# programming tasks *Interoperation with legacy Win32 APIs and COM components, and the use of C/C++ style pointers within the managed context of the CLR *Common development issues C# Essentials is an easy way for experienced programmers to evaluate and get up to speed quickly on the language best suited to developing web applications and services on the new Microsoft .NET platform.
C# & VB.NET Conversion Pocket Reference

C# & VB.NET Conversion Pocket Reference

Jose Mojica

O'Reilly Media, Inc, USA
2002
nidottu
Though most programmers use two or more languages, they usually have a mastery of one. Although Microsoft has advertised that the .NET runtime is language agnostic and that C# and Visual Basic .NET are so close that switching between the two is really quite easy, that?s only true up to a point. Some of the differences are obvious, but others are very subtle. C# & VB.NET Conversion Pocket Reference helps you easily make the switch from one language to another. The differences occur in three main areas: syntax, object-oriented principles, and the Visual Studio .NET IDE. Syntax concerns the statements and language elements. Object oriented differences are less obvious, and concern differences in implementation and feature sets between the two languages. IDE differences include things like compiler settings or attributes. There is also a fourth area of difference: language features that are present in one language but have no equivalent in the other. These unique language features are also covered in this book. C# & VB.NET Conversion Pocket Reference is a perfect companion for documents and books that don?t have examples using your mastered language. Author Jose Mojica expects that you know one of the two languages, but does not make an assumption about which one. He presents the information in a language-neutral point of view so that programmers from either background can read a section and feel that it is targeted to them.
C Pocket Reference

C Pocket Reference

Peter Prinz & Ulla Kirch-Prinz

O'Reilly Media, Inc, USA
2002
nidottu
C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer. It's the only C reference that fits in your pocket and is an excellent companion to O'Reilly's other C books. It can be used as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find information the information you need. The book covers the following: C language fundamentals; data types; expressions and operators; C statements; declarations; functions; preprocessor directives; and the standard library.
C++ Cookbook

C++ Cookbook

D. Ryan Stephens

O'Reilly Media, Inc, USA
2005
nidottu
Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. Once mastered, however, it can help you organize and process information with amazing efficiency and quickness. The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you're an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don't have to develop on your own. Less a tutorial than a problem-solver, the book addresses many of the most common problems you're likely encounter--whether you've been programming in C++ for years or you're relatively new to the language. Here are just some of the time-consuming tasks this book contains practical solutions for: * Reading the contents of a directory * Creating a singleton class * Date and time parsing/arithmetic * String and text manipulation * Working with files * Parsing XML * Using the standard containers Typical of O'Reilly's "Cookbook" series, C++ Cookbook is written in a straightforward format, featuring recipes that contain problem statements and code solutions, and apply not to hypothetical situations, but those that you're likely to encounter. A detailed explanation then follows each recipe in order to show you how and why the solution works. This question-solution-discussion format is a proven teaching method, as any fan of the "Cookbook" series can attest to. This book will move quickly to the top of your list of essential C++ references.
C.S. Lewis Called Him Master

C.S. Lewis Called Him Master

Charles Seper

Victor, Broadstreet Johnson Publishing
2007
pokkari
Many readers come to George MacDonald's fantasy literature by way of C.S. Lewis who lauded him as, "my master", or G.K. Chesterton who referred to him as one of the three or four greatest men of the 19th century. However, MacDonald's stories are so complex, so full of twofold meanings, symbolical, metaphorical, and parabolic that many, if not most, readers find themselves perplexed after first coming upon him. "C.S. Lewis Called Him Master" attempts to explain the obscurity behind many of the passages in MacDonald's only two fantasies written for adults, "Lilith", and "Phantastes", while also providing the reader with a brief, but adequate, examination of George MacDonald's life and work. Also contained therein are several rare photos of the MacDonald family, many of them taken by fellow author and family friend Lewis Carroll. "C.S. Lewis Called Him Master" is an essential biography and study aid for students of George MacDonald's most intense works.
C.R.I.M.S.O.N.

C.R.I.M.S.O.N.

R. H. Krebs

Prescience Publishing
2011
nidottu
C.R.I.M.S.O.N. is an intriguing and entertaining homeschool action thriller written for Christian young adult and older adult audiences. For more information about C.R.I.M.S.O.N. visit www.CrimsonTheBook.com C.R.I.M.S.O.N. is the story of a young man, Josh Reinhart and the plan God has for his life. That plan, initiated by a secret vision that he and only a few others have experienced, is of all-consuming importance. Josh is given a mission: to turn our nation back from the brink of destruction. But to do so, he must keep vital secrets from the very people who can help him fight a powerful and deadly organization that is bent on his failure and the annihilation of our nation as we know it. As you read C.R.I.M.S.O.N. you encounter the world through Josh's senses, you hear his thoughts, experience his battles, triumphs and failures first hand. Though excited to be chosen for such an important task he struggles with maintaining a normal homeschool high school life while working on his secret mission. His friend, a brilliant young woman, tries to help him but also feels compelled to find out about his secrets. As Josh matures his difficulties mount - college, a career, relationships, all put him at odds with his determined efforts to fulfill God's plan and mission. Josh's mettle is tested more than once in a deadly struggle with a dark and sinister group who have sworn to put an end to all his efforts. Through it all Josh maintains his faith that God will use him to overcome all the obstacles. If you have enjoyed Frank Peretti novels, you'll love C.R.I.M.S.O.N. Here is what readers have to say about C.R.I.M.S.O.N.: "A new genre is created: Homeschool action thriller The Vision is truly inspiring " Virginia T. - Homeschool mother of three young men. "I thought the characters were so easy to relate to. Josh, Rebekah... I feel like I know them all. I think the book had a great message that people working together and with God can make a change for the better. ... It is easy to get wrapped up in the story and in the suspense at times. I can't wait to read what you have planned next." Chandler L. - Homeschool Sophomore, speech and debate club competitor. "I loved the suspense and action in this book. As the climax rose the mystery of the conflict and the apprehension of the main character created a tension that was addictive. A suspense that did not allow me to lay the book down. The history and relationships intertwined in such a way as to create a complicated, round conflict. I thoroughly enjoyed C.R.I.M.S.O.N." Jules G. - Homeschool Freshman "R. H. Krebs' portrayal of homeschooling, intense homeschool mothers and homeschool support groups, the complex relationships between homeschool fathers and kids, were rich snapshots of the unknown and often misunderstood world of homeschooling. C.R.I.M.S.O.N. encourages homeschool students to pursue futures in the legal and governmental spheres. The writing is sharp, the story is tight and the whole book is saturated with a dry intelligent wit. I loved it " Jess G. - Homeschool student and Westmont University journalism graduate.
C'ing Is Believing

C'ing Is Believing

Andy Yates

C'Ing Is Believing
2011
nidottu
Dr Andy Yates explores how beliefs that affect our lives are formed, can be inappropriate and unwanted, and can be identified and changed by internal and external intervention. He presents the mnemonic "C'ing Is Believing," as a process towards this change that is very accessible to both self-healers and therapists. C'ING IS BELIEVING - Capture your beliefs and limiting beliefs- Construct a model of your old beliefs- Consider the value of your old beliefs- Construct a model of your new desired beliefs- Change your beliefs Chapter One - Conscious and Belief.In this chapter, the high-level mind science of beliefs is examined. How they are formed, how mental suggestion affects beliefs, and how the natural process of self-hypnosis changes beliefs. The concepts of contra-belief or non-belief are discussed.Chapter Two - Catholicism and other Religious belief.Dr Yates uses his childhood experiences as a Roman Catholic as a platform to demonstrate how early religious beliefs are developed by suggestion and hypnosis. This development is paralleled with other religions and concepts such as Satanism, Karma, Belief in the Earth, and ancient Egyptian culture. This chapter introduces Dr Yates' "One Size Fits All" concept, which is a framework by which issues and phenomena are approached from three perspectives, the scientific, the open minded, and the spiritual.Chapter Three - Contra-religious belief.Here, contra-religious beliefs, or beliefs that do not involve religion are discussed which introduces the concept of limiting beliefs. The attitude or state of "Being Open to Anything" is presented as a way of providing growth and continuing enlightenment.Chapter Four - Covert placebo effect. The phenomenon of the placebo effect is discussed from a psychosomatic and practical basis. The placebo effect may be attributed to both religious and non-religious phenomena.Chapter Five - Constructing the 'Edge' 1. The term the "Edge" relates to the edge of our beliefs that may both define and limit us. This chapter examines the subject of Possession from a "One Size Fits All" therapeutic perspective.Chapter Six - Constructing the 'Edge' 2."One Size Fits All" discussion related to beliefs on the "Edge" subjects of Alien Abduction, Reiki, and BioIntegration.Chapter Seven - Constructing the 'Edge' 3.Further "One Size Fits All" discussion related to beliefs on the "Edge" subjects of Regression and Past Lives.Chapter Eight - Changing Beliefs.Discussion on the practice and potential of suggestion, self-hypnosis, and anchoring. Several exercises and practices for balancing chakras and using self-hypnosis to change beliefs. FREE Chapter 8 addendum self hypnosis script at www.drandyyates.comChapter Nine - A Final Word on Belief Final discussion about beliefs and how they can be identified and changed.Summary and end note.