詳細資訊
25
定價: | ||||
售價: | 3705元 | |||
庫存: | 已售完 | |||
LINE US! | 詢問這本書 團購優惠、書籍資訊 等 | |||
此書籍已售完,調書籍需2-5工作日。建議與有庫存書籍分開下單 | ||||
付款方式: | 超商取貨付款 |
![]() |
|
信用卡 |
![]() |
||
線上轉帳 |
![]() |
||
物流方式: | 超商取貨 | ||
宅配 | |||
門市自取 |
詳細資訊
25
為您推薦
類似書籍推薦給您
Taiwan's Politics in Action: Struggling to Win at the Ballot Box is about the most interesting and exciting aspects of Taiwan's politics: political competition in the form of electioneering, campaigns and voting. The author first analyzes the theories, constructs or simply ideas about elections, especially who wins them and why. The most discussed by the pundits and the scholars are the watermelon and the pendulum theory: voting as before or not. The economic, or pocketbook, theory is also popular — although whether this means economic growth or greater equity has changed. Which party or candidate has the most money is also predictive. Other constructs or simply ideas are also commonplace. Divide and conquer is another approach. Another is the best campaign agenda; so too picking the most attractive candidates. Professionalism in campaigning and the use of social media are also favorite ideas. So is the appeal to voters' ethnicity, espousing liberal or conservative ideas, using protest, focusing on constant concerns such as peace and corruption and finally, the appeals of populism and progressivism. The author then examines Taiwan's two most recent elections, the 2018 mid-term (or collection of local elections) and the 2020 national presidential and legislative election to apply the theories. The Nationalist Party or Kuomintang (KMT) won the former; the Democratic Progressive Party (DPP) won the latter, giving the observer a choice of evidence about how to win. The author concludes that Taiwan's democracy is being challenged, but is still popular in spite of strong external forces and other worries.
類似書籍推薦給您
Telemedicine has ballooned in popularity and necessity in the COVID-19 world, and it has proved its worth. Even in the post-pandemic world, telemedicine will be here to stay, as it offers both patient and provider many advantages. However, physicians are often ill-equipped and lack sufficient training in how to conduct a physical examination remotely. Practical and timely, this book presents the current best practices for performing musculoskeletal examination remotely via telemedicine. It takes an anatomical approach, covering all joints and disorders commonly seen in the clinic, including preparation and general principles, the upper and lower extremities and the axial skeleton. For each region, the challenges and limitations of telemedicine are systematically highlighted and discussed, with techniques clearly described and illustrated. Concluding chapters present telemedicine procedures for both the functional assessment of a patient and evaluation and management of respiratory muscle dysfunction. Orthopedic and sports medicine practitioners, as well as general physicians, nurse practitioners, and physician assistants who treat patients with musculoskeletal disorders, will find this book highly engaging and enlightening.
類似書籍推薦給您
簡介 使用最新物件導向設計模式,提升您的程式碼品質 想寫出無暇、有效率、可維護程式碼的開發者,全部都投向了設計模式的懷抱,本書是針對Python的設計模式指南,適合所有程度的開發者閱讀,無論您是剛入門的新手,或是工作多年的老手,都可從中獲益。 暢銷書作者James W. Cooper闡釋23個經過實證的設計模式,並提供大量的練習範例,藉由簡潔的程式碼範例,介紹建立Python物件的技術,這些物件可以在強大、靈活的程式中發揮作用。Python新手以及從其他語言轉過來的程式設計師,會發現本書非常淺顯易懂,一讀就通。 作者介紹的設計模式包含了抽象類別(abstract classes)、多重繼承(multiple inheritance)、介面開發、圖形類別(graphical classes)、繪圖、數學、資料庫、Python裝飾者(decorators)、圖像、執行緒(threads)、疊代器(iterators)、建立可執行程式碼等等。書中所有範例都非常好理解與操作,讓你可以有自信的建立功能更豐富、更複雜的Python應用程式。 ‧溫習Python物件和視覺化程式設計的重點 ‧了解什麼是設計模式,以及它們如何幫助您寫出更好的程式 ‧使用「建立型」模式來提高靈活度,並避免不必要的複雜性 ‧應用「結構型模式」,確保程式元素在大型程式中,有良好的協同作業 ‧用「行為型模式」最佳化物件之間的溝通 作者介紹 James W. Cooper 在學術界、科學儀器行業和IBM工作了25年,主要在IBM的TJ Watson研究中心擔任電腦科學家,著作包括Addison-Wesley最暢銷的《Java設計模式》和《C#設計模式》,他擁有11項專利,為JavaPro雜誌寫了60個專欄,在FoodScienceInstitute.com寫了關於食品和化學的部落格,並為Medium.com和Substack寫過關於Python的文章,他擁有化學博士學位。 目錄 前言 本書結構 致謝 關於作者 PART 1 入門 第1章 物件入門 第2章 Python 中的視覺化程式開發 第3章 資料表視覺化程式設計 第4章 什麼是設計模式? PART 2 建立型模式 第5章 工廠模式 第6章 工廠方法模式 第7章 抽象工廠模式 第8章 單例模式 第9章 建造者模式 第10章 原型模式 第11章 建立型模式總結 PART 3 結構型模式 第12章 適配器模式 第13章 橋接模式 第14章 組合模式 第15章 裝飾者模式 第16章 門面模式 第17章 享元模式 第18章 代理模式 第19章 結構型模式總結 PART 4 行為型模式 第20章 責任鏈模式 第21章 命令模式 第22章 解譯器模式 第23章 疊代器模式 第24章 中介者模式 第25章 備忘錄模式 第26章 觀察者模式 第27章 狀態模式 第28章 策略模式 第29章 模板模式 第30章 拜訪者模式 PART 5 Python 簡介 第31章 Python 中的變數及語法 第32章 Python 中的條件判斷 第33章 開發環境 第34章 Python 中的集合和檔案 第35章 函式 附錄 執行 Python 程式 索引