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

Distributed Multiple Description Coding

33
1 / 1
Python 資料結構X演算法刷題鍛鍊班:234 題帶你突破 Coding 面試的難關
滿額折
出版日:2022/12/21 作者:謝樹明  出版社:旗標出版社  裝訂:平裝
★求職/轉職必看!Coding 面試的衝刺總複習★★57 大重點 × 74 道面試題 × 160 個例題,紮實打好基本功★要在程式開發這條路走得夠長、夠遠,資料結構和演算法是公認必修的基本功,透過觀摩、思考各種程式設計的經典問題,不斷演練、改進自己的程式,是提升程式設計功力的不二法門。也許你聽過在 IT 業界打滾多年的老手說:實際 Coding 都沒在管資料結構、演算法,只要功能寫得出來、符合規格,誰管你用甚麼方法,太冷門的寫法反而沒人看得懂。有些 Coding 的工作也許真是如此,先求有再求好,但老手前輩們沒跟你說的是…,在獲得工作前,求職面試這關就要先考考你對資料結構或演算法的理解程度,好評斷你的程式功力。有不少網站大量蒐集各種程式設計的考題,供使用者反覆演練、自我挑戰,俗稱為「刷題」。這些題目往往是從經典的資料結構或演算法問題衍生而來,若沒有對相關的邏輯推導細節有足夠的了解,只是一昧的刷刷刷,恐怕效果有限、事倍功半。作者在資訊科系任教超過30年,資料結構衍生著作累積銷量超過10萬冊,擁有非常豐富程式設計的教學和寫作經驗,也在業界當過開發工程師與資訊主管,深知業界求才的需求與標準。因此本書在規劃之初,除了務求透過豐富實作和圖解,來傳達資料結構與演算法的基礎,更嘗試將時下工程師求職必備的刷題需求,也融入各章節主題之中,系統化的打好程式設計的基礎與實力,也能同時掌握未來求職要面對的考題型式,及早準備、做好因應,才不會臨到關頭,沒發揮實力被刷掉。本書收錄了陣列、串列、樹狀結構、圖、搜尋樹等常見的資料結構,解題過程也介紹了動態規劃、貪婪法等必要的演算法概念,除了觀念解說,同時會搭配圖表、日常生活案例,以及範例、面試題、延伸題型、練習題等總計 234 個題目,盡可能增進讀者實際演練的經驗,絕對比自己在網路上摸索、東拼西湊、盲刷題目來得更有效率,是一本兼顧理論與實作,與時俱進、不可多得的入門教材。本書特色: 刷題前必備的基本功!幫你打好基礎,高效提升程式設計功力○ 涵蓋最主要的資料結構與常見演算法,包括:- 遞迴設計/迴圈設計- 時間複雜度與漸進符號- 陣列和動態規劃法- 鏈結串列- 堆疊與佇列- 圖形結構/最短路徑/工作網路- 前序/中序/後序走訪- 展開樹/二元樹/AVL樹/B 樹- 氣泡/選擇/插入等基本排序法- 快速/合併/基數/堆積等進階排序法- 循序
優惠價: 95 618
庫存:2
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
庫存:2
The Delightful Dinner : Coding with Cody(精裝)
滿額折
出版日:2023/04/01 作者:Zur'el Chong  出版社:WS EDUCATION CHILDREN  裝訂:精裝
優惠價: 9 610
庫存:2
Treasure Hunt: Coding with Cody(精裝)
滿額折
出版日:2023/04/01 作者:Zur'el Chong  出版社:WS EDUCATION CHILDREN  裝訂:精裝
優惠價: 9 610
庫存:8
Clever Cleaning: Coding with Cody(精裝)
滿額折
出版日:2023/04/01 作者:Zur'el Chong  出版社:WS EDUCATION CHILDREN  裝訂:精裝
優惠價: 9 610
庫存:5
Morning Market Madness: Coding with Cody(精裝)
滿額折
出版日:2023/04/01 作者:Zur'el Chong  出版社:WS EDUCATION CHILDREN  裝訂:精裝
優惠價: 9 610
庫存:5
Morning Market Madness: Coding with Cody
滿額折
出版日:2023/04/01 作者:Zur'el Chong  出版社:WS EDUCATION CHILDREN  裝訂:平裝
優惠價: 9 304
庫存 > 10
The Delightful Dinner : Coding with Cody
滿額折
出版日:2023/04/01 作者:Zur'el Chong  出版社:WS EDUCATION CHILDREN  裝訂:平裝
優惠價: 9 304
庫存 > 10
Treasure Hunt: Coding with Cody
滿額折
出版日:2023/04/01 作者:Zur'el Chong  出版社:WS EDUCATION CHILDREN  裝訂:平裝
優惠價: 9 304
庫存 > 10
Clever Cleaning: Coding with Cody
滿額折
出版日:2023/04/01 作者:Zur'el Chong  出版社:WS EDUCATION CHILDREN  裝訂:平裝
優惠價: 9 304
庫存 > 10
Travel Beyond 1
95 折
出版日:2022/01/21 作者:Camille Lu(盧麗桾)  出版社:東華書局  裝訂:平裝
IntroductionThe new Travel Beyond series aims to embrace the new era for young backpackers. This two-level series is theme-oriented. The 16 units in each book represent different stages of a backpacking trip, with the aim of making learners competent to set off a journey on their own even if it is their very first one.KEY FEATURESWarm-up―Pictures and vocabulary are presented in this section, giving a little taste of the topic and increasing leaners’ motivation.Get Started―Phrases and collocations are introduced here for leaners to build up their speaking competency.Real World Listening―Well-developed listening passages that could happen at different locales while traveling provide real-life travel experience.Conversation―A theme-based dialogue with two sets of cues facilities multiple drill practices to enhance the register of the sentence patterns.More to Learn―Advanced content such as expertise knowledge, useful expressions, cultural notes, travel tips, etc., are integrated.Over to Y
優惠:空大書籍商品 優惠價: 95 427
庫存:1
綠色金融科技與多元商模創新
滿額折
出版日:2023/10/10 作者:歐素華  出版社:五南圖書出版  裝訂:平裝
在追求經濟成長的同時,兼顧環境永續性、社會包容性與跨世代的公平原則。普惠金融、嵌入金融,到多元商業模式「綠色金融科技」由三個重要構念組成,分別是環保永續、金融服務,與創新科技。如何讓更多人能一邊享有普惠金融服務,一邊順手做環保,甚至還能一邊創新商業模式,達到個人、企業與環境永續經營目標,是這本專書所要闡釋的重點。首先是普惠金融(inclusive finance)。本專書個案中,特別從一般市井小民的金融需求出發,由學生族、弱勢女性、開車族,到中小微企業、街頭咖啡館,讓傳統金融服務相對忽略的族群,也能透過簡單好用的科技,取得即時方便的金融服務,落實以人為本的創新應用。其次是嵌入科技(embedded technology)。本專書個案探討金融科技新創業者如何善用智慧型手機、AI科技、AIoT物聯網科技、區塊鏈等科技,嵌入到多元服務場域,以串接金融與非金融服務。換句話說,數位科技不但在改變金融服務,更由科技嵌入多元場景歷程,改變服務生態系。第三是多元商業模式(multiple business model)。從自然生態系的角度來看,生物多樣性原是永續發展的基礎。這本專書也嘗試由多元商業模式的觀點,邀請讀者一起思辨金融科技新創乃至傳統金融服務業者,如何驅動多元商模變革,以創造永續經營利基。
優惠價: 95 428
庫存:1
Python設計模式與開發實務
滿額折
出版日:2023/10/05 作者:James W. Cooper  出版社:碁峰資訊  裝訂:平裝
內容簡介:使用最新物件導向設計模式,提升您的程式碼品質想寫出無暇、有效率、可維護程式碼的開發者,全部都投向了設計模式的懷抱,本書是針對Python的設計模式指南,適合所有程度的開發者閱讀,無論您是剛入門的新手,或是工作多年的老手,都可從中獲益。暢銷書作者James W. Cooper闡釋23個經過實證的設計模式,並提供大量的練習範例,藉由簡潔的程式碼範例,介紹建立Python物件的技術,這些物件可以在強大、靈活的程式中發揮作用。Python新手以及從其他語言轉過來的程式設計師,會發現本書非常淺顯易懂,一讀就通。作者介紹的設計模式包含了抽象類別(abstract classes)、多重繼承(multiple inheritance)、介面開發、圖形類別(graphical classes)、繪圖、數學、資料庫、Python裝飾者(decorators)、圖像、執行緒(threads)、疊代器(iterators)、建立可執行程式碼等等。書中所有範例都非常好理解與操作,讓你可以有自信的建立功能更豐富、更複雜的Python應用程式。‧溫習Python物件和視覺化程式設計的重點‧了解什麼是設計模式,以及它們如何幫助您寫出更好的程式‧使用「建立型」模式來提高靈活度,並避免不必要的複雜性‧應用「結構型模式」,確保程式元素在大型程式中,有良好的協同作業‧用「行為型模式」最佳化物件之間的溝通
優惠價: 9 522
庫存:2
寫給小學生看的AI課:看故事,輕鬆搞懂AI人工智慧
70 折
出版日:2023/06/05 作者:蔡宗翰  出版社:三采文化  裝訂:平裝
人工智慧科學家為孩子寫的故事 圖解 ╳ 漫畫 ╳ 故事,融入108課綱科技素養議題 輕鬆理解AI概念及原理,零基礎也能懂! 你是否曾經用過Siri或Google等語音助理進行對話? 或者跟朋友玩有趣又可愛的變臉濾鏡呢? 你知道ChatGPT、生成式AI、深偽技術究竟是什麼嗎? 以上這些都是AI人工智慧的應用! AI人工智慧是現代科技中非常重要的領域, 幫助我們解決很多問題,讓生活更方便、智慧。 本書是中央大學資工系蔡宗翰教授為小學生量身打造的圖文知識讀本, 收錄九篇生活中的AI故事,搭配活潑生動的漫畫及生活化的插圖解說; 故事最後更有延伸AI知識、相關思考提問及問答挑戰, 幫助孩子輕鬆理解豐富又有趣的AI技術與應用, 進而激發孩子對科技的興趣與熱愛! ★ AI入門書首選 ★ 專家學者好評推薦 ★ AI新世代必備的核心素養 小學生阿智與小慧是一對古靈精怪的兄妹檔, 他們某天巧遇了大學教授「AI界李白老師」及AI機器人「小羅」, 沒想到兄妹卻也因此闖進一連串的AI大冒險! 從看醫生、線上遊戲到棒球賽,原來生活處處有AI, 兄妹倆大感驚奇的同時,也對AI產生許多大哉問…… 他們可否在冒險中順利和AI一起升級進化呢? 好讀推薦 臺灣大學電機工程學系副教授|李宏毅 教育部-師大附中「中小學校人工智慧計畫」AI 計畫主持人|李柏翰 教育部閱讀推手獎得主╱國立公共資訊圖書館館員|洪敦明 國立臺灣科技大學數位學習與教育研究所暨師資培育中心教授|高宜敏 新北市國小資訊教育輔導團研究員|張原禎 臺灣大學電機工程學系教授╱無界塾創辦人|葉丙成 Coding魔法學院創辦人|蔡淑玲 成大資工系教授╱PTWA發起人|蘇文鈺 (按姓名筆畫排序) 本書特色 ◆ 專為小學生撰寫,探究生活中無所不在的人工智慧議題。 ◆ 透過小學生與師長的對話,呈現不同觀點與角度,舉一反三。 ◆ 圖文並茂、淺顯易懂,孩子能自行閱讀,輕鬆理解AI概念和原理。 ◆ 章後豐富的專欄補充及思考引導,深化學習,提升AI素養。 學習重點 ◆ 認識AI人工智慧概念與原理 ◆ 銜接108課綱提升科技素養 ◆ 理解相關重點名詞及生活應用 關鍵字 #生成式AI #深偽技術 #聊天機器人 #續畫AI #自駕車 #鷹眼系統 #ChatGPT #VTuber 書籍資訊 ◆ 適讀年齡:有注音,適合9~12歲閱讀 ◆ 教育議題分類:科技教育、資訊教
優惠:匯讀中外曬書展 優惠價: 7 315
庫存:3
新制全民英檢中高級口說測驗
滿額折
出版日:2023/04/21 作者:陳淳麗  出版社:書林  裝訂:平裝
全民英檢自2000年開辦以來,已有數百萬人次報考,且獲各級政府機關、學校、廣大民間企業採用為評定英語能力的標準,歷久不衰。全民英檢「中高級」,相當於大學非英語主修系所畢業程度,通過者能在日常生活中簡易運用英文,適合所有人報考。本書口說測驗提供六回全真試題+詳解,能給予讀者充分訓練,增加應試通關機會。本書針對口說測驗之Answering Questions(回答問題)、Picture Description(看圖敘述)、Discussion(申述)三部分,模擬真實考題取材,題材多元、貼近實際測驗。另外,詳解中提供範例回答與翻譯,列出重要單字、片語、文法,相信能成為考生準備檢定的利器與良伴。本書特色1. 六回全真測驗,模擬臨場考試,掌握答題技巧。2. 詳盡試題解析,補充英文基本字彙、片語、句形,豐富會話內容。3. 豐富應考指引,深入淺出介紹口說測驗的應考與平時準備訣竅。附口說MP3一片,全真模擬實際考試情境。
優惠價: 9 225
庫存:4
玩真的!Git ✕ GitHub 實戰手冊:coding實境、協同開發、雲端同步,用最具臨場感的開發實例紮實學會!
滿額折
出版日:2022/10/20 作者:Jesse Liberty-著; 施威銘研究室-監修  出版社:旗標出版社  裝訂:平裝
根據知名開發者論壇 Stack Overflow 的最新統計, 有 83% 的開發者會使用版本控制 (version control) 工具來管控程式, 當中更高達 93.87% 是使用 Git 這套工具來做;而用 Git 通常也會接觸的 GitHub 網站更被視為求職重要的技術履歷 & 線上作品集, 市場說了算, 熟悉 Git、GitHub 絕對是程式開發者避不掉的!在學習 Git 的管道上, 市面不乏一些教學書, 網頁文章當然也是隨便搜都有, 不過依小編親身體驗, 大部分教學內容多以一些陽春的文字檔來演練 (小編心聲:示範程式版本控制為什麼不拿真正的程式來 demo!), 當然, 用陽春範例來回實驗 Git 指令絕對是「風~平~浪~靜」, 但那不叫學, 只是玩玩指令而已!要學 Git ✕ GitHub, 就用這本最有開發「臨場感」的書來學吧!【用真正要做版本控制的程式做 demo, 跟陽春的實驗教學說掰掰!】本書透過作者日常的程式開發案例, 帶讀者一窺開發者是如何善用 Git、GitHub。書中展示如何用自己的程式做版控, 你不會看到「123測試」、「aabbcc」這類實驗文字檔, 陽春案例很難感受最好在什麼階段建立版本, 或某一程式版本中有重大 bug 該怎麼應對..., 你絕對不希望將 Git 用在自己的程式時再來直視種種難題!為了真實體驗開發情境, 本書除了命令列的指令教學外, 也會示範如何用 Visual Studio、VS Code...等程式開發工具來操作 Git, 還會示範如何活用 GitHub 做多人雲端同步協作。你終究要把 Git 用在自己的程式上、操作自己慣用的開發工具、甚至加入團隊開發的行列, 跟著本書「真槍實彈」演練一遍才會學得深刻!【真正從「做」中學!而不光用「看」的】小編的第 2 個學習體驗是, 很多教學內容受限於情境難以產生 (尤其涉及多人合作、或者解決版本合併衝突的操作功能), 想照著做時你手邊根本沒有雷同的情境, 也就無從驗證自己操作起來會是什麼結果。為此, 本書在介紹功能操作前, 對於如何快速建構出操作情境都會稍做提示, 無非希望你動手做做看;若需演練「一人分飾多角」的多人協作功能, 也分享如何做才不會造成閱讀的混亂感, 學習本書時一定可以感受到作者精心設計的種種巧思!【施威銘研究室監修, 針對原書進行大
優惠價: 95 551
庫存:1
行動與無線通訊
滿額折
出版日:2022/09/08 作者:顏春煌  出版社:碁峰資訊  裝訂:平裝
國內行動與無線通訊(Mobile & Wireless Communications)長銷經典書籍! 完全針對行動與無線通訊主題所設計,廣泛且精要地探討相關內容,並結合最新應用與技術資訊。 最新第七版改版重點: ■擴充行動無線通訊世代有關於5G與6G的介紹,闡述設計上的考量。 ■新增無線通訊的應用實例,包括星鏈(SpaceX)、Uber叫車、物聯網、行動支付、無人超市與智慧城市等。 ■更新有關於無線區域網路(WLAN)協定的介紹,涵蓋Wi-Fi6與IEEE 802.11ax。 ■因應行動支付的趨勢,擴充短距離無線通訊技術的介紹。 重點特色: ■解開電磁波的迷思:無線通訊帶來的方便是大家所喜愛的,但是電磁波的生物效應卻也是眾人的隱憂,所以建立正確的認知是很重要的。 ■通訊的原理:詳細介紹訊號(signal)、調變(modulation)與多重存取(multiple access)技術有詳細的介紹,樹立通訊原理的專業背景。 ■認識無線通訊的術語:行動與無線通訊裡的專業術語多而分岐,像1G、2G、3G、4G、5G與6G代表什麼?合作式通訊與中繼技術有什麼用途?什麼是無線寬頻(WiBB,Wireless Broadband)上網?書中都有清楚的解說。 ■了解無線通訊的環境:生活環境中,經常看得到天線;但是我們可能很少去注意。本書提供基地台、無線基地台與天線塔台等無線通訊設施的圖片與解說,以及無線通訊改良工程的介紹,引導了解這些生活中的鄰居。 ■行動與無線通訊的應用:您可能常會聽到,但卻不一定了解,本書介紹相關應用與開發技術,如SMS、MMS、MVPN、公眾無線區域網路(Public Wireless LAN) 、WiMAX、LTE、NFC、RFID、行動定位與行動商務等主題。 ■行動與無線通訊的資安問題:闡述KRACK對於WPA2安全協定的威脅。深入說明行動化安全防護的問題,如:BOYD、CYOD與COPE的使用導入模式,以及MDM與MAM等行動載具的安全管理機制。 ■行動與無線通訊的相關技術、環境以及應用開發:大家一定都聽過APP,或是雲端服務,這些新發展都跟行動與無線通訊技術有關。 ■書前提供課本導讀,可以在正式學習前,就有全盤的概念及學習方向;而書末則附有完整索引及無線通訊辭典,方便快速查詢專有名詞、術語與概念。 ■內文適時補充相關知識、新訊與思考活動,能增加
優惠價: 9 522
庫存:1
統合心智:解構多元智能大師,重現心智對話
滿額折
出版日:2022/07/05 作者:霍華德•加德納  出版社:親子天下  裝訂:平裝
美國亞馬遜書店4.6星讀者好評,布洛克(Brock)國際教育大獎得主,「多元智能理論」之父最新力作!別人常問我,我擁有什麼智能,又欠缺什麼智能。我漸漸認為,更有助益、更實用、甚至更正確的回答,應該是:「我擁有統合心智。」――――霍華德‧加德納 (Howrad Gardner)享譽國際、當代傑出的哈佛心理學家暨教育家――霍華德•加德納(Howard Gardner),在40年前提出顛覆傳統教育思想的「多元智能」(Multiple Intelligences,簡稱MI)理論,反駁傳統「IQ測驗」以紙筆測驗定終身的智力觀點,主張智力不該被局限在狹隘的單一面向。他大聲呼籲,每個人的智能組成光譜不同,應擺脫過去獨斷的單一智能框架,任何人都可以透過自己的優勢智能,持續且廣泛地培養其他面向的智能。加德納教授擁有二十多項榮譽學位,長年為哈佛教育學院零點計畫(Projecr Zero)核心團隊成員,曾獲《外交政策》與《展望雜誌》選為當今世上百大最具影響力人物之一;2015年獲布洛克國際教育大獎(Brock international prize in education)時,提名委員如此定位他:「多元智能理論是美國現代教育理論中最重要的票房明星,歷史上很少有人能像加德納,對教育發揮如此巨大的影響力。」多元智能理論問世後,不僅掀起全世界的教改浪潮,激發眾人思索教育的新思路,更成為眾多教育工作者與父母在教育及教養議題上廣為接受的顯學。即使是將近40年後的今天,台灣教育政策的方向依然深受多元智能思潮的影響。如「十二年國民基本教育課程綱要」的國小階段學習重點,便是「開發多元智能,培養多方興趣」;而「學生學習歷程檔案」重視「真實呈現學生的學習軌跡、個人特質、能力發展等,補強考試之外無法呈現的學習成果」的理念,更完全符合加德納對於傳統標準化測驗的批判。至今著作已逾30本的加德納教授在這本個人回憶錄之中,不僅以精闢的見解闡釋新時代下的多元智能理論,回顧多元智能理論發展過程中,曾被錯誤詮釋、誤解使用等另作者驚恐不已的軼事,更追本溯源檢視自我心智架構,梳理自身提出開創性研究的源頭,娓娓道來自己如何從一個鎮日埋首書堆、熱愛彈奏鋼琴的內向猶太裔小男孩,一路演變成意氣風發的大學生、思想不受拘束的研究生,最終成為哈佛教授的曲折回憶。回首過去,他說:「我就像唐吉訶德那樣,義無反顧地追尋我自己的路!」在本書中,加
優惠價: 9 450
庫存:1
出版日:2022/09/01 作者:Ying-Keh Wu(吳英格)-編  出版社:滄海  裝訂:平裝
How to define the vector division has been plagued by people. We redefine the fraction , where represents an arbitrary vector, and extend it to discuss the differentiability and integrability of two or more variables function. In this book we directly exploit the definition of derivatives for two variable functions. According to our research, we discover various forms of the Mean Value(Vector) Theorems and the Fundamental Theorems of Calculus for multiple integrals. This book adds a new understanding to the field of multi-variable calculus and thus helps those who are working in the subject.We divide our research into three sections in this book. In Chapter 1, by defining the line derivector and plane derivector, we explain the chain rule for differentiation of multi-variables function, differential and the mean vector theorem. In Chapter 2, we illustrate the formula derivation of i) line derivector for a 2-variable function, ii) line derivatives for 2-variable functi
The Part-1 Dictionary Writing and Pronunciation (spelled in English) of Traditional Chinese Characters with Radical Index Stroke No.1 - No.2 plus Radical-Characters
滿額折
出版日:2022/09/01 作者:JANE S. J. LIN 鄭淑真  出版社:白象文化  裝訂:平裝
◎This is the Part-One (Radical Index - Stroke No. 1-2) of Twelve printouts from the on-line dictionary that is currently under developing.◎This unprecedented, intelligent, convenient and useful Tool provides “Pin Yin” (spelled in English) of Traditional Chinese characters. ◎Along with Stroke-by-Stroke writings for each character’s Radical and additional strokes, it is possible to learn Chinese ubiquitously.The stroke-sequences for writing radical-characters are also included in a separate nineteen-page section with the order of radical stroke number and sequence.All the multiple ways of “Pin Yin” will also appear under multiple English letters. However, an unique sort key for the Last Name found in 百家姓 (the Hundred Family Surnames) is highlighted and used for grouping the same Last Name in Traditional Character with different Last Name in English. For example, 鄭 can be found as Cheng, Jeng and Zheng in all 3 places with Cheng marked as sort-key. Therefore, all 鄭s will be grouped under
優惠價: 9 180
無庫存
C How to Program: With Case Studies in Applications and Systems Programming, Global Edition
滿額折
出版日:2022/05/27 作者:Paul Deitel; Harvey Deitel  出版社:Pearson Education Limited  裝訂:平裝
Thistitle is a Pearson Global Edition. The editorial team at Pearson has workedclosely with educators around the world to include content which is especiallyrelevant to an international and diverse audience.For courses in computerprogramming.A user-friendly,code-intensive introduction to C programming with case studies introducing applicationsand system programming.C How to Program is a comprehensive introduction toprogramming in C. Like other texts of the Deitels How to Program series,the books modular presentation serves as a detailed, beginner source ofinformation for college students looking to embark on a career in coding, orinstructors and software-development professionals seeking to learn how toprogram with C. The signature Deitel live-code approach presents concepts inthe context of 142 fully working programs rather than incomplete snips of code.This gives students a chance to run each program as they study it and see howtheir learning applies to real-world programming scenari
優惠價: 1 3299
無庫存
出版日:2022/03/23 作者:Kring  出版社:John Wiley & Sons Inc  裝訂:平裝
For nearly four decades, Abnormal Psychology: The Science and Treatment of Psychological Disorders has been a trusted resource for instructors and students. Known for its comprehensive coverage of current research, the book consists of a balance and blending of research and clinical application, and involves the learner in the kinds of real-world problem solving engaged in by clinicians and scientists. Students learn that psychopathology is best understood by considering multiple perspectives which provide the clearest accounting of the causes of these disorders as well as the best possible treatments.This International Adaptation features a new integrated approach, shining a light on psychopathologies’ root causes and most effective treatments by approaching these disorders from multiple, complementary perspectives underscoring that very often biological, cognitive, behavioral, and socioemotional factors are critical to understanding psychological disorders. This edition includes new
優惠價: 1 1680
無庫存
出版日:2022/01/01 作者:Freedman  出版社:OXFORD  裝訂:平裝
Returning for its fifth edition, the Oxford Handbook of Anaesthesia has been re-energized by new editors and a specialist contributor team, while still retaining its much-loved, clear and concise style. Written for anaesthetists at all stages of their careers, from trainees sitting exams through to experienced consultants as well as ODPs and nurses involved in theatre area work and pre-assessment, this comprehensive guide to the anaesthetic world is as indispensable as ever.This new edition has been completely revised and brings you the most up-to-date guidance and information to keep pace with fast-moving areas of anaesthesia, including a completely revised regional anaesthesia chapter. Now in full colour and packed with enhanced illustrations throughout, including new ECG rhythm strips and illustrations of specialist equipment, the Handbook also includes colour coding for easier navigation. Designed for daily use, this Handbook is your essential companion to anaesthesia, with everyth
優惠價: 1 1716
無庫存
Take it Easy 1
95 折
出版日:2023/08/29 作者:Joseph Schier  出版社:東華書局  裝訂:平裝
IntroductionWelcome to Take It Easy, your guide to effective English communication in the business world and beyond. From interesting fields such as binge-watching and raising pets, to the basics of travel for pleasure and for business, and on to social media interactions, meeting people, and more, Take It Easy offers step-by-step tutorials on how to navigate a wide variety of daily-life scenarios with an air of practicality and a plethora of applicable knowledge.In each of the book’s 12 units, students are presented with warm-up exercises, conversations, short talks, and reading articles, all centered on targeted topics and each with a unique grammatical focus. With highlighted useful expressions, independent writing exercises, multiple choice questions and grammar drills, every unit provides a detailed window into an exciting and information-packed facet of the world students will one day find themselves immersed in.Warm Ups In each warm-up exercise, students are presented with a ser
優惠價: 95 580
無庫存
Take it Easy 2
95 折
出版日:2023/08/17 作者:Joseph Schier  出版社:東華書局  裝訂:平裝
IntroductionWelcome to Take It Easy, your guide to effective English communication in the business world and beyond. From interesting fields such as binge-watching and raising pets, to the basics of travel for pleasure and for business, and on to social media interactions, meeting people, and more, Take It Easy offers step-by-step tutorials on how to navigate a wide variety of daily-life scenarios with an air of practicality and a plethora of applicable knowledge.In each of the book’s 12 units, students are presented with warm-up exercises, conversations, short talks, and reading articles, all centered on targeted topics and each with a unique grammatical focus. With highlighted useful expressions, independent writing exercises, multiple choice questions and grammar drills, every unit provides a detailed window into an exciting and information-packed facet of the world students will one day find themselves immersed in.Warm Ups In each warm-up exercise, students are presented with a ser
優惠價: 95 580
無庫存
China's International Military-Civilian Virology Fusion
滿額折
出版日:2023/05/24 作者:Dr. Ryan Clarke; Dr. Xiaoxu Sean Lin; LJ Eads  出版社:博大  裝訂:平裝
內容簡介: This book is the world's first and only multi-pathogen, multi-site net assessment on the CCP's high-riskpathogen research programs and the involvement of the PLA. This book also assesses the strategicimplications of these operations.本書特色:The Chinese Communist Party (CCP) has the most aggressive high-risk pathogen research programs inthe world. The CCP's programs extend well beyond SARS-CoV-2/COVID-19 and include dangerouswork being done on Nipah/Henipavirus, H7N9, H5N1, H1N1, African Swine Flu Virus, Dengue andZika, etc. These programs spread across multiple locations in China with extensive internationallinkages. Under the CCP system, there is no such thing as a purely civilian virology lab, especially thosethat are of Biosafety Level-3/4 and are conducting high-risk research. These labs or institutes can bebrought under the control of the People's LiberationArmy (PLA) at any time, or have integrated PLAunits or departments as part of the whole operation.
優惠價: 9 324
無庫存
Take it Easy 3
95 折
出版日:2023/04/01 作者:Joseph Henley  出版社:東華書局  裝訂:平裝
Welcome to Take It Easy, your guide to effective English communication in the business world and beyond. From interesting fields such as binge-watching and raising pets, to the basics of travel for pleasure and for business, and on to social media interactions, meeting people, and more, Take It Easy offers step-by-step tutorials on how to navigate a wide variety of daily-life scenarios with an air of practicality and a plethora of applicable knowledge.In each of the book’s 12 units, students are presented with warm-up exercises, conversations, short talks, and reading articles, all centered on targeted topics and each with a unique grammatical focus. With highlighted useful expressions, independent writing exercises, multiple choice questions and grammar drills, every unit provides a detailed window into an exciting and information-packed facet of the world students will one day find themselves immersed in.Warm Ups In each warm-up exercise, students are presented with a series of photo
優惠價: 95 580
無庫存
Do You Know? Level 3 - Coding and A.I.
90 折
出版日:2022/10/06 作者:Ladybird  出版社:Penguin Random House Children's UK  裝訂:平裝
優惠價: 9 167
無庫存
出版日:2022/03/21 作者:林正祥 ATai Lin  出版社:博碩文化  裝訂:平裝
市面上第一本使用繁體中文詳細解析最新版的ASP.NET Core 6 本書內容改編自第12屆iT邦幫忙鐵人賽,Modern Web組佳作網站系列文章-《我與ASP.NET Core的30天》,並使用了最新C# 10的語言特性,來作為範例。 書中的內容主要是讓剛開始想接觸ASP.NET Core的開發人員正確的建立基本觀念,對於進階的開發人員也可以作為工具書參考。 書籍特色 ⭕用最簡潔的說明方式,讓艱深的觀念也能變簡單 ⭕從零開始,完整介紹ASP.NET Core 6的核心功能 ⭕使用dotnet CLI作為範例主軸,內容在任何平台上都適用,能夠確實了解到跨平台開發的魅力 專業推薦 都說要站在巨人的肩上,一本好的參考書,能讓你減少你摸索的時間,快速領略ASP.NET Core的武功心法,站在此書之上,大膽的跳上去.NET Core這班無限列車,觀賞.NET Core既豐富又美麗的開發世界。Coding (.NET) for fun! 微軟MVP最有價值專家 陳傳興╱Bruce Chen https://blog.kkbruce.net 目標讀者 1.有程式開發經驗,想入門ASP.NET Core 6的開發人員 2.有ASP.NET Core開發經驗,缺少一本完善的工具書的開發人員
出版日:2022/01/01 作者:Petanovski  出版社:Jaypee  裝訂:平裝
The development of the three-dimensional (3D) ultrasound has transformed the practice of modern gynecology. The veteran Professor Asim Kurjak has teamed with a brilliant younger colleague Zorancho Petanovski to produce a tour-de force: Donald School 3D-4D Ultrasound in Gynecology. This text is a must-have and a must-read for all practitioners who utilize ultrasound for gynecologic practice. The qualities of the images are truly state-of-the-art and complemented by a text that brings them into a clinical focus that will enable improved patient care for all fortunate to study this excellent work.Reflects the current state of 3D/4D ultrasound in gynecology.Thirteen richly illustrated chapters will provide readers with an excellent overview of the possible application of this technology.The book begins with a description of the development of this revolutionary technique.Subsequent chapters then explore in meticulous and beautiful detail the role of 3D ultrasound for a comprehensive analys
優惠價: 1 2381
無庫存
出版日:2022/01/01 作者:許雲翔  出版社:智勝文化  裝訂:平裝
本書採Kingdon(1984)多政策流(multiple policy streams)的研究模式,從個案的角度進行治理與參與的嫁接。作者以臺北市政府作為一個民主實驗場域,進行個案層次的觀察,最後提出行政的化解方向。呼籲隨著公民參與作為民意納入的多元途徑,必須完整納入不同意見,才能使前端執行者依其專業能力,收斂民意形塑合理的政策方案,推動公民參與機制。行政機關也需具備選擇公民參與機制彈性,讓第一線執行單位能夠選擇公參工具的使用時機及用途。
大自然的家:北美野花集錦(國際英文版)
滿額折
出版日:2023/01/01 作者:何顯志  出版社:漢世紀數位文化EHGBooks  裝訂:平裝
本書收錄了來自地球村的 111 種野花集錦,包含 220 多幅美麗的野花照片,在植物學上的物種共計分為36個植物科,圖文並茂的方式介紹了每種野花的花、葉、莖之一般結構、開花時間、產地,以及可食用性、毒性,部分也包含了在傳統草藥中的用途。書中針對植物特定術語提供了生物詞彙表,水生野花和寄生野花因其典型特徵而分別分組,同時也介紹了每個植物科與其共同特徵的總體情況。本書所有花卉照片都是在美國德州北部所拍攝取得,這本相冊中的大部分野花物種都原產於美洲,它們照亮了我們在德州與全美的綠色道路,也為生活帶來斑斕璀璨的色彩,為有興趣接觸野花生態的青少年或成年,提供一個入門的探索指南。This photo book is intended for helping children to become familiar with the wildflowers and the general plant related terms. In this photo book, more than 220 beautiful wildflower pictures taken from 111 wildflower species are included. The plant species are botanically classified into 36 plant families. Each wildflower species is briefly described about its general structure of flowers, leaves, stems, the blooming time, native place, and the edibility, toxicity or uses in traditional herbal medicine if it has. The aquatic and parasitic wildflowers are grouped separately for their typical characteristics. Brief description of each plant family is also included to provide a general picture of the common
優惠價: 79 1659
無庫存
爆笑科學王10~12套書:精神「動物世界」與「程式設計」瘋狂大冒險!
滿額折
出版日:2022/11/08 作者:辛泰勳  出版社:華文精典  裝訂:平裝
最符合108課綱的教育漫畫!帶孩子走進動物生態與科技知識的世界主角「精神」是一位神采奕奕的大學生。在科學領域有著天才的素質,只要與科學相關的知識幾乎無所不知,並且沒有做不出來的東西。「正國」是精神的小表弟,立志向精神表哥學習科學,最喜歡和表哥到處探險和惡作劇。故事描繪了精神一家在生活中遇到的各種滑稽誇張的大小事,這些事情上天下海,無奇不有,但全部都脫離不了科學!在系列中,將會發生什麼有趣的事?•享受對科學的好奇提問:從生活中和各種想像情節中發現問題,就算是天馬行空或無厘頭也沒關係。充分享受好奇探索科學的樂趣。•理解基礎科學原理:跟著書本提出的基礎科學問題,整理自己的思考,或跟著動手實驗。這樣就很容易理解原理並充滿歡樂。•啟發探索學習動力:漫畫中各種新奇的思維讓科學原理變得有趣且深刻。知識停留在腦中,提供延伸學習的樂趣與資訊。本書特色網路上億點閱率漫畫劇《別放精神線》原班人馬編寫逗趣又富知識性科學漫畫→《爆笑科學王》!《爆笑科學王》在韓銷售百萬冊佳績,每集都由漫畫主角「精神」帶領其一家人,穿越、探險、打怪不同主題。此次10~12系列套書,精神一家將帶領大家一起觀察「動物生態」並加入「程式設計」大冒險!●探索你不知道的動物世界:東方鈴蟾遇到敵人時,竟直接翻出肚子?!啄木鳥不斷地在樹上鑽洞,為什麼不會腦震盪?狗狗可以嗅出癌細胞嗎?●在coding的宇宙中與機器人廝殺:精神一行人的機器恐爪龍會贏得程式設計比賽嗎?機器人是怎麼動的?電腦使用什麼語言呢?演算法是什麼?
優惠價: 9 972
無庫存
  • 33
    1

暢銷榜

客服中心

收藏

會員專區