丹麥
A Tour of C++ 豆瓣 Goodreads
作者:
[Denmark] Bjarne Stroustrup
Addison-Wesley
2013
- 10
The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference,
. In
, Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer-in just a few hours-a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components-not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++11, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour ends with a discussion of the design and evolution of C++ and the extensions added for C++11. This guide does not aim to teach you how to program (see Stroustrup's
for that); nor will it be the only resource you'll need for C++ mastery (see Stroustrup's
, for that). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you can't find a shorter or simpler introduction than this tour provides.
. In
, Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer-in just a few hours-a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components-not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++11, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour ends with a discussion of the design and evolution of C++ and the extensions added for C++11. This guide does not aim to teach you how to program (see Stroustrup's
for that); nor will it be the only resource you'll need for C++ mastery (see Stroustrup's
, for that). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you can't find a shorter or simpler introduction than this tour provides.
Programming 豆瓣
作者:
[Denmark] Bjarne Stroustrup
Addison-Wesley Professional
2014
- 5
An Introduction to Programming by the Inventor of C++
Preparation for Programming in the Real World
The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.
Focus on Fundamental Concepts and Techniques
The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.
Programming with Today’s C++ (C++11 and C++14)
The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start,
introducing the C++ standard library and C++11 and C++14 features to simplify programming tasks.
For Beginners—And Anyone Who Wants to Learn Something New
The book is primarily designed for people who have never programmed before, and it has been tested with many thousands of first-year university students. It has also been extensively used for self-study. Also, practitioners and advanced students have gained new insight and guidance by seeing how a master approaches the elements of his art.
Provides a Broad View
The first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics (such as text processing, testing, and the C programming language) and provides abundant reference material. Source code and support supplements are available from the author’s website.
Preparation for Programming in the Real World
The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.
Focus on Fundamental Concepts and Techniques
The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.
Programming with Today’s C++ (C++11 and C++14)
The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start,
introducing the C++ standard library and C++11 and C++14 features to simplify programming tasks.
For Beginners—And Anyone Who Wants to Learn Something New
The book is primarily designed for people who have never programmed before, and it has been tested with many thousands of first-year university students. It has also been extensively used for self-study. Also, practitioners and advanced students have gained new insight and guidance by seeing how a master approaches the elements of his art.
Provides a Broad View
The first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics (such as text processing, testing, and the C programming language) and provides abundant reference material. Source code and support supplements are available from the author’s website.
The C++ Programming Language 豆瓣
作者:
[美] Bjarne Stroustrup
Addison-Wesley Professional
2013
- 5
C+11 has arrived: thoroughly master it, with the definitive new guide from C++ creator Bjarne Stroustrup, C++ Programming Language, Fou rth Edition! The brand-new edition of the world's most trusted and widely read guide to C++, it has been comprehensively updated for the long-awaited C++11 standard. Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliability, and clarity. C++ programmers around the world recognize Bjarne Stoustrup as the go-to expert for the absolutely authoritative and exceptionally useful information they need to write outstanding C++ programs. Now, as C++11 compilers arrive and development organizations migrate to the new standard, they know exactly where to turn once more: Stoustrup's C++ Programming Language, Fourth Edition.
The Design and Evolution of C++ 豆瓣
作者:
[Denmark] Bjarne Stroustrup
Addison-Wesley Professional
1994
- 4
The inventor of C++ presents the definitive insider's guide to the design and development of the C++ programming language. Without ommitting critical details or getting bogged down in technicalities, Stroustrup presents his unique insights into the decisions that shaped C++. Every C++ programmer will benefit from Stroustrup's explanations of the 'why's' behind C++ from the earliest features, such as the original class concept, to the latest extensions, such as new casts and explicit template instantiation. Some C++ design decisions have been universally praised, while others remain controversial, and debated vigorously; still other features have been rejected based on experimentation. In this book, Stroustrup dissects many of these decisions to present a case study in "real object- oriented language development" for the working programmer. In doing so, he presents his views on programming and design in a concrete and useful way that makes this book a must-buy for every C++ programmer. Features*Written by the inventor of C++ Stroustrup *Provides insights into the design decisions which shaped C++. *Gives technical summaries of C++.* Discusses the latest language features: templates, exceptions, run-time type information, and namespaces. *Presents Stroustrup's unique programming and design views. 0201543303B04062001
论反讽概念 豆瓣
Om Begrebet Ironi med stadigt Hensyn til Socrates
作者:
克尔凯郭尔
译者:
汤晨溪
中国社会科学出版社
2005
《论反讽概念:以苏格拉底为主线》是文集第一卷,是克尔凯郭尔的博士论文。《克尔凯郭尔文集》是中国社会科学院哲学研究所与丹麦克尔凯郭尔研究中心的合作项目。它不仅是国内首次系统地直接由丹麦文原文进行翻译的克尔凯郭尔重要著作选集,而且还致力于成为引导这一研究领域的学术经典之作。翻译所依蓝本是最新丹麦文学术版《克尔凯郭尔全集》,它集中了丹麦语言学家和来自世界各地的克尔凯郭尔研究专家的最新研究成果,为中文选集的翻译提供了强有力的参考。
Rework 豆瓣 Goodreads
Rework
8.9 (23 个评分)
作者:
Jason Fried
/
David Heinemeier Hansson
Crown Business
2010
- 3
Rework shows you a better, faster, easier way to succeed in business.
Most business books give you the same old advice: Write a business plan, study the competition, seek investors, yadda yadda. If you're looking for a book like that, put this one back on the shelf.
Read it and you'll know why plans are actually harmful, why you don't need outside investors, and why you're better off ignoring the competition. The truth is, you need less than you think. You don't need to be a workaholic. You don't need to staff up. You don't need to waste time on paperwork or meetings. You don't even need an office. Those are all just excuses.
What you really need to do is stop talking and start working. This book shows you the way. You'll learn how to be more productive, how to get exposure without breaking the bank, and tons more counterintuitive ideas that will inspire and provoke you.
With its straightforward language and easy-is-better approach, Rework is the perfect playbook for anyone who’s ever dreamed of doing it on their own. Hardcore entrepreneurs, small-business owners, people stuck in day jobs they hate, victims of "downsizing," and artists who don’t want to starve anymore will all find valuable guidance in these pages.
Most business books give you the same old advice: Write a business plan, study the competition, seek investors, yadda yadda. If you're looking for a book like that, put this one back on the shelf.
Read it and you'll know why plans are actually harmful, why you don't need outside investors, and why you're better off ignoring the competition. The truth is, you need less than you think. You don't need to be a workaholic. You don't need to staff up. You don't need to waste time on paperwork or meetings. You don't even need an office. Those are all just excuses.
What you really need to do is stop talking and start working. This book shows you the way. You'll learn how to be more productive, how to get exposure without breaking the bank, and tons more counterintuitive ideas that will inspire and provoke you.
With its straightforward language and easy-is-better approach, Rework is the perfect playbook for anyone who’s ever dreamed of doing it on their own. Hardcore entrepreneurs, small-business owners, people stuck in day jobs they hate, victims of "downsizing," and artists who don’t want to starve anymore will all find valuable guidance in these pages.
Niels Lyhne 豆瓣
作者:
Jens Peter Jacobsen
译者:
Tiina Nunnally
Penguin Classics
2006
- 6
An award-winning translation of the influential Danish master
Niels Lyhne is an aspiring poet, torn between romanticism and realism, faith and reason. Through his relationships with six women—including his young widowed aunt, a seductive free spirit, and his passionate cousin who marries his friend—his search for purpose becomes a yielding to disillusionment. One of Danish literature's greatest novels, with nods to Kierkegaard and a protagonist some critics have compared to Hamlet, Jacobsen's masterpiece has at its center a young man who faces the anguish of the human condition but cannot find comfort in the Christian faith. Tiina Nunnally's award-winning translation offers readers a chance to experience anew a writer deeply revered by Rilke, Ibsen, Mann, and Hesse.
Niels Lyhne is an aspiring poet, torn between romanticism and realism, faith and reason. Through his relationships with six women—including his young widowed aunt, a seductive free spirit, and his passionate cousin who marries his friend—his search for purpose becomes a yielding to disillusionment. One of Danish literature's greatest novels, with nods to Kierkegaard and a protagonist some critics have compared to Hamlet, Jacobsen's masterpiece has at its center a young man who faces the anguish of the human condition but cannot find comfort in the Christian faith. Tiina Nunnally's award-winning translation offers readers a chance to experience anew a writer deeply revered by Rilke, Ibsen, Mann, and Hesse.
The Creative Society 豆瓣
作者:
Lars Tvede
Lid Publishing
2015
- 6
Business Cycles 豆瓣
作者:
Lars Tvede
Wiley
2006
- 6
This entertaining book describes the global history of economic fluctuations and business cycle theory over more than 300 years. It explains the core of the problem and shows how cycles can be forecast and how they are managed by central banks. The book concludes with detailed studies of how sub-sectors of stocks, bonds, hedge funds, private equity funds, gold, exchange rates, real estate, commodities, art and collectibles fluctuate over different categories of business cycles.
Supertrends 豆瓣
作者:
Lars Tvede
Wiley
2010
- 5
The 2008-2009 market meltdown and house price collapse has reset the credit and property cycles, and smart investors are now looking for the upside. But Where Will the Next Bull Runs Come From, and How Can Investors Take Advantage? The world is now facing staggering change, including exponential performance growth in many technologies. We can expect computers that are smarter than people, self-driven cars and a truly intelligent Internet. We are also facing a biotechnological revolution enabling personalized medicine, fourth generation biofuels, radical extension of human life expectancy, exponential growth in farm yields, and even the recreation of extinct species. Furthermore, our energy sector is facing a complete transformation which will eventually make our energy supply limitless. Meanwhile, our population will grow, age and urbanize, and - largely due to emerging market growth – global purchasing power will have quadrupled by 2050. What will this mean for commodity prices, the environment and growth sectors such as real estate, global finance and luxury? Supertrends explains not only what will happen, but also how and why. Having himself run several hugely profitable funds through seeking out long term opportunities and having set up and sold several award winning technology and new media companies, author Lars Tvede shows readers how to identify and profit from the investment opportunities of the future. If you need to be prepared for the rest of your life, this is the book for you.
The C++ Programming Language, Special Edition 豆瓣 Goodreads
作者:
[Denmark] Bjarne Stroustrup
Addison Wesley
2000
- 2
-
Dreyjaehrige Reise nach China 豆瓣
作者:
Evert Ysbrants Ides
Vero Verlag GmbH & Co.KG
2014
- 4
Graphical Models with R 豆瓣
作者:
Soren Hojsgaard
Springer
2012
- 2
Graphical models in their modern form have been around since the late 1970s and appear today in many areas of the sciences. Along with the ongoing developments of graphical models, a number of different graphical modeling software programs have been written over the years. In recent years many of these software developments have taken place within the R community, either in the form of new packages or by providing an R interface to existing software. This book attempts to give the reader a gentle introduction to graphical modeling using R and the main features of some of these packages. In addition, the book provides examples of how more advanced aspects of graphical modeling can be represented and handled within R. Topics covered in the seven chapters include graphical models for contingency tables, Gaussian and mixed graphical models, Bayesian networks and modeling high dimensional data.
The Almost Nearly Perfect People 豆瓣 Goodreads
作者:
Michael Booth
Jonathan Cape
2014
- 2
As heard on Book of the Week, Radio 4
The whole world wants to learn the secrets of Nordic exceptionalism: why are the Danes the happiest people in the world, despite having the highest taxes? If the Finns really have the best education system, how come they still think all Swedish men are gay? Are the Icelanders really feral? How are the Norwegians spending their fantastical oil wealth? And why do all of them hate the Swedes?
Michael Booth has lived among the Scandinavians, on and off, for over ten years, perplexed by their many strange paradoxes and character traits and equally bemused by the unquestioning enthusiasm for all things Nordic that has engulfed the rest of the world, whether it be for their food, television, social systems or chunky knitwear.
In this timely book he leaves his adopted home of Denmark and embarks on a journey through all five of the Nordic countries to discover who these curious tribes are, the secrets of their success and, most intriguing of all, what they think of each other. Along the way a more nuanced, often darker picture emerges of a region plagued by taboos, characterised by suffocating parochialism and populated by extremists of various shades.
They may very well be almost nearly perfect, but it isn't easy being Scandinavian.
The whole world wants to learn the secrets of Nordic exceptionalism: why are the Danes the happiest people in the world, despite having the highest taxes? If the Finns really have the best education system, how come they still think all Swedish men are gay? Are the Icelanders really feral? How are the Norwegians spending their fantastical oil wealth? And why do all of them hate the Swedes?
Michael Booth has lived among the Scandinavians, on and off, for over ten years, perplexed by their many strange paradoxes and character traits and equally bemused by the unquestioning enthusiasm for all things Nordic that has engulfed the rest of the world, whether it be for their food, television, social systems or chunky knitwear.
In this timely book he leaves his adopted home of Denmark and embarks on a journey through all five of the Nordic countries to discover who these curious tribes are, the secrets of their success and, most intriguing of all, what they think of each other. Along the way a more nuanced, often darker picture emerges of a region plagued by taboos, characterised by suffocating parochialism and populated by extremists of various shades.
They may very well be almost nearly perfect, but it isn't easy being Scandinavian.
Out of Africa 豆瓣
作者:
Karen Blixen (Isak Dinesen)
Penguin Classics
2001
- 9
Karen Blixen (who wrote under the pseudonym Isak Dinesen) knew the African countryside as intimately as her own face in the mirror. "The civilized people," she wrote, "have lost the aptitude of stillness, and must take lessons in silence from the wild before they are accepted by it." From her own wild heart she wrote this achingly beautiful book.
Financial Asset Pricing Theory 豆瓣
作者:
Claus Munk
Oxford University Press
2015
- 3
Strategic Asset Allocation in Fixed Income Markets 豆瓣
作者:
Ken Nyholm
Wiley
2008
- 11
Matlab is used within nearly all investment banks and is a requirement in most quant job ads. There is no other book written for finance practitioners that covers this Enables readers to implement financial and econometric models in Matlab All central concepts and theories are illustrated by Matlab implementations which are accompanied by detailed descriptions of the programming steps needed All concepts and techniques are introduced from a basic level Chapter 1 introduces Matlab and matrix algebra, it serves to make the reader familiar with the use and basic capabilities if Matlab. The chapter concludes with a walkthrough of a linear regression model, showing how Matlab can be used to solve an example problem analytically and by the use of optimization and simulation techniques Chapter 2 introduces expected return and risk as central concepts in finance theory using fixed income instruments as examples, the chapter illustrates how risk measures such as standard deviation, Modified duration, VaR, and expected shortfall can be calculated empirically and in closed form Chapter 3 introduces the concept of diversification and illustrates how the efficient investment frontier can be derived - a Matlab is developed that can be used to calculate a given number of portfolios that lie on an efficient frontier, the chapter also introduces the CAPM Chapter 4 introduces econometric tools: principle component analysis is presented and used as a prelude to yield-curve factor models. The Nelson-Siegel model is used to introduce the Kalman-Filter as a way to add time-series dynamics to the evolution of yield curves over time, time series models such as Vector Autoregression and regime-switching are also presented Supported by a website with online resources - www.kennyholm.com where all Matlab programs referred to in the text can be downloaded. The site also contains lecture slides and answers to end of chapter exercises
A History of Parametric Statistical Inference from Bernoulli to Fisher, 1713-1935 豆瓣
作者:
Anders Hald
Springer
2006
This book offers a detailed history of parametric statistical inference. Covering the period between James Bernoulli and R.A. Fisher, it examines: binomial statistical inference; statistical inference by inverse probability; the central limit theorem and linear minimum variance estimation by Laplace and Gauss; error theory, skew distributions, correlation, sampling distributions; and the Fisherian Revolution. Lively biographical sketches of many of the main characters are featured throughout, including Laplace, Gauss, Edgeworth, Fisher, and Karl Pearson. Also examined are the roles played by DeMoivre, James Bernoulli, and Lagrange.