TOP
GOGO開學趣,參考書應有盡有
篩選商品
縮小範圍
搜尋結果 /

C Programming Language

126725
7 / 3169
出版日:2007/06/01 作者:Alan Thorn  出版社:Wordware  裝訂:平裝
Introduction to Game Programming with C++ explores the world of game development with a focus on C++. This book begins with an explanation of the basics of mathematics as it relates to game programmin
優惠價: 1 2697
無庫存
出版日:2007/04/01 作者:Jose Garrido  出版社:Jones & Bartlett Learning  裝訂:平裝
An excellent primer for the CS0 student, as well as the ideal companion to Computer Science Illuminated, Third Edition, Alice: The Programming Language offers a clear introduction to this engaging lan
優惠價: 1 3837
無庫存
出版日:2006/10/20 作者:D. E. Stevenson  出版社:Auerbach Pub  裝訂:精裝
Written in an informal yet informative style, Programming Language Fundamentals by Example uses active learning techniques, giving students a professional learning experience based on professional met
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Computer Science: The Python Programming Language
滿額折
出版日:2006/08/25 作者:Bradley N. Miller; David L. Ranum  出版社:Jones & Bartlett Learning  裝訂:平裝
An excellent supplement to Computer Science Illuminated, as well as a superb primer, Computer Science: The Python Programming Language offers a clear introduction to this user-friendly language. This
優惠價: 1 2839
無庫存
Memory as a Programming Concept in C and C++
90 折
出版日:2003/11/17 作者:Frantisek Franek  出版社:Cambridge Univ Pr  裝訂:平裝
The overwhelming majority of bugs and crashes in computer programming stem from problems of memory access, allocation, or deallocation. Such memory related errors are also notoriously difficult to debug. Yet the role that memory plays in C and C++ programming is a subject often overlooked in courses and in books because it requires specialised knowledge of operating systems, compilers, computer architecture in addition to a familiarity with the languages themselves. Most professional programmers learn entirely through experience of the trouble it causes. This 2004 book provides students and professional programmers with a concise yet comprehensive view of the role memory plays in all aspects of programming and program behaviour. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.
優惠價: 9 2281
無庫存
出版日:2003/11/17 作者:Frantisek Franek  出版社:Cambridge Univ Pr  裝訂:精裝
The overwhelming majority of bugs and crashes in computer programming stem from problems of memory access, allocation, or deallocation. Such memory related errors are also notoriously difficult to debug. Yet the role that memory plays in C and C++ programming is a subject often overlooked in courses and in books because it requires specialised knowledge of operating systems, compilers, computer architecture in addition to a familiarity with the languages themselves. Most professional programmers learn entirely through experience of the trouble it causes. This 2004 book provides students and professional programmers with a concise yet comprehensive view of the role memory plays in all aspects of programming and program behaviour. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2003/09/26 作者:R.Kent Dybvig  出版社:Mit Pr  裝訂:平裝
This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. Written f
出版日:2003/05/01 作者:Michael O'Neill; Conor Ryan  出版社:Kluwer Academic Pub  裝訂:精裝
Grammatical Evolution: Evolutionary Automatic Programming in an Arbitrary Language provides the first comprehensive introduction to Grammatical Evolution, a novel approach to Genetic Programming that
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2003/03/24 作者:Kak  出版社:John Wiley & Sons Inc  裝訂:平裝
Your essential comparative approach to learning C++ and JavaProgramming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java, a comparative presentation of object-
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Programming The Network With Perl
滿額折
出版日:2002/02/26 作者:Barry  出版社:John Wiley & Sons Inc  裝訂:平裝
After providing an introduction to the Perl programming language, this helpful guide teaches computer networking using Perl. Topics discussed include ethernet network analysis, programming standard In
優惠價: 9 2907
無庫存
Simulating Ecological and Evolutionary Systems in C
90 折
出版日:2000/06/22 作者:Will Wilson  出版社:Cambridge Univ Pr  裝訂:平裝
Computer simulations provide a powerful tool for understanding ecological and evolutionary systems. Simulating Ecological and Evolutionary Systems in C models a diverse range of biological processes and systems, including competition, foraging, predation, mating systems, and life-history optimization, by simulating large collections of interacting individuals. Using the widely available computer programming language C, the book starts with elementary programs modeling stochastic birth-death processes, slowly increasing programming complexity as the chapters progress. All the important features of C are covered, including arrays, files, pointers, and structures, within biologically motivated simulations. Although computer simulations of extremely complicated biological processes are released from rigid mathematical constraints, each of the simulations is also placed in the context of a mathematical formulation examined either analytically or numerically. Procedures covered include testi
優惠價: 9 3217
無庫存
出版日:1999/02/01 作者:Austin  出版社:John Wiley & Sons Inc  裝訂:平裝
Click here to read ACCU's review of this book.This text is an indispensable collection of four tutorials covering concepts in modern engineering computations, and engineering programming in ANSI C, MA
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/04/01 作者:John M. Chambers  出版社:Springer Verlag  裝訂:平裝
Here is a thorough and authoritative guide to the latest version of the S language and its programming environment. Programming With Data describes a new and greatly extended version of S, written by
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/02/01 作者:Jon Pearce  出版社:Springer Verlag  裝訂:精裝
By now, Scheme is a well-established programming language and is finding increasing popularity in programming courses for undergraduates. Its expressive capabilities are matched by a simplicity of lan
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
C by Example
90 折
出版日:1994/09/15 作者:Noel Kalicharan  出版社:Cambridge Univ Pr  裝訂:平裝
C is one of the most popular programming languages today. It is flexible, efficient and highly portable, and is used for writing many different kinds of programs, from compilers and assemblers to spreadsheets and games. This book is based on ANSI C - the recently adopted standard for the C language. It assumes familiarity with basic programming concepts such as variables, constants, iteration and looping, but covers all aspects of C. In general it is as much about learning programming skills as it is about mastering the art of coding programs in C. To this end the text contains a wealth of examples and exercises that foster and test the understanding of the concepts developed in each chapter. An outstanding feature of this book is a treatment of 'pointers'. The topic is presented in a clear, logical and reasoned manner that is easy to follow. Binary files and random access files are also treated in such a manner that the reader can easily become adept at using them. Anybody who wishes
優惠價: 9 3100
無庫存
出版日:1993/06/04 作者:Andreas Paepcke  出版社:Mit Pr  裝訂:平裝
To date, books on object-oriented programming have focused either on the methodology of the object-oriented paradigm or on teaching the details of a particular programming language. This collection ta
出版日:1991/12/30 作者:PhilipJ. Hatcher  出版社:Mit Pr  裝訂:精裝
Data-Parallel Programming demonstrates that architecture-independent parallel programming is possible by describing in detail how programs written in a high-level SIMD programming language may be comp
出版社:Addison-Wesley  裝訂:平裝
A staff engineer in Java at Sun Microsystems, Liang explains how programmers can integrate code written in the Java programming language with code written in other languages such as C and C++, thus al
優惠價: 1 1800
無庫存
Programming & Problem Solvingwith C++ 4/e /Dale
90 折
作者:Dale  出版社:新月圖書  裝訂:平裝
Dale (University of Texas) and Weems (University of Massachusetts) introduce C++, object-oriented programming, and software development in this text for undergraduates. The text covers many topics onc
優惠價: 9 1035
無庫存
出版日:2024/01/19 作者:Malcolm Sherrington  出版社:PACKT PUB  裝訂:平裝
A hands-on, code-based guide to leveraging Julia in a variety of scientific and data-driven scenarios Key Features: Augment your basic computing skills with an in-depth introduction to JuliaFocus on topic-based approaches to scientific problems and visualisationBuild on prior knowledge of programming languages such as Python, R, or C/C++Purchase of the print or Kindle book includes a free PDF eBook Book Description: Julia is a well-constructed programming language which was designed for fast execution speed by using just-in-time LLVM compilation techniques, thus eliminating the classic problem of performing analysis in one language and translating it for performance in a second.This book is a primer on Julia's approach to a wide variety of topics such as scientific computing, statistics, machine learning, simulation, graphics, and distributed computing.Starting off with a refresher on installing and running Julia on different platforms, you'll quickly get to grips with the core concept
An Experiential Introduction to Principles of Programming Languages
79 折
出版日:2022/05/24 作者:Hridesh Rajan  出版社:Mit Pr  裝訂:精裝
A textbook that uses a hands-on approach to teach principles of programming languages, with Java as the implementation language.This introductory textbook teaches the principles of programming languages by using an experiential learning style, in which students learn about language features by realizing those features in a pedagogical compiler. Students use Java―the most commonly used programming language in the first two years of the computer science curriculum―as the implementation language throughout. The book also discusses a range of emerging topics in programming languages missing from existing textbooks, including concurrency, Big Data, and event-driven programming. The goal is to prepare students to design, implement, analyze, and understand both domain-specific and general-purpose programming languages. The book first develops basic concepts in languages, including means of computation using primitive values, means of combination such as variable definition and functions, an
優惠價: 79 1802
無庫存
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
無庫存
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
無庫存
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
無庫存
Super Scratch Programming Adventure!
滿額折
出版日:2019/08/20 作者:Lead Project (COR)  出版社:No Starch Pr  裝訂:平裝
Comics! Games! Programming! Now updated to cover Scratch 3.Scratch is the wildly popular educational programming language used by millions of first-time learners in classrooms and homes worldwide. By
優惠價: 79 599
無庫存
C Programming
滿額折
出版日:2019/01/31 作者:Oswald Campesato  出版社:Mercury Learning & Information  裝訂:平裝
As part of the Pocket Primer series, this book provides an overview of the major concepts to program in the language of C. Companion files with source code from the book and figures are included.Featu
優惠價: 1 1798
無庫存
Beginning Functional Javascript ― Uncover the Concepts of Functional Programming With Ecmascript 8
滿額折
出版日:2018/12/29 作者:Anto Aravinth; Srikanth Machiraju  出版社:Apress  裝訂:平裝
Understand functional programming concepts and the functional nature of the JavaScript language. Starting with an introduction to functional programming concepts, you will learn the key differences be
優惠價: 1 2660
無庫存
Modern X86 Assembly Language Programming ― Covers X86 64-bit, Avx, Avx2, and Avx-512
滿額折
出版日:2018/12/07 作者:Daniel Kusswurm  出版社:Apress  裝訂:平裝
Gain the fundamentals of x86 64-bit assembly language programming and focus onthe updated aspects of the x86 instruction set that are most relevant to applicationsoftware development. This book covers
優惠價: 1 1900
無庫存
Computer Programming for Beginners ― A Step-by-step Guide
90 折
出版日:2018/08/23 作者:Murali Chemuturi  出版社:Chapman & Hall  裝訂:平裝
This book aims to capture the fundamentals of computer programming without tying the topic to any specific programming language. To the best of the authors’ knowledge there is no such book in the mark
優惠價: 9 2793
無庫存
出版日:2018/05/31 作者:Chris Chancellor (EDT)  出版社:Larsen & Keller Educ  裝訂:精裝
The language of the computer which instructs it to perform various specific functions is known as programming language. It has some developing processes, which include syntax, dynamic semantics, stati
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/04/25 作者:Khameel Bayo Mustapha  出版社:CRC Pr I Llc  裝訂:精裝
Finite Element Computations in Mechanics with R: A Problem-Centred Programming Approach provides introductory coverage of the finite element method (FEM) with the R programming language, emphasizing l
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Machine Learning With Python Cookbook ― Practical Solutions from Preprocessing to Deep Learning
滿額折
出版日:2018/04/25 作者:Chris Albon  出版社:Oreilly & Associates Inc  裝訂:平裝
The Python programming language and its libraries, including pandas and scikit-learn, provide a production-grade environment to help you accomplish a broad range of machine-learning tasks. With this c
優惠價: 1 3629
無庫存
出版日:2018/04/05 作者:Sanjay Madhav  出版社:Addison-Wesley Professional  裝訂:平裝
You can program games in many languages, but C++ remains the key language used by many leading development studios. Since it’s the language used in their enormous code bases, it’s the lang
優惠價: 1 2500
無庫存
Beginning Programming With Python For Dummies, 2Nd Edition
滿額折
出版日:2018/01/26 作者:Mueller  出版社:John Wiley & Sons Inc  裝訂:平裝
The easy way to learn programming fundamentals with Python Python is a remarkably powerful and dynamic programming language that's used in a wide variety of application domains. Some of its key distin
優惠價: 9 1197
無庫存
出版日:2017/12/22 作者:Rafiquzzaman  出版社:John Wiley & Sons Inc  裝訂:精裝
A thorough revision that provides a clear understanding of the basic principles of microcontrollers using C programming and PIC18F assembly language This book presents the fundamental concepts of asse
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Computer Programming for Beginners ― Learn the Basics of Java, SQL, C, C++, C#, Python, Html, Css and Javascript
滿額折
出版日:2017/12/07 作者:Cooper Alvin  出版社:Createspace Independent Pub  裝訂:平裝
Welcome Future Coder! Are You Ready To Learn And Start Programming With Any Language In 2 Hours? Learning to write computer programs can be fun if you take up the right approach and this shall be the
優惠價: 1 1124
無庫存
出版日:2017/12/04 作者:Li Zheng; Yuan Dong; Fang Yang; Tsinghua University Press (CON)  出版社:De Gruyter  裝訂:平裝
This book begins by explaining key concepts in programming, and elaborates on characteristic of class, including inheritance, derivation and polymorphism. It also introduces generic programming and St
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
C++ for Beginners ― Step-by-step Guide to C++ Programming from Basics to Advanced
滿額折
出版日:2017/09/28 作者:Robert Anderson  出版社:Createspace Independent Pub  裝訂:平裝
C++ for Beginners, C++ ProgrammingC++ is a high level language that is an iteration of C that includes more features and improves upon already existing ones. C++ is designed to provide efficient progr
優惠價: 1 834
無庫存
出版日:2017/07/17 作者:D. S. Malik  出版社:Course Technology Ptr  裝訂:精裝
Now in its fourth edition, C++ Programming: From Problem Analysis to Program Design remains the definitive text for CS1 courses. Best-selling author D.S. Malik employs a student-focused approa
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/07/01 作者:Will Kurt  出版社:Manning Pubns Co  裝訂:平裝
Unlike any other programming language, Haskell is purely functional with a strong type system and lazy evaluation. It is arguable the most interesting language but also has the reputation of being one
優惠價: 1 2250
無庫存
  • 126725
    3169
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 3169

暢銷榜

客服中心

收藏

會員專區