TOP
月月讀書金,登入即領,滿600現折50!!
縮小範圍
搜尋結果 /

Programming PHP

9161
50 / 230
出版日:1997/09/26 作者:William J. Buchanan  出版社:Butterworth-Heinemann  裝訂:平裝
Specialisation in software has become a thing of the past. With the move towards graphical user interface programming, engineers must have a sound knowledge of several programming languages and for t
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1997/03/06 作者:Brian Harvey  出版社:Mit Pr  裝訂:平裝
Volume 1: "Symbolic Computing" Volume 2: "Advanced Techniques" Volume 3: "Beyond Programming" This series is for people--adults and teenagers--who are interested in computer programming because it's f
出版日:1995/02/17 作者:Nagin  出版社:John Wiley & Sons Inc  裝訂:平裝
Provides a solid integration of basic computing concepts with Pascal programming to foster the use of programming as a problem-solving tool. Topics run the gamut from algorithms and artificial intelli
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1993/05/04 作者:Allen Cypher  出版社:Mit Pr  裝訂:平裝
Programming by Demonstration is a method that allows end users to create, customize, and extend programs by demonstrating what the program should do. Until recently most programming power has been in
The Clausal Theory of Types
90 折
出版日:1993/04/22 作者:D. A. Wolfram  出版社:Cambridge Univ Pr  裝訂:精裝
Logic programming was based on first-order logic. Higher-order logics can also lead to theories of theorem-proving. This book introduces just such a theory, based on a lambda-calculus formulation of a clausal logic with equality, known as the Clausal Theory of Types. By restricting this logic to Horn clauses, a concise form of logic programming that incorporates functional programming is achieved. The book begins by reviewing the fundamental Skolem-Herbrand-Gödel Theorem and resolution, which are then extrapolated to a higher-order setting; this requires introducing higher-order equational unification which builds in higher-order equational theories and uses higher-order rewriting. The logic programming language derived has the unique property of being sound and complete with respect to Henkin-Andrews general models, and consequently of treating equivalent terms as identical. First published in 1993, the book can be used for graduate courses in theorem-proving, but will be of interest
優惠價: 9 3393
無庫存
出版日:1993/03/11 作者:Harold Abelson  出版社:Mit Pr  裝訂:平裝
This classic guide teaches the art of programming to first time programmers. Logo for the Macintosh teaches the art of programming to first time programmers. It begins with Turtle Geometry, a series o
出版日:1992/04/30 作者:Tony Orme ; Ian Nussbaum ; Chris Mayers  出版社:Cambridge University Press  裝訂:平裝
An essential reference and sourcebook for all software engineers using the Ada programming language.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1991/04/04 作者:J. Ichbiah  出版社:Cambridge Univ Pr  裝訂:精裝
This book presents the rationale behind the design and development of the programming language Ada. The materials incorporating corrections to its original printing by the Ada Joint Program Office (AJPO), will be essential reading for all those currently using the language as well as those considering its adoption.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Recursion via Pascal
90 折
出版日:1984/07/26 作者:Rohl  出版社:Cambridge Univ Pr  裝訂:平裝
This book is devoted to recursion in programming, the technique by which the solution to a problem is expressed partly in terms of the solution to a simpler version of the same problem. Ultimately the solution to the simplest version must be given explicitly. In functional programming, recursion has received its full due since it is quite often the only repetitive construct. However, the programming language used here is Pascal and the examples have been chosen accordingly. It makes an interesting contrast with the use of recursion in functional and logic programming. The early chapters consider simple linear recursion using examples such as finding the highest common factor of a pair of numbers, and processing linked lists. Subsequent chapters move up through binary recursion, with examples which include the Towers of Hanoi problem and symbolic differentiation, to general recursion. The book contains well over 100 examples.
優惠價: 9 2105
無庫存
IVOR HORTON'S BEGINNING VISUAL C++ 2010
滿額折
作者:IVOR HORTON  出版社:JOHN WILEY & SONS;LTD  裝訂:平裝
The leading author of programming tutorials for beginners introduces you to Visual C++ 2010 Ivor Horton is the preeminent author of introductory programming language tutorials; previous editions of h
優惠價: 1 1300
無庫存
出版日:1964/03/15 作者:Steven J. Fenves  出版社:Mit Pr  裝訂:平裝
A manual describing STRESS, a programming system for the solution of structural engineering problems. STRESS, which is the abbreviation for STRuctural Engineering Systems Solver, is a programming sy
日常閒聊不冷場:生活話題印尼語(電子書)
出版日:2026/01/22 出版社:同文館有限公司  裝訂:電子書
008 第一回:有紫色捲髮的那個人 018 第二回:在千門屋被嚇個半死 028 第三回:把印尼之美拍成電影 038 第四回:突然發生地震該怎辦? 050 第五回:PHP&WC 060 第六回:速食餐廳 069 第七回:總統府 080 第八回: 仁當燉牛肉
優惠價: 7 182
Linux Application Development by Example: The Fundamental APIs
滿額折
出版日:2025/12/01 作者:Arnold Robbins  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
Unlock the Secrets of Linux System Programming and Take Your Coding Skills to the Next Level Do you use Linux, but not really understand it? Have you ever wondered how ls -l' knows everything does? Could you explain to a coworker why ls' and find' can be external commands but cd' and umask' must be built into the shell? The answers to these questions, and more, are in Linux Application Programming by Example, Second Edition. Purposely avoiding Too Much Information (TMI) this book tells you exactly what you need to know--no more and no less--about the fundamental Linux system programming APIs. Following the latest POSIX standard, author Arnold Robbins explains how the basic file, process, IPC and networking APIs work. Wherever possible, he demonstrates the use of the APIs with code drawn from real programs (V7 Unix, BSD Unix, and GNU). When not possible, the author provides small, clearly documented and annotated, standalone example programs of his own. The author focuses on both
優惠價: 1 2880
無庫存
Bitesize Python for Absolute Beginners: With Practice Labs, Real-World Examples, and Generative AI Assistance
90 折
出版日:2025/07/31 作者:Di Wu  出版社:CRC PR INC  裝訂:平裝
As an introduction to Python, this book allows readers to take a slow and steady approach to understanding Python code, explaining concepts, connecting programming with real-life examples, writing Python programs, and completing case studies.While there are many books, websites, and online courses about the topic, we break down Python programming into easily digestible lessons of less than 5 minutes each, following our BiteSize approach. Each lesson begins with a clear and short introduction to the topic. This gives you a strong base to start from and gets you ready for deeper learning. Then, you will see coding demonstrations that show the ideas discussed. These examples are simple and useful, helping you really understand the concepts. You'll then practice tasks at different difficulty levels, so you can test your knowledge and increase your confidence. You'll also play with case studies to solve real-world problems. Tips are included to show how you can incorporate generative AI int
優惠價: 9 3316
無庫存
PHP Programming: A Quickstudy Laminated Reference Guide
滿額折
出版日:2025/05/01 作者:Robin Nixon  出版社:QUICKSTUDY REFERENCE GUIDES  裝訂:平裝
優惠價: 1 340
無庫存
MySQL基礎教程(簡體書)
滿額折
出版日:2025/01/01 作者:(日)西澤夢路  出版社:人民郵電出版社  裝訂:平裝
1.本書是日本公認的MySQL入門教程,原版長銷13年,好評如潮,本書是第3次改版2.本書有豐富的插圖和示例程序,即使是初學者,也很容易理解和掌握相關知識點3.本書涉及的開發環境和示例程序均可下載,讀者可以一邊操作一邊學習。章末設有自我檢查和練習題,方便讀者確認知識點的掌握情況4.雙色印刷,版式清晰合理,給讀者帶來良好的閱讀體驗本書介紹了MySQL的操作方法以及通過使用PHP和MySQL創建Web應用程序的基礎知識。作者從數據庫是什麼開始講起,由淺入深,通過豐富的圖示和大量的示例程序,讓讀者循序漸進地掌握MySQL,最終帶領讀者使用MySQL和PHP開發能夠在Web上公開的具有安全性的Web應用程序。
優惠價: 87 673
無庫存
ThinkPHP 8高效構建Web應用(簡體書)
滿額折
出版日:2025/01/01 作者:夏磊  出版社:清華大學出版社(大陸)  裝訂:平裝
ThinkPHP是一個免費開源、快速、簡單、面向對象、輕量級的PHP開發框架,已經成長為國內最領先和**影響力的Web應用開發框架,眾多的典型案例可以表明它穩定用於商業以及門戶級網站的開發。《ThinkPHP8高效構建Web應用》通過豐富的代碼示例和詳細的講解,幫助讀者快速上手ThinkPHP,高效構建Web應用。《ThinkPHP8高效構建Web應用》配套示例源碼、作者答疑服務。《ThinkPHP8高效構建Web應用》共分17章,由淺入深地講解ThinkPHP應用開發方法,內容包括開發環境搭建、PHP 8新特性及其示例、MVC模式、ThinkPHP 8新特性、路由、控制器、數據庫、模型、視圖、異常管理與日誌系統、命令行應用開發、Ubuntu服務器部署、多人博客系統開發、圖書管理系統開發、論壇系統開發、微信小程序商城系統開發。《ThinkPHP8高效構建Web應用》要求讀者有PHP編程基礎。本書適合ThinkPHP框架初學者、ThinkPHP應用開發人員閱讀;也可作為高等院校和高職高專院校Web應用開發課程的教材。
優惠價: 87 465
無庫存
微信小程式開發實戰教程:PHP+Laravel+MySQL(微課版)(簡體書)
滿額折
出版日:2024/08/01 作者:曾建華  出版社:人民郵電出版社  裝訂:平裝
本書較為全面地介紹了微信小程序開發的核心知識,並以附錄形式介紹了ES6語法和Bootstrap。全書共11章,從企業用人需求的角度出發,以夠用、實用為原則,介紹了微信小程序的項目構成、頁面構成、生命週期函數、WXML語法、事件、API、系統組件、自定義組件,以及如何使用WeUI組件庫等。在後臺方面,從講解微信小程序如何使用外部API,到使用PHP和MySQL設計自己的API,再到使用Laravel框架設計自己的API,讓讀者理解後臺的開發流程以及微信小程序是如何與後臺交互的。
優惠價: 87 208
無庫存
PHP Programming Solutions - Practical Applications and Examples
滿額折
出版日:2024/05/23 作者:Sivakumar R. D.  出版社:INDEPENDENT CAT  裝訂:平裝
優惠價: 1 480
無庫存
出版日:2024/04/25 作者:R. Praba  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
優惠價: 1 3960
無庫存
出版日:2023/09/25 作者:Unmesh Joshi  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
Learn How to Better Understand Distributed System Design and Solve Common Problems Enterprises today rely on a range of distributed software handling data storage, messaging, system management, and compute capability. Distributed system designs need to be implemented in some programming language, and there are common problems that these implementations need to solve. These problems have common recurring solutions. A patterns approach is very suitable to describe these implementation aspects. Patterns by nature are generic enough to cover a broad range of products from cloud services like Amazon S3 to message brokers like Apache Kafka to infrastructure frameworks like Kubernetes to databases like MongoDB or Actor frameworks like Akka. At the same time the pattern structure is specific enough to be able to show real code. The beauty of this approach is that even if the code structure is shown in one programming language (Java in this case), the structure applies to many other programming
優惠價: 1 2400
無庫存
出版日:2023/05/09 作者:Alimul Haque  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
React Programming: The Big Nerd Ranch Guide
滿額折
出版日:2023/03/10 作者:Loren Klingman  出版社:BIG NERD RANCH GUIDES  裝訂:平裝
React is today's most popular open-source JavaScript library for front-end web application development. React Programming: The Big Nerd Ranch Guide helps you master React hands-on, through examples crafted to help you quickly leverage its remarkable power. Based on Big Nerd Ranch's popular bootcamps, it illuminates key concepts with realistic code, guiding you step-by-step through building a complete production-ready React app with Create React App, functional components, hooks, lint rules with ESLint, React Testing Library, and Cypress. Step by step, Big Nerd Ranch instructor and expert developer Loren Klingman help you build on your current skills, as you learn how to: Set up React and get started with its tools and environment Work with styles and components Utilize React's router and flexboxes Use declarative views to write more manageable, reliable code Create carts, checkouts, fulfillment, and other ecommerce features Add authentication to your front-ends Test components and en
優惠價: 1 2400
無庫存
SQL Server 2012 數據庫教程(第3版)(簡體書)
滿額折
出版日:2022/12/01 作者:鄭阿奇; 劉啟芬; 顧韻華  出版社:人民郵電出版社  裝訂:平裝
本書介紹SQL Server 2012 數據庫管理系統,包含數據庫基礎、實驗和綜合應用。數據庫基礎包括數據庫的基本概念和SQL Server 2012 兩部分內容;實驗分為SQL Server 2012 主要內容的實踐和訓練; 綜合應用部分介紹PHP、ASP.NET(C#) 和VB 6.0 平臺開發應用系統操作SQL Server 2012,分別為B/S 和C/S 方面的典型應用。
優惠價: 87 260
無庫存
A Tour of C++
滿額折
出版日:2022/10/10 作者:Bjarne Stroustrup  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
In A Tour of C++, Third Edition, Bjarne Stroustrup provides an overview of ISO C++, C++20, that aims to give experienced programmers a clear understanding of what constitutes modern C++. Featuring carefully crafted examples and practical help in getting started, this revised and updated edition concisely covers most major language features and the major standard-library components needed for effective use. Stroustrup presents C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, emphasizing newer language features. This edition covers many features that are new in C++20 as implemented by major C++ suppliers, including modules, concepts, coroutines, and ranges. It even introduces some library components in current use that are not scheduled for inclusion in the standard until C++23. This authoritative guid
優惠價: 1 1920
無庫存
Economic Dynamics, second edition
79 折
出版日:2022/08/16 作者:John Stachurski  出版社:Mit Pr  裝訂:平裝
The second edition of a rigorous and example-driven introduction to topics in economic dynamics that emphasizes techniques for modeling dynamic systems.This text provides an introduction to the modern theory of economic dynamics, with emphasis on mathematical and computational techniques for modeling dynamic systems. Written to be both rigorous and engaging, the book shows how sound understanding of the underlying theory leads to effective algorithms for solving real-world problems. The material makes extensive use of programming examples to illustrate ideas, bringing to life the abstract concepts in the text. Key topics include algorithms and scientific computing, simulation, Markov models, and dynamic programming. Part I introduces fundamentals and part II covers more advanced material. This second edition has been thoroughly updated, drawing on recent research in the field.New for the second edition:“Programming-language agnostic” presentation using pseudocode.New chapter 1 covering
優惠:外文書周末優惠-單79雙75 優惠價: 79 2252
無庫存
Programming in Parallel with CUDA:A Practical Guide
90 折
出版日:2022/05/31 作者:Richard Ansorge  出版社:Cambridge Univ Pr  裝訂:精裝
CUDA is now the dominant language used for programming GPUs, one of the most exciting hardware developments of recent decades. With CUDA, you can use a desktop PC for work that would have previously required a large cluster of PCs or access to a HPC facility. As a result, CUDA is increasingly important in scientific and technical computing across the whole STEM community, from medical physics and financial modelling to big data applications and beyond. This unique book on CUDA draws on the author's passion for and long experience of developing and using computers to acquire and analyse scientific data. The result is an innovative text featuring a much richer set of examples than found in any other comparable book on GPU computing. Much attention has been paid to the C++ coding style, which is compact, elegant and efficient. A code base of examples and supporting material is available online, which readers can build on for their own projects.
優惠價: 9 2808
無庫存
MySQL數據庫任務驅動式教程(第2版)(微課版)(簡體書)
滿額折
出版日:2022/05/01 作者:石坤泉; 湯雙霞  出版社:人民郵電出版社  裝訂:平裝
本書根據《全國計算機等級考試二級MySQL數據庫程序設計考試大綱》編寫而成,主要講述數據庫設計的基本原理和基本方法、MySQL的語言基礎及其應用。全書共11個項目24個任務,包括認識數據庫,MySQL實訓環境配置,MySQL字符集與數據類型,建庫、建表與數據庫管理,數據查詢、數據處理與視圖,創建和使用程序,數據庫安全與性能優化,PHP語言基礎及應用,訪問MySQL數據庫,phpMyAdmin操作數據庫及PHP+MySQL數據庫開發。此外,全書還配有習題和等級考試模擬題,便於學習者鞏固理論知識,也可以作為學習者參加二級MySQL數據庫程序設計考試的參考資料。
優惠價: 87 287
無庫存
Decentralized Governance and Accountability:Academic Research and the Future of Donor Programming
90 折
出版日:2022/04/14 作者:Jonathan A. Rodden  出版社:Cambridge Univ Pr  裝訂:平裝
At the end of the twentieth century, academics and policymakers welcomed a trend toward fiscal and political decentralization as part of a potential solution for slow economic growth and poor performance by insulated, unaccountable governments. For the last two decades, researchers have been trying to answer a series of vexing questions about the political economy of multi-layered governance. Much of the best recent research on decentralization has come from close collaborations between university researchers and international aid institutions. As the volume and quality of this collaborative research have increased in recent decades, the time has come to review the lessons from this literature and apply them to debates about future programming. In this volume, the contributors place this research in the broader history of engagement between aid institutions and academics, particularly in the area of decentralized governance, and outline the challenges and opportunities to link evidence
優惠價: 9 1673
無庫存
Stem Coding Activity Book
滿額折
出版日:2022/01/03 作者:Jenny Jacoby  出版社:b small publishing UK  裝訂:平裝
Future coders will love the mix of non-fiction and activities in this educational book full of BIG ideas. Fun games and puzzles teach boys and girls about code, programming, loops, conditionals, spotting patterns and solving problems. Start a lifelong passion for STEM subjects.
優惠:外文書周末優惠-單79雙75 優惠價: 79 304
無庫存
CodeIgniter+PhpStorm CMS網站設計與開發(簡體書)
滿額折
出版日:2021/11/01 作者:李高和; 張豔莉  出版社:西安電子科技大學出版社  裝訂:平裝
CodeIgniter是一套給PHP網站開發者使用的應用程序開發框架和工具包,它的目標是讓讀者能夠更快速地完成網站開發項目。CodeIgniter提供了日常任務所需的大量類庫,以及簡單的接口和邏輯結構。通過減少代碼量,CodeIgniter可以讓讀者更加專注於自己創造性的工作。全書共6章。第1章介紹了計算機網絡基礎知識。第2章介紹了網站運行環境的搭建,以及當前市場上最新、最流行的後臺技術組合Apache+MySQL+PHP的XAMPP系統的安裝和配置,另外還介紹了IIS的相關內容。第3章介紹了網站開發工具,包括Dreamweaver、FileZilla和PhpStorm。第4章介紹了網站開發技術,包括HTML、JavaScript、Flash和ODBC。第5章介紹了網站開發語言,主要講解了PHP的相關知識。第6章介紹了CodeIgniter的基礎知識及其應用。本書內容新穎,技術先進,結構清晰,敘述詳盡,由淺入深,易於操作,資料齊全,適合計算機及相關專業學生學習使用,也可供程序設計人員和網站開發人員參考使用。
優惠價: 87 167
無庫存
My SQL從入門到精通(第2版)(簡體書)
滿額折
出版日:2021/10/01 作者:明日科技 編著  出版社:清華大學出版社(大陸)  裝訂:平裝
《MySQL從入門到精通(第2版)》從初學者角度出發,通過通俗易懂的語言和豐富多彩的實例,詳細介紹了MySQL開發需要掌握的各方面技術。全書共分為4篇24章,包括數據庫基礎,初識MySQL,使用MySQL圖形化管理工具,數據庫操作,存儲引擎及數據類型,數據表操作,MySQL基礎,表數據的增、刪、改操作,數據查詢,常用函數,索引,視圖,數據完整性約束,存儲過程與存儲函數,觸發器,事務,事件,備份與恢復,MySQL性能優化,權限管理及安全控制,PHP管理MySQL數據庫中的數據,PHP+MySQL實現物流配送信息網,Python+MySQL實現在線學習筆記,Struts 2+Spring+Hibernate+MySQL實現網絡商城等內容。所有知識都結合具體實例進行介紹,涉及的程序代碼也給出了詳細的注釋,可以使讀者輕鬆領會MySQL的精髓,快速提高開發技能。
優惠價: 87 469
無庫存
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雙75 優惠價: 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雙75 優惠價: 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
無庫存
LAMP+LNMP網站架構與運維實戰(簡體書)
滿額折
出版日:2021/06/01 作者:張春曉  出版社:清華大學出版社(大陸)  裝訂:平裝
由於LAMP(Linux+Apache Web+MySQL+PHP)都是開源軟件,而且Linux發行版中提供這些軟件的安裝包以及默認的配置,因此LAMP稱為搭建網站的一個整體解決方案,同樣,LNMP(用Nginx替代Apache Web)方案也很流行。目前這兩個方案是互聯網上非常流行的電子商務基礎框架系統。 《LAMP+LNMP網站架構與運維實戰》共12章,內容包括LAMP環境搭建、使用WordPress搭建博客站點、深入Linux、深入MySQL數據庫、深入PHP編程、SSL讓網站更安全、LAMP安全管理、計劃任務和作業調度、Nginx入門、深入Nginx、LAMP和LNMP性能監控、Zabbix全方位監控服務。 《LAMP+LNMP網站架構與運維實戰》結構清晰、易教易學、實例豐富、可操作性強,對易混淆和實用性強的內容進行了重點提示和講解。該書適合Linux系統管理人員、MySQL+PHP開發人員閱讀,可以作為高等院校、中職學校和培訓機構計算機相關專業的師生教學參考。
優惠價: 87 569
無庫存
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雙75 優惠價: 79 2402
無庫存
出版日: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雙75 優惠價: 79 1802
無庫存
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]。
  • 9161
    230
  • 1
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 230

暢銷榜

客服中心

收藏

會員專區