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

Creative Coding in Python

3907
95 / 98
Linux操作系統項目化教程(簡體書)
滿額折
出版日:2026/03/04 作者:祁傳達; 吳錦陽; 劉飛  出版社:中國鐵道出版社  裝訂:平裝
本書根據《高等職業教育專科專業教學標準(2025年)》中的計算機類專業教學標準,結合Linux技術領域的極端發展編寫而成。全書以Ubuntu20.04.6為例,系統介紹了Linux操作系統的核心知識與關鍵技術:首先介紹Linux操作系統安裝與基礎操作、文件與用戶管理、Shell腳本編程、網絡配置與管理等系統運維技能,進而深入講解了在Linux環境下使用C語言進行程序開發、進程和線程編程以及網絡編程的方法,最後拓展至Python進程和線程編程以及MySQL數據庫操作,形成從系統管理到應用開發的完整知識體系。本書最大特色在於採用“系統管理—底層開發—高級應用”三階段遞進式架構,創新性地將Shell、C、Python三種編程語言在Linux平臺上的應用有機整合。通過12個源自真實工作場景的項目,幫助讀者在掌握系統管理技能的同時,建立起多語言協同開發的工程視野,理解不同技術棧在Linux生態系統中的定位與關聯。本書適合作為高等職業院校計算機類相關專業的教材,也可作為從事Linux操作系統管理和應用開發的初、中級工程技術人員的參考書。
優惠價: 87 281
無庫存
經濟網絡:理論與計算(簡體書)
滿額折
出版日:2026/03/01 作者:(美)托馬斯‧薩金特  出版社:經濟科學出版社  裝訂:平裝
這本教科書的原作者為諾獎得主Thomas J. Sargent,本教材由竇錢斌、孫美露、胡靈翻譯,該書是對經濟網絡的介紹,面向經濟學和應用數學領域的學生和研究人員。教科書強調定量建模,主要的基礎工具是圖論、線性代數、不動點理論和編程。大多數數學工具都涵蓋了第一原理,其中兩個主要技術成果:Neumann 級數引理和 Perron-Frobenius 定理:起著核心作用。本書適合一學期的課程,既可以教授給熟悉線性代數的高年級本科生,也可以教授給剛入門的研究生。例如,雖然我們定義了特徵值,但學生應該已經知道特徵值和特徵向量是什麼,因此“特徵向量中心性”之類的概念或諾依曼級數引理之類的結果很容易被理解。本書也適合數學專業的學生,希望瞭解經濟學和網絡之間聯繫的工程、計算機科學和其他相關領域。 本書包含 Python 和 Julia 代碼的混合體。大多數是在 Python 中運行,因為這些庫在撰寫本文時更加穩定(儘管 Julia 也有強大的圖形操作和優化庫)。數字代碼可從作者處獲得。在每章的末尾我們提供了注釋,其中包含非正式的評論和參考。
優惠價: 87 365
無庫存
自動駕駛核心技術:環境感知、路徑規劃和實時地圖導航(簡體書)
滿額折
出版日:2026/03/01 作者:楊娜  出版社:清華大學出版社(大陸)  裝訂:平裝
《自動駕駛核心技術 : 環境感知、路徑規劃和實時地圖導航》深入講解了自動駕駛核心開發技術(環境感知、路徑規劃和實時地圖導航)的核心知識。《自動駕駛核心技術 : 環境感知、路徑規劃和實時地圖導航》內容全面且通俗易懂,共分10章,主要包括自動駕駛概述、激光雷達傳感器感知、智能導航、路徑規劃與決策、車輛和行人行為預測、基於紅外傳感器的環境感知、基於超聲波傳感器的環境感知、基於SLAM的定位與地圖構建算法、構建實時地圖以及基於深度學習的實時地圖導航系統。本書適用於已經掌握了Python語言基礎語法知識並具有一定開發經驗,想進一步學習智能駕駛、智能製造、無人機、機器人開發的讀者,還可以作為高等院校相關專業的教學用書和培訓機構的專業教材。
優惠價: 87 517
無庫存
自動駕駛路徑規劃和行為決策技術與實踐(簡體書)
滿額折
出版日:2026/03/01 作者:馬國英  出版社:清華大學出版社(大陸)  裝訂:平裝
《自動駕駛路徑規劃和行為決策技術與實踐》詳細講解了基於Python語言實現自動駕駛路徑規劃與行為決策算法的知識,並通過具體實例展示了這些算法的使用方法。本書共分為10章,依次講解了自動駕駛與路徑導航、自動駕駛中的靜態路徑規劃、自動駕駛中的啟發式路徑規劃、自動駕駛中的全域路徑規劃、自動駕駛中的全域路徑精筒計算、自動駕駛中的動態環境路徑重規劃、自動駕駛中的無地圖環境路徑探索、自動駕駛中基於概率採樣的路徑規劃、自動駕駛中的路線優先級遍歷、自動駕駛中的行為決策技術等知識。同時,本書詳細講解了各種經典路徑規劃與決策算法的背景、原理、實現步驟及實際應用,並通過豐富的案例分析和綜合實戰項目,給出了詳細的編程實現和優化技巧。《自動駕駛路徑規劃和行為決策技術與實踐》適用於有一定Python基礎的讀者,以及想進一步學習自動駕駛、路徑規劃的讀者,也可以作為大專院校相關專業的師生用書和培訓機構的專業教材。
優惠價: 87 517
無庫存
風險評估與量化技術(簡體書)
滿額折
出版日:2026/02/28 作者:孫友文  出版社:經濟科學出版社  裝訂:平裝
本書是為風險經理認證定制開發的培訓教材,系統介紹了風險評估與量化的核心方法、工具及其在企業風險管理中的實際應用。從定性評估到定量分析,涵蓋風險矩陣、蒙特卡洛模擬、風險價值(VaR)等關鍵技術,並結合Excel、Python等工具的操作指南,幫助讀者掌握風險建模與數據分析技能。書中通過豐富的企業案例,如投資風險評估、供應鏈管理、運營決策支持等,展現風險量化在提升決策質量與優化資源配置中的重要作用。無論是企業管理者、風險從業者,還是研究人員,都能從本書中獲得實用的理論知識與實踐指導,助力構建科學的風險管理體系,應對複雜多變的內外部挑戰。
優惠價: 87 459
無庫存
MicroPython開發與實戰(第2版)(簡體書)
滿額折
出版日:2026/02/03 作者:雷學堂; 牛樂樂; 胡智元; 侯周國  出版社:北京航空航天大學出版社  裝訂:平裝
本書共分為5部分。第1~3章主要介紹MicroPython以及Python語言基礎;第4~5章重點針對ESP32與MicroPython的實踐性操作;第6~7章重點闡述MicroPython在物聯網的應用;第8章展現如何修改MicroPython源碼與添加自定義庫的方法;第9章為一個智能農業的項目實踐。本書是再版書,相比舊版,對部分內容進行了更新。本書對智能物聯網時代面臨的挑戰,以及MicroPython的基礎知識做了清晰的闡述,有助於讀者整理思路,瞭解需求,並更有針對性、有選擇
優惠價: 87 412
無庫存
Network Coding for Engineers
滿額折
出版日:2026/01/15 作者:Ognjen Grkinic  出版社:TORONTO ACADEMIC PR  裝訂:平裝
優惠價: 79 3602
無庫存
Camila the Coding Star
滿額折
出版日:2026/01/01 作者:Alicia Salazar  出版社:Picture Window Books  裝訂:平裝
優惠價: 1 304
無庫存
運動控制器使用教程及案例(簡體書)
滿額折
出版日:2026/01/01 作者:孫漢明; 鄭孝洋; 趙建廠; 陳光華  出版社:清華大學出版社(大陸)  裝訂:平裝
《運動控制器使用教程及案例》以運動控制及機器視覺理論為基礎,帶領讀者深入瞭解運動控制技術在當今各行業的應用開發及開發環境的多樣性,瞭解正運動控制器的軟/硬件特點,掌握多種運動控制系統的應用開發。本書提供了不同類型的開發案例,以提高讀者的開發能力。本書主要介紹運動控制各功能在不同領域、不同開發環境下的綜合應用。內容包括運動控制基礎理論,RTSys 運動控制之 UVW 平臺應用,PC 上位機運動控制之 LabVIEW 綜合應用、MATLAB 數控加工應用、Python+Qt 綜合應用;此外還包含結合機器視覺、不同模型機械手的運動控制行業綜合系統,涵蓋了使用 C#開發的視覺點膠系統、視覺激光焊接系統、SCARA 機械手視覺定位貼合系統、Delta 機械手視覺分揀系統。
優惠價: 87 392
無庫存
時間序列分析(簡體書)
滿額折
出版日:2026/01/01 作者:白曉東  出版社:科學出版社  裝訂:平裝
《時間序列分析》是遼寧省一流本科課程配套教材,在借鑒國內外相關教材優點的基礎上,總結作者多年從事時間序列分析課程的教學經驗和體會,本著“教師好用、學生好讀”的指導思想,系統地介紹了一元時間序列分析的基本思想、基本原理和基本方法,內容包括時間序列的基本概念、時間序列數據的預處理方式、分解和平滑、單位根檢驗和協整、平穩時間序列模型、差分平穩時間序列模型、異方差時間序列模型、非線性時間序列模型、譜分析、基於深度學習的時間序列預測以及上述模型的性質、建模、預測,此外還包含了大量的實例,《時間序列分析》全程使用Python語言分析了來自不同學科的真實數據,《時間序列分析》還通過二維碼鏈接了數據、程序代碼、彩圖以及期中、期末測試,供讀者學習使用。
優惠價: 87 512
無庫存
Poetic Effects in the Prose of Virginia Woolf and Emilio Cecchi analyses the poetic qualities of the prose of these two modernist writers. Leteo reconstructs their own variable definitions of 'poetry', and highlights the 'poetic effects' of their prose works, that is, the strategies they employ to produce a special emotion in the reader.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
The Medieval Art of Fear
90 折
出版日:2026/09/23 作者:Ravinder S. Binning  出版社:Univ of Chicago Pr  裝訂:精裝
A bold new approach to medieval art and architecture's shaping of psychosomatic experience. ​ In the medieval world, experiences of fear attained a mystical significance: monks, urban publics, and even emperors pursued horror and grief to explore the limits of fantasy, sensation, and catharsis. In this book, Ravinder S. Binning examines an expansive archive ranging from poetry and scientific treatises to artistic works in ivory and crystal to recover an aesthetic tradition centered on optical tension, spatial suspense, and tactile experience. Moving between early monastic spaces in Egypt and major urban centers like Constantinople from the fourth through the thirteenth centuries, The Medieval Art of Fear shows how the psychosomatic experience of fear became the deliberate object of mystical practices, meditation, and other embodied techniques across the medieval world. The result is a powerful exploration of the aesthetic effects behind some of the medieval world's most ambiti
優惠價: 9 2610
預購中
出版日:2026/09/07 作者:Bin Shao; Yingying Cai  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2026/09/01 作者:Weisheng Jiang  出版社:Elsevier  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Christmas Sponge Art:A festive art set with sponge tools, paints and a book | Perfect for creative kids aged 3–6
滿額折
Creative Interactions in Collaborative Songwriting
95 折
Creative Interactions in Collaborative Songwriting
95 折
出版日:2026/08/28 作者:Nikolaos (University Of The Aegean Halidias Greece)  出版社:World Scientific Publishing Co Pte Ltd  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2026/08/28 作者:David J. Shepherd(EDI)  出版社:Oxford Univ Pr  裝訂:精裝
Of all the characters in the Hebrew Scriptures, none have captured the imagination like David, King of Israel. The Oxford Handbook of King David traces this fascination, from the biblical books of Samuel and Kings, through the common era, the medieval period, and into today. The authors interrogate David in his many biblical guises, including son, father, outlaw, soldier, lover, and king. Authors also situate him amongst a wider cast of characters, including Bathsheba, Solomon, Abigail, and Abner. David's presence in the wider Hebrew Bible and New Testament is also carefully considered along with David's reception in later Christianity, Judaism, and Islam. Crucially, this Handbook also delves into the depiction of David's story in the visual, literary, and performing arts over the centuries. His legacy and stories are traced from the paintings of Rembrandt and Rubens, to the sculpture of Bernini, to the music of Handel. Other contributions explore David's literary afterlife, revealing
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Expiry Date Never
滿額折
出版日:2026/08/22 作者:Victoria Tomlinson; Louise Ballard  出版社:Pearson Education Limited  裝訂:平裝
The book addresses the societal and organisational neglect of the over-50 population in the workforce and broader society. It offers transformational insights for career reinvention, strategies for integrating age diversity in organisations and practical tools for leveraging AI alongside human experience.
優惠價: 95 782
預購中
出版日:2026/08/21 作者:Maite Conde(EDI)  出版社:Oxford Univ Pr  裝訂:精裝
The Oxford Handbook of Brazilian Cinema brings together innovative chapters that address a wide range of topics relating to cinema and cinema culture in Brazil. Including chapters that focus on the reception and production of films and on how global trends in filmmaking have shaped Brazilian cinema's practices, this Handbook moves beyond a geographically specific notion of national cinema, to ask not what is Brazilian cinema but, rather, what is cinema in Brazil? This question is developed in three sections, "histories," "spaces," and "genres and media." Chapters in the section "Histories" explore diverse trajectories of Brazilian film culture and practices, including film criticism, archival endeavours, black filmmaking and films made during the Covid pandemic. The impact of historical contexts is explored in a conversation with women filmmakers, which delves into the devastating effects of far-right president Jair Bolsonaro on production from a female perspective. The section "Spaces
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Neurodiversity and Creative Cognition: Thinking Differently
滿額折
出版日:2026/08/19 作者:Kevin Rebecchi  出版社:Palgrave Macmillan  裝訂:精裝
優惠價: 1 2609
預購中
出版日:2026/08/12 作者:Jesus (Imperial College London Rogel-Salazar UK)  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
National Geographic Little Kids First Big Book of Space, 2nd Edition
滿額折
出版日:2026/08/04 作者:Catherine D. Hughes  出版社:NATL GEOGRAPHIC SOC  裝訂:精裝
Blast off on an outer-space adventure with this colorful interactive guide to our universe! Featuring awe-inspiring illustrations and astonishing facts, this 2nd edition of the classic beginner's reference book introduces young readers to the wonders of our solar system and beyond. Explore the universe and learn everything about space--from Earth to the moon, dwarf planets, galaxies, black holes, and more. Beautifully illustrated with cutting-edge photography and artists' renditions, this Little Kids First Big Book contains expert-reviewed profiles that showcase all the different objects in our galactic neighborhood. Readers of all ages will appreciate fact-checked, kid-friendly explanations of concepts like space travel and black holes. Inside you'll find: More than 100 illustrations and photographs of things found in outer spaceThe latest developments in space explorationSimple text for reading aloud or beginner readersQuestions in each chapter that encourage interactive learningTips
優惠價: 79 510
預購中
Sideways Developments:Queer and Trans Aesthetics of Global Hong Kong
95 折
出版日:2026/07/08 作者:Dr. Kai Hang Cheang  出版社:The University of Michigan Press  裝訂:平裝
A meditation on queer and trans persistence in global Hong Kong
優惠價: 95 1786
預購中
Coding Capitalism:Computers and the Remaking of the Postwar US Economy
滿額折
出版日:2026/07/07 作者:Devin Kennedy  出版社:Columbia University Press  裝訂:平裝
優惠價: 95 1306
預購中
Sunday Scribbles:A 52-Week Creative Journal for Kids in Church
滿額折
出版日:2026/07/07 出版社:Tyndale House Publishers  裝訂:平裝
優惠價: 95 458
預購中
出版日:2026/07/07 作者:Devin Kennedy  出版社:Columbia University Press  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Profiles in Family and Public Leadership: Telling Leaders in the Hebrew Bible
出版日:2026/07/06 作者:Mark S. Smith  出版社:Oxford Univ Pr  裝訂:精裝
The Bible tells its story about leaders and leadership in terms of three socio-political axes: by domain (familial and public); by gender (male and female); and by position (socio-political heads such as warriors and kings versus intermediaries such as prophets and diviners). The Bible only rarely idealizes Israel's leaders, such as Moses and David. Instead, it emphasizes the impact of the family on both family leaders and public leaders. This book initially focuses on Genesis, with a look at a major moment in the life of three great family ancestors: Abraham, Rebecca and Jacob. The second part of the book focuses on public leaders, particularly prophets, warriors and kings and the parallels between warrior commissions and stories of prophetic calls that suggest an interconnected literary relationship. Finally, the book highlights four features that inform the stories discussed in this book: authorship, attractiveness, authority, and anonymity. Profiles in Family and Public Leadership
優惠價: 1 2400
預購中
American Pogroms: How Forgotten Massacres Shape America
滿額折
出版日:2026/07/01 作者:Daniel Byman  出版社:Oxford Univ Pr  裝訂:精裝
Amidst heightened rhetoric and increasing polarization in the United States, American Pogroms chronicles the causes and consequences of two centuries of mob violence in American history, highlighting exactly what's at stake when we allow leaders to legitimate violence and the mob to rule. For much of American history, members of the majority population of the United States indiscriminately attacked and terrorized minority communities. In some parts of the country, mob violence seemed a near-constant part of the region's history, while in others it was a brief, horrific spasm that perpetrators--but not victims--quickly forgot. In American Pogroms, terrorism expert Daniel Byman argues that there is a word for this type of communal violence: pogrom. Although pogroms are historically associated with the orchestrated campaigns of anti-Jewish violence in Tsarist Russia, Byman asserts that pogroms have been an all-too-frequent feature of American history. Tracing two centuries of communal vio
優惠價: 1 1350
無庫存
You Matter Creative Devotional Journal for Teen Girls
滿額折
出版日:2026/07/01 作者:Margot Starbuck  出版社:BARBOUR PUBL INC  裝訂:平裝
優惠價: 1 494
無庫存
The Nutcracker:A 2-in-1 story and colouring book for the ultimate creative adventure
滿額折
出版日:2026/06/30 作者:Igloo Books Ltd  出版社:Bonnier Books Ltd  裝訂:平裝
優惠價: 95 417
無庫存
出版日:2026/06/04 作者:Louis G. Castonguay(EDI)  出版社:Oxford Univ Pr  裝訂:平裝
Practice-based evidence refers to research findings derived from clinical routine. As a complementary paradigm to randomized clinical trials, this evidence is collected through practice-oriented research with the goals of describing how mental health services are utilized and implemented, understanding how these services work or fail to work, and providing ways to improve practice. In contrast to traditional trials, practice-oriented research does not impose researcher-driven restrictions or prescriptions to clinical practice, which, for many practitioners, make research irrelevant to their work. By investigating psychological therapies as they are actually conducted in naturalistic settings, practice-oriented research stands as a strategy to foster a seamless integration between science and practice. In Practice-Based Evidence in the Psychological Therapies, practice-oriented researchers from different parts of the world and across a variety of clinical settings describe what led them
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
數據結構與算法(Python版)(第2版)(簡體書)
滿額折
出版日:2026/06/01 作者:周元哲  出版社:機械工業出版社  裝訂:平裝
本書主要內容包括數據結構與算法、異常處理與調試、線性表、棧和隊列、串、樹和二叉樹的理論及應用、圖論、圖的應用、查找、排序,以及SciPy、Pandas、NetworkX等工具。本書內容精練、由淺入深,注重學習的連續性和漸進性,適合作為高等院校計算機類專業教材或教學參考書,也可以供從事計算機應用開發的各類技術人員使用和參考,還可作為全國計算機等級考試、軟件專業技術資格(水平)考試的培訓資料。
優惠價: 87 412
無庫存
出版日:2026/05/28 作者:Nina Suh(EDI)  出版社:Elsevier  裝訂:精裝
In this issue of Hand Clinics, guest editors Drs. Nina Suh and Kevin C. Chung bring their considerable expertise to the topic of Hand and Wrist Arthritis in the Young Patient: Options, Considerations, and Technical Tricks. Wrist arthritis in young patients is one of the most challenging and controversial pathologies in the field of hand surgery, particularly in patients with high-demand recreational and professional activities. In this issue, top experts review treatment considerations in these young, high-demand patients, including the critical preoperative decision of which joints are spared.Contains 12 relevant, practice-oriented topics including wrist anatomy; wrist biomechanics and carpal theories; wrist denervation: total vs. partial; radial styloidectomy: open vs. arthroscopic; four corner/three corner fusions: open vs. arthroscopic; proximal row carpectomy: open vs. arthroscopic; hemiarthroplasty; total wrist arthroplasty; and moreProvides in-depth clinical reviews on hand and
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Old Bones in Puglia
滿額折
出版日:2026/05/14 作者:Tom Benjamin  出版社:Little; Brown Book Group  裝訂:平裝
The seventh atmospheric crime thriller in the Daniel Leicester series, set in the beautiful region of Puglia in the south of Italy. Perfect for fans of Donna Leon, Michael Dibdin and Philip Gwynne Jones.
優惠價: 79 694
無庫存
計算與智能程序實踐(簡體書)
滿額折
出版日:2026/05/01 作者:聶蘭順; 戰德臣; 李雪  出版社:高等教育出版社  裝訂:平裝
人工智能時代下,程序實現能力已經成為所有學生必須具備的核心能力。借助大模型,所有學生都可以開發與各學科密切相關的計算程序、仿真程序和智能程序。本書是為零基礎讀者學習計算機語言進而有效形成程序實現能力而精心編寫的教材,不同于傳統的計算機語言類教材,本書不是以語言語法教學為中心,而是以程序實現能力培養為中心。本書設計為四個部分共12章。第一部分強調不上機體驗程序設計,以簡化語法細節的計算機語言,強化程序要素的學習和程序構造思維的練習,包括第1章程序要素與計算機語言和第2章程序構造思維:組合—抽象—迭代—遞歸。第二部分介紹Python語言及其集成開發環境PyCharm,強化上機體驗程序設計,一是熟悉程序的語法細節,讓程序能夠運行起來,二是強化基本結構(分支結構、循環結構和函數結構)程序的編寫和調試,包括第3章編程語言Python與編程環境PyCharm和第4章基本結構程序實踐。第三部分圍繞計算-仿真-智能程序系統的基本處理對象,在基本語法學習的基礎上,強化練習程序實現能力,包括第5章字符串處理程序實踐(文本處理能力),第6章列表處理程序實踐(序列數據處理能力),第7章集合、元組與字典處理程序實踐(序列數據處理能力),第8章圖形用戶界面程序實踐(用戶界面與人機交互),第9章面向對象程序實踐(對象世界構建與複雜數據結構封裝)。第四部分圍繞人工智能的三個典型案例開展程序實踐,包括第10章文件讀寫與圖像處理程序實踐(處理圖形圖像)、第11章大模型與AI智能體程序實踐(處理自然語言)、第12章五子棋遊戲程序與博弈算法實踐(體驗博弈智能與強化學習)。本書系統構建了從基礎程序要素到智能程序開發的完整知識體系,能夠實現從基礎程序設計到智能程序實踐、從算法編程到系統構造的深度銜接。本書是計算機語言與程序設計領域的全新教材,強調學中練與練中學,每個案例都給出了“程序邏輯解析”和“程序語法要點”。本書聚焦程序實現能力,知識脈絡清晰;配有翔實豐富的案例講解,圖文並茂,可讀性強。尤其是設計了多個綜合性實踐項目,遞進式賦能編程能力培養,實現讀者由簡單編程到構造系統的思維轉變。本書是高等學校計算機語言類、程序設計與實踐類課程的核心教材,既適合作為所有專業本科生掌握程序設計知識、錘煉程序設計能力的教材,也可作為編程愛好者、工程技術人員學習和運用編程的參考書。
優惠價: 1 390
無庫存
出版日:2026/04/29 作者:Daniel Schillinger  出版社:Oxford Univ Pr  裝訂:精裝
What is luck? What is the significance of luck for our ethical and political lives? Could it be the case that luck is an intoxicating illusion, which threatens to obscure the true explanations of human action, excuse wrongdoing or cowardice, provoke powerful emotions, and cloud judgment? Schillinger's original interpretation of the idea of luck in ancient Greek thought challenges both scholars of ancient Greek texts and theorists of luck in the present. While many contemporaries approach luck as something "out there" in the world that explains why some human beings flourish while others suffer or perish, Schillinger argues that luck is a psychological phenomenon: what we have in mind when we speak of "luck" are the intellectual and emotional reactions of human beings as they run up against the limits of their knowledge and power. Schillinger returns to the Greeks because they fully examined this phenomenon, revealing the roots of the idea of luck in the psyche, its (often confused) rol
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2026/04/26 作者:José Cleiton Sousa Dos Santos(EDI)  出版社:ACADEMIC PR INC  裝訂:平裝
Protein Immobilization on Nanomaterials explores advanced technologies and methodologies for immobilizing proteins on nanomaterial surfaces, highlighting their innovative applications in biotechnology, medicine, and materials engineering. This comprehensive resource is designed to educate researchers and practitioners on the latest techniques and advances in this rapidly evolving field. The book delves into various methods of protein immobilization, including physical adsorption, covalent binding, and encapsulation, providing detailed explanations and practical examples. It also covers the characterization of protein-nanomaterial conjugates using advanced analytical techniques such as spectroscopy and microscopy. Key topics include the use of protein-nanomaterial conjugates in biosensors, diagnostic devices, drug delivery systems, and environmental monitoring. With contributions from leading experts, the book presents colorful figures and practical examples to facilitate the understand
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Free Style:Unlock Creative Home Designs: An Interior Design Book
滿額折
出版日:2026/04/21 作者:Liz Kamarul  出版社:Random House USA Inc  裝訂:精裝
優惠價: 95 1567
無庫存
  • 3907
    98
  • 1
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98

暢銷榜

客服中心

收藏

會員專區