Skip to main content

購物車

您會獲得 VIP 禮遇!

無法購買的項目
請檢閱您的購物車。您可以即刻移除無法購買的項目,或者我們將於結帳時為您自動移除。
項目項目
項目項目

專屬於您的推薦

Loading...

程式設計 電子書

如果您喜歡 程式設計 電子書,或許您也會喜歡這些熱門精選。
顯示第 124 個結果,共 26719
Skip side bar filters
  • Programming Excel with VBA and .NET

    Solve Real-World Problems with Excel

    Why program Excel? For solving complex calculations and presenting results, Excel is amazingly complete with every imaginable feature already in place. But programming Excel isn't about adding new features as much as it's about combining existing features to solve particular problems. With a few modifications, you can transform Excel into a task-specific piece of software that will quickly and …… 閱讀更多內容

    $247.69 HKD

  • Vue.js从入门到精通

    明日科技 ……
    《Vue.js从入门到精通》从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细介绍了使用Vue.js进行程序开发需要掌握的各方面技术。全书分为4篇,共19章,内容包括初识Vue.js、ECMAScript 6语法介绍、Vue实例与数据绑定、条件判断指令、v-for指令、计算属性和监听属性、元素样式绑定、事件处理、表单元素绑定、自定义指令、组件、组合API、过渡和动画效果、渲染函数、使用Vue Router实现路由、使用axios实现Ajax请求、Vue CLI、状态管理,以及51购商城项目实战。书中的大多数知识点都结合具体实例进行介绍,涉及的程序代码给出了详细的注释,使读者可轻松领会Vue.js程序开发的精髓,快速提高开发技能。 …… 閱讀更多內容

    $134.29 HKD

  • Clean Python

    Elegant Coding in Python

    Sunil Kapil ……
    系列 series Professional and Applied Computing (R0)
    Discover the right way to code in Python. This book provides the tips and techniques you need to produce cleaner, error-free, and eloquent Python projects.Your journey to better code starts with understanding the importance of formatting and documenting your code for maximum readability, utilizing built-in data structures and Python dictionary for improved maintainability, and working with modules …… 閱讀更多內容

    $367.19 HKD

  • IoT Machine Learning Applications in Telecom, Energy, and Agriculture

    With Raspberry Pi and Arduino Using Python

    Puneet Mathur ……
    系列 series Professional and Applied Computing (R0)
    Apply machine learning using the Internet of Things (IoT) in the agriculture, telecom, and energy domains with case studies. This book begins by covering how to set up the software and hardware components including the various sensors to implement the case studies in Python.The case study section starts with an examination of call drop with IoT in the telecoms industry, followed by a case study on …… 閱讀更多內容

    $492.19 HKD

  • Understanding ECMAScript 6

    The Definitive Guide for JavaScript Developers

    Nicholas C. Zakas ……
    ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you’ll be able to see new …… 閱讀更多內容

    $157.39 HKD

  • Python 入門指南

    由基礎走向完整 GUI 及網頁前端專案的 MVC 開發模式 V5.00

    Kaiching Chang ……
    Python 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,目前中、英文學習資源都很豐富,無論是網路上免費的或是書店裡販賣的書籍,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成四大部分,每一部分又分成 8 到 21 個單元◎ 基礎篇◎ 軟體開發篇◎ GUI 篇◎ Brython 篇(書中的「關於本書」有學習路徑圖。)首先是「基礎學習篇」,「基礎學習篇」的學習目標包括認識 Python 、怎麼處理資料、控制結構、模組化、物件導向及程式文件,這部分累計十三個單元,預計帶領讀者學會寫簡單的 Python 小程式,具備寫小程式的能力之後,就進入接下來的「軟體開發篇」。「軟體開發篇」的學習目標為開發、測試、除錯及重構 …… 閱讀更多內容

    $54.65 HKD 透過 Kobo Plus 免費享用

  • Python 新手之旅

    V1.10

    Kaiching Chang ……
    本書為《Python 入門指南》的補充教材,分成八個單元介紹 Python 的各個面向,著重在觀念及應用上,有關利用 Python 學習程式設計請參考《Python 入門指南》。單元 1 介紹 Python 的官方資源以及在台灣的使用者群組,單元 2 介紹文字編輯器及整合開發工具,單元 3 及 4 介紹 Python 與數學、物件導向程式設計之間的關係,單元 5 介紹測試、除錯與模組到套件等組織程式檔案的方式。單元 6 到單元 8 介紹各種模組庫,單元 6 以內建的標準模組庫為組,並介紹用 Tk 製作 GUI ,單元 7 擴及眾多的第三方模組庫,換成介紹用 Kivy 製作使用者介面,單元 8 介紹管理模組庫的 pip ,以及打包 Python 程式為執行檔的 py2exe 及 py2app。本書的所有文章內容都同時放在作者的網站上http://pydoing.blogspot …… 閱讀更多內容

    $42.14 HKD 透過 Kobo Plus 免費享用

  • Java 入門指南

    由基礎走向完整 Android Studio 專案開發模式

    Kaiching Chang ……
    Java 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,目前中、英文學習資源都很豐富,無論是網路上免費的或是書店裡販賣的書籍,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成四大部分,每一部分又分成 7 到 12 個單元基礎篇軟體開發篇JavaFX App 篇Android App 篇首先是「基礎學習篇」,「基礎學習篇」的學習目標包括認識 Java 、怎麼處理資料、控制結構、物件導向、模組化與關鍵字 static ,這部分累計十二個單元,預計帶領讀者學會寫簡單的 Java 小程式,具備寫小程式的能力之後,就進入接下來的「軟體開發篇」。「軟體開發篇」的學習目標為開發、測試、除錯及重構,這部... …… 閱讀更多內容

    $54.65 HKD 透過 Kobo Plus 免費享用

  • Jakarta EE Application Development

    Build enterprise applications with Jakarta CDI, RESTful web services, JSON Binding, persistence, and security

    Learn Jakarta EE by building real-world microservices with code examples, practical exercises, and the latest Jakarta EE featuresKey FeaturesCraft microservices using standard Jakarta EE technologies such as Jakarta RESTful Web Services, JSON Processing, and JSON BindingDesign web-based applications with Jakarta FacesHarness Jakarta EE technologies such as Jakarta Enterprise Beans and Jakarta …… 閱讀更多內容

    $235.79 HKD 透過 Kobo Plus 免費享用

  • C++ 入門指南

    由基礎走向完整 Qt 專案的 MVC 開發模式

    Kaiching Chang ……
    C++ 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成三大部分,每一部分又分成 8 到 13 個單元- 基礎篇- 軟體開發篇- GUI 篇由基礎篇 13 個單元開始,帶領讀者使用跨平台的編譯器 GCC 編譯程式,並依序漸進熟悉 C++ 的基本語法後,進入軟體開發篇 11 個單元,由常見的 MVC 開發模式先發展 M 的部分,也就是計算核心 Encrypt 類別,接著進入 GUI 篇 8 個單元發展 V 跟 C 的部分,使用 Qt Creator 及 QML 設計圖形介面,最後將 M 、 V 、 C 組合成完整的應用軟體。這樣的教學模式,其重點在引導讀者開發簡單的圖形介面程式 …… 閱讀更多內容

    $54.65 HKD 透過 Kobo Plus 免費享用

  • Learn Python in 7 Days

    Begin your journey with Python

    Learn efficient Python coding within 7 days Key FeaturesMake the best of Python featuresLearn the tinge of Python in 7 daysLearn complex concepts using the most simple examplesBook DescriptionPython is a great language to get started in the world of programming and application development. This book will help you to take your skills to the next level having a good knowledge of the fundamentals of …… 閱讀更多內容

    $258.29 HKD 透過 Kobo Plus 免費享用

  • Programming Basics

    Getting Started with Java, C#, and Python

    Robert Ciesla ……
    系列 series Professional and Applied Computing (R0)
    Explore the basics of the three most popular programming languages: C#, Java, and Python and see what it's like to function in today's world from the perspective of a programmer. This book's uses is highly practical approach with numerous code listings aimed at bringing generations together through the intricacies of technology.You'll learn how understanding the basics of coding benefits non …… 閱讀更多內容

    $492.19 HKD

  • The Art of Clean Code

    Best Practices to Eliminate Complexity and Simplify Your Life

    Christian Mayer ……
    Learn eight principles to simplify your code and become a more effective (and successful) programmer.Most software developers waste thousands of hours working with overly complex code. The eight core principles in The Art of Clean Coding will teach you how to write clear, maintainable code without compromising functionality. The book’s guiding principle is simplicity: reduce and simplify, then …… 閱讀更多內容

    $185.69 HKD

  • C和C++游戏趣味编程

    童晶著 ……
    本书通过趣味案例逐步引入语法知识,教读者用C和C++编写游戏程序,激发读者学习编程的兴趣。全书共14章和3个附录,依次介绍了C和C++编程语言的基本概念、数据类型、if语句、while循环、for循环、一维数组、函数、二维数组、字符串、文件读写、指针、递归、面向对象编程、链表和C++标准模板库等知识,其中贯穿了众多的小案例和游戏,最后综合应用这些知识编写了一款冒险游戏。附录分别给出了练习题的参考答案、语法知识索引以及常用的调试方法和辅助开发工具。本书适合不同年龄、不同层次的C与C++编程初学者阅读和自学,也可以作为中学生、大学生学习程序设计的教材和少儿编程培训机构的参考教材。 …… 閱讀更多內容

    $190.31 HKD

  • The LEGO® MINDSTORMS EV3 Idea Book

    181 Simple Machines and Clever Contraptions

    Yoshihito Isogawa ……
    The LEGO® MINDSTORMS® EV3 Idea Book explores dozens of creative ways to build amazing mechanisms with the LEGO MINDSTORMS EV3 set. Each model includes a list of the required parts, minimal text, and colorful photographs from multiple angles so you can re-create it without the need for step-by-step instructions.You’ll learn to build cars with real suspension, steerable crawlers, ball-shooters, …… 閱讀更多內容

    $112.29 HKD

  • PYTHON PROGRAMMING

    Ramsey Hamilton ……
    Want To Master The Basics Of Python Programming In 7 days?Why Python?Python is the easiest to learn and once you have a good grounding in it, you can move on to another, more complicated language. Python is a beautiful computer language. It is simple, and it is intuitive. Python is used by a sorts of people – data scientists use it for much of their number crunching and analytics; security testers …… 閱讀更多內容

    免費

  • Essential Tools for Running a Business

    Aleksandar Olic ……
    As a software company, we need tools to collaborate, code, promote our product, and support our customers. This book lists every tool we use and how it helps us.The list is a result of running a business for over 9 years. We started off with only a few basic tools, mainly for coding; as we grew, our needs grew with us: we needed to improve how we track our marketing campaigns, create designs and …… 閱讀更多內容

    免費

  • Python 從初學到生活應用超實務:讓 Python 幫你處理日常生活與工作中繁瑣重複的工作

    陳會安 ……
    ☀ 科技來自於人性,讓程式設計回歸生活上的應用!☀ 本書不只讓你學會Python,還要讓它「真正」進入你的日常生活!【本書特色】「實作」為程式學習上不可缺少的部分,「應用」更是持續學習程式設計動機的來源。本書提供眾多立即可用的實際生活應用範例,包含:網路資料擷取、Open Data、資料視覺化、社群網路、影片和圖片等多媒體資料處理、Word及Excel的Office自動化、自動化批次檔案處理、瀏覽器自動化與MySQL資料庫......等,此外,更結合Python人工智慧的對話訓練,可以讓你建立特定領域的「 LINE BOT客服機器人 」;而非僅能回應訊息的鸚鵡機器人。【內容簡介】☛ 初學Python快速入門,從入門到實際的生活應用,完整說明人工智慧世代一定需要具備的Python程式設計能力。☛ 本書讓你學得到Python;馬上用得到Python;還能夠「真正活用 …… 閱讀更多內容

    $114.61 HKD

  • Python Programming For Beginners

    Learn The Basics Of Python Programming

    James Tudor ……
    Programming Doesn't Have To Be Difficult. If You Want To Get Started With Python Programming, Read On..How many times have you thought about learning how to code but got discouraged because you had no technical background, didn’t have the time to learn, or you just didn’t think you were smart enough?Would you like to learn the basics of python programming even if you are a complete novice? If so, …… 閱讀更多內容

    免費

  • What Is Node?

    Brett McLaughlin ……
    Node.js. It’s the latest in a long line of “Are you cool enough to use me?” programming languages, APIs, and toolkits. In that sense, it lands squarely in the tradition of Rails, and Ajax, and Hadoop, and even to some degree iPhone programming and HTML5.Dig a little deeper, and you’ll hear that Node.js (or, as it’s more briefly called by many, simply “Node”) is a server-side solution for …… 閱讀更多內容

    免費

  • Introduction to Computer Science

    Mark McIlroy ……
    This book is an introduction to Computer Science and the craft of computer programming.Contains the basic material from a first-year Computer Science or programming course. …… 閱讀更多內容

    免費

  • Python自學聖經(第二版):從程式素人到開發強者的技術與實戰大全

    【Python系列書在台累計銷量近10萬冊】國內眾多程式人選書第一指名、學業界指定Python講師、榮登暢銷榜最多Python圖書作者團隊代表作集Python程式技術大成,強大內容增值再進化~8大領域、39個主題、上百種模組套件、近1,200個範例,涵蓋語法入門,橫跨各大熱門技術與軟硬整合實戰應用!一本帶你入行!系統化分章、大量圖表解說,全面跨入Python程式開發殿堂!給需要本書的人:★不知道如何開始才能自學好Python的人★有接觸過但又不想打掉重練的人★老是寫不好Python程式的人★想運用Python開發專案的人掌握系統化的學習途徑才能真正駕馭PythonPython廣泛應用於大數據、網路爬蟲、人工智慧、機器學習、物聯網等熱門領域,是一套直譯式、物件導向,功能強大的程式語言。具備簡潔的語法,擁有許多模組套件,跨平台且容易擴充,所以非常適合初學者學習,... …… 閱讀更多內容

    $219.25 HKD

  • What Is HTML5?

    Brett McLaughlin ……
    HTML5: Everyone’s using it, nobody knows what it is. I realize that sounds more like a line out of an existential movie — maybe Waiting for Godot or a screenplay by Sartre — than a statement about HTML5. But it’s really the truth: most of the people using HTML5 are treating it as HTML4+, or even worse, HTML4 (and some stuff they don’t use). The result? A real delay in the paradigm shift that HTML5 …… 閱讀更多內容

    免費

  • C++ Primer, 5th Edition 中文版

    最暢銷的程式設計教程和參考手冊全新改寫符合C++11標準為新發布的C++11標準完全更新並重塑,這本權威及詳盡的C++入門指南將幫助你快速學會這個語言,並以現代、高效率的方式使用它。重點提示現今最佳實務做法,作者們展示如何使用核心語言及其標準程式庫寫出有效率、容易閱讀並且強大的程式碼。《C++ Primer, 5th Edition 中文版》從一開始就融入了C++標準程式庫的介紹,取用其常見的函式與機能來幫助你在尚未精通每個語言細節之前就能寫出實用的程式。本書的眾多範例都經過更新,使用新的語言功能,並示範如何以最佳的方式運用它們。快速起步&完成更多:‧學習如何使用新C++11語言功能和標準程式庫,以快速建置穩健的程式,並熟悉高階程式設計‧透過範例學習,這些範例示範現今最佳的編程風格,以及程式設計技巧‧了解「規則背後的道理」:探討為何C++11如此運作‧使用廣泛的交互參考 …… 閱讀更多內容

    $172.66 HKD