TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
搜尋結果 /

Test Development

323
5 / 9
出版日:1997/04/10 作者:Bruce M. Metzger  出版社:Oxford Univ Pr on Demand PBKUOXAR  裝訂:平裝
Completing his New Testament trilogy, eminent theologian Bruce Metzger provides information from Church history concerning the recognition of the canonical status of the several books of the New Test
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
The Good Building Book: Principles of Efficient, Functional and Sustainable Design
滿額折
出版日:2026/01/27 作者:Jon Broome  出版社:BLOOMSBURY  裝訂:平裝
The Good Building Book reimagines design and construction for optimal performance and value while minimising environmental impacts. Accessible yet thorough, this book provides provocative and empowering insights and critical analysis for building users and clients, architects, engineers, builders, developers, homeowners, and students of the built environment. It bridges the gap between theory and practice, offering practical rules of thumb and design strategies for a changing climate. From approaches to strategic design and principles of good details for building elements, The Good Building Book weaves together budget, quality and functionality. Drawing from extensive experience, award-winning architect Jon Broome and design engineer Nick Grant celebrate undervalued ideas that have stood the test of time. Organised as thought-provoking essays and illustrated throughout with helpful diagrams and vivid photographs, this solution-focused book guides readers through project development for
優惠:外文書周末優惠-單79雙75 優惠價: 79 1201
無庫存
出版日:2025/11/14 作者:Barbara Omylska  出版社:Springer Nature  裝訂:精裝
This book describes in detail a research project dedicated to liquid-particle flow using ultrasound techniques. The project consists of theoretical, experimental, data science, finite element modeling, mechanical design and project management components. The objective of the project was to develop the ultrasonic methodology for measurement and characterization of liquid flow containing solid particles, in online (real-time) measurement conditions. The project consists of primary and complementary studies. The primary studies comprise development of the ultrasonic methodology for the simultaneous measurement of the average particle concentration and flow speed parameters. The developed methodology is based on the ultrasonic attenuation spectroscopy and the sound speed measurement methods, supported by data science programs. The complementary studies include acoustic streaming, designing a small-scale rotational test cell with an annular flow channel, testing it for various applications
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Statistical Techniques in Business and Economics(Custom Edition)
95 折
出版日:2024/05/10 作者:Lind; Douglas A. Lind; William G. Marchal; Samuel A. Wathen  出版社:MCGRAW HILL HIGHER EDUCATION  裝訂:平裝
From its origins in 1976, Statistical Techniques in Business and Economics has become a best seller, providing students across the business specialisms with an introductory survey of descriptive and inferential statistics. With a step-by-step approach and clear writing style, any student can learn and succeed in Business Statistics.The new edition includes a focus on the development of basic data analytical skills. Microsoft Excel, Minitab, and MegaStat are used throughout the text to illustrate statistical software analyses, and screen captures are used within the chapters, so the student becomes familiar with the nature of the software output. Additional resources are available online through Connect, with references or links in the text to Excel tutorials that provide users with clear demonstrations using statistical software to create graphical and descriptive statistics and analyses to test hypotheses.What's changed:The Nineteenth Edition made several changes to the flow and organ
優惠價: 95 1406
無庫存
Sky High!:A Soaring History of Aviation
滿額折
出版日:2023/10/19 作者:Jacek Ambrozewski  出版社:Thames & Hudson Ltd  裝訂:精裝
This charming history of aviation covers every contraption that flies in one spectacular comic album about our conquest of the skies.Sky High! introduces you to a whole ensemble of scientists, inventors, and builders: those from the distant past, such as Leonardo da Vinci and the Montgolfier brothers; those closer to the present, such as the Wright brothers or Otto Lilienthal; and current innovators, who have new, amazing ideas. You will also discover how brilliant inventions and iconic machines were created and learn about breakthrough moments in the development of aviation.In this book you will meet brave aviators, daring aerial circus performers, and test pilots; see how a jet engine operates, how aircraft- carrier staff work, and how it feels to travel in an airship; and even see the cockpit of a fighter jet and if it’s possible to build an airplane in a garage!In an accessible and funny format, readers will learn the answers to important questions such as: How do planes not fall f
優惠:外文書周末優惠-單79雙75 優惠價: 79 1087
無庫存
Pragmatic TDD:以DDD寫出鬆散耦合、文件化和高品質的程式碼
滿額折
出版日:2023/09/06 作者:Adam Tibi  出版社:博碩文化  裝訂:平裝
Pragmatic TDD:以DDD寫出鬆散耦合、文件化和高品質的程式碼 Pragmatic Test-Driven Development in C# and .NET 使用C#和.NET的工具與函式庫 測試驅動開發(TDD)是一種宣言(manifesto),強調在逐步為產品增加功能時,你應該先從單元測試(unit test)開始。現今的專案範本(project template)預設都含有單元測試,而單元測試已成為預期會被實作的重要任務。因此,在許多職位需求中,你會毫不意外地看到TDD、單元測試等關鍵字,而TDD和單元測試亦成為面試、coding挑戰和程式競賽中的重要考題。採用TDD,不僅能強化良好的設計實踐,更能加速你提升技能,成為優秀程式設計架構師(coding architect)。 本書超越理論探討,專注於讓你透過實用的框架,如ASP.NET Core和Entity Framework,在實際環境中熟練應用TDD。從基礎知識開始,本書將指導你使用Visual Studio 2022建立一個服務預訂的網頁應用程式。為了更貼近真實的工作情境,你將使用EF、SQL Server和Cosmos,並運用各種設計模式,包括資源庫(repository)、服務(service)、建造者(builder)等。同時,本書也會介紹領域驅動設計(DDD),以及其他軟體設計最佳實踐,如SOLID和FIRSTHAND等。 讀完本書,你將建立足夠的信心來主導TDD的實作。此外,你也將掌握有力的商業和技術案例,可在向管理階層或同事展示單元測試或推動TDD時使用。藉由本書的指引,你將更有把握成為引領TDD實踐的領航者,並在軟體設計領域中脫穎而出。 ✍本書特色✍ ★使用xUnit編寫單元測試,並掌握相依注入的技巧 ★使用NSubstitute實作測試替身,並進行mocking(模擬化) ★結合DDD與最佳實踐,以TDD的風格撰寫單元測試 ★將TDD與ASP.NET API、Entity Framework和資料庫結合使用 ★透過探索GitHub的持續整合更上一層樓 ★探索更進階的mocking使用情境 ★在你的公司和團隊中積極推動TDD和單元測試 ✍目標讀者✍ 本書適合那些希望借助TDD的力量,來開發高品質軟體的中高階.NET開發者。假設你已經掌握OOP(物件導向程式設計)及C#程式設計
優惠價: 9 648
無庫存
React Programming: The Big Nerd Ranch Guide
滿額折
出版日:2023/03/10 作者:Loren Klingman  出版社:BIG NERD RANCH GUIDES  裝訂:平裝
React is today's most popular open-source JavaScript library for front-end web application development. React Programming: The Big Nerd Ranch Guide helps you master React hands-on, through examples crafted to help you quickly leverage its remarkable power. Based on Big Nerd Ranch's popular bootcamps, it illuminates key concepts with realistic code, guiding you step-by-step through building a complete production-ready React app with Create React App, functional components, hooks, lint rules with ESLint, React Testing Library, and Cypress. Step by step, Big Nerd Ranch instructor and expert developer Loren Klingman help you build on your current skills, as you learn how to: Set up React and get started with its tools and environment Work with styles and components Utilize React's router and flexboxes Use declarative views to write more manageable, reliable code Create carts, checkouts, fulfillment, and other ecommerce features Add authentication to your front-ends Test components and en
定價:2400 元
無庫存
Complete Advanced Student's Book Without Answers with Digital Pack [With eBook]
95 折
出版日:2023/01/19 作者:Greg Archer  出版社:CAMBRIDGE  裝訂:平裝
3e_PB&AC(拆封不退)■學生課本附線上練習(無解答) (拆封不退)■CEFR Level: C1■適用程度: Advanced■線上資源含:額外單字及文法練習、Test & Train 官方線上模擬試題■線上平台網址:cambridgeone.org ★購買提示自修建議購買學生自修組合(課本+作業本,附解答,9781109162401)課堂使用建議購買學生組合(內含課本+作業本,無附解答,9781009162395)教師教學另有教師手冊可參考教學指南並下載教學資源 (9781009162388)This course allows you to maximize students' performance with the Complete approach to language development and exam training. It creates a stimulating learning environment with eye-catching images, easy-to-navigate units, and fun topics. Students are able to build confidence through our unique understanding of the exam and insights from previous candidate performance, and the Complete exam journey for successful and stress-free outcomes. Access the Cambridge One Digital Pack, optimized for a range of devices, for your bank of learning resources, accompanying Audio, and eBook. Flexible activities include Practice Extra and Test &Train to build strategies and skills for exam success.
優惠價: 95 1501
無庫存
Complete Advanced Student's Pack
95 折
出版日:2023/01/19 作者:Greg Archer  出版社:CAMBRIDGE  裝訂:平裝
3e_PB&AC(拆封不退)■學生組合(內含課本+作業本,無解答)(拆封不退)■CEFR Level: C1■適用程度: Advanced■線上資源含:額外單字及文法練習、Test & Train 官方線上模擬試題■線上平台網址:cambridgeone.orgComplete Student's Pack allows you to maximize students' performance with the Complete approach to language development and exam training. It creates a stimulating learning environment with eye-catching images, easy-to-navigate units, and fun topics. Students build confidence through our unique understanding of the exam and insights from previous candidate performance. The Workbook provides further practice of language and vocabulary. Access the Cambridge One Digital Pack, optimized for a range of devices, for your bank of learning resources including accompanying Audio and eBook. Flexible activities include Practice Extra and Test & Train to build strategies and skills for exam success.
優惠價: 95 1881
無庫存
Complete Advanced Student's Book with Answers with Digital Pack [With eBook]
95 折
出版日:2023/01/19 作者:Greg Archer  出版社:CAMBRIDGE  裝訂:平裝
3e_PB&AC(拆封不退)■學生課本附線上練習(附解答) (拆封不退)■CEFR Level: C1■適用程度: Advanced■線上資源含:額外單字及文法練習、Test & Train 官方線上模擬試題■線上平台網址:cambridgeone.org ★購買提示自修建議購買學生自修組合(課本+作業本,附解答,9781109162401)課堂使用建議購買學生組合(內含課本+作業本,無附解答,9781009162395)教師教學另有教師手冊可參考教學指南並下載教學資源 (9781009162388)This course allows you to maximize students' performance with the Complete approach to language development and exam training. It creates a stimulating learning environment with eye-catching images, easy-to-navigate units and fun topics. Students are able to build confidence through our unique understanding of the exam and insights from previous candidate performance, and the Complete exam journey for successful and stress-free outcomes. Access the Cambridge One Digital Pack, optimized for a range of devices, for your bank of learning resources, accompanying Audio and eBook. Flexible activities include Practice Extra, and Test &Train to build strategies and skills for exam success.
優惠價: 95 1501
無庫存
How Sex Changed the Internet and the Internet Changed Sex: A History
滿額折
出版日:2022/11/15 作者:Samantha Cole  出版社:PBKWRKMC  裝訂:精裝
A short, serious history of the co-development of sex and sexuality and the internet, and how the issues at their convergence increasingly define our lives: free speech, privacy, online banking, dating and social media, streaming technology, cultural and sexual appropriation, and mass data collection. From the moment there was an “online,” there was sex online. The famous test image used by software engineers to develop formats like the jpeg was “Lenna,” taken from Playboy’s November 1972 centerfold. Early bulletin boards and multi-user domains quickly came to serve their members sexual musings. Facebook started as a way to rate “hot or not” Harvard co-eds. In fact, virtually every significant development that defines the Internet we know and love (and hate) today―privacy issues, online payments and online banking, dating, social media, streaming technology, mass data collection―came out the meeting of sexuality and technology. And the kicker is, not only did sexuality vastly
優惠:外文書周末優惠-單79雙75 優惠價: 79 901
無庫存
Religious Experience and the Creation of Scripture
滿額折
出版日:2022/10/20 作者:Mark Wreford  出版社:T&T Clark UK  裝訂:平裝
This volume examines the reasons that prompted the New Testament writers to create the texts which would become the formation of the Christian religion, exploring the possibility that certain religious experiences were understood as revelatory, and consequently inspired the writing of texts which were seen as special from their inception. Mark Wreford uses Luke-Acts and Galatians as test-cases within the New Testament, reflecting both on the stated importance of religious experiences – whether the author’s own or others’ – to the development of these texts, and the status the texts claim for themselves. Wreford suggests that Luke-Acts offers a helpful example of the relationship between religious experience and the creation of Scripture, as an extensive narrative which reflects on early Christian claims to Spirit-inspired witness and which begins with an explicit authorial statement of purpose. Similarly, in Galatians, Paul’s autobiographical account of God’s revelation of Christ to
優惠價: 9 1484
無庫存
My First Campout: Get Ready for the Great Outdoors with This Interactive Board Book!
滿額折
出版日:2022/10/04 作者:Editors of Applesauce Press  出版社:Harper Collins USA  裝訂:硬頁書
My First Campout has everything young adventurers need for camping fun! Pitch your tent, start a fire, grab your compass, and get ready to go exploring! This interactive book features lift-the-flap panels and removable cardboard cut-outs for a full camping experience--in book form! Get a taste for s'mores, listen to the sounds of the wild, and sing songs around the campfire as you experience your first camping trip. This uniquely designed book will encourage creativity and hours of fun as kids learn all about camping. Check your packing list, test out your new gear, and find your sense of adventure. This book includes elements such as a tent, flashlight, binoculars, sleeping bag, hiking pack, bug spray, s'mores, tinder, and more. With this book, you will: - Spark a love of nature and encourage kids to have fun outdoors - Promote fine motor skills and cognitive development - Encourage imagination and creativity in your child Let your child dream up their own camping adventures. They wil
優惠:外文書周末優惠-單79雙75 優惠價: 79 900
無庫存
Wisdom:The Psychology of Wise Thoughts, Words, and Deeds
滿額折
出版日:2021/10/31 作者:Robert J. Sternberg  出版社:Cambridge Univ Pr  裝訂:平裝
The world is simultaneously facing many crises that humanity is failing to solve. Yet, at the same time, humans are smarter (with IQs on average thirty points higher than a century ago) and more knowledgeable (with the world's knowledge base at our fingertips), and scientific advances are accelerating. However, intelligence and knowledge are not enough: wisdom harnesses these strengths to serve the common good. Education is focused on acquiring knowledge, but schools would do better also to teach and test for the development of wisdom. To a lot of people, wisdom is an abstraction, but there is a growing body of scientific research into what wisdom is and how it works. This introduction sets out why wisdom is so important. Drawing on insights from psychology, philosophy, science, and common sense, this book provides a complete account of wisdom and how we can develop it throughout our lives.
優惠價: 9 1345
無庫存
出版日:2021/10/31 作者:Robert J. Sternberg  出版社:Cambridge Univ Pr  裝訂:精裝
The world is simultaneously facing many crises that humanity is failing to solve. Yet, at the same time, humans are smarter (with IQs on average thirty points higher than a century ago) and more knowledgeable (with the world's knowledge base at our fingertips), and scientific advances are accelerating. However, intelligence and knowledge are not enough: wisdom harnesses these strengths to serve the common good. Education is focused on acquiring knowledge, but schools would do better also to teach and test for the development of wisdom. To a lot of people, wisdom is an abstraction, but there is a growing body of scientific research into what wisdom is and how it works. This introduction sets out why wisdom is so important. Drawing on insights from psychology, philosophy, science, and common sense, this book provides a complete account of wisdom and how we can develop it throughout our lives.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2021/09/09 作者:John Abbott  出版社:Lightning Source Inc  裝訂:平裝
定價:898 元
無庫存
出版日:2021/09/01 作者:Ananthanarayan Krishnan  出版社:Plural Publishing Inc  裝訂:平裝
Auditory Brainstem Evoked Potentials: Clinical and Research Applications provides a solid foundation of the theoretical principles of auditory evoked potential principles essential for understanding the neural bases of changes in the response indices essential for both the development of optimal clinical test strategies, and interpretation of test results. Developed for graduate-level audiology students, this comprehensive text aims to build a fundamental understanding of auditory evoked brainstem responses (ABR), and their relationship to normal and impaired auditory function, as well as its various Audiologic and Neurootologic applications. In addition to covering the classical onset ABR, the book provides a thorough review of sustained brainstem responses elicited by complex sounds, including auditory steady state response (ASSR), envelope following response (EFR), and frequency following response (FFR), and the growing clinical and research applications of these responses.By explor
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Complete First Student's Pack
滿額折
出版日:2021/04/29 作者:Guy Brook-Hart; Jishan Uddin; Lucy Passmore; Alice Copello  出版社:Cambridge University Press  裝訂:平裝
Complete First 3rd edition is the most thorough preparation for B2 First. Complete Student's Book allows you to maximise students' performance with the Complete approach to language development and exam training. It creates a stimulating learning environment with eye-catching images, easy-to-navigate units and fun topics.Students build confidence through our unique understanding of the exam and insights from previous candidate performance. The Workbook provides further practice of language and vocabulary. Access the mobile-friendly Cambridge One Digital Pack for your learning resources including accompanying Audio.Interactive practice includes a digital test environment to build skills for exam success.
優惠價: 9 1602
無庫存
Microwave Engineering 4/e, International Adaptation (TL)
滿額折
出版日:2021/02/01 作者:Pozar  出版社:John Wiley & Sons Inc  裝訂:平裝
●Thorough analysis and development based on fundamental principles. Students develop understanding of core concepts and learn that the operation of microwave circuits and devices can be explained through the use of circuit theory, Maxwell's equations, and related fundamentals. See Wilkinson divider operation derived from basic circuit and transmission line theory.●Many examples cover both theory and design. Student can see how typical problems are solved, how practical designs are carried out, and how component designs perform. The availability of realistic and thorough examples reinforces subject matter. See Example 7.7 that involves the design of a coupled line coupler on a lossy substrate. The design procedure is illustrated, and the response of the coupler is obtained using a CAD package.●Many problems cover both theory and design. Problems test the student's understanding of the material and offer the opportunity for in-depth design and analysis of practical components. Problems o
定價:1540 元
無庫存
AP Music Theory
滿額折
出版日:2020/09/03 作者:Nancy Scoggin  出版社:Barrons Educational Series Inc  裝訂:平裝
In-depth preparation for the AP Music Theory exam features:Two full-length practice tests (including aural and non-aural sections and free-response)All questions answered and explainedHelpful strategies for test-taking success, including all seven free-response questionsIn-depth review chapters covering course content, including music fundamentals, harmonic organization, harmonic progression, melodic composition and dictation, harmonic dictation, visual score analysis, and much moreThe downloadable audio provides aural skill development prompts for both practice tests' aural sections, as well as material that complements exercises and examples in the subject review chapters.
優惠:外文書周末優惠-單79雙75 優惠價: 79 1351
無庫存
Multidimensional Item Response Theory
90 折
出版日:2020/04/23 作者:Bonifay  出版社:SAGE Publications UK  裝訂:平裝
Several decades of psychometric research have led to the development of sophisticated models for multidimensional test data, and in recent years, multidimensional item response theory (MIRT) has becom
優惠價: 9 1835
無庫存
Human Intelligence ― An Introduction
90 折
出版日:2019/10/31 作者:Robert J. Sternberg  出版社:Cambridge Univ Pr  裝訂:平裝
Human Intelligence is the most comprehensive, current, and readable textbook available today. Written by leading experts in the field, the text includes IQ-test-based, biological, cognitive, cultural, and systems-based perspectives. It also addresses genetic and environmental influences, extremes of intelligence, group differences, lifespan development, the relationship of intelligence and other psychological attributes, and educational interventions. Specific pedagogical features make the text ideal for teaching. Introductions briefly preview what is to come in each chapter. Key terms and concepts are bolded and defined in the text as they are introduced and also found in a glossary at the end of the book. Chapter summaries highlight major points of each chapter, and comprehension and reflection questions help students check their understanding of the material they have just read. Each chapter also includes a 'Focus on Contemporary Research' box that describes in vivid detail the chap
優惠價: 9 2268
無庫存
California Teacher of English Learners
滿額折
出版日:2018/09/07 作者:Sharon A. Wynne  出版社:Xamonline Inc  裝訂:平裝
This comprehensive guide reviews the core content of all three test categories including: Language and Language Development, Assessment and Instruction and Culture and Inclusion for the CTEL exam. Onc
定價:2470 元
無庫存
出版日:2018/08/31 作者:Gther Sigott (EDT)  出版社:Peter Lang Pub Inc  裝訂:精裝
This book marks ten years of language test development and language testing research in Austria. Part I describes the development of large-scale tests at all levels of the educational system. The docu
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Cliffsnotes Praxis Teaching Reading 5204
滿額折
出版日:2018/08/14 作者:Nancy L. Witherell  出版社:Cliff Notes  裝訂:平裝
The Praxis Teaching Reading (5204) test focuses on the knowledge and skills a teacher must have to support reading development for entry-level reading. The test is designed for individuals whose prepa
優惠:外文書周末優惠-單79雙75 優惠價: 79 751
無庫存
Texes English Language Arts and Reading, 4-8
滿額折
出版日:2018/06/22 作者:Sharon A. Wynne  出版社:Xamonline Inc  裝訂:平裝
The TExES English Language Arts and Reading 4-8 (117) teacher certification test has a heavy focus on literacy development, comprehension, assessment, and writing skills. This study guide provides a d
定價:2470 元
無庫存
出版日:2018/02/28 作者:Christopher A. Bartlett  出版社:Cambridge Univ Pr  裝訂:精裝
Transnational Management provides an integrated conceptual framework to guide students and instructors through the challenges facing today's multinational enterprises. Through text narrative and cases, the authors skilfully examine the development of strategy, organizational capabilities, and management roles and responsibilities for operating in the global economy. The key concepts are developed in eight chapters that are supplemented by carefully selected practical case studies from world-leading case writers. All chapters have been revised and updated for this eighth edition to reflect the latest thinking in transnational management while retaining the book's strong integrated conceptual framework. Ten new cases have been added, and four others updated. A full range of online support materials are available, including detailed case teaching notes, almost 200 PowerPoint slides, and a test bank. Suitable for MBA, executive education and senior undergraduate students studying internati
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/12/31 作者:Simon Farrell  出版社:Cambridge Univ Pr  裝訂:精裝
Computational modeling is now ubiquitous in psychology, and researchers who are not modelers may find it increasingly difficult to follow the theoretical developments in their field. This book presents an integrated framework for the development and application of models in psychology and related disciplines. Researchers and students are given the knowledge and tools to interpret models published in their area, as well as to develop, fit, and test their own models. Both the development of models and key features of any model are covered, as are the applications of models in a variety of domains across the behavioural sciences. A number of chapters are devoted to fitting models using maximum likelihood and Bayesian estimation, including fitting hierarchical and mixture models. Model comparison is described as a core philosophy of scientific inference, and the use of models to understand theories and advance scientific discourse is explained.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Computational Modeling of Cognition and Behavior
滿額折
出版日:2017/12/31 作者:Simon Farrell  出版社:Cambridge Univ Pr  裝訂:平裝
Computational modeling is now ubiquitous in psychology, and researchers who are not modelers may find it increasingly difficult to follow the theoretical developments in their field. This book presents an integrated framework for the development and application of models in psychology and related disciplines. Researchers and students are given the knowledge and tools to interpret models published in their area, as well as to develop, fit, and test their own models. Both the development of models and key features of any model are covered, as are the applications of models in a variety of domains across the behavioural sciences. A number of chapters are devoted to fitting models using maximum likelihood and Bayesian estimation, including fitting hierarchical and mixture models. Model comparison is described as a core philosophy of scientific inference, and the use of models to understand theories and advance scientific discourse is explained.
優惠價: 9 2456
無庫存
出版日:2017/07/24 作者:Maurice L. Adams  出版社:CRC Pr I Llc  裝訂:精裝
Rotating Machinery Research and Development Test Rigs presents the purpose and development processes for test apparatuses built for Research & Development in machinery technology and product developme
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/06/30 作者:J.J. Eldridge  出版社:Cambridge Univ Pr  裝訂:精裝
Research on massive stars is undergoing a period of rapid progress, with long-held convictions being shown to be incomplete. While these stars are relatively few in number, they are the main driver of chemical and dynamical evolution in galaxies through their stellar winds and explosive deaths in core-collapse supernovae. Furthermore the impact of massive stars is widely recognized in many areas, as they are often used as tools to interpret the conditions and processes arising in different environments. In parallel, the development of new instrumentation, analysis techniques and dedicated surveys across all possible wavelengths have delivered large amounts of exquisite new data. These data are now providing a harsh test for the current state-of-the-art theoretical calculations of massive star birth, evolution and death. IAU Symposium 329 covers these topics and is therefore an invaluable resource for researchers in the field of massive stars and their evolution.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Praxis English Language Arts 2017 ― Content Knowledge
滿額折
出版日:2017/06/18 作者:Sharon A. Wynne  出版社:Xamonline Inc  裝訂:平裝
The PRAXIS English Language Arts test is deeply rooted in literacy development, comprehension, assessment, and writing concepts. This study guide provides a detailed explanation for each and every com
定價:950 元
無庫存
出版日:2017/05/31 作者:Dulce Manzano  出版社:Cambridge Univ Pr  裝訂:精裝
Bringing Down the Educational Wall studies the causes of educational expansion in a global sample of developing and developed countries from 1960 to 2005. The book explores how the interaction between the economic context of nations (economic development and inequality) and political factors (the type of political regime and the ideology of dictatorships) influences countries' educational outcomes. The book's main contributions are the exploration of ideological differences between autocratic regimes and the tracing of changes in different parts of the income distribution, which accounts for education expanding to broad sectors of the population. Bringing Down the Educational Wall introduces a new database on the ideology of dictatorships and uses quantitative methods and case analyses to test its theoretical arguments. This work will help students in comparative politics and political economy courses to develop their understanding of redistributive policies and the effects of politica
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/05/08 作者:Cripps  出版社:John Wiley & Sons Inc  裝訂:精裝
Psychometric Testing offers an in-depth examination of the strengths and limitations psychometric testing, with coverage of diverse methods of test development and application. A state-of-the-art exp
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/03/31 作者:Ruth L. Okediji  出版社:Cambridge Univ Pr  裝訂:精裝
Copyright Law in an Age of Limitations and Exceptions brings together leading copyright scholars and the field's foremost authorities to consider the critical role of copyright law in shaping the complex social, economic, and political interaction critical for cultural productivity and human flourishing. The book addresses defining issues facing copyright law today, including justifications for copyright law's limitations and exceptions (L&Es), the role of authors in copyright, users' rights, fair use politics and reform, the three-step test in European copyright law, the idea/expression principle with respect to functional works, limits on the use of L&Es in scientific innovation, and L&Es as a tool for economic development in international copyright law. The book also presents case studies on the historical development of the concept of 'neighboring rights' and on Harvard Law School's pioneering model of global copyright education, made possible by the exercise of L&Es across nationa
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Psychometric Testing - Critical Perspectives
滿額折
出版日:2017/03/16 作者:Cripps  出版社:John Wiley & Sons Inc  裝訂:平裝
Psychometric Testing offers an in-depth examination of the strengths and limitations psychometric testing, with coverage of diverse methods of test development and application. A state-of-the-art exp
優惠價: 9 2743
無庫存
出版日:2016/10/31 作者:Bas van Bockel  出版社:Cambridge Univ Pr  裝訂:精裝
Questions of the application and interpretation of the ne bis in idem principle in EU law continue to surface in the case law of different European courts. The primary purpose of this book is to provide guidance and to address important issues in connection with the ne bis in idem principle in EU law. The development of the ne bis in idem principle in the EU legal order illustrates the difficulty of reconciling pluralism with the need for doctrinal coherence, and highlights the tensions between the requirements of effectiveness and the protection of fundamental rights in EU law. The ne bis in idem principle is a 'litmus test' of fundamental rights protection in the EU. This book explores the principle, and the way the Court of Justice of the European Union has interpreted it, in the context of competition law and the areas of freedom, security and justice, human rights law and tax law.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Learn Cakephp ― With Unit Testing
90 折
出版日:2016/09/23 作者:Radharadhya Dasa  出版社:Apress  裝訂:平裝
This impactful short book shows you how to accelerate your development of PHP applications using the popular CakePHP web application development framework and unit testing. This is a test driven deve
優惠價: 9 1035
無庫存
出版日:2016/03/01 作者:Godfrey Nolan  出版社:Springer Verlag  裝訂:平裝
This concise book walks you through how to get unit testing and test driven development done on Android, specifically using JUnit 4. You'll learn how to do agile development quickly and correctly, wit
定價:1250 元
無庫存
出版日:2016/01/31 作者:Adam Bobrowski  出版社:Cambridge Univ Pr  裝訂:精裝
This book presents a detailed and contemporary account of the classical theory of convergence of semigroups and its more recent development treating the case where the limit semigroup, in contrast to the approximating semigroups, acts merely on a subspace of the original Banach space (this is the case, for example, with singular perturbations). The author demonstrates the far-reaching applications of this theory using real examples from various branches of pure and applied mathematics, with a particular emphasis on mathematical biology. The book may serve as a useful reference, containing a significant number of new results ranging from the analysis of fish populations to signaling pathways in living cells. It comprises many short chapters, which allows readers to pick and choose those topics most relevant to them, and it contains 160 end-of-chapter exercises so that readers can test their understanding of the material as they go along.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
  • 323
    9
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

暢銷榜

客服中心

收藏

會員專區