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

Clojure Programming

8059
78 / 202
出版日:2025/06/13 作者:Jerzy Rybicki(EDI)  出版社:Springer Nature  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/06/10 作者:Akhilesh Ghritlahare  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
優惠價: 1 3060
無庫存
出版日:2025/06/04 作者:S. Mala  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 1050
無庫存
Daytime Television Programming
90 折
出版日:2025/06/04 作者:Marilyn J. Matelski  出版社:PBKTYFRL  裝訂:平裝
優惠價: 9 1619
無庫存
出版日:2025/06/01 作者:Alan J. King  出版社:Springer Nature  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/05/22 作者:Robert L. Graves  出版社:Lightning Source Inc  裝訂:精裝
優惠價: 1 1848
無庫存
出版日:2025/05/22 作者:Robert L. Graves  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 1248
無庫存
Automate the Boring Stuff with Python, 3rd Edition
滿額折
出版日:2025/05/20 作者:Al Sweigart  出版社:No Starch Press;US  裝訂:平裝
If you've ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you? In this fully revised edition of the best-selling classic Automate the Boring Stuff with Python, you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand - no prior programming experience required. You'll learn the basics of coding in Python and explore the language's rich library of modules for performing specific tasks, like scraping data from websites, searching for text across multiple files, and merging, watermarking, or encrypting PDFs. The third edition includes: Expanded coverage of developer techniques, like creating command line programs; Updated examples and new projects; Additional chapters about working with SQLite databases, speech-recognition technology, video and audio editing, and text-to-speech capabilities; Simplified explanations
優惠:外文書周末優惠-單79雙75 優惠價: 79 1802
無庫存
出版日:2025/05/19 作者:Milan Hladík  出版社:Springer Nature  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/05/16 作者:Majid Pakdel  出版社:RIVER PUBL  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/05/03 作者:R. Gökhan Türeci  出版社:Springer Nature  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/05/01 作者:Bertrand Meyer(EDI)  出版社:Springer Nature  裝訂:平裝
出版日:2025/04/30 作者:Dr R. Praba  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Python Programming for Beginners: : Beginning Python Programming in few days Step-by-Step
滿額折
出版日:2025/04/18 作者:Shikha Kesarwani  出版社:Independently published  裝訂:平裝
優惠價: 1 864
無庫存
Programming in Flex & YACC
滿額折
出版日:2025/04/12 作者:Vinu V. Das  出版社:AMAZON DIGITAL SERV LLC  裝訂:平裝
優惠價: 1 1440
無庫存
FORTRAN Programming in Easy Steps
滿額折
出版日:2025/03/25 出版社:In Easy Steps Ltd  裝訂:平裝
優惠價: 1 950
無庫存
出版日:2025/03/17 作者:Sagar Shetage  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/03/12 作者:Michael Shoikhedbrod  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Principles of Rule-Based Programming
滿額折
出版日:2025/03/12 作者:Thom Frühwirth  出版社:CAMINO VERDE  裝訂:平裝
優惠價: 1 2251
無庫存
出版日:2025/03/07 作者:Gnana Jeslin  出版社:LULU PR  裝訂:平裝
優惠價: 1 1919
無庫存
Programming for Problem Solving - II
滿額折
出版日:2025/03/01 作者:Shakti Kumar  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 1520
無庫存
信息學競賽寶典:動態規劃(簡體書)
滿額折
出版日:2025/03/01 作者:張新華; 胡向榮; 伍婉秋  出版社:人民郵電出版社  裝訂:平裝
動態規劃(Dynamic Programming,DP;簡稱動規)在算法競賽中佔據極其重要的位置,也是初學者在剛接觸算法設計時覺得難以理解的知識點。簡單來說,動態規劃是一種用來解決最優化問題的算法思想,將一個複雜的問題分解成若干個子問題,通過綜合子問題的最優解來得到原問題的最優解,通常適用於解決有重疊子問題和最優子結構性質的問題。為了幫助初學者理解動態規劃,本書直接以各類競賽真題入手,全面細緻地介紹算法競賽中經常用到的各類動態規劃算法模型。為了讀者能更深刻地理解和掌握其算法思想內涵,本書精挑細選、由淺入深地安排了相關習題。
優惠價: 87 365
無庫存
Python Programming for Beginners: The Ultimate Guide for Beginners to Learn Python Programming
滿額折
出版日:2025/02/26 出版社:INDEPENDENT CAT  裝訂:平裝
優惠價: 1 1328
無庫存
出版日:2025/02/20 作者:Margarida Carvalho  出版社:NEW PUBL INC  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/02/10 作者:Ramos Rodriguez  出版社:OUR KNOWLEDGE PUB  裝訂:平裝
優惠價: 1 2760
無庫存
Object Oriented Programming
滿額折
出版日:2025/01/30 作者:Aleksander Bies  出版社:ITSTART  裝訂:平裝
優惠價: 95 2090
無庫存
出版日:2025/01/15 作者:Sonali Shewale  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/01/15 作者:Serhii Yevdokymov  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
優惠價: 1 3780
無庫存
出版日:2025/01/11 作者:Manish Singh  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2025/01/06 作者:Preethy Jemima P.  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Computer Science Illuminated 8/e (Includes Navigate Advantage Access)(TL)
95 折
出版日:2025/01/01 作者:Dale  出版社:JONES & BARTLETT PUB INC  裝訂:平裝
Designed for the introductory computing and computer science course, the student-friendly Computer Science Illuminated, Eighth Edition provides students with a solid foundation for further study, and offers non-majors a complete introduction to computing. Fully revised and updated, the eighth edition of this best-selling text retains the accessibility and in-depth coverage of previous editions, while incorporating all-new material on cutting-edge issues in computer science. Authored by the award-winning team Nell Dale and John Lewis, the text provides a unique and innovative layered approach, moving through the levels of computing from an organized, language-neutral perspective. Updated to latest AP CS PrinciplesNew section on cryptocurrencyExpanded coverage of blockchain, cybersecurity attacks, and e-commerceCloud Desktop and companion lab exercises are available on Navigate, which include 23 different lab exercises on topics such as programming, databases, networking, and more
優惠價: 95 1501
無庫存
Beginning Programmers and Programming Patterns
滿額折
出版日:2025/01/01 作者:Elsea Rose  出版社:Lightning Source Inc  裝訂:精裝
優惠價: 1 2880
無庫存
Python Programming for Mathematics
95 折
出版日:2024/12/27 作者:Julien Guillod  出版社:PBKTYFRL  裝訂:平裝
優惠價: 95 2778
無庫存
出版日:2024/12/27 作者:Julien Guillod  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Practical Lua 5 Programming: Explore Lua's programming capabilities with 100+ sample demonstrations and programs
滿額折
出版日:2024/12/25 作者:Brynna Kevar  出版社:INGSPARK  裝訂:平裝
優惠價: 1 2470
無庫存
出版日:2024/12/18 作者:Johaneris Ávalos  出版社:OUR KNOWLEDGE PUB  裝訂:平裝
優惠價: 1 3840
無庫存
Understanding Modelling and Programming
滿額折
出版日:2024/11/22 作者:Andreas Prinz  出版社:Springer Nature  裝訂:平裝
優惠價: 1 3189
無庫存
  • 8059
    202
  • 1
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 202

暢銷榜

客服中心

收藏

會員專區