logo
logo
x
바코드검색
BOOKPRICE.co.kr
책, 도서 가격비교 사이트
바코드검색

인기 검색어

실시간 검색어

검색가능 서점

도서목록 제공

  • 네이버책
  • 알라딘
  • 교보문고
"programming language"(으)로 311개의 도서가 검색 되었습니다.
9789362247452

Programming Language

 | Repro India Limited
257,000원  | 20250101  | 9789362247452
This book, "Programming Language", is aimed to provide a thorough and in-depth understanding of the fundamental concepts, principles, and techniques of programming languages, catering to the needs of computer science students, software developers, and IT professionals. This book aims to equip the readers with a solid grasp of the syntax, semantics, and implementation of various programming languages, including procedural, object-oriented, functional, and scripting languages.
9798896652120

The Go Programming Language Reference (Definitive Reference for Developers and Engineers)

 | HiTeX Press
74,480원  | 20250728  | 9798896652120
"The Go Programming Language Reference" serves as an authoritative guide to the syntax, semantics, and advanced features of Go, one of the most modern and efficient programming languages in use today.
9781032110844

Programming Language Explorations

 |
95,970원  | 20240806  | 9781032110844
Programming Language Explorations helps its readers gain proficiency in programming language practice and theory by presenting both example-focused, chapter-length explorations of fourteen important programming languages and detailed discussions of the major concepts transcending multiple languages.
9781032119632

Programming Language Explorations

 |
281,250원  | 20240806  | 9781032119632
Programming Language Explorations helps its readers gain proficiency in programming language practice and theory by presenting both example-focused, chapter-length explorations of fourteen important programming languages and detailed discussions of the major concepts transcending multiple languages.
9788924120585

C & C++ Programming Language 제 2권 : C++ 언어 (C++ 언어, C++ Programming Language)

장연식  | 퍼플
35,000원  | 20240215  | 9788924120585
풍부한 예제를 통한 C++ 언어에 대한 심도있는 학습을 위한 교재
9788924117912

C & C++ Programming Language 제 1권

장연식  | 퍼플
35,000원  | 20231204  | 9788924117912
이 책은 제가 삼성전자에 근무할 때 side job으로 사내 C강사를 하여 삼성전자의 소프트웨어 인력을 육성할 때 만들었던 교재를 토대로 집필하였다. C와 C++언어를 C언어의 문법인 syntax 분석법으로 공부하여 programming에 대한 기본 지식 습득과 전문 프로그래머가 되기 위한 실력을 갖추도록 하는데 목적을 두고 집필하게 되었다.
9783330069794

C Programming Language

 | LAP Lambert Academic Publishing
184,380원  | 20180502  | 9783330069794
The contents of this book represent a series of lectures given in the engineering level class on C Programming. We have great pleasure in presenting the First edition of this book. "C PROGRAMMING" is a core subject for B-Tech, BE,BSc, MCA, BCA and Diploma Students for interring the computer technology. This book is primarily intended to serve as a textbook in according with syllabus of C Programming ,C Programming offered by various universities in India as well as abroad.
9781802516616

PYTHON PROGRAMMING LANGUAGE

 | Luca Pino
0원  | 20210329  | 9781802516616
Buy It Now and let your Customers get addicted to this amazing book!?? 55% OFF for BOOKSTORES! ?Python Programming Language- The Ultimate Tool To Progress Your Python Programming From Good To Great While Making Coding In Scratch Look EasyCurious To Know More About Programming And Improve Your Skills? Then This Python Data Science Handbook Will Enable You To Quickly Progress Ahead! ?When it comes to the IT world, there are various options for programming platforms to choose from and start buildin
9781802516609

PYTHON PROGRAMMING LANGUAGE

 | Luca Pino
0원  | 20210327  | 9781802516609
Buy It Now and let your Customers get addicted to this amazing book!?? 55% OFF for BOOKSTORES! ?Python Programming Language- The Ultimate Tool To Progress Your Python Programming From Good To Great While Making Coding In Scratch Look EasyCurious To Know More About Programming And Improve Your Skills? Then This Python Data Science Handbook Will Enable You To Quickly Progress Ahead! ?When it comes to the IT world, there are various options for programming platforms to choose from and start buildin
9781804618028

Build Your Own Programming Language, 2/E (A programmer’s guide to designing compilers, DSLs and interpreters for solving modern computing problems)

Clinton L. Jeffery  | Packt Publishing
49,000원  | 20240209  | 9781804618028
Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computing.
9786208420628

Voice To Code Using Python Programming Language

 | LAP Lambert Academic Publishing
134,100원  | 20250108  | 9786208420628
The "Voice To Code Using Python Programming Language" leverages voice recognition technology to enable users to execute Python commands via spoken language, enhancing accessibility and usability for individuals who may face challenges with traditional coding methods. The system employs a Flask web server to display results and MongoDB to store voice data linked to the recognized commands.
9781718500440

The Rust Programming Language ((Covers Rust 2018))

Klabnik, Steve, Nichols, Carol  | No Starch Pr
77,870원  | 20190806  | 9781718500440
The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018.
9786203305609

Beginners R Programming Language

 | KS OmniScriptum Publishing
139,680원  | 20210201  | 9786203305609
This book guides you through the steps of importing, exploring, and modeling your data. You will also learn the basic tools you need to manage the details of R implementation. The book is written in an unusual style, and it follows a ground-breaking structure and pedagogical approach. You will also learn topics like rearranging complex data in simple and more useful formats. This book provides a quick method to master the R language.
9780131103627

C Programming Language, 2/E (Prentice Hall Software)

Brian W. Kernighan, Ritchie, Demmos M., Ritchie, Dennis  | Prentice-Hall
60,000원  | 20160501  | 9780131103627
Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs. This book is meant to help the reader learn how to program in C. It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.
9781800204805

Build Your Own Programming Language (A programmer’s guide to designing compilers, interpreters, and DSLs for solving modern computing problems)

 | Packt Publishing
69,670원  | 20211231  | 9781800204805
Build Your Own Programming Language provides a hands-on approach to designing language features and implementing those features in a simple compiler and programming environment. This book will help you create new or domain-specific languages that include lexical syntax, semantic analysis, parse trees, tree traversals, and code generation.
최근 본 책