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. G. Jung and Hans Urs von Balthasar
This book brings together the work of Carl Gustav Jung and Hans Urs von Balthasar, two of the most creative thinkers in psychology and theology in the twentieth century, to critically compare their ideas on the perennial question of God’s involvement with evil.In later life Jung embarked on a project relating to Christianity, with psychotherapeutic and theological intentions, forming his collection of essays, Symbolik des Geistes, in which God and evil was a major theme. Balthasar gave significant attention to Jung’s psychology in his own theological trilogy, but opposed the approach to God and evil that Jung presented. In this book Les Oglesby provides a thorough examination of convergences and divergences in Jung and Balthasar’s thinking, their different approaches to the origins and reality of evil, as well as their alternative theological orientations. The book culminates with a study of each man’s understanding of the central event of Christianity, Christ’s death on the Cross and his descent to the dead and discusses how Balthasar’s ‘vertical’ and Jung’s ‘horizontal’ approach to this major happening can be held together fruitfully with one another.Illustrating how analytical psychology and Christian theology can mutually enrich one another when they are held in creative tension, this book invites reflection on the meaning of the central symbol of Christianity, and God’s involvement with evil as an aid to integrated psychological living and theological maturity. It will prove fascinating for students of psychology and religion as well as for Jungian analysts and practical theologians.
C. G. Jung and Hans Urs von Balthasar
This book brings together the work of Carl Gustav Jung and Hans Urs von Balthasar, two of the most creative thinkers in psychology and theology in the twentieth century, to critically compare their ideas on the perennial question of God’s involvement with evil.In later life Jung embarked on a project relating to Christianity, with psychotherapeutic and theological intentions, forming his collection of essays, Symbolik des Geistes, in which God and evil was a major theme. Balthasar gave significant attention to Jung’s psychology in his own theological trilogy, but opposed the approach to God and evil that Jung presented. In this book Les Oglesby provides a thorough examination of convergences and divergences in Jung and Balthasar’s thinking, their different approaches to the origins and reality of evil, as well as their alternative theological orientations. The book culminates with a study of each man’s understanding of the central event of Christianity, Christ’s death on the Cross and his descent to the dead and discusses how Balthasar’s ‘vertical’ and Jung’s ‘horizontal’ approach to this major happening can be held together fruitfully with one another.Illustrating how analytical psychology and Christian theology can mutually enrich one another when they are held in creative tension, this book invites reflection on the meaning of the central symbol of Christianity, and God’s involvement with evil as an aid to integrated psychological living and theological maturity. It will prove fascinating for students of psychology and religion as well as for Jungian analysts and practical theologians.
C. D. Broad’s Philosophy of Time

C. D. Broad’s Philosophy of Time

L. Nathan Oaklander

Routledge
2020
sidottu
In this study, Oaklander's primary aim is to examine critically C.D. Broad’s changing views of time and in so doing clarify the central disputes in the philosophy of time, explicate the various positions Broad took regarding them, and develop his own responses both to Broad and the issues debated.
C# for Financial Markets

C# for Financial Markets

Daniel J. Duffy; Andrea Germani

John Wiley Sons Inc
2013
muu
A practice-oriented guide to using C# to design and program pricing and trading models In this step-by-step guide to software development for financial analysts, traders, developers and quants, the authors show both novice and experienced practitioners how to develop robust and accurate pricing models and employ them in real environments. Traders will learn how to design and implement applications for curve and surface modeling, fixed income products, hedging strategies, plain and exotic option modeling, interest rate options, structured bonds, unfunded structured products, and more. A unique mix of modern software technology and quantitative finance, this book is both timely and practical. The approach is thorough and comprehensive and the authors use a combination of C# language features, design patterns, mathematics and finance to produce efficient and maintainable software. Designed for quant developers, traders and MSc/MFE students, each chapter has numerous exercises and the book is accompanied by a dedicated companion website, www.datasimfinancial.com/forum/viewforum.php?f=196&sid=f30022095850dee48c7db5ff62192b34, providing all source code, alongside audio, support and discussion forums for readers to comment on the code and obtain new versions of the software.
C# 2008 For Dummies

C# 2008 For Dummies

Stephen R. Davis; Chuck Sphar

John Wiley Sons Inc
2008
nidottu
Whether you’re a total novice or a programmer shifting to C#, the newest version of this programming language is full of cool features you’ll want to use. With its Visual Studio compatibility, C# is the perfect language for building Windows Vista applications. And the 2008 version works with LINQ, a query language with syntax similar to SQL but which simplifies database code and can also write queries on XML files. For the best basic C# how-to, it’s hard to beat C# 2008 For Dummies. This plain-English guide to programming with C# can have you creating your first console application before you finish Part I. In fact, the basic template you create at that point will be the foundation of many other apps as you move through the book. Along the way you’ll get the scoop on organizing your data, object-oriented programming (also known as OOP), and a great LINQ-related feature called delegates and events. You’ll find out how to Create a console application templatePerform logical comparisonsWork with loops and if statementsUnderstand collection syntaxUse interfaces and object-oriented conceptsApply delegates and events, and much more You’ll even gain some rare insight into how to understand error messages you may get when programming in C#. All the code you need can be found on the companion Web site, along with great bonus information that helps you do more with C# 2008. So — what are you waiting for? Grab C# 2008 For Dummies and let’s get started!
C# 2010 All-in-One For Dummies

C# 2010 All-in-One For Dummies

Bill Sempf; Charles Sphar; Stephen R. Davis

John Wiley Sons Inc
2010
nidottu
A logical, straightforward approach to learning the C# language C# is a complicated programming language for building .NET-connected software for Microsoft Windows, the Web, and a wide range of devices. The friendly All-in-One For Dummies format is a perfect way to present it. Each minibook is a self-contained package of necessary information, making it easy to find what you're looking for. Upgrades in C# 2010 include the ability to build Windows 7 applications and compatibility with Python and Ruby. C# is a somewhat complex programming language for building .NET-connected software for Microsoft Windows, the Web, and other devicesBeginning C# programmers will appreciate how the All-in-One format breaks the topic into minibooks, each one addressing a key body of informationMinibooks include creating your first C# program, Windows 7 programming, basic C# programming, object-based programming, object-oriented programming, Windows programming with C# and Visual Studio, and debuggingCompanion Web site includes all sample code Beginning C# programmers will find C# 2010 All-in-One For Dummies explains a complicated topic in an easy, understandable way. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
C++ for Everyone

C++ for Everyone

Cay S. Horstmann

John Wiley Sons Inc
2011
nidottu
Thorough and updated coverage on all the essential C++ concepts Aimed at providing you with a solid foundation in programming with C++, this new edition incorporates programming exercises with helpful self-check questions that reinforce the concepts discussed throughout the book. You'll benefit from the how-to sections that show you how concepts are applied and advanced materials are featured on the accompanying Web site when you're ready to take your programming skills to the next level. * Shows you how to use C++ to your benefit * Includes advice for avoiding pitfalls * Incorporates self-check questions and programming exercises to reinforce what you learn * Encourages you to take your C++ programming skills to the next level with the advanced material featured on the accompanying Web site C++ for Everyone, Second Edition, is the go-to guide for getting started with C++!
C and UNIX

C and UNIX

Martin L. Barrett; Clifford H. Wagner

John Wiley Sons Inc
1995
nidottu
An excellent introduction to the essential features of C and UNIX, designed to encourage readers to use them together in order to write more powerful and more efficient programs. Software design is emphasized throughout the text and every chapter includes a thorough synopsis, review problems with answers as well as several programming problems. The appendices contain solutions for nearly all review problems plus summaries of C, UNIX and vi commands, standard function libraries and C operator precedences.
C++ Scientific Programming

C++ Scientific Programming

John R. Berryhill

John Wiley Sons Inc
2001
sidottu
An introduction to advanced C++, specialized for scientific programmers C++ Scientific Programming teaches the design of programs for scientific computation in C++. It introduces unique C++ classes for vectors, dense matrices, and sparse matrices, and defines the particular relationships among these classes. It then demonstrates how to use these fundamental classes in a dozen of the most powerful current applications. The author limits the scope of the book to features that are specifically useful to scientific programmers. He presents a set of practices that allows programmers to embrace the attractive features of C++ without incurring undesired side effects and hidden costs. He illustrates these practices by implementing major contemporary numerical methods and providing examples for execution with a C++ compiler. A collection of source code files correlated with the content of the book can be downloaded from the Wiley ftp site. C++ Scientific Programming shows how C++ improves on both FORTRAN and C and affords greater convenience and efficiency in coding mathematics. It serves as a vital companion to more general C++ texts and treats the unique needs of scientific programmers.
C++ for Programmers

C++ for Programmers

Leen Ammeraal

John Wiley Sons Inc
1999
nidottu
One of the attractive aspects of C++ is that it offers good facilities for object-oriented programming (OOP), but, as a hybrid language, it also supports procedural programming. The significance of this for programmers is that it offers more flexibility allowing them to shift to object-oriented programming if and when they feel the need to do so. In this regard, C++ differs from some purely object-oriented languages, such as Smalltalk, Eiffel and Java. This book offers practical guidance on how to programme in both styles. The C++ language and its standard library have gone through a good many improvements and extensions during their evolution. This third edition has therefore been completely revised in accordance with the C++ language revision, which is embodied in the ANSI/ISO C++ Standard. For example, the new, important type string is used throughout the book and the Standard Template Library (STL) is introduced to readers at an early stage and discussed in more detail later on. All example programs and the solutions to the exercises can be downloaded from the website. http://home.wxs.nl/ ~ammeraal/ Solutions for some of these exercises can be found in the appendix.
C. Wright Mills

C. Wright Mills

C. Wright Mills

University of California Press
2001
pokkari
One of the leading public intellectuals of twentieth-century America and a pioneering and brilliant social scientist, C. Wright Mills left a legacy of interdisciplinary and hard-hitting work including two books that changed the way many people viewed their lives and the structure of power in the United States: "White Collar" (1951) and "The Power Elite" (1956). Mills persistently challenged the status quo within his profession - as in "The Sociological Imagination" (1959) - and within his country, until his untimely death in 1962.This collection of letters and writings, edited by his daughters, allows readers to see behind Mills' public persona for the first time. Mills' letters to prominent figures - including Saul Alinsky, Daniel Bell, Lewis Coser, Carlos Fuentes, Hans Gerth, Irving Howe, Dwight MacDonald, Robert K. Merton, Ralph Miliband, William Miller, David Riesman, and Harvey Swados - are joined by his letters to family members, letter-essays to an imaginary friend in Russia, personal narratives by his daughters, and annotations drawing on published and unpublished material, including the FBI file on Mills.
C.P.E. Bach Studies

C.P.E. Bach Studies

Cambridge University Press
2009
nidottu
C. P. E. Bach Studies collects together nine wide-ranging essays by leading scholars of eighteenth-century music. Offering fresh perspectives on one of the towering figures of the period, the authors explore Bach's music in its cultural contexts, and show in diverse and complementary ways the reciprocal relationship between Bach's work and contemporary literary, theological, and aesthetic debates. Topics include Bach's relation to theories of sensibility and the sublime; the free fantasy and concepts of self and being; and Bach's engagement with music history and the legacy of his predecessors. Wider questions of C. P. E. Bach reception also play an important part in the book, which explores not only the interpretation of Bach's music in his time, but also its reception over the two centuries since his death.
C. W. von Gluck: Orfeo

C. W. von Gluck: Orfeo

Patricia Howard

Cambridge University Press
1981
pokkari
This book explains how and why Gluck’s historically important and best-loved opera Orfeo came into existence, and shows why it has retained its popularity. The work is placed in its context of Gluck’s ‘reform of opera’, an artistic movement involving actors, dancers, designers, writers and philosophers, as well as musicians and librettists. Patricia Howard and her fellow contributors describe how the opera has been reinterpreted during the two hundred years between its first performance and the present day. Differing twentieth-century views based on practical experience of the work are put forward by the conductors John Eliot Gardiner and Sir Charles Mackerras, the singer Kevin Smith and the English National Opera music consultant Tom Hammond.
C by Example

C by Example

Noel Kalicharan

Cambridge University Press
1994
pokkari
C is one of the most popular programming languages today. It is flexible, efficient and highly portable, and is used for writing many different kinds of programs, from compilers and assemblers to spreadsheets and games. This book is based on ANSI C - the recently adopted standard for the C language. It assumes familiarity with basic programming concepts such as variables, constants, iteration and looping, but covers all aspects of C. In general it is as much about learning programming skills as it is about mastering the art of coding programs in C. To this end the text contains a wealth of examples and exercises that foster and test the understanding of the concepts developed in each chapter. An outstanding feature of this book is a treatment of ‘pointers’. The topic is presented in a clear, logical and reasoned manner that is easy to follow. Binary files and random access files are also treated in such a manner that the reader can easily become adept at using them. Anybody who wishes to get to grips with the art of programming in C will find this a most valuable book.
C. Suetoni Tranquilli: Divus Augustus

C. Suetoni Tranquilli: Divus Augustus

Cambridge University Press
2011
pokkari
The Life of Augustus, which forms the second book in Suetonius' De Vita Caesarum, has long been a standard work of reference for those interested in the golden age of Rome. This volume offers an edition of the Latin text by Evelyn Shirley Shuckburgh, presented alongside exhaustive scholarly notes. Shuckburgh's edition emphasizes the historical background to passages and draws references from the works of other classical authors. When first published in 1896, this work represented the first edition of its kind in English, and it continues to remain an excellent source of groundwork for classicists and historians.
C++ Design Patterns and Derivatives Pricing

C++ Design Patterns and Derivatives Pricing

M. S. Joshi

Cambridge University Press
2008
pokkari
Design patterns are the cutting-edge paradigm for programming in C++, and they are here discussed in depth using examples from financial mathematics. Assuming only a basic knowledge of C++ and mathematical finance, the reader learns how to produce well-designed, structured, reusable code via carefully-chosen examples. This new edition includes several new chapters covering topics of increasing robustness in the presence of exceptions, designing a generic factory, interfacing C++ with EXCEL, and improving code design using the idea of decoupling. Complete ANSI/ISO compatible C++ source code is hosted on an accompanying website for the reader to study in detail, and reuse as they see fit. Whether you are a student of financial mathematics, a working quantitative analyst or financial mathematician, you need this book. Offering practical steps for implementing pricing models for complex financial products, it will transform your understanding of how to use C++.
C.P.E. Bach Studies

C.P.E. Bach Studies

Cambridge University Press
2006
sidottu
C. P. E. Bach Studies collects together nine wide-ranging essays by leading scholars of eighteenth-century music. Offering fresh perspectives on one of the towering figures of the period, the authors explore Bach's music in its cultural contexts, and show in diverse and complementary ways the reciprocal relationship between Bach's work and contemporary literary, theological, and aesthetic debates. Topics include Bach's relation to theories of sensibility and the sublime; the free fantasy and concepts of self and being; and Bach's engagement with music history and the legacy of his predecessors. Wider questions of C. P. E. Bach reception also play an important part in the book, which explores not only the interpretation of Bach's music in his time, but also its reception over the two centuries since his death.