TOP
經典不再等待!讀懂羅馬人的強大,開啟你的智力冒險
縮小範圍
搜尋結果 /

Beginning Linux Programming

34093
92 / 853
Ubuntu操作系統實用教程(簡體書)
滿額折
出版日:2023/01/01 作者:吳全玉; 劉曉傑; 潘玲佼  出版社:清華大學出版社(大陸)  裝訂:平裝
本教材採用通俗易懂的語言,由淺入深地介紹了計算機的基礎原理知識、操作系統的原理及特徵、計算機網絡基礎概念和Ubuntu Linux操作系統使用等多方面內容。全書共分14章,首先介紹了微處理器基礎知識、操作系統分類、 Linux操作系統簡介等有關計算機的基礎概念。其次講述了安裝Ubuntu Linux操作系統方法、窗口界面應用軟件配置、字符界面常用命令、用戶和組的管理、文件系統管理、進程管理等有關Ubuntu的基本應用。最後還介紹了Linux編程Gcc和Eclipse、Shell腳本和網絡基礎、網絡安全、服務器配置和搭建等相關的高級應用。本教材通過大量的操作截圖進行講解,可以幫助初學者在較短的時間內掌握Ubuntu操作系統窗口操作和命令行應用,解除對Linux類操作系統的神秘感,對免費開源代碼的應用和傳播有一個較全面的認識。本教材可以作為普通高等學校計算機科學與技術、電子科學與技術、儀器科學與技術、信息與通信工程、控制科學與工程和機械工程等專業的Linux相關課程的教材,也可以作為免費操作系統愛好者和開發者的入門教材使用。
優惠價: 87 417
無庫存
網絡攻防技術與實戰:軟件漏洞挖掘與利用(簡體書)
滿額折
出版日:2023/01/01 作者:孫夫雄  出版社:清華大學出版社(大陸)  裝訂:平裝
本書是基於Windows和Linux操作系統平臺編寫的軟件漏洞分析和利用的項目教程。本書共12章,包括可執行文件格式解析、逆向工程及其工具、加殼與脫殼、緩沖區溢出、漏洞挖掘和利用、異常處理機制及其Exploit、GS保護及其Exploit、ASLR和DEP保護及其Exploit、返回導向編程、Linux Exploit、Egg Hunting技術和堆噴射技術等。 本書內容豐富,特色鮮明,實用操作性強,可作為信息安全專業、計算機及其相關專業本科生的信息安全實踐教材,也可以作為計算機用戶的參考書和培訓教材。
優惠價: 87 360
無庫存
嵌入式Linux開發技術基礎(第2版)(簡體書)
滿額折
出版日:2022/11/01 作者:豐海; 張萬良  出版社:機械工業出版社  裝訂:平裝
本書結合人工智能的新技術,如語音識別、人臉識別、圖像識別和目標檢測,介紹了嵌入式Linux系統的開發,構成了“項目驅動,做中學,學中做”相互融合的教學體系。以學生的“實踐”為中心,精心設計了實踐性強、技術前沿的綜合實踐項目,如環境監測系統、視頻入侵報警系統、智能遙控車、基於人臉識別的考勤系統、目標檢測等。這些項目能夠激發學生的學習興趣,提升學生的實踐能力,貼近企業實際工作崗位的要求。 本書可作為高等職業院校電子與信息大類、自動化類等專業的教學用書,也可作為嵌入式開發人員的參考用書。
優惠價: 87 308
無庫存
Linux網路內功修煉:徹底了解底層原理及高性能架構
滿額折
出版日:2022/10/20 作者:張彥飛  出版社:深智數位  裝訂:平裝
一筆TCP的連接會佔掉多少記憶體?一台機器支援多少TCP的連線?深入TCP/IP的每一個封包結構,使用真槍實戰的程式語言深入核心。對網路工程師來說,最需要學習不是什麼程式語言技巧,就是Linux TCP/IP網路協議。一直以來,我們都對Linux的核心一知半解,能解決問題就好,但當你想提昇自己的層次,真正要做的反而是基本功,要精不要多。本書作者作為世界一流網路巨頭的資深專家,以實際案例逐步說解LinuxKernel、TCP/IP、說明核心、封包、使用者處理程序,epoll等基本功,進而討論發送及接收封包、本機的網路原理,引導讀者了解物理網路,思考如何最佳化網路性能,提升效率!本書適用對象*想透過提升自己的網路內功而進頂級公司的讀者。*不滿足於只學習網路通訊協定,也想理解它是怎麼實現的讀者。*雖有幾年開發工作經驗,但對網路消耗把握不准的開發人員。*想做網路性能最佳化,但沒有成系統的理論指導的讀者。*維護各種高併發伺服器的運行維護人員。
優惠價: 9 702
無庫存
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
無庫存
出版日:2022/09/28 作者:Nirmala M  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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
無庫存
Linux系統與服務管理(簡體書)
滿額折
出版日:2022/07/22 作者:王明泉  出版社:機械工業出版社  裝訂:平裝
本書是在任務驅動教學理念的指導下進行設計和編寫的,主要包括了系統基礎、系統管理、網絡管理及系統實驗4篇,共計8章理論內容以及11個系統實驗,其中的系統實驗部分是任務驅動教學理念的具體體現。本書在深入淺出地講授各章節內容的基礎上,特別強調各章節的內在邏輯性,因此圍繞操作系統的基本特性――對於多任務多用戶的支持,而展開全書。其中,第1章操作系統的緒論部分統領全書;第2章講授Linux系統的基本操作控制命令、vim編輯器及重定向等內容,是學習掌握第3章及後續其它章節的主要基礎;第3章講述多用戶多任務特性中的多用戶部分,第4章講述文件系統內容,第5章講述軟件包及軟件安裝的內容,為多任務做出鋪墊;第6章闡述多任務部分,是第7章、第8章的網絡及服務管理內容的基礎。
優惠價: 87 412
無庫存
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
無庫存
互聯網軟件測試:初級(簡體書)
滿額折
出版日:2022/05/01 作者:北京新奧時代科技有限責任公司  出版社:人民郵電出版社  裝訂:平裝
本教學圖書的編寫以《互聯網軟件測試職業技能等級標準》為依據,圍繞互聯網軟件測試的人才需求與崗位能力進行內容設計。本書包括Linux系統概述、Linux系統使用注意事項、Linux系統常用入門命令、MySQL基礎、MySQL數據庫管理、SQL基本語法、軟件與軟件測試概述、軟件缺陷、如何高效測試、UI測試、兼容性測試、微商城網站實踐案例等內容,涵蓋Linux基礎、MySQL基礎、軟件測試基礎等核心課程。本書以模塊化的結構組織章節,以任務驅動的方式安排內容,以互聯網微商城系統環境搭建和完整的功能測試為教學案例。本書可作為1+X證書制度試點工作中互聯網軟件測試職業技能(初級)的教學和培訓教材,也可作為期望從事軟件測試工作的人員的自學參考書。
優惠價: 87 365
無庫存
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
無庫存
出版日:2022/04/01 作者:何曉龍  出版社:電子工業出版社  裝訂:平裝
目前,Linux系統版本眾多,作為一個作業系統又包羅萬象,哪一部分拿出來幾乎都可以寫一本書。作者的理念是,一本Linux圖書不能在讀之前讓人感覺似乎什麼都講,等看完了又感覺似乎什麼都沒講,無法和實際應用聯繫起來。本書帶領和幫助讀者系統、快速地掌握Ubuntu 16.04,將所學知識轉化為實實在在的生產力,通過鮮活實用的應用為讀者創造價值。所以本書沒有長篇累牘的理論,也沒有面面俱到的背書,只展開能創
Php & Mysql: Server-Side Web Development
滿額折
出版日:2022/03/25 作者:Duckett  出版社:John Wiley & Sons Inc  裝訂:精裝
Learn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database&nbs
優惠價: 9 1778
無庫存
Php & Mysql: Server-Side Web Development
滿額折
出版日:2022/02/02 作者:Duckett  出版社:John Wiley & Sons Inc  裝訂:平裝
Learn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database&nbs
優惠價: 9 1539
無庫存
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
無庫存
shell腳本基礎教程(簡體書)
滿額折
出版日:2021/12/01 作者:(日)三宅英明  出版社:人民郵電出版社  裝訂:平裝
本書是以Linux下的bash為對象講解shell腳本編程的入門書。全書從shell的概念入手,內容豐富、結構清晰,不僅講解了shell的基本語法和命令,還通過各種各樣的示例介紹了如何編寫實用的shell腳本,shell腳本的測試和調試,以及shell腳本編程中容易出錯的關鍵點。通過閱讀本書,讀者能夠輕鬆地編寫shell腳本,更加靈活地使用UNIX和Linux。
優惠價: 87 521
無庫存
惡意網絡環境下的Linux防禦之道(簡體書)
滿額折
出版日:2021/12/01 作者:(美)凱爾‧蘭金  出版社:人民郵電出版社  裝訂:平裝
本書共有9章,主要講解了如何對Linux服務器實施現代化的安全防衛,從而以較低的成本來實現非常高的效能。本書首先介紹了一些基本的安全概念和安全原則,然後講解了如何對現代的工作站、服務器和網絡進行加固處理,接著解釋了怎樣對一些特定的服務器(比如Web服務器、郵件服務器、DNS和數據庫等)進行加固處理,最後講解了如何對懷疑被破解的服務器做出響應,包括如何搜集證據、如何推斷攻擊者的入侵方式等。此外還介紹
優惠價: 87 360
無庫存
丙級電腦硬體裝修學術科過關秘訣
滿額折
出版日:2021/11/01 作者:華成工作室  出版社:科友  裝訂:平裝
■ 本書特色1.本書依勞動部勞發署技檢中心最新公告題庫撰寫,並加以詳細解析,使讀者迅速了解試題的內容及其辦法。2.術科試題之撰寫以Step by Step及圖片對照的解題流程,引導讀者從硬體規劃、網路線製作、Windows、應用軟體和Linux安裝與設定來解題。3.隨書附有Ubuntu 20及Fedora Core 30軟體,使讀者可迅速熟悉Linux作業系統如何設定。4.每個工作項目皆附有立即練習,方便學生考前複習使用,另精心設計模擬試題,以隨書附贈的方式,提供學習者在學習每章後立即進行該章的模擬,驗收學習成果■ 內容簡介1.本書依勞動部勞發署技檢中心最新公告題庫撰寫,並加以詳細解析,使讀者迅速了解試題的內容及其辦法。2.術科試題之撰寫以Step by Step及圖片對照的解題流程,引導讀者從硬體規劃、網路線製作、Windows、應用軟體和Linux安裝與設定來解題。3.隨書附有Ubuntu 20及Fedora Core 30軟體,使讀者可迅速熟悉Linux作業系統如何設定。4.每個工作項目皆附有立即練習,方便學生考前複習使用,另精心設計模擬試題,以隨書附贈的方式,提供學習者在學習每章後立即進行該章的模擬,驗收學習成果
優惠價: 9 405
無庫存
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
無庫存
出版日:2021/07/26 作者:Sunil (CCET K. Singh Panjab University)  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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
無庫存
出版日:2021/06/30 作者:王進德  出版社:博碩文化  裝訂:平裝
 採用Ubuntu 20.04 LTS版本,讓以後的學習可以獲得最新的支持及穩定的更新。  內容涵蓋Ubuntu桌面版及伺服版作業系統的操作、配置及管理。  零基礎起步,從指令操作至Shell Script程式設計,講解深入淺出。  詳細說明使用者管理及防火牆建置等主題,建構更安全的Linux平台。 【本書特色】 Linux是一款廣泛應用的作業系統,從網站開發到物聯網應用,都可以看到Lin
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
無庫存
Linux系統編程(慕課版)(簡體書)
滿額折
出版日:2021/05/01 作者:千鋒教育高教產品研發部 編著  出版社:人民郵電出版社  裝訂:平裝
1章介紹Linux操作系統核心;2章介紹不同形式I/O的操作接口;3章介紹進程的相關屬性與進程的創建;4章介紹多線程編程及相關的同步互斥機制;5章介紹三種進程通信機制;6章介紹System V分支的三種進程間通信機制;7-10章介紹進程通信的重要知識,套接字的編程,從開始的網絡編程基礎,以及協議分析到最後高級網絡編程;11章介紹SQlite數據庫的簡單應用;12章使用一個實際的項目案例。
優惠價: 87 312
無庫存
出版日: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
無庫存
Linux系統管理與服務器配置(CentOS 7.6&RHEL 7.6)(簡體書)
滿額折
出版日:2021/04/06 作者:宋麗娜  出版社:機械工業出版社  裝訂:平裝
本書是國家精品課程、國家精品資源共享課程和浙江省精品在線開放課程配套教材。以目前被廣泛應用的CentOS服務器發行版7.6為例,兼容RHEL 7.6,採用教、學、做相結合的模式,著眼應用,全面系統地介紹了Linux的系統管理及網絡服務器的配置方法與技巧。本書共11章,內容包括安裝CentOS/RHEL 7系統及基本配置、管理用戶和組群、管理文件權限、配置網絡服務、使用shell與vim編輯器、配置
優惠價: 87 308
無庫存
龍芯應用開發標準教程(簡體書)
滿額折
出版日:2021/04/01 作者:靳國傑; 張戈; 胡偉武  出版社:人民郵電出版社  裝訂:平裝
建立自主的IT技術體系,核心是研製CPU、操作系統,並且完成應用開發或遷移。本書全面講述龍芯電腦的操作系統、軟件環境和開發工具,彙集Linux領域的主流開發語言,採用龍芯在推廣過程中的大量實際項目,展示從X86電腦向龍芯電腦遷移應用系統的經驗和方法。本書代表了龍芯優秀的一線團隊在研發和市場上探索的成果,具有很強的原創性、系統性和權威性。本書不僅適用于龍芯應用軟件開發者,而且對X86電腦上的Linux開發者也有極強的啟示意義。
優惠價: 87 360
無庫存
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]。
Beginning Rust Programming
滿額折
出版日:2021/02/19 作者:Messier  出版社:John Wiley & Sons Inc  裝訂:平裝
優惠價: 9 1710
無庫存
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雙75 優惠價: 79 1652
無庫存
Bash Cookbook 中文版(簡體書)
滿額折
出版日:2021/01/01 作者:(加)羅恩‧布拉什; (加)加內什‧奈克  出版社:人民郵電出版社  裝訂:平裝
Bash(Bourne-Again SHell)是為GNU計劃編寫的UNIX shell,現在是絕大多數Linux發行版和macOS X的默認shell。雖然各種操作系統的GUI界面已經非常完善,但是shell編程仍然起著不可忽視的作用。本書將側重點放在Ubuntu環境下的Bash用法上,通過8章內容,循序漸進地介紹了Bash腳本的編寫技巧。本書涉及Bash相關的基礎知識、文本與文件處理、理解並掌控文件系統等內容。對Linux/UNIX系統管理員和運維人員來講,shell也是他們每天要打交道的一款功能強大的工具。因此,深入地瞭解和熟練地掌握shell編程,是每一個Linux/UNIX/OS X用戶需要學習的。
優惠價: 87 308
無庫存
嵌入式Qt應用開發教程(簡體書)
滿額折
出版日:2021/01/01 作者:周洪林  出版社:中國農業大學出版社  裝訂:平裝
《嵌入式Qt應用開發教程》講述了基於Qt的嵌入式圖形化界面應用程序的開發,內容上著重強調新穎性和實踐性。 《嵌入式Qt應用開發教程》主要分為五大部分:第1部分介紹嵌入式Linux應用基礎,包括嵌入式Linux、shell編程、嵌入式開發中常用的網絡服務配置;第2部分介紹Linux下C/C++程序的編譯,包括程序設計語言介紹、C/C++程序的編譯和交叉編譯、靜態庫與動態庫、make工具;第3部分介紹Qt開發環境搭建及應用程序開發,包括Qt技術簡介、Linux平臺下Qt開發平臺搭建、Linux平臺下Qt程序開發;第4部分介紹開發板基礎,包括開發板及啟動卡的製作、嵌入式開發環境搭建、程序的移植與運行;第5部分介紹嵌入式Qt與物聯網應用程序開發,包括ZigBee組網、Qt應用程序開發。 《嵌入式Qt應用開發教程》內容翔實、涉及面廣、圖文並茂、操作步驟清晰,具有極強的可操作性和針對性,適合任務驅動、理實一體的教學方式。 《嵌入式Qt應用開發教程》可作為高職高專院校計算機應用技術專業及相關專業學生的教材,也可作為Qt圖形化界面開發初學者的參考書。
優惠價: 87 183
無庫存
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
無庫存
還在LAMP?用最流行的MEAN進行全端網頁開發
滿額折
出版日:2020/11/23 作者:柳偉衛  出版社:深智數位  裝訂:平裝
再見,Linux+Apache+MySQL+PHP哈囉,MongoDB+Express+Angular+Node.js新一代高速容器化、安全平行化的全端架構從LAMP跳到MEAN,跨越兩個世代向舊架構說再見,迎向網頁開發的新里程碑從前分層架構的LAMP,需要系統管理員(Linux),網頁伺服器管理器(Apache),資料庫工程師(MySQL)及後端設計工程師(php)。然而一個全端工程師通常也是一
優惠價: 9 702
無庫存
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
無庫存
C++新經典:Linux C++通信架構實戰(簡體書)
滿額折
出版日:2020/11/01 作者:王健偉  出版社:清華大學出版社(大陸)  裝訂:平裝
本書是一部介紹在Linux下使用C++開發網絡通信服務器程式的書。本書共8章36節,介紹了一個完整的項目,其中包括通信框架和業務邏輯框架,有以下幾個特點: ①項目本身是一個完整的多執行緒高併發的服務器程式; ②支援TCP長連接,按照“包頭+包體格式”正確接收用戶端發送過來的資料包,完美解決收包時的資料粘包問題; ③可根據收到的不同資料包選擇不同的業務處理邏輯; ④可將業務
優惠價: 87 517
無庫存
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雙75 優惠價: 79 1201
無庫存
  • 34093
    853
  • 1
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 853

暢銷榜

客服中心

收藏

會員專區