Kirjojen hintavertailu. Mukana 11 627 067 kirjaa ja 12 kauppaa.

Kirjahaku

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

1000 tulosta hakusanalla C Altam

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.
C.Q.B. (Close Quarter Battle)

C.Q.B. (Close Quarter Battle)

Mike Curtis

Transworld Publishers Ltd
1998
pokkari
Even by SAS standards Mike Curtis has had a remarkable career. Constituting the biggest SAS overland fighting force since the Second World War, Mike Curtis's troop constituted a coherent, mobile weapon able to operate round the clock and defend itself against surprise attack. C.Q.B.
C'est La Folie

C'est La Folie

Michael Wright

Transworld Publishers Ltd
2007
pokkari
One day in late summer, Michael Wright gave up his comfortable South London existence and, with only his long-suffering cat for company, set out to begin a new life. His destination was 'La Folie', a dilapidated 15th century farmhouse in need of love and renovation in the heart of rural France.