TOP
紅利積點抵現金,消費購書更貼心
搜尋結果 /

PacketC Programming

1518
1 / 38
運算思維與Python程式設計:含GLAD ICTP計算機程式能力國際認證核心能力Essentials Level
滿額折
出版日:2020/06/02 作者:JYiC認證研究團隊  出版社:台科大圖書  裝訂:平裝
1.介紹Python基礎技術與通過ICTP計算機程式能力國際認證的實用教材。 2.本書介紹的內容包含ICTP計算機程式能力國際認證-核心能力(Information and Communication Technology Programs-using Programming(Python) -Essentials Level)考試重點的
優惠價: 9 405
庫存:1
Rust程式設計
滿額折
出版日:2021/08/15 作者:Jim Blandy; Jason Orendorff; Leonora F. S. Tindall  出版社:美商歐萊禮  裝訂:平裝
開發快速、安全的系統 「《Programming Rust》作者使用大量的程式範例和專案來解釋Rust如何運作,如果你用過其他語言來設計系統,本書可讓你快速熟悉Rust。」 ―Carol Nichols 《The Rust Programming Language》共同作者,Integer 32, LLC共同創辦人 系統程式是所有計算系統的基礎,為了編寫「性能敏感型」程式,程式設計師使用的語言,必須能夠控制記憶體、處理器時間和其他系統資源。Rust系統設計語言結合這些控制功能與現代系統,能抓到廣泛的錯誤種類,包括記憶體管理錯誤,以及執行緒資料爭用。 如果你是經驗老到的系統程式設計師,這本實用的指南教導你如何使用Rust來縮小性能與安全性之間的差距。Jim Blandy、Jason Orendorff與Leonora Tindall將展示如何使用Rust的功能來控制記憶體和處理器的使用,結合可預測的性能、記憶體安全、可信賴的並行程序。 本書的主題包括: ‧Rust的基本資料型態,以及所有權和借用等核心概念 ‧使用trait與泛型來寫出靈活的、有效率的程式 ‧編寫快速的、多執行緒的、無資料爭用的多執行緒程式 ‧Rust的主力工具:closure、iterator與非同步設計 ‧集合、字串與文字、輸入與輸出、巨集、unsafe程式碼,以及外部函式介面 新修訂的版本涵蓋Rust 2021版。
優惠價: 9 1080
庫存:2
PHP程式設計
滿額折
出版日:2021/06/21 作者:Kevin Tatroe; Peter MacIntyre  出版社:美商歐萊禮  裝訂:平裝
建立動態網頁 「PHP 7重振了PHP生態系統,提供了世界級的效能和備受期待的強大功能組合。如果您正在尋找能夠幫助您釋放這種潛力的書,那麼您需要的就是新版《Programming PHP》!」 ―Zeev Suraski PHP共同創造者 為什麼PHP是最廣泛使用的網頁程式語言?本書的更新版本可以教您所需的一切,讓您知道如何使用PHP 7.4的最新功能建立有效的Web應用程式。您將從一個基本大觀概
優惠價: 9 702
庫存:1
Programming ML.Net
滿額折
出版日:2021/12/06 作者:Dino Esposito  出版社:Microsoft Pr  裝訂:平裝
With .NET 5's ML.NET and Programming ML.NET, any Microsoft .NET developer can solve serious machine learning problems, increasing their value and competitiveness in some of today's fastest-growing are
優惠價: 1 2400
無庫存
出版日:2021/10/18 作者:Farzin Asadi  出版社:Morgan & Claypool  裝訂:精裝
A microcontroller is a compact, integrated circuit designed to govern a specific operation in an embedded system. A typical microcontroller includes a processor, memory, and input/output (I/O) peripherals on a single chip.When they first became available, microcontrollers solely used Assembly language. Today, the C programming language (and some other high-level languages) can be used as well. Some of advanced microcontrollers support another programming technique as well: Graphical programming. In graphical programming, the user does not write any code but draws the block diagram of the system he wants. Then a software converts the drawn block diagram into a suitable code for the target device.Programming microcontrollers using graphical programming is quite easier than programming in C or Assembly. You can implement a complex system within hours with graphical programming while its implementation in C may take months. These features make the graphical programming an important option
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Introduction to Java Programming and Data Structures, Comprehensive Version [Global Edition]
滿額折
出版日:2021/10/05 作者:Y. Liang  出版社:Pearson Education Limited  裝訂:平裝
For courses in Java Programming. A fundamentals-first introduction to basic programming concepts andtechniques Introduction to Java Programming and Data Structures seamlessly integrates programming, data structures,and algorithms into one text. With a fundamentals-first approach, the textbuilds a strong foundation of basic programming concepts and techniques beforeteaching students object-oriented programming and advanced Java programming.Liang explains programming in a problem-driven way that focuses on problemsolving rather than syntax, illustrating basic concepts by example andproviding a large number of exercises with various levels of difficulty forstudents to practice.The 12th Edition is completely revised in everydetail to enhance clarity, presentation, content, examples, and exercises.
優惠價: 1 3299
無庫存
Learn Python Visually: Visual Programming Made Easy
滿額折
出版日:2021/05/04 作者:Tristan Bunn  出版社:No Starch Pr  裝訂:平裝
An accessible, visual, and creative approach to teaching Python programming using the software literacy-focused Processing development environment. Readers learn the foundations of programming as they
優惠價: 79 1501
無庫存
Learning Scientific Programming with Python
90 折
出版日:2020/10/31 作者:Christian Hill  出版社:Cambridge Univ Pr  裝訂:平裝
Learn to master basic programming tasks from scratch with real-life, scientifically relevant examples and solutions drawn from both science and engineering. Students and researchers at all levels are increasingly turning to the powerful Python programming language as an alternative to commercial packages and this fast-paced introduction moves from the basics to advanced concepts in one complete volume, enabling readers to gain proficiency quickly. Beginning with general programming concepts such as loops and functions within the core Python 3 language, and moving on to the NumPy, SciPy and Matplotlib libraries for numerical programming and data visualization, this textbook also discusses the use of Jupyter Notebooks to build rich-media, shareable documents for scientific analysis. The second edition features a new chapter on data analysis with the pandas library and comprehensive updates, and new exercises and examples. A final chapter introduces more advanced topics such as floating-p
優惠價: 9 2051
無庫存
Programming Language Fundamentals by Example
90 折
出版日:2020/09/30 作者:D.E. Stevenson  出版社:Auerbach Pub UK  裝訂:平裝
Surveying the major programming languages that have hallmarked the evolution of computing, Programming Language Fundamentals by Example provides an understanding of the many languages and notations us
優惠價: 9 3077
無庫存
Scratch Programming for Beginners: A Kid's Guide to Coding Fundamentals
滿額折
出版日:2020/09/01 作者:Raina Burditt MS Ma  出版社:Rockridge Pr  裝訂:平裝
Think like a coder--the fun guide to Scratch programming for ages 8-12Scratch is a visual computer language designed especially for kids, and Scratch Programming for Beginners is the perfect book to i
優惠價: 1 646
無庫存
Sql Server Database Programming With Visual Basic.Net: Concepts, Designs And Implementations
90 折
出版日:2020/05/14 作者:Bai  出版社:John Wiley & Sons Inc  裝訂:平裝
A guide to the practical issues and applications in database programming with updated Visual Basic.NETSQL Server Database Programming with Visual Basic.NET offers a guide to the fundamental knowledge
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2021/03/30 作者:John V. Guttag  出版社:Mit Pr  裝訂:平裝
The new edition of an introduction to the art of computational problem solving using Python.This book introduces students with little or no prior programming experience to the art of computational pro
優惠價: 1 1360
無庫存
Beginning Mathematica and Wolfram for Data Science: Applications in Data Analysis, Machine Learning, and Neural Networks
滿額折
出版日:2021/01/21 作者:Jalil Villalobos Alva  出版社:Apress  裝訂:平裝
Enhance your data science programming and analysis with the Wolfram programming language and Mathematica, an applied mathematical tools suite. The book introduces you to the Wolfram programming langua
優惠價: 1 2090
無庫存
Scratch Programming Playground, Scratch 3
滿額折
出版日:2021/01/12 作者:Al Sweigart  出版社:No Starch Pr  裝訂:平裝
A project-filled introduction to coding that shows kids how to build programs by making cool games.Scratch, the colorful drag-and-drop programming language, is used by millions of first-time learners worldwide. Scratch 3 features an updated interface, new programming blocks, and the ability to run on tablets and smartphones, so you can learn how to code on the go. In Scratch 3 Programming Playground, you'll learn to code by making cool games. Get ready to destroy asteroids, shoot hoops, and slice and dice fruit! Each game includes easy-to-follow instructions with full-color images, review questions, and creative coding challenges to make the game your own. Want to add more levels or a cheat code? No problem, just write some code. You'll learn to make games like:Maze Runner: escape the maze!Snaaaaaake: gobble apples and avoid your own tailAsteroid Breaker: smash space rocksFruit Slicer: a Fruit Ninja cloneBrick Breaker: a remake of Breakout, the brick-breaking classicPlatformer: a game
優惠價: 79 751
無庫存
Foundations of Probabilistic Programming
90 折
出版日:2020/12/31 作者:Gilles Barthe  出版社:Cambridge Univ Pr  裝訂:精裝
What does a probabilistic program actually compute? How can one formally reason about such probabilistic programs? This valuable guide covers such elementary questions and more. It provides a state-of-the-art overview of the theoretical underpinnings of modern probabilistic programming and their applications in machine learning, security, and other domains, at a level suitable for graduate students and non-experts in the field. In addition, the book treats the connection between probabilistic programs and mathematical logic, security (what is the probability that software leaks confidential information?), and presents three programming languages for different applications: Excel tables, program testing, and approximate computing. This title is also available as Open Access on Cambridge Core.
優惠價: 9 3023
無庫存
Game Audio Programming 3: Principles and Practices
90 折
出版日:2020/09/22 作者:Edited by Guy Somberg  出版社:CRC Pr I Llc  裝訂:精裝
One of the goals of this book is to raise the general level of game audio programming expertise, so it is written in a manner that is accessible to beginners, while still providing valuable content fo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Game Audio Programming 3: Principles and Practices
90 折
出版日:2020/09/22 作者:Edited by Guy Somberg  出版社:CRC Pr I Llc  裝訂:平裝
One of the goals of this book is to raise the general level of game audio programming expertise, so it is written in a manner that is accessible to beginners, while still providing valuable content fo
優惠價: 9 3239
無庫存
PLC Controls with Structured Text (ST), V3:IEC 61131-3 and best practice ST programming
滿額折
出版日:2020/06/30 作者:Tom Mejer Antonsen  出版社:Books on Demand  裝訂:平裝
This book gives an introduction to the programming language Structured Text (ST) which is used in Programmable Logic Controllers (PLC). The book can be used for all types of PLC brands including Siemens Structured Control Language (SCL) and Programmable Automation Controllers (PAC). This 3rd edition has been updated and expanded with many of the suggestions and questions that readers and students have come up with, including the desire for many more illustrations and program examples. CONTENTS: - Background, benefits and challenges of ST programming - Syntax, data types, best practice and basic ST programming - IF-THEN-ELSE, CASE, FOR, CTU, TON, STRUCT, ENUM, ARRAY, STRING - Guide for best practice naming, troubleshooting, test and program structure - Sequencer and code split-up into functions and function blocks - FIFO, RND, sorting, scaling, toggle, simulation signals and digital filter - Tank controls, conveyor belts, adaptive pump algorithm and robot control - PLC program structure
優惠價: 1 1867
無庫存
Beginner's Step-by-Step Coding Course: Learn Computer Programming the Easy Way
79 折
出版日:2020/01/02 作者:DK  出版社:DK UK (Dorling Kindersley)  裝訂:精裝
Learning to code has never been easier than with this innovative visual guide to computer programming for beginners.Coding skills are in high demand and the need for programmers is still growing. Howe
Learn to Code by Solving Problems : A Python-Based Introduction
滿額折
出版日:2021/06/29 作者:Daniel Zingaro  出版社:No Starch Pr  裝訂:平裝
Learn to Program by Solving Problems is a practical introduction to programming using Python, one of the world’s most popular programming languages. The book emphasizes problem-solving strategies that
優惠價: 79 1051
無庫存
Raspberry Pi 4: The Ultimate Step-by-Step Guide to Using Raspbian to Create Amazing Projects and Expand Your Programming Skills with t
滿額折
出版日:2021/06/22 作者:Liam Clark Sr.  出版社:Lightning Source Inc  裝訂:精裝
Do you already know Python and love using this programming language to create stunning projects? Are you looking to increase your programming skills and stay up to date with the latest languages and trends?Then you've probably been wanting to learn Raspberry Pi 4.Now you can!This comprehensive step-by-step guide will teach you everything you need to know about installing, programming, and learning Raspberry Pi 4.With detailed instructions, tips, tricks, and a full index for you to refer back to, every programmer who desires to learn Raspberry Pi 4 must have this book by their computers.With this book in your hands, you will: Learn step-by-step how to install Raspbian and set up Raspberry Pi 4 to create stunning programs and automationReplace your PC with Raspberry Pi 4 so your computer is completely customizable how you like itBecome a better programmer with Python and practice your coding skills with the steps contained in this bookCreate incredible projects and programs with Raspberr
優惠價: 1 1632
無庫存
A First Course in Statistical Programming with R
滿額折
出版日:2021/05/31 作者:W. John Braun  出版社:Cambridge Univ Pr  裝訂:平裝
This third edition of Braun and Murdoch's bestselling textbook now includes discussion of the use and design principles of the tidyverse packages in R, including expanded coverage of ggplot2, and R Markdown. The expanded simulation chapter introduces the Box–Muller and Metropolis–Hastings algorithms. New examples and exercises have been added throughout. This is the only introduction you'll need to start programming in R, the computing standard for analyzing data. This book comes with real R code that teaches the standards of the language. Unlike other introductory books on the R system, this book emphasizes portable programming skills that apply to most computing languages and techniques used to develop more complex projects. Solutions, datasets, and any errata are available from www.statprogr.science. Worked examples - from real applications - hundreds of exercises, and downloadable code, datasets, and solutions make a complete package for anyone working in or learning practical data
優惠價: 9 2047
無庫存
Invitation to Linear Programming and Game Theory
90 折
出版日:2021/02/28 作者:David C. Vella  出版社:Cambridge Univ Pr  裝訂:平裝
Written in a conversational tone, this classroom-tested text introduces the fundamentals of linear programming and game theory, showing readers how to apply serious mathematics to practical real-life questions by modelling linear optimization problems and strategic games. The treatment of linear programming includes two distinct graphical methods. The game theory chapters include a novel proof of the minimax theorem for 2x2 zero-sum games. In addition to zero-sum games, the text presents variable-sum games, ordinal games, and n-player games as the natural result of relaxing or modifying the assumptions of zero-sum games. All concepts and techniques are derived from motivating examples, building in complexity, which encourages students to think creatively and leads them to understand how the mathematics is applied. With no prerequisite besides high school algebra, the text will be useful to motivated high school students and undergraduates studying business, economics, mathematics, and
優惠價: 9 2375
無庫存
Invitation to Linear Programming and Game Theory
90 折
出版日:2021/02/28 作者:David C. Vella  出版社:Cambridge Univ Pr  裝訂:精裝
Written in a conversational tone, this classroom-tested text introduces the fundamentals of linear programming and game theory, showing readers how to apply serious mathematics to practical real-life questions by modelling linear optimization problems and strategic games. The treatment of linear programming includes two distinct graphical methods. The game theory chapters include a novel proof of the minimax theorem for 2x2 zero-sum games. In addition to zero-sum games, the text presents variable-sum games, ordinal games, and n-player games as the natural result of relaxing or modifying the assumptions of zero-sum games. All concepts and techniques are derived from motivating examples, building in complexity, which encourages students to think creatively and leads them to understand how the mathematics is applied. With no prerequisite besides high school algebra, the text will be useful to motivated high school students and undergraduates studying business, economics, mathematics, and
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Multi-Agent Oriented Pgm
79 折
出版日:2020/09/15 作者:Olivier Boissier  出版社:Mit Pr  裝訂:精裝
The main concepts and techniques of multi-agent oriented programming, which supports the multi-agent systems paradigm at the programming level.A multi-agent system is an organized ensemble of autonomo
優惠價: 79 1501
無庫存
How to Write Good Programs:A Guide for Students
90 折
出版日:2020/07/23 作者:Perdita Stevens  出版社:Cambridge Univ Pr  裝訂:平裝
Learning to program isn't just learning the details of a programming language: to become a good programmer you have to become expert at debugging, testing, writing clear code and generally unsticking yourself when you get stuck, while to do well in a programming course you have to learn to score highly in coursework and exams. Featuring tips, stories and explanations of key terms, this book teaches these skills explicitly. Examples in Python, Java and Haskell are included, helping you to gain transferable programming skills whichever language you are learning. Intended for students in Higher or Further Education studying early programming courses, it will help you succeed in, and get the most out of, your course, and support you in developing the software engineering habits that lead to good programs.
優惠價: 9 863
無庫存
Python for Linguists
90 折
出版日:2020/03/31 作者:Michael Hammond  出版社:Cambridge Univ Pr  裝訂:平裝
Specifically designed for linguists, this book provides an introduction to programming using Python for those with little to no experience of coding. Python is one of the most popular and widely-used programming languages as it's also available for free and runs on any operating system. All examples in the text involve language data and can be adapted or used directly for language research. The text focuses on key language-related issues: searching, text manipulation, text encoding and internet data, providing an excellent resource for language research. More experienced users of Python will also benefit from the advanced chapters on graphical user interfaces and functional programming.
優惠價: 9 1835
無庫存
Python for Linguists
90 折
出版日:2020/03/31 作者:Michael Hammond  出版社:Cambridge Univ Pr  裝訂:精裝
Specifically designed for linguists, this book provides an introduction to programming using Python for those with little to no experience of coding. Python is one of the most popular and widely-used programming languages as it's also available for free and runs on any operating system. All examples in the text involve language data and can be adapted or used directly for language research. The text focuses on key language-related issues: searching, text manipulation, text encoding and internet data, providing an excellent resource for language research. More experienced users of Python will also benefit from the advanced chapters on graphical user interfaces and functional programming.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
The Lego Mindstorms Robot Inventor Activity Book
滿額折
出版日:2021/08/31 作者:Daniele Benedettelli  出版社:No Starch Pr  裝訂:平裝
A playful project-based introduction to robot building and programming using the new LEGO MINDSTORMS Robot Inventor Kit. This introduction to the LEGO MINDSTORMS Robot Inventor Kit is a great way to enter the world of robotics--no previous programming experience necessary! Seven cool projects guide you through creating interactive robotic models with the LEGO MINDSTORMS Robot Inventor kit. You'll build a series of funny and increasingly sophisticated models, like: - a remotely-controlled biped walking robot that can transform into a car- a playable 3/4-sized guitar- a fully functional pinball game bigger than the kit box itself- a cute and shy turtle pet with unpredictable behavior- and more! The book is packed with illustrations to help you better visualize each model and includes a quick reference guide to the programming blocks used and the complete bill of materials of the kit, really helpful when developing your own creations. As you build these robots, you'll learn how to use the
優惠價: 79 1051
無庫存
Learn to Program With 3d Printing
滿額折
出版日:2021/07/20 作者:Justin Gohde; Marius Kintel  出版社:No Starch Pr  裝訂:平裝
The Creator of OpenSCAD, Marius Kintel, teaches anyone how to code and print fun games, puzzles, and more.OpenSCAD is free, open-source 3D modeling software; its easy-to-use programming interface is g
優惠價: 79 901
無庫存
Artificial Intelligence: Research Directions in Cognitive Science: European Perspectives Vol. 5
90 折
出版日:2021/06/19 作者:D. Sleeman(EDI)  出版社:Routledge  裝訂:平裝
Originally published in 1992, this title reviews seven major subareas in artificial intelligence at that time: knowledge acquisition; logic programming and representation; machine learning; natural la
優惠價: 9 1821
無庫存
The Art of 64-Bit Assembly Language
滿額折
出版日:2021/05/25 作者:Randall Hyde  出版社:No Starch Pr  裝訂:平裝
A new assembly language programming book from a well-loved master. Art of 64-bit Assembly Language capitalizes on the long-lived success of Hyde's seminal The Art of Assembly Language. Randall Hyde's
優惠價: 79 2402
無庫存
Advanced Optimization for Process Systems Engineering
90 折
出版日:2021/04/30 作者:Ignacio E. Grossmann  出版社:Cambridge Univ Pr  裝訂:精裝
Based on the author's forty years of teaching experience, this unique textbook covers both basic and advanced concepts of optimization theory and methods for process systems engineers. Topics covered include continuous, discrete and logic optimization (linear, nonlinear, mixed-integer and generalized disjunctive programming), optimization under uncertainty (stochastic programming and flexibility analysis), and decomposition techniques (Lagrangean and Benders decomposition). Assuming only a basic background in calculus and linear algebra, it enables easy understanding of mathematical reasoning, and numerous examples throughout illustrate key concepts and algorithms. End-of-chapter exercises involving theoretical derivations and small numerical problems, as well as in modeling systems like GAMS, enhance understanding and help put knowledge into practice. Accompanied by two appendices containing web links to modeling systems and models related to applications in PSE, this is an essential
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Learn Quantum Computing with Python and Q#: A Hands-On Approach
滿額折
出版日:2021/04/20 作者:Sarah C. Kaiser  出版社:PBKMANGN  裝訂:平裝
Learn Quantum Computing with Python and Q# introduces quantum computing from a practical perspective. Summary Learn Quantum Computing with Python and Q# demystifies quantum computing. Using Python and the new quantum programming language Q#, you'll build your own quantum simulator and apply quantum programming techniques to real-world examples including cryptography and chemical analysis. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Quantum computers present a radical leap in speed and computing power. Improved scientific simulations and new frontiers in cryptography that are impossible with classical computing may soon be in reach. Microsoft's Quantum Development Kit and the Q# language give you the tools to experiment with quantum computing without knowing advanced math or theoretical physics. About the book Learn Quantum Computing with Python and Q# introduces quantum computing from a practical pers
優惠價: 79 1802
無庫存
Data Structures using Python
95 折
Data Structures using Python provides an introduction to design, analysis, and implementation of data structures using the powerful programming language, Python. This book is designed for a first cour
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Chemical Production Scheduling:Mixed-Integer Programming Models and Methods
90 折
出版日:2021/03/31 作者:Christos T. Maravelias  出版社:Cambridge Univ Pr  裝訂:精裝
Understand common scheduling as well as other advanced operational problems with this valuable reference from a recognized leader in the field. Beginning with basic principles and an overview of linear and mixed-integer programming, this unified treatment introduces the fundamental ideas underpinning most modeling approaches, and will allow you to easily develop your own models. With more than 150 figures, the basic concepts and ideas behind the development of different approaches are clearly illustrated. Addresses a wide range of problems arising in diverse industrial sectors, from oil and gas to fine chemicals, and from commodity chemicals to food manufacturing. A perfect resource for engineering and computer science students, researchers working in the area, and industrial practitioners.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Software Design for Flexibility
79 折
出版日:2021/02/09 作者:Chris Hanson  出版社:Mit Pr  裝訂:精裝
Strategies for building large systems that can be easily adapted for new situations with only minor programming modifications.Time pressures encourage programmers to write code that works well for a n
優惠價: 79 1652
無庫存
Competitive Programming in Python:128 Algorithms to Develop your Coding Skills
90 折
出版日:2020/11/30 作者:Christoph Dürr  出版社:Cambridge Univ Pr  裝訂:平裝
Want to kill it at your job interview in the tech industry? Want to win that coding competition? Learn all the algorithmic techniques and programming skills you need from two experienced coaches, problem setters, and jurors for coding competitions. The authors highlight the versatility of each algorithm by considering a variety of problems and show how to implement algorithms in simple and efficient code. Readers can expect to master 128 algorithms in Python and discover the right way to tackle a problem and quickly implement a solution of low complexity. Classic problems like Dijkstra's shortest path algorithm and Knuth-Morris-Pratt's string matching algorithm are featured alongside lesser known data structures like Fenwick trees and Knuth's dancing links. The book provides a framework to tackle algorithmic problem solving, including: Definition, Complexity, Applications, Algorithm, Key Information, Implementation, Variants, In Practice, and Problems. Python code included in the book
優惠價: 9 1835
無庫存
C語言程序設計(簡體書)
滿額折
出版日:2020/11/17 作者:廖任秀  出版社:西安電子科技大學出版社  裝訂:平裝
There are 12 modules in this textbook, including: C programming overview; types, operators and expressions; input and output; decision making; loops; arrays; functions; preprocessors; pointers; struct
優惠價: 87 193
無庫存
Real-world Python ― A Hacker's Guide to Solving Problems With Code
滿額折
出版日:2020/10/13 作者:Lee Vaughan  出版社:No Starch Pr  裝訂:平裝
A project-based approach to learning Python programming for beginners. Intriguing projects teach you how to tackle challenging problems with code.You've mastered the basics. Now you're ready to explor
優惠價: 79 1201
無庫存
  • 1518
    38
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 38

暢銷榜

客服中心

收藏

會員專區