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

Mastering Python Design Patterns

59792
4 / 1495
生成式 AI 設計模式:處理生成式AI代理及應用程式的常見挑戰
79 折
出版日:2026/05/29 作者:Valliappa Lakshmanan; Hannes Hapke  出版社:美商歐萊禮  裝訂:平裝
生成式AI已開始真正進入產品、服務與企業流程,但當團隊實際開發GenAI應用程式與AI Agent時,往往很快就遇到各種工程問題: 模型產生幻覺、回應結果不穩定該如何處理? 怎麼讓生成內容符合品牌風格與指定格式? 如何讓Agent具備規劃、自我修正與協作能力? 多個Agent又該如何組合成可落地的應用系統? 本書整理了32種生成式AI設計模式(Generative AI Design Patterns),將研究論文與第一線實務經驗轉化為可直接套用的工程解法。 無論是拿來作為參考手冊、架構設計指南,或是培養整體GenAI設計思維,這本書都是對工程師、資料科學家、軟體架構師或產品經理極具價值的工具書。 【專業推薦】 「這是一本引領GenAI從原型邁向正式部署的實戰手冊。書中收錄的設計模式匯集了現實的工程經驗,可讓開發者充滿信心地應對幻覺、可靠性與規模化的種種挑戰。」 ――Marily Nika博士,《Building AI-Powered Products》作者 「Hannes與Lak將寶貴的實戰智慧寫成這本全方位指南,幫助你將理論轉化為實際做法。」 ――Chip Huyen,《設計機器學習系統》與《AI工程》作者 生成式AI帶來強大的新能力,然而,在正式交付可靠的應用程式或代理之前,你仍然會面臨有一些棘手的限制。幸運的是,來自業界專家的二位作者已經整理了32種經得起考驗的設計模式。在開發LLM專案時難以避免的難題都可以在本書中找到對策,包括幻覺、不確定的回應,以及模型知識斷層。 本書將論文研究跟實務經驗整理成可以直接套用的建議。在每一種模式中,作者會先說明問題在哪,再附上完整的範例程式來示範解法,最後還會分析解決方案背後的取捨。 • 因應LLM的侷限性 • 確保生成的內容符合特定風格、語調與格式 • 在權衡各類風險的同時,將創意極大化 • 讓代理具備規劃能力、自我修正能力、行動能力,而且能與其他代理協作 • 將多種模式組合成適合各種應用場景的代理型應用程式
優惠價: 79 948
庫存:6
深度探索Go語言:物件模型與runtime的原理特性及應用【好評熱銷版】
滿額折
出版日:2026/02/19 作者:封幼林  出版社:深智數位  裝訂:平裝
https://youtu.be/9E_99Kmgdj0☆★☆好評熱銷再上市☆★☆【書籍特點】● x86組合語言基礎知識,通用暫存器、常用指令,記憶體分頁● 指標的實現原理,指標組成、相關操作,以及Go語言的unsafe套件等。● 函數、堆疊框佈局、呼叫約定、變數逃逸、Function Value、閉包、defer和panic● 方法,實現原理,接收者類型、Method Value和組合式繼承● 介面,Go語言動態特性,括裝箱、方法集、動態派發、類型斷言、類型系統和反射● goroutine實現,GMP模型、goroutine的建立與退出、排程迴圈、先佔式排程、timer、netpoller和監控執行緒● 同步,記憶體亂數、原子指令、自旋鎖、runtime互斥鎖和訊號量、ync.Mutex、hannel● 堆積記憶體管理,heapArena、mspan,mallocgc函數、C的三色抽象、寫入屏障● 堆疊記憶體管理,goroutine堆疊的分配、增長、收縮和釋放【內容簡介】想要有C語言的高速和Python的便利性嗎?Go是最棒的選擇,Go語言在語言層面上支援程式碼協同(goroutine)和通道(channel),這使得併發程式設計變得非常簡單和高效。在多核CPU時代,高效的併發程式設計已經成為軟體開發的必備技能之一。此外Go語言的語法設計簡單清晰,注重可讀性和簡潔性,使得初學者能夠快速入門。Go語言的標準函數庫提供了豐富的功能,可以直接使用,避免了一些繁瑣的工作。另外在跨平臺支援方面,Go語言的編譯器可以將程式編譯成機器碼,支援跨平臺編譯,可以在不同的作業系統和硬體平臺上運行,這對於開發跨平臺應用程式非常有幫助。Go最有名的就是其高性能。Go語言的編譯速度非常快,生成的二進位檔案也很小,運行速度也非常快。Go語言在一些性能要求較高的應用領域,如Web服務、巨量資料處理、容器等方面表現出色。另外其開發效率高,Go語言在一些方面與Python、Ruby等動態語言相似,但又具有靜態語言的優點。Go語言的編譯器能夠在編譯期間捕捉一些錯誤,這使得程式的穩固性更高。同時,Go語言的工具鏈非常完善,如go fmt、go vet等工具可以幫助開發者規範程式,提高開發效率。
優惠價: 9 792
庫存:8
ChatGPT原理,從PyTorch中的NLP功能讓你一腳跨入自然語言【好評熱銷版】
滿額折
出版日:2026/02/19 作者:孫小文; 王薪宇; 楊談  出版社:深智數位  裝訂:平裝
☆★☆好評熱銷再上市☆★☆★打不過AI就加入他!建立自己的GPT產品★手刻ChatGPT從NLP基礎開始★PyTorch親手打造RNN、LSTM、GRU、BERT、GPT★Attention、Transformer詳解★用GPT做出自動詩詞創作平台全書分為4篇:「自然語言處理基礎篇」、「PyTorch入門篇」、「用PyTorch完成自然語言處理任務篇」和「實戰篇」。第1篇包含自然語言處理的背景知識、常用的開放資源、架設Python環境以及使用Python完成自然語言處理的基礎任務。第2篇包含PyTorch環境設定和PyTorch的基本使用,以及機器學習的一些基本原理和工作方法。第3篇介紹如何使用PyTorch完成自然語言處理任務,各介紹一種模型,包括分詞(又稱斷詞)、RNN、詞嵌入、Seq2seq、注意力機制、Transformer、預訓練語言模型。第4篇是實戰篇,第分別講解自然語言理解的任務和自然語言生成的任務,即「中文地址解析」和「詩句補充」。這兩個任務綜合了前面各章的知識,並展示了從資料下載、處理、模型到使用者互動介面開發的全部流程。從入門到專案實戰,打下你在NLP這一門最紅技術上的紮實基礎。? 目標讀者■有一定程式設計基礎的電腦同好。■希望學習機器學習和自然語言處理的人。■電腦及其相關專業的學生。■對自然語言處理領域感興趣的研究者。■對自然語言處理感興趣並樂於實踐的人。
優惠價: 9 792
庫存:6
資料科學學習手冊:Python資料處理、探索、視覺化與建模實作
滿額折
出版日:2026/02/02 作者:Sam Lau; Joseph Gonzalez; Deborah Nolan  出版社:美商歐萊禮  裝訂:平裝
「這本書正是我當年提出『資料科學家』這個職稱時,所希望能擁有的一本書。如果您希望投身資料科學╱工程、人工智慧,或機器學習領域,就該從這裡開始。」 ── DJ Patil 博士,美國首任首席資料科學家 身為一位有志成為資料科學家的讀者,能夠理解各類組織為何仰賴資料來做出關鍵決策──無論是公司在設計網站、還是市政府在改善公共服務,或者是科學家在致力於阻止疾病擴散。而您也希望具備將雜亂資料整理為可行洞見的能力。我們將這整個過程稱為「資料科學生命週期」:也就是從資料的收集、整理、分析,到導出結論的完整流程。 本書是第一本涵蓋程式設計與統計兩大基礎技能、並貫穿整個資料科學生命週期的書籍。本書的對象包括希望成為資料科學家的人、與資料科學家共事的專業人士,以及希望跨越「技術╱非技術」界線的資料分析師。只要具備基本的 Python 程式設計知識,便可學習如何透過業界標準工具(如 pandas)來處理資料: .將感興趣的問題精煉為可透過資料探究的研究問題 .執行資料蒐集,其中可能涉及文字處理、網頁爬蟲等技術 .透過資料清理、探索與視覺化,萃取出有價值的洞見 .學會使用建模來描述資料特性 .推廣研究結果,進行超出資料本身的推論
優惠價: 9 882
庫存:4
Dado Castello Branco:Brazilian Timeless Architecture & Interiors
滿額折
出版日:2025/09/09 作者:Ricardo Van Steen; Allex Colontonio  出版社:Mondadori Electa  裝訂:精裝
Across Brazil and around the world, the elegant and meticulously crafted spaces designed by the firm Dado Castello Branco Arquitetura e Interiores are known for blending functionality with aesthetic allure. These places residences, apartments, and villas, all in the signature style the firm has honed since its founding in Sao Paulo in the early 1990s are brought to cinematic life by Brazilian artistic director and visual artist Ricardo van Steen. In these pages, van Steen stages a visual journey through four key elements of the company s sophisticated design vision: He considers light as medium and muse, almost a character in the drama of each living, breathing space.He attends to matter, meaning the very materials of wood, copper, stone, fabric, and glass through which Dado s designs achieve their richness and authenticity. He turns to the horizon, an essential feature that opens up perspectives and creates visual intrigue, serving as a metaphorical guide to the soul of the space. And
優惠價: 79 2252
庫存:1
網路可程式性與自動化:新世代網路工程師必備技能
滿額折
出版日:2025/08/04 作者:Matt Oswalt; Christian Adell; Scott S. Lowe; Jason Edelman  出版社:美商歐萊禮  裝訂:平裝
網路自動化領域的權威之作,帶你完整掌握核心技術,從手動操作邁向自動化管理,打造彈性高、易維護的現代網路架構! 還在用手動設定網路設備、與CLI指令纏鬥傷神嗎? 四位業界大師結合豐富實戰經驗,帶你從腳本到架構、從手動升級到自動流程,全面掌握現代化網路的關鍵技術! 本書新版內容全面升級,整合Python、Go、Ansible、Terraform、Kubernetes等新一代主流工具與技術,從基礎入門到大型架構實戰,帶你逐步打造具備彈性、可維護、自動化的現代網路環境。適合想要從傳統網路工程轉型為具備程式設計與自動化能力的工程師!  涵蓋Python、Go語言網路自動化實務  深入講解Ansible、Nornir、Terraform等主流工具與應用  解析容器、Kubernetes與CI/CD整合實作  真實情境導向,從個人學習到企業級部署的多場景適用  網路工程師、系統管理員、軟體開發人員必備工具書 ------------------------------------------------------------- 「本書協助網路專業人員及開發者寫出清晰、易於擴充的網路自動化劇本。它幾乎涵蓋了掌控網路自動化須知的每一件事物。」 —Akhil Behl RedHat合作夥伴經理 隨著新的協定、新技術、交付模式推陳出新,企業的需求變得日益靈活與彈性,網路工程師想單靠手動作業完成工作已越來越難,因此網路自動化已成為不可或缺的技能。本實用指南的第二版全面更新內容,將帶領網路工程師學習如何運用各種技術與工具,內容涵蓋以下主題: .以Linux為主的新穎網路功能技術及雲端原生環境,還有如何運用這些工具為網路專案布置開發環境。 .使用Python與Go語言等程式設計技能。 .藉由範本設計建構一致的網路裝置組態。 .資料格式、編碼方式及模型。包括:JSON、XML、YAML、Protobuf與YANG。 .應用程式設計介面(API)在網路自動化中扮演的角色,涵蓋HTTP API、NETCONF、RESTCONF與gNMI。 .學會使用Git等版本控制系統,以及持續整合等開發實務,強化網路自動化專案的品質與流程。 .如何透過Ansible、Nornir及Terraform來自動化網路裝置與服務。 .架構網路自動化解決方案的整體性手法。
優惠價: 9 1242
庫存:5
FLAG'S 創客‧自造者工作坊 跟 AI 一起用 Python 設計 AIoT 物聯網美好日常
滿額折
出版日:2025/07/28 作者:施威銘研究室  出版社:旗標出版社  裝訂:盒裝
⛧⛦ 跟著「三大場景 × 23 個實驗」動手做 ⛦⛧⛧⛦ 新手也能輕鬆打造 LLM 智慧聯網便利生活! ⛦⛧你是否曾對家中智慧家電的運作原理感到好奇?常聽到「物聯網」這個詞,卻不太清楚它的真正含義?AI 聊天機器人這麼厲害,又該如何整合進智慧家電中?本套件將帶你從零開始,使用 ESP32 家族的 S2 mini 開發板連接感測器與電子元件,再透過 Python 撰寫程式,實作出各種有趣的物聯網應用。除此之外,還會進一步帶你認識 Web 與 MQTT 等網路技術,動手設計網路資料抓取、網頁遙控器、遠端鬧鐘、遠端留言板等實用功能。更好玩的是,我們把當前最夯的 LLM 技術也整合進來了!只要讓 S2 mini 透過 API 呼叫 LLM,就能用自然語言調整燈光顏色、生成音樂和弦,甚至自動摘要股市新聞。讓 AIoT 裡的「AI」不再侷限於傳統機器學習或基礎人工智慧,而是升級成真正懂你的智慧好夥伴!本書特色: 從書桌、床頭到大門,打造 LLM 時代的智慧居家物聯網生活▸ 從電子電路 → 程式設計 → 物聯網技術 → 整合 LLM,一套搞定▸ 獨門傳授免費串接 LLM API 的密技,讓 GPT 幫你作曲、控燈、做新聞摘要▸ 與 LLM 合作編寫程式,無論網頁前端或後端程式開發,不會寫的就問 Grok▸ 獨家教學 OLED 螢幕的中文顯示、小喇叭響起音樂和弦,完美貼近你我生活讓 AI 成為你的得力助手,全力支援你將書中實驗延伸出無限可能!組裝產品料件:ESP-32 S2 mini 開發板 × 1 片Type-C 傳輸線 × 1 條麵包板 × 1 片RGB LED 模組 × 1 個光線感測模組 × 1 個紅外線人體移動偵測模組 × 1 個小喇叭 × 1 個0.96 吋 OLED 螢幕模組 × 1 個溫濕度感測模組 × 1 個RFID IC 卡感應模組 × 1 個按壓開關 × 2 個公-公杜邦線 × 1 排公-母杜邦線 × 1 排排針 × 1 排Windows / macOS 均適用
優惠價: 95 1424
庫存:7
無Bugの境界:軟體測試工程技術詳解
滿額折
出版日:2025/07/19 作者:江楚  出版社:深智數位  裝訂:平裝
‧軟體測試職涯 探討職業發展與未來趨勢。‧實體到軟測 透過實例理解測試核心概念。‧需求評審技巧 強化文件評審與測試準確性。‧多種測試方法 涵蓋等價類、邊界值等技術。‧Bug追蹤管理 介紹禪道等工具提升效率。‧Linux與資料庫 強化測試環境與數據操作能力。‧Web自動化測試 使用Selenium+pytest提升效率。‧API測試實戰 從HTTP基礎到實際案例分析。‧封包抓取分析 利用Charles定位前後端問題。‧Python測試應用 透過Requests、pytest完成自動化。‧AI在測試中 NLP技術輔助測試,提升測試效能。‧求職與面試 履歷製作、題庫解析與模擬問答。本書內容包含測試職涯發展、學習路線與核心素質,並透過實體產品測試實例幫助讀者理解測試概念。軟體測試從需求評審開始,書中解析如何審查需求文件,確保測試的準確性,並深入探討測試計畫、測試用例設計與功能測試方法,如等價類劃分、邊界值分析、錯誤推測等,使讀者掌握測試用例的編寫與評審技巧。在測試執行方面,本書介紹 Bug 追蹤與測試管理工具,提升測試效率,並涵蓋 Linux 指令與 MySQL 操作,幫助測試人員搭建與管理測試環境。書中還深入探討 Web 自動化測試,透過 Selenium 與 pytest 測試框架與 POM 設計模式提升自動化能力,並介紹 HTTP 介面測試,幫助讀者強化 API 測試技能。此外,本書涵蓋封包抓取與分析,利用 Charles 工具解析封包內容,有助於前後端錯誤定位,並提供 Python 自動化測試應用,透過 Requests、pytest 提高測試執行效率。近年來 AI 在測試領域的應用日益重要,本書探討 AI 與 NLP 技術如何輔助測試,如自動生成測試用例與指令碼提升測試效能。
優惠價: 9 792
庫存:4
理解深度學習(簡體書)
滿額折
出版日:2025/07/01 作者:(美)西蒙‧J.D. 普林斯  出版社:清華大學出版社(大陸)  裝訂:平裝
一部**、通俗、前沿的深度學習指南。從機器學習基礎知識到前沿模型,《理解深度學習》精選關鍵理論與尖端主題,以直觀形式呈現高密度的核心知識。涵蓋熱門主題:如Transformer模型與擴散模型(Diffusion Model)。化繁為簡:先以通俗語言闡釋複雜概念,再輔以數學公式與視覺圖解深入解析。實踐導向:引導讀者動手實現模型的初級版本。配套資源豐富:提供教師課件、習題及Python Notebook程式設計練習。?適用讀者:適合已掌握應用數學基礎知識的本科生、研究生及從業者。
優惠價: 87 981
庫存:1
Written in Stone:A Journey Shaping Places in New Millennium China
滿額折
出版日:2025/05/16 作者:Polo Bourieau  出版社:香港大學出版社  裝訂:精裝
Written in Stone by Polo Bourieau is an extraordinary exploration of how monumental sculpture transforms urban spaces into places of meaning and connection. From the ancient marble quarries of Carrara to the skyscrapers of Hong Kong or the bustling lanes of Chengdu, this richly illustrated book charts Polo’s creative journey, offering profound insights into the dialogue between sculpture, architecture, and community.Structured as an epic narrative inspired by Joseph Campbell’s monomyth theory, Polo’s sculptures become the protagonists of our common narrative of adventure, transformation, and identity. With reflections on the creative process and a conversation with urban planner and design writer Catherine Shaw, the book delves into the challenges and realities of creating public art in the dynamic landscapes of 21st-century China.Written in Stone offers a philosophical meditation on the power of art to shape our cities and ourselves. It invites readers—whether city planners,
優惠價: 79 1762
庫存:5
問ChatGPT也不會的Python量化交易聖經:從分析到真實交易一本全會
滿額折
出版日:2025/03/19 作者:黃子靜; 張峮瑋  出版社:深智數位  裝訂:平裝
★國內金控現職量化交易研究人員傳授從量化分析到真實交易系統建置,一本書全學會 ☆量化統計專家 + 程式交易員共同帶你使用 Python 攻略台股量化分析及自動交易 ★問 ChatGPT 也無法得知的秘辛!量化交易研究人員帶你少走冤枉的量化交易研究之路投資是一門藝術,有時候做正確的事情不一定會賺錢,做錯誤的事情也未必會賠錢,只有長期投資績效才見的到真章,但如果等到長期交易最終賠錢才發現自己在做錯誤的事情,那就失去了時間又賠了金錢,得不償失。 剛入量化投資這一行的人,很容易被高績效迷惑了,而忽略了自己的交易策略是否合理。我們作為相對的未來人,使用歷史數據來建構策略,很容易有意無意窺探到了未來資料,或者是過度擬合數據以及未盡詳盡的統計分析,導致我們誤以為尋找到了長期穩定可以產生超額報酬的交易策略。綜合上面所述,本書在技術上說明如何做量化分析、建構策略、AI 訓練市場數據及將一個策略架設排程每天去真實自動交易,另一大重點是,我們會在統計分析及建構策略的過程中,不斷向讀者說明如何避開建構出回測一條龍,上線一條蟲的策略。結合我們多年的量化研究及真實交易的經驗,透過一些特徵,我們可以避開錯誤的方式去建構策略,期待讀者在研究交易的路可以少走一點彎路。 我們在學習量化分析及真實交易的過程中,很有可能在前面幾年處處碰壁,甚至難以贏過大盤,但是我們深信有金融知識以及數學量化的基礎支持,不斷的學習,小心控制風險,終究有一天會研究有成,在長期績效中贏過大盤,我們透過本書,期望可以與讀者共同成長,並且我們留下了可以供讀者發問的地方,隨時可以共同探討量化及投資相關的議題。
優惠價: 9 792
庫存:5
電腦視覺與深度學習
95 折
出版日:2025/02/01 作者:繆紹綱  出版社:高立  裝訂:平裝
這本書引導讀者從廣闊的人工智慧來到深度學習的核心概念,深化對機器學習的理解,並揭示電腦視覺如何利用機器學習來模仿和擴展人類的視覺能力。深度學習顯著提升了電腦視覺技術的效能,而成功的電腦視覺案例又進一步推進深度學習領域的發展,形成一個良性循環。 書中不僅提供扎實的理論基礎,更搭配豐富實用的範例,這些範例都是用強大且被廣泛運用的 Python 程式語言編寫。透過這些範例,讀者能更直觀地掌握書中所述的概念,並將理論付諸實踐。 本書特別為對影像處理與電腦視覺懷抱熱情的讀者而設計,無論是大學部或研究所的學生,或是渴望自學精進的其他族群,都能從中獲益良多。
優惠價: 95 760
庫存:1
數位審計抽樣與評估 (Auditing Sampling) 應用實例演練(附試用教育版軟體90天使用權+教學演練資料)
滿額折
出版日:2025/02/01 作者:黃秀鳳  出版社:傑克商業自動化  裝訂:平裝
在數位化時代,審計從業人員必須掌握前沿的AI智能稽核技術,以提升自動化效能並降低偵查風險。國際審計準則(ISA)提高了會計師的責任,要求更高的審計品質,智能資料分析技術已成為不可或缺的工具。JCAATs 為Python-Based AI新世代的通用稽核軟體,以AICPA美國會計師公會推薦之Python 軟體開發,遵循 ISA 530: Audit sampling (統計抽樣)規範提供多種數位審計抽樣方法,增強全面當代數位審計抽樣的作業流程,除了隨機抽樣、分層抽樣外,並提供控制測試常用之屬性抽樣與評估及證實測試常用之元單位抽樣與評估等功能,讓審計抽樣更完整。 本講義以「數位審計抽樣與評估」為主題,提供完整實例上機演練資料,由國際專業稽核實務顧問群精心編寫,經國際電腦稽核教育協會(ICAEA)認證,透過實務案例上機演練方式,帶領學員有效學習符合審計準則的數位化技術與方法,熟悉各種抽樣技術進行樣本抽選、結果查驗並進行查核結果評估,以簡易且友善使用介面,讓會計師與審計人員快速進入智能數位審計時代,學員可透過申請獲得JCAATs AI審計軟體試用教育版90天使用權,無論是會計師、審計人員、內部稽核還是大專院校的師生,本書皆是提升審計品質的必備工具,期待您的參與與交流。◎代理經銷 白象文化
優惠價: 9 1080
庫存:1
電腦網際網路:由上而下的方法(國際版)
滿額折
出版日:2025/02/01 作者:Kurose; 資訊研究室  出版社:全華圖書  裝訂:平裝
這本書專為計算機網路的入門課程而設計。內容上的編排假設讀者已有基本的 C、C++、Java 或 Python 程式語言經驗(即便如此,僅在少數部分會涉及程式設計)。與其他計算機網路的基礎教科書相比,本書更具嚴謹性與分析深度,但特別設計為僅需高中程度的數學基礎。避免了進階微積分、機率或隨機程序的概念(但提供進階習題,供有需要的讀者挑戰)。因此,本書適合用於大學或研究所第一年的「電腦網路」或「計算機網路」課程,同時對電信業界的專業人士也有極大的實用價值。
優惠價: 95 760
庫存:4
Raspberry Pi 樹莓派:AI × OpenCV × LLM × AIoT 創客聖經
滿額折
出版日:2024/12/02 作者:陳會安  出版社:旗標出版社  裝訂:平裝
⛧⛦ 樹莓派 5 / 樹莓派 4 皆適用 ⛦⛧⛧⛦ 一本帶你玩翻人工智慧與物聯網 ⛦⛧『Raspberry Pi 樹莓派』是一款信用卡大小的單板迷你電腦,深受全球創客的喜愛。本書將引領你踏上創客之路,利用樹莓派建立 IoT 物聯網與 AIoT 智慧物聯網,以及親手打造遙控串流視訊車、自動避障車、物體追蹤車與 AI 自駕車。甚至讓你在樹莓派上運行 LLM 大型語言模型,並透過 Python 與 LLM 技術,以自然語言進行硬體控制。是不是已經迫不及待、躍躍欲試了呢?或許還有點擔心沒有基礎,會難以上手?請放心。本書將從樹莓派的購買、安裝與設定開始,逐步帶領你使用 Windows 電腦遠端操作樹莓派,並介紹 Linux 系統指令與伺服器架設,讓你不再畏懼終端機黑畫面的文字模式。接下來,我們將探索樹莓派的 GPIO 腳位,並透過 Python,甚至結合 ChatGPT API 和 LLM 等生成式 AI 來控制硬體。同時,本書也涵蓋如何在樹莓派上使用 Pico 開發板或 Arduino 開發板進行軟硬體整合,為你提供更多面向的選擇。更精彩的是,運用 Pi 相機模組或 Webcam 攝影機,並結合 OpenCV 電腦視覺套件與多種知名的深度學習模型,實作人臉偵測、手勢追蹤、人體姿態估計、即時物體偵測、文字偵測與車牌辨識等 AI 應用。至此,你便能輕鬆跟著我們的腳步,透過 Node-RED 物聯網開發工具和 Teachable Machine 來建立 AIoT。此外,也能透過整合超音波感測器、OpenCV 和 TensorFlow Lite,打造出自動避障車、物體追蹤車以及 AI 自駕車。無論你是創客新手或進階愛好者,本書將幫助你全面掌握樹莓派,發揮你的創意,輕鬆進行各種 AI 軟硬體整合專案!本書特色: ➢ 無需額外設備,從 Windows 電腦遠端操作樹莓派➢ 從零開始學習 Linux 系統與伺服器架設➢ 透過 Python 結合 GPIO 腳位與 ChatGPT API 或 LLM,以文字控制硬體➢ 同場加映樹莓派 Pico W 與 Arduino Uno 開發板的應用➢ 建立 Pi 相機模組或 Webcam 攝影機的網頁串流視訊➢ 搭配 OpenCV 電腦視覺套件,實作人臉、手勢、姿勢、物體、文字、車牌等偵測與辨識➢ 活用 YOLO、MediaPipe、CV
優惠價: 95 836
庫存:4
The One Year Bible the Message, Large Print Thinline Edition (Softcover)
滿額折
出版日:2024/10/08 作者:Eugene H. Peterson  出版社:NAV PR  裝訂:平裝
The One Year Bible--discover one year Bible reading made simple and achievable!Millions of people have benefited from reading through God's entire Word by using The One Year Bible. Now available in The Message Translation! This bestselling reading Bible divides the text into 365 sections, so you can read through the entire Bible in one unforgettable year--in as little as 15 minutes a day.Convenience No other "through the Bible" plan presents the entire Bible in such a user-friendly format. Start any day of the year!The Message Translation The Message is a reading Bible that uses contemporary language translated from the original Greek and Hebrew Scriptures by scholar, pastor, author, and poet Eugene Peterson. Thoroughly reviewed and approved by twenty biblical scholars, The Message combines the authority of God's Word with the cadence and energy of conversational English.Unique Design Each 15-minute daily reading includes a portion from the Old Testament, the New Testament, Psalms, and
優惠價: 1 950
庫存:1
Stone Island
79 折
出版日:2024/10/01 作者:Eugene Rabkin; Carlo Rivetti  出版社:Rizzoli International Publications  裝訂:精裝
In the world where brands take from the culture, through its four-decade existence Stone Island has been contributing to it. The long roster of its celebrity fans includes Oasis frontman Liam Gallagher, rappers Drake and Travis Scott, and football guru Pep Guardiola. But it s not the celebrity nod that has made Stone Island a cultural cornerstone; it was the brand s ardent everyday fans who have always appreciated its mix of performance and toughness.At the center of Stone Island s success lies its relentless pursuit of excellence in design, and uncompromising spirit of experimentation with fabric treatment and dyeing techniques. This product-oriented stance has secured the brand s unique place outside of fashion s hierarchy. This definitive monograph captures the story of Stone Island, combining its history and ethos into one definitive source.With never-before-seen images and three major texts capturing the brand s story, it will surely delight the brand s diehard fans as well as tho
優惠價: 79 2252
庫存:1
道法自然進行式
滿額折
出版日:2024/09/30 作者:艾倫.M..伯格等22人-作; 凱倫.麥克勞斯基-繪  出版社:田園城市文化  裝訂:精裝
伊恩.麥克哈格以《道法自然》(Design with Nature)一書而聞名,該書開創生態規劃的思想,強調人與自然環境之間的和諧共生關係,並提出生態景觀設計與永續環境規畫的重要方法,引發公眾對環境議題的深度關注,是20世紀最有影響力的環境規劃師和景觀設計師之一。2019年是《道法自然》出版50周年,弗雷德里克,斯坦納等世界各國深受麥克哈格思想影響的專家學者共同合作,編著了《道法自然進行式》(Design with Nature Now)一書,目的除了紀念麥克哈格以及他偉大的思想,更重要的是探討過去50年的道法自然理念發展,以及如今這個時代所面臨的問題以及應對的永續設計方向。
優惠價: 9 3150
庫存:4
The Incredible Pop-up Bug:With 20 flaps to lift and GIANT pop-ups
滿額折
出版日:2024/09/12 作者:Ben Hoare; Jasmine Floyd  出版社:Templar Publishing  裝訂:立體書
An intricate pop-up book bursting with beautiful bugs.Discover a treasure trove of bugs and other invertebrates in this deluxe pop-up book.Packed with multi-layered pop-ups and flaps to lift, this incredible feat of paper-engineering takes a close-up look at insects and arachnids, and their incredible lives. From shiny bright beetles, to giant-winged butterflies, to silk-weaving spiders, this book reveals wonder after wonder, page after page.Written by award-winning wildlife journalist, Ben Hoare, and illustrated in striking colour and texture by rising star Jasmine Floyd, this fact-packed pop-up shows the true beauty of the insect kingdom. With a sparkling holographic cover and stunning Psychedelic design, it's the perfect gift for anyone from seven to 99!
優惠價: 79 1087
庫存:2
My Big Book of Happy Sounds
滿額折
出版日:2024/08/20 作者:Marion Cocklico  出版社:Twirl  裝訂:音效書
"Good morning!" Kiss kiss! Clapping and laughing... Who or what's making that sound? Press the buttons to find out! An interactive sound book: Young readers develop important listening skills as they explore sounds and words in their language development. Whether it's rain falling or a bird singing, children learn to recognize sounds that make them feel good and happy, and that these sounds can be found everywhere and all year round. - 20-button sound panel with more than 100 sounds and words - Detailed illustrations keep readers engaged - Durable board book design is ideal for travel and just the right size for little hands Children who enjoy My Big Book of Happy Sounds will also enjoy My Big Book of Sounds and My Big Book of Nature Sounds. - Interactive children's sound book - Fun family read-aloud books - Books for children aged 0 to 3 - Books for preschool and up
優惠價: 79 691
庫存:3
John Maeda: Designing the Future
滿額折
出版日:2024/07/17 作者:Interviews by Chris Davis  出版社:香港城市大學出版社  裝訂:精裝
This book tells the truly unique life story of Dr. John Maeda, a visionary leader in multiple fields and recipient of a City University of Hong Kong Honorary Doctorate. The book discusses Dr. Maeda’s most interesting experiences, from his childhood at his parents’ tofu factory in Seattle to his days as an MIT professor, a pioneering digital artist, Silicon Valley venture capitalist, and more. It is suitable for readers interested in art, design, technology, artificial intelligence, and theAsian immigrant family experience in the United States.
優惠價: 79 1359
庫存 > 10
Ageing Care in the Community: Current Practices and Future Directions
滿額折
出版日:2024/02/01 作者:Edited by Kenneth Nai-kuen FONG and Kar-wai TONG  出版社:香港城市大學出版社  裝訂:平裝
Population ageing is a challenge to societies worldwide in terms of healthcare, social support, community infrastructure, and more. With one of the longest life expectancies in the world, Hong Kong will soon see a dramatic increase in the number of older residents together with a decrease in the old age dependency ratio. This book provides a timely examination of the current status and services available for Hong Kong’s ageing population in four key areas: general healthcare needs, such as health promotion and lifestyle modifications; specific healthcare needs, including care of chronic conditions and hip fractures; psychosocial needs for older people with intellectual disabilities and impairments, as well as the needs of their caregivers; and environmental and technological needs in relation to universal design, information and communication technology, and telehealth.Drawing from a wide range of experience in local professional settings combined with international best practices, the
優惠價: 79 845
庫存 > 10
精通機器學習:使用Scikit-Learn, Keras與TensorFlow
滿額折
出版日:2024/01/04 作者:Aurelien Geron  出版社:美商歐萊禮  裝訂:平裝
建立智慧型系統的概念、工具與技術「這是一本出色的機器學習資源,包含淺顯易懂的解說,以及豐富的實用技巧。」—François CholletKeras作者,《Deep Learning with Python》作者「本書是運用神經網路來解決問題的絕佳入門資源,涵蓋理論及實踐。推薦給想學習實用機器學習技術的人。」—Pete WardenTensorFlow行動主管深度學習在經歷了一系列的突破之後,已經推動了整個機器學習領域的發展。如今,即使是對於這項技術非常陌生的程式設計師,也能夠使用簡單、高效率的工具,寫出能從資料中學習的程式。這本暢銷書使用具體的例子、最少的理論,以及具備生產水準的Python框架(Scikit-Learn、Keras和TensorFlow)來協助你直接瞭解智慧系統的建構概念與工具。在這本第三版中,作者Aurélien Géron將探索一系列的技術,從簡單的線性回歸開始,逐步發展到深度神經網路。本書包含許多範例程式和習題來幫助活用所學,只要具備一些程式設計經驗即可入門。‧使用Scikit-Learn自始至終完成機器學習專案‧探索多種模型,包括支援向量機、決策樹、隨機森林,和集成方法‧運用無監督學習技術,例如降維、聚類法和異常檢測‧深入探討神經網路架構,包括摺積神經網路、遞迴網路、生成對抗網路、自動編碼器、擴散模型、轉換器‧使用TensorFlow和Keras建構和訓練神經網路,以進行計算機視覺、自然語言處理、生成模型和深度強化學習
優惠價: 9 1080
庫存:2
Little Dinosaurs, Big Feelings (英國版)
49 折
出版日:2024/01/04 作者:Swapna Haddow; Yiting Lee  出版社:Magic Cat Publishing  裝訂:精裝
聽聽恐龍們的故事,並發現如何使用簡單的正念練習來應對不同的情緒。這本適合5歲以上兒童的情感和感受全彩指南提供了:l 十個可朗讀的故事,展示了幫助應對不同情緒的工具l 以溫和易接近的方式開展關於情感的對話的機會l 來自澳大利亞兒童心理學家安伯·歐文的簡單正念練習l 甜美、色彩繽紛的插圖,為故事增添生動,並提供了逐個討論每種情感的機會l 書末有一份“如何使用本書”的指南,供照顧者參考。A mindful guide to mastering dinosaur-sized feelings from multi-award-winning author Swapna Haddow and her evolved dinosaur friend, Doctor Diplo.Doctor Diplo is the Jurassic kingdom's best-loved therapist.Meet him and ten of his Jurassic friends...Steggie the Angry DinosaurRex the Scared DinosaurBruno the Sad DinosaurMinka the Happy DinosaurPoppy the Lonely DinosaurPercy the Shy DinosaurTerrie the Excited DinosaurTrev the Overwhelmed DinosaurIggy the Bored DinosaurNino the Content DinosaurHear their stories, and discover how to navigate different emotions with simple mindfulness tools and exercises.This cute and funny, full-colour guide on emotions and feelings for children 5+ offers:-Ten read-aloud stories demonstrating tools to help navigate different emotions-An opportunity to open up conversat
優惠價: 49 399
庫存 > 10
Raspberry Pi 錦囊妙計:軟硬體問題與解決方案
滿額折
出版日:2023/12/25 作者:Simon Monk  出版社:美商歐萊禮  裝訂:平裝
Simon Monk對Raspberry Pi百科全書般的豐富知識讓本錦囊妙計第四版成為任何嘗試邁入數位製作世界者的完美指南。本書細節的廣度和深度同時適合初學者和經驗豐富的自造者!------Raspberry Pi的共同創造者Peter Lomas如果你已經開始玩Raspberry Pi,將會發現它的能力持續在擴充。這本膾炙人口的錦囊妙計第四版提供超過200個實作範例(皆附上程式碼),示範如何於此迷你且低成本的電腦執行Linux,用Python為它寫程式,將它接上感測器和馬達來玩物聯網(IoT)。此新版包含關於Raspberry Pi Pico和以Raspberry Pi做機器學習的新章節。多產的駭客暨作者Simon Monk也會教導基本原則,引導你利用Raspberry Pi使用新技術。透過簡易的範例說明如何:.設定你的Raspberry Pi並連接網路.使用它的Linux作業系統.用Python為你的Raspberry Pi寫程式.使用電腦視覺賦予你的Pi一雙眼睛.使用機器學習從影像和聲音辨識物體.藉由GPIO連接器控制硬體.使用你的Raspberry Pi控制不同類型的馬達和顯示器.使用開關、數字鍵盤和其他數位輸入裝置.使用感測器測量溫度、光線和距離.以不同方法連接至Iot裝置來自動化你的家.使用Raspberry Pi Pico微控制器版
優惠價: 9 882
庫存:1
C#也能完整AI:TensorFlow.NET實戰現場
滿額折
出版日:2023/12/20 作者:仇華; 陳海平  出版社:深智數位  裝訂:平裝
★在最熟悉的作業系統、IDE中,用Tensorflow開發深度學習專案★☆使用Tensorflow.NET在Visual Studio下完成AI開發☆坊間幾乎所有和AI、深度學習、機器學習有關的書籍或教材,均是以Python及相對的框架進行開發,並且建議架設在Linux上。雖然這個環境非常適合進行AI專案的開發,但對於已經熟悉Visual Studio下.NET架構的大部分Windows開發者來說,如果能使用Tensorflow的強大,再加上早就上手的.NET甚至是C#語言,學習曲線真的就只剩下深度學習,排除了Linux及Python的困難。微軟在.NET平臺上引入機器學習,努力使機器學習技術跨越鴻溝,普及至大多數人手中。微軟的ML.NET旨在實現人工智慧的「民主化」,讓每個人都能使用並受益於人工智慧技術。在.NET生態中,人工智慧領域的SciSharp Stack團隊為TensorFlow提供了.NET Standard Binding,使得.NET開發人員可以使用C#在跨平臺的.NET Standard框架上開發、訓練和部署機器學習模型。他們還打造了TensorFlow.NET這個專屬於.NET開發人員的機器學習平臺,簡化了使用TensorFlow的過程。本書即是針對這個族群的使用者,讓.NET眾多的使用者直接跨入AI的領域,在最親切的環境學習,一定會事半功倍。本書為介紹TensorFlow.NET的詳細指南,共有23章。探討雲端運算、人工智慧、巨量資料和雲端原生應用對生活產生了深遠影響,之後說明機器學習.NET開發者的特點,在.NET生態中,SciSharp Stack的團隊,為TensorFlow提供了.NET Standard Binding,使.NET開發人員可以使用C#開發、訓練和部署機器學習模型。其中的產品就是TensorFlow.NET。書中包括資料型態與張量詳解、Eager Mode詳解、自動求導原理與應用、線性回歸實操、MNIST手寫字元分類邏輯回歸、tf.data資料集建立與前置處理、深度神經網路實踐、AutoGraph機制詳解,以及.NET Keras簡明教學等。最後一部分是生產應用與案例,包含CPU和GPU環境下的TensorFlow.NET應用、工業生產環境應用案例、在C#下使用TensorFlow.NET訓練自己的資料集、視覺影像分類
優惠價: 9 972
庫存:3
A Treasury of Ballet Stories
滿額折
出版日:2023/10/19 作者:Caryl Hart; Briony May Smith  出版社:Pan Macmillan  裝訂:精裝
Step into the magical world of the ballet with this timeless collection of four stories, each one based on a beloved classical ballet, now beautifully reimagined by the award-winning Caryl Hart, with luminous illustrations throughout from Briony May Smith. Delight in dancing swans, fantastical firebirds, sleeping princesses and sugar plum fairies in this fresh, dynamic and magical collection that will delight all ages from 5 and up. With its gold foil cover, jewellike colours and striking design, this is the ultimate gift for all fans of ballet and fairy tale and a glorious celebration of story, dance and theatre.A book to treasure and share. Featuring Swan Lake, Sleeping Beauty, The Firebird and The Nutcracker.
優惠價: 79 738
庫存:1
My Art Book of Adventure
滿額折
出版日:2023/09/07 作者:Shana Gozansky  出版社:Phaidon Press Ltd  裝訂:硬頁書
Selected as one of Oprah’s Favorite Things 2023 As Oprah says on OprahDaily.com – 'Created for kids, these little books pair famous artworks (Gauguin! Kerry James Marshall!) with read-aloud text ("Love is... soft snuggles... and tender nuzzles").So special – adults will want them, too.' This keepsake children’s book celebrates adventure in a new and accessible way: through art Featuring a bright stylish cover and sturdy colorful pages, My Art Book of Adventure pairs 35 famous artworks with joyful read-aloud text, illustrating the many feelings that come with big milestones. A beautiful gift for babies, toddlers, and young children, as well as new and expecting parents, My Art Book of Adventure presents vibrant paintings, drawings, and sculptures by a diverse array of artists – from Edward Hopper and Henri Matisse to Amy Sherald and Yinka Shonibare. With its elegant design and heartwarming descriptions, My Art Book of Adventure will be treasured by little ones and grown-ups alike. Part
優惠價: 9 807
庫存:2
Fading Neon Lights- An Archive of Hong Kong’s Visual Culture
滿額折
出版日:2023/03/01 作者:Brian Sze Hang Kwok  出版社:香港城市大學出版社  裝訂:平裝
The book documents Hong Kong’s neon signs whilst taking on a historical, socio-cultural, and contextual study of visual culture around the city. It explores the inter-related components of neon signs, including each sign’s unique visual aesthetic and design, the history of craftsmanship and training, and how the streetscape relates to Hong Kong’s consumer culture.
優惠價: 79 1420
庫存 > 10
100 Things to Know About Architecture
滿額折
出版日:2023/01/31 作者:Louise O'Brien  出版社:Frances Lincoln Publishers Ltd  裝訂:精裝
Learn all about the world of architecture in only 100 words! This book explores the most iconic buildings from around the world as well as the history of architecture, from basic huts to incredible skyscrapers. From columns to pyramids, each of the carefully chosen 100 words has its own 100-word long description and colourful illustration, providing a fascinating introduction to amazing architecture from throughout history.From the familiar to the jaw-dropping, the medieval to ultra-modern, this is an inspiring look at some of architecture's greatest developments.With a clean, contemporary design, each word occupies a page of its own. A large striking illustration neatly encapsulates the accompanying 100 words of text.A fascinating introduction to cool buildings in a fun and accessible format, this is the perfect gift for aspiring architects or curious young minds!
優惠價: 79 651
庫存:1
That's a Wrap!: 12 Gift Wrapping Sheets for Any Occasion
滿額折
出版日:2022/11/08 作者:Korie Herold  出版社:Paige Tate Select  裝訂:平裝
12 sturdy wrapping paper sheets and matching gift tags featuring elegant, hand-drawn illustrations--all conveniently bound together in a book. Whatever the season or occasion may be, artist Korie Herold's set of beautiful wrapping paper and matching gift tags will make your presents even more meaningful. Bound together in a book to make for easier storage, this set of uniquely designed gift wrap sheets makes gift-gifting effortless and easy. Just tear out a 19" x 26" sheet whenever you need to wrap something special. Perfect for anyone who loves beautiful paper goods. That's a Wrap gift paper set features: - 12 thick, matte 19" x 26" wrapping paper sheets - 12 punch-out matching gift tags - Hand-drawn illustrations featuring nature artwork and neutral colors - Basic, easy-to-follow tips for beautiful gift-wrapping Bestselling author and artist Korie Herold's line of books, journals, and products combine quality materials with timeless design--with the goal of helping you share beautifu
優惠價: 79 689
庫存:2
Cat Family Christmas:An Advent Lift-the-Flap Book (with over 140 flaps)(翻翻書)
滿額折
出版日:2022/11/01 作者:Lucy Brownridge; Eunyoung Seo  出版社:Frances Lincoln Publishers Ltd  裝訂:精裝
Count all the way to Christmas Eve with the Cat Family in this lift-the-flap advent calendar-style book with more than 140 doors to open. Help the Cat Family decorate, bake and prepare the house for the holiday season as you count down the twelve days til Christmas. Just like an advent calendar, Cat Family Christmasends with the excitement and anticipation of Christmas Eve.Open up tiny but sturdy flap 'doors' on each one of the 24 pages to reveal little details and surprises. Peer inside the cupboard doors and different-sized tins in the busy Cat Family kitchen to find the missing ingredients for the cake. Open all the front doors on the street when the Cat Family go carol singing.This is a whimsical Christmas book that gives the Victorian advent calendar tradition a contemporary twist for advent calendar door-hungry hands. Every page is rich with Liberty print-style pick-and-mix patterns and William Morris-inspired friezes. The Cat Family are full of character and personality, and the
優惠價: 79 651
庫存 > 10
The Magic of MinaLima (Wizard World Harry Potter)
滿額折
出版日:2022/10/20 作者:Miraphora Mina; Eduardo Lima  出版社:HarperCollins Publishers  裝訂:精裝
從發想到創作歷程,最詳實的記錄!《哈利波特》與《怪獸》系列,打造了一個波瀾壯闊的魔法世界,而作為電影視覺設計團隊,MinaLima以豐沛的想像力與創造力,及無與倫比的熱情和實驗精神,重現了場景裡的各式道具。不只是普通的美術設定集,兩人藏在書中的互動機關,更準備帶給你前所未有的魔法體驗。能如此完美地還原羅琳筆下的巫師世界,也是一種魔法吧。在麻瓜眼前毫不保留地大展身手,魔法部怎麼還不來抓人。A full-colour illustrated compendium chronicling the magical twenty-year journey of acclaimed art and design studio, MinaLima, the creative genius behind the graphics for the Harry Potter film series. "It all started with a letter ..." Miraphora Mina and Eduardo Lima began their extraordinary partnership in 2001 when Warner Bros. invited them to realize the imaginative visual universe of the Harry Potter film series. The two artists would never have guessed that the graphic props they designed for the films - including the Hogwarts acceptance letter, Marauder's Map, Daily Prophet newspaper, The Quibbler and Weasleys' Wizard Wheezes - would become cultural icons loved by Wizarding World fans around the world.Eight years later, the pair formed their own design studio, MinaLima, and expanded their
優惠價: 79 1738
庫存:4
Funk & Soul Covers
滿額折
出版日:2021/10/31 作者:Joaquim Paulo  出版社:Taschen GmbH  裝訂:精裝
Following the success of Jazz Covers, this epic volume of groove assembles over 500 legendary covers from a golden era in African American music. Psychedelia meets Black Power, sexual liberation meets social conscience, and street portraiture meets fantastical cartoon in this dazzling anthology of visualized funk and soul.Gathering both classic and rare covers, the collection celebrates each artwork's ability to capture not only a buyer's interest, but an entire musical mood. Browse through and discover the brilliant, the bold, the outlandish and the sheer beautiful designs that fans rushed to get their hands on as the likes of Marvin Gaye, James Brown, Curtis Mayfield, Michael Jackson, and Prince changed the world with their unique and unforgettable sounds.Featuring interviews with key industry figures, Funk & Soul Covers also provides cultural context and design analysis for many of the chosen record covers.
優惠價: 95 3135
庫存:1
網路規劃與管理實務:協助考取國際網管證照
滿額折
出版日:2021/10/12 作者:蕭志明  出版社:旗標出版社  裝訂:平裝
內容介紹: Ⓞ釐清網路技術的來龍去脈, 用最有效率的方法考取 CCNA 證照!Ⓞ涵蓋最新版 CCNA 200-301 認證考試範圍目前 Cisco (思科) 定位 CCNA 不只包含路由器與交換器的技術,而是整合了 QoS、無線網路與網路安全相關知識,並加入最新的智慧型網路介紹 (Virtualization、Cloud、SDN、Cisco DNA Center) 及各種網路自動化概念 (Python、Rest API、Ansible...),使得整個 CCNA 認證範圍變成更廣泛,考試更難以準備。本書並非 Cisco 官方教材,然而作者以多年教導 CCNA 的教學經驗來撰寫本書,設計一套由「網路運作理論」到「網路設備實作」的學習歷程,以循序漸進的方式來幫助初學者快速打好網路基礎。包括學習各種網路協定、無線網路、QoS、網路安全,從網路架設的層面,進步到管理整個網路的全貌。此外也會介紹未來網路管理的趨勢 - 自動化,用程式協助做網路自動化管理已是大勢所趨,書中會以 Python 與 Ansible 等工具帶讀者進行實戰,實際體驗網路自動化的做法。本書除了帶領讀者通透了解 Cisco 網路設備的操作、管理,迅速掌握 CCNA 認證考試的重點外,課程內容亦涵蓋考試範圍外的深入網路技術,因此更是培訓專業網管工程師的絕佳參考用書!最後,本書提供了 Facebook 社團教學討論區 (https://bit.ly/2ZWfVVN) 及 LINE 社群教學討論區 (https://bit.ly/3B3VczC),讀者可以將本書內容的問題直接回饋給作者,書中也針對部分基礎課程提供影音教學 (詳內文),希望透過彷彿參與真人教學般的學習模式,協助讀者達到最佳的學習成效! 本書特色: ● 去蕪存菁!涵蓋最新版 CCNA 200-301 國際網管認證考試範圍,系統化整理最精華的網路概論知識!● 鉅細靡遺!使用 WireShark 捕捉、分析網路封包,詳細解說各種網路協定運作的細節● 實務演練!建構各種網路架構帶領您反覆演練,累積實作練習經驗,認證應答更有把握● 經驗養成!將故障排除的過程步驟化,快速抓出網路故障問題,厚實網管實務經驗與能力● Python 網管程式範例實戰● Ansible Playbook 腳本範例實戰● Kali Linux 網路攻防實戰&
優惠價: 95 931
庫存:1
高手才用C語言:Windows C/C++加密解密實戰
滿額折
出版日:2021/09/16 作者:朱晨冰; 李建英  出版社:深智數位  裝訂:平裝
用最強大的Windows C/C++暴力破解密碼一窺這個充滿數學及程式語言的新世界【本書特色】◎支撐現代人類經濟活動的就是密碼學◎用最強大的Windows C/C++暴力破解 ◎一窺這個充滿數學及程式語言的新世界C/C++一直是程式語言的王者,再方便的Python,再強大的Java,再物件化的Ruby,都沒有C/C++來得暴力直接,使用C/C++是最能了解密碼學的極佳工具。【本書內容】雖然量子電腦
優惠價: 9 882
庫存:2
金融AI:人工智慧的金融應用
滿額折
出版日:2021/07/08 作者:Yves Hilpisch  出版社:美商歐萊禮  裝訂:平裝
運用Python的學習指南「全面且直觀的作法,本書必定是金融從業人員與學者的重要參考。」—Abdullah Karasan資料科學家兼顧問「針對期望解決各種計量金融問題的機器學習從業人員,這是一本出色的指南」—Tim NugentRefinitiv資深研究科學家AI與機器學習的廣泛運用,讓許多行業發生突破性變革。一旦將程式取得的歷史和即時金融資料,與這些新技術相結合,金融業也產生巨大變化。有了這本
優惠價: 9 792
庫存:1
Nuno: Visionary Japanese Textiles
滿額折
出版日:2021/07/01 作者:Reiko Sudo  出版社:Thames & Hudsons UK  裝訂:精裝
Named with a simple word meaning ‘cloth’, NUNO is one of Japan’s most important textile-design companies. Founded in 1984 by the legendary Junichi Arai and the company’s current director, Reiko Sudo, it is recognized as one of the world’s most innovative textile producers. Known for weaving together tradition and cutting-edge technology, NUNO designers are inspired by the past, present and future, integrating unexpected elements, such as paper or feathers or aluminium, with industrial methods, such as spatter-plating and chemical etching.All NUNO textiles – more than 2,500 have been created – are produced in Japan and are usually the handiwork of an individual craftsperson. Each bolt of cloth has a story to tell. Though their textiles appear regularly in books, textile exhibitions and museum collections, a comprehensive NUNO monograph has not existed - until now.Featuring the most outstanding, influential or experimental fabrics, the book is organized into seven chapters, each based on
優惠價: 79 2173
庫存:1
Who Did This Poo? (a Jigsaw Puzzle) (100 Pieces)
滿額折
出版日:2021/05/06 作者:Aidan Onn; Claudia Boldt  出版社:Laurence King Pub  裝訂:盒裝
Follows the highly successful Who Did This Poo? series100 PIECE PUZZLE: The huge 100-piece colourful jigsaw puzzle follows after the hugely successful Who Did This Poo? series.FUN FOR AGES 4+COLOURFUL DESIGN: This huge floor puzzle is just under 3ft wide when fully made. Kids will love the colourful animal and poo illustrations as they piece together this jigsaw puzzle.EDUCATIONAL: Learn as you create the jigsaw puzzle as the booklet within contains information on all 25 animals and their poo!GIFTS: Best gifts for little ones - what kid doesn't love poo! Plenty of fun to be had while identifying animals and their poo.BESTSELLING SERIES: Poo Bingo and Who Did this Poo? A Matching and Memory GameThere are so many different kinds of poo out there. Did you know that wombats poo in cubes? And that penguins poo in squirts that are different colours depending on what they've eaten? Find out all you ever wanted to know about animal poo while building this colourful floor puzzle.
優惠價: 79 651
庫存:1
Space Maps:Your Tour of the Universe
滿額折
出版日:2020/09/03 作者:Lara Albanese; Tommaso Vidus Rosin  出版社:What on Earth Publishing UK  裝訂:精裝
Are you ready to begin your journey through space? Then all you have to do is look up into the night sky. What can you see?Marvel at the twinkling stars, and the constellations that they make. Learn about what different cultures call each shape and what the patterns means to them.Then get ready to venture farther – out into the solar system and past what the naked eye can see. Hop from planet to planet and discover what makes Earth different, or similar, to its celestial neighbours. Marvel at the ways that humans have explored our solar system, and beyond, with space shuttles, rockets and probes. There is a whole wide universe out there, with secrets and mysteries to solve.Grab your telescope and get ready for the intergalactic journey of a lifetime!
優惠價: 79 825
庫存:1
  • 59792
    1495
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 1495

暢銷榜

客服中心

收藏

會員專區