China`s Peril and Promise: An Advanced Reader of Modern Chinese, 2 Volumes, Chih-p`ing Chou, Joanne Chiang, Xuedong Wang
Автор: Naiying Yuan, Hai-tao Tang, James Geiss Название: Classical Chinese: A Basic Reader ISBN: 0691174571 ISBN-13(EAN): 9780691174570 Издательство: Wiley Рейтинг: Цена: 12355.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Classical Chinese is the most comprehensive and authoritative textbook on the language, literature, philosophy, history, and religion of premodern China. Rigorously and extensively field-tested and fine-tuned for years in classroom settings, it sets a new standard for the field. Originally published in three volumes, Classical Chinese appears here in one convenient and easy-to-use volume.
Classical Chinese contains forty selections from texts written between the fifth century BC and the first century AD, during which the classical Chinese language was fully developed and standardized. These passages, which express key themes in Chinese humor, wit, wisdom, moral conviction, and political ideals, are arranged in the order of complexity of the grammatical patterns they exemplify. Uniquely, each text is translated into both modern Chinese and English. A detailed glossary defines unfamiliar terms and names found in the first part of the textbook, and the last section features in-depth grammatical analyses, in which every sentence in the main selections is fully diagrammed to show the grammatical relations between their various parts. Corresponding exercises review and reinforce the materials. Four supplementary volumes-an introduction to grammar, readings in poetry and prose, selected historical texts, and selected philosophical texts-are separately available for use in conjunction with this basic reader.
Classical Chinese provides a definitive resource for students and instructors of classical Chinese language and culture.
Автор: Nick Holdstock Название: China`s Forgotten People: Xinjiang, Terror and the Chinese State ISBN: 1788319796 ISBN-13(EAN): 9781788319799 Издательство: Bloomsbury Academic Рейтинг: Цена: 3483.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: After isolated terrorist incidents in 2015, the Chinese leadership has cracked down hard on Xinjiang and its Uyghurs. Today, there are thought to be up to a million Muslims held in 're-education camps' in the Xinjiang region of North-West China. One of the few Western commentators to have lived in the region, journalist Nick Holdstock travels into the heart of the province and reveals the Uyghur story as one of repression, hardship and helplessness. China's Forgotten People explains why repression of the Muslim population is on the rise in the world's most powerful one-party state. This updated and revised edition reveals the background to the largest known concentration camp network in the modern world, and reflects on what this means for the way we think about China.
Автор: Li, Wai-kee (department Of Chemistry, The Chinese University Of Hong Kong) Zhou, Gong-du (department Of Chemistry, Peking University) Mak, Thomas (dep Название: Advanced structural inorganic chemistry ISBN: 0199216959 ISBN-13(EAN): 9780199216956 Издательство: Oxford Academ Рейтинг: Цена: 12672.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: A revised and updated English edition of a textbook based on teaching at the final year undergraduate and graduate level. It presents structure and bonding, generalizations of structural trends, crystallographic data, as well as highlights from the recent literature.
Автор: Chou Chih-P`Ing, Wei Hua-Hui, An Kun Название: Anything Goes: An Advanced Reader of Modern Chinese ISBN: 0691153116 ISBN-13(EAN): 9780691153117 Издательство: Wiley Рейтинг: Цена: 9821.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Covers topics that are essential to understanding contemporary Chinese society, including changing attitudes toward women and marriage, the one-child policy, economic development, China`s ethnic minorities, and debates surrounding Taiwan and Hong Kong.
Автор: Christie Agatha Название: Collins Peril at End House (ELT Reader) ISBN: 000745158X ISBN-13(EAN): 9780007451586 Издательство: HarperCollins UK Рейтинг: Цена: 813.00 р. Наличие на складе: Нет в наличии.
Описание: Collins brings the Queen of Crime, Agatha Christie, to English language learners.
Автор: Kumar Chandra Shekhar Название: Advanced C++ FAQs: Volumes 1 & 2 ISBN: 1500228125 ISBN-13(EAN): 9781500228125 Издательство: Неизвестно Цена: 5171.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book is a combination of the following two books:
Advanced C++ FAQs: Volume 1: Fundamentals
Advanced C++ FAQs: Volume 2: Generic Programming
Advanced C++ FAQs: Volume 1: Fundamentals This book is not an introduction to C++. It assumes that the reader is aware of the basics of C++98 and C++03 and is keen to expand her horizon to latest and greatest in the present and future of C++, including C++11 and C++1y(aka C++14). It contains selected fundamental problems with detailed solutions to all of these which will help the reader to hone her skills to solve a particular problem. Advanced C++ FAQs: Volume 2: Generic Programming This book is sequel to the first volume Advanced C++ FAQs: Volume 1: Fundamentals. It contains selected generic programming problems with detailed solutions.
Algorithms
1.1 Efficient Insertion in Vector 1.2 reverse algorithm for forward iterators ... 1.4 swapping unequal sections 1.5 rotate algorithm ... 1.9 Avoid Raw Loops ... 1.13 better algorithm than std:: rotate ... 1.16 reverse algorithm dispatch 1.17 Efficient Algorithm for reverse ... 1.21 is partitioned algorithm 1.22 Bisection Algorithm ... 1.25 advance and next 1.26 custom iota ...
Utilities
2.1 std:: move is rvalue cast 2.2 std:: move if noexcept 2.3 std:: forward ... 2.6 is same
Templates
3.1 alias template 3.2 template parameter pack 3.3 override virtual and template ...
Classes
Namespaces
Type Specifiers
Constant Expression
C++14
... 8.4 auto return type in function declaration ... 8.6 return type deduction for lambdas 8.7 decltype(auto) ... 8.9 explicit instantiation and auto 8.10 return type deduction and virtual ... 8.12 generalized lambda capture 8.13 generic lambda and product vector ...
Miscellaneous
More C++14
10.1 variable templates ... 10.5 static data member template ... 10.7 default argument and specialization of variable template10.8 lambda and variable template ... 10.15 auto variable template and generic lambda 10.16 constexpr member functions and implicit const 10.17 constexpr constructor and initialization ... 10.23 deprecated attribute 10.24 Member initializers and aggregate class ... 10.31 Type Transformation Aliases ... 10.33 make unique as perfect forwarding guy ... 10.37 make unique and default initialization 10.38 make unique and array T n] ... 10.43 Extend make unique: T N] 10.44 allocate unique 10.45 Compile-time integer sequences ... 10.47 std:: index sequence 10.48 Custom Sequence: Addition ... 10.55 sfinae and represent type of function 10.56 metafunction: check presence of type member 10.57 std:: common type and sfinae
Foundation
11.1 private cast 11.2 Value Type Deduction Framework ... 11.5 Template Alias and Rebind Template 11.6 Template Alias and Non Deducible Context ... 11.8 Template Alias and Specialization ... 11.13 std:: copy backward ... 11.18 iota n: iota for writing n items 11.19 Reverse iota ... 11.24 Preventing Name Hijacking ... 11.29 Move Constructor and unique pointer 11.30 Find First Null Pointer in a Container 11.31 Average of variable number of arguments .... 11.33 Exchange Utility 11.34 Addressing Tuple By Type 11.35 Quoted manipulators 11.36 Null Iterator
Описание: Suitable for advanced beginners or `heritage learners` who already speak some Chinese but require instruction in reading and writing fundamentals before moving to the intermediate level, this title contains lessons, grammar notes, and exercises. It offers foundations in pronunciation, characters, and grammar.
Автор: Chou Chih-P`Ing, Wang Ying, Wang Xuedong Название: Literature and Society: An Advanced Reader of Modern Chinese ISBN: 069117248X ISBN-13(EAN): 9780691172484 Издательство: Wiley Рейтинг: Цена: 8712.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
A revised one-volume edition of the popular upper-level Chinese language textbook
Since its first publication in 1999, Literature and Society has been widely used in Chinese-language classes at major universities and language institutions. In this completely revised edition, designed for upper-level students, this classic textbook continues to explore a variety of contemporary Chinese social issues through the study of Chinese literary works and essays.
This new edition condenses and consolidates the original two-volume set into one convenient volume. The first section, "Literature," includes essays, short stories, and a play, and features a range of writers: Lu Xun, Lin Yutang, Liang Shiqiu, Wang Li, Xie Bingying, and Wang Meng. The second section, "Society," includes essays by Fei Xiaotong, Ma Yinchu, Wu Han, Liang Sicheng, and Chen Hengzhe. The selections delve into such subjects as population issues, ethics, marriage, the lives of intellectuals, and challenges faced by minorities in China. Each selection begins with a brief introduction about the author and concludes with discussion questions. The simplified character text and corresponding vocabulary words face each other on adjacent pages, and the traditional character text follows at the end of each lesson.
Literature and Society remains an innovative way for students to sharpen their Chinese language abilities while learning more about important areas of Chinese culture.
Completely revised edition
Original two-volume set now consolidated into one convenient volume
Selections of literary works and essays explore contemporary Chinese social issues
Each selection begins with an introduction to the author and concludes with discussion questions
Simplified character text and corresponding vocabulary sit on facing pages
Traditional character text appears at the end of each lesson
This reader for advanced students of Chinese presents ten post-1990 short stories by prominent writers such as Su Tong and Yu Hua, whose novels Raise the Red Lantern and To Live served as the basis for internationally acclaimed films. With its captivating content dealing with current social issues, it fills a gap in the literature for advanced language students who are eager to read extensively in “real” literature. Vocabulary lists free the student from the chore of constantly consulting a dictionary while reading, grammar and usage examples highlight new patterns, and questions for discussion explore the literary content. This all-fiction collection of contemporary works can be used as a text in language or literature courses or can be read independently.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru