Skip to main content

購物車

您會獲得 VIP 禮遇!

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

專屬於您的推薦

Loading...


Computer Science & Engineering 電子書系列

12 條結果中的 1 - 12 條 結果 结果
Skip side bar filters
  • Algorithms and Data Structures in C++

    Alan Parker ……
    系列 series Computer Science & Engineering
    Algorithms and Data Structures in C++ introduces modern issues in the theory of algorithms, emphasizing complexity, graphs, parallel processing, and visualization. To accomplish this, the book uses an appropriate subset of frequently utilized and representative algorithms and applications in order to demonstrate the unique and modern aspects of the C++ programming language. What makes this book so …… 閱讀更多內容

    NT$4,411 TWD

閱讀這些書的人也喜歡

  • Algorithms

    Essential Information about Algorithms and Data StructuresA Classic ReferenceThe latest version of Sedgewick’s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades.Broad CoverageFull treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should …… 閱讀更多內容

    NT$2,179 TWD

  • Practical C Programming

    Why Does 2+2 = 5986?

    Steve Oualline ……
    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes …… 閱讀更多內容

    NT$668 TWD

  • Linux Kernel Development

    Robert Love ……
    系列 series Developer's Library
    Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.The book details the major subsystems and features of the Linux kernel, including …… 閱讀更多內容

    NT$1,432 TWD

  • Computer Programming In C Language

    Jitendra Patel ……
    Computer Programming In C Language : Computer Programming In C Language teaches the generic Programming techniques using C programming language in an easy-to-follow style, without assuming previous experience in any other language. A variety of examples make learning these Concepts with C both fun and practical. This book is organized in such a manner that students and programmers with prior …… 閱讀更多內容

    NT$198 TWD 透過 Kobo Plus 免費享用

  • Using C in Software Design, Second Edition

    Ronald J. Leach ……
    The Second Edition of Using C in Software Design provides a creative approach to learning the C programming language by emphasizing software engineering. This inexpensive book, extensively tested in several academic and professional settings, provides a gentle, but complete, introduction to the C language in both the original edition published by Academic Press Professional and the current ebook …… 閱讀更多內容

    NT$99 TWD

  • XML Pocket Reference

    Extensible Markup Language

    XML, the Extensible Markup Language, is everywhere: the syntax of choice for newly designed document formats across almost all computer applications. Now used daily by developers, XML is living up to its reputation as one of the most important developments in document interchange in the history of computing.A perennial bestseller, the handy XML Pocket Reference from O'Reilly has been revised once …… 閱讀更多內容

    NT$238 TWD

  • The Art of Concurrency

    A Thread Monkey's Guide to Writing Parallel Applications

    Clay Breshears ……
    If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experience you need. The Art of Concurrency is one of the few resources to focus on implementing algorithms in the shared-memory model of multi-core processors, rather than just theoretical models or distributed-memory architectures. The book …… 閱讀更多內容

    NT$860 TWD

  • Dynamic Programming for Coding Interviews

    A Bottom-Up approach to problem solving

    I wanted to compute 80th term of the Fibonacci series. I wrote the rampant recursive function,int fib(int n){ return (1==n 2==n) ? 1 : fib(n-1) + fib(n-2);}and waited for the result. I wait… and wait… and wait…With an 8GB RAM and an Intel i5 CPU, why is it taking so long? I terminated the process and tried computing the 40th term. It took about a second. I put a check and was shocked to find …… 閱讀更多內容

    NT$132 TWD

  • Managing Security with Snort & IDS Tools

    Intrusion Detection with Open Source Tools

    Intrusion detection is not for the faint at heart. But, if you are a network administrator chances are you're under increasing pressure to ensure that mission-critical systems are safe--in fact impenetrable--from malicious code, buffer overflows, stealth port scans, SMB probes, OS fingerprinting attempts, CGI attacks, and other network intruders.Designing a reliable way to detect intruders before …… 閱讀更多內容

    NT$763 TWD

  • 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. …… 閱讀更多內容

    免費

  • OpenCL Programming Guide

    系列 series OpenGL
    Using the new OpenCL (Open Computing Language) standard, you can write applications that access all available programming resources: CPUs, GPUs, and other processors such as DSPs and the Cell/B.E. processor. Already implemented by Apple, AMD, Intel, IBM, NVIDIA, and other leaders, OpenCL has outstanding potential for PCs, servers, handheld/embedded devices, high performance computing, and even …… 閱讀更多內容

    NT$1,731 TWD