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

인기 검색어

실시간 검색어

검색가능 서점

도서목록 제공

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

Programming in C

 | LAP Lambert Academic Publishing
122,920원  | 20240918  | 9786207994984
Welcome to the world of C programming language, that has been the foundation of Computer Science. C is powerful, efficient & versatile language, used to build operating system, web browsers, games, compilers & other applications. In this book, I will start with basic of C syntax, data types, operators & gradually move on to more advanced topics such as pointers ,structure, union.
9786209228681

Programming in Python

 | KS OmniScriptum Publishing
208,600원  | 20251107  | 9786209228681
This book, "Programming in Python", is designed to provide a solid foundation in Python programming for students, educators, and aspiring developers. The content is structured progressively, starting with basic programming constructs and gradually advancing toward object-oriented programming, file handling, libraries and real-world applications. The primary goal of this book is to introduce core programming concepts using Python in a way that is accessible, engaging, and hands-on.
9789355326720

Programming in ANSI C

E Balagurusamy  | Mcgraw Hill
59,000원  | 20240620  | 9789355326720
Designed to meet the needs of first-time learners and lifelong enthusiasts alike, this book invites readers to embark on a comprehensive journey through the world of C programming. Continuing its legacy as a bestseller, this edition offers a structured approach, guiding readers from basic to advanced concepts. With rich pedagogy and challenging exercises, it remains invaluable for learners and instructors alike. Enriched with practical applications, the book fosters hands-on experience crucial for success in software development. With a modern perspective and engaging content, this edition equips readers with essential skills tailored for today’s industry demands. Key Features: • Comprehensive coverage of both fundamental principles and the latest advancements in C programming. • Each chapter adopts an outcome-based learning methodology aligned with “Bloom’s Taxonomy”. • Robust pedagogical elements, including: o Worked-out Programming Problems o Tips and Essential Notes o “Always Remember" section for a quick concept recap o 24 Case Studies o Multiple Choice Questions o Programming and Debugging Exercises o Interview Questions o Critical Thinking Questions • Two captivating projects: o Electricity Board Management System o Creating Web Services in C • An engaging appendix dedicated to “Graphic Programming Using C”.
9781009564779

Programming in Ada 2022

 | Cambridge University Press
204,870원  | 20240831  | 9781009564779
This latest version of 'Programming in Ada' covers the full details of the core language Ada 2022 as recently approved by ISO. New features aid program proof and the efficient use of multicore architectures.
9786203200881

Programming in C (Learn with Examples)

 | KS OmniScriptum Publishing
173,210원  | 20210118  | 9786203200881
This book has been written in simple language for all who want to learn about the fundamentals of C language. It comprises of ten chapters which cover the various topic along with 100 examples. It is also handy for facilitators of the course, corporate, and others interested in this subject. Review questions and MCQ at the end of chapters should be useful for both students and teachers.This book will be of immense value to the UG and PG students who have an interest in B.
9781787910379

C++ Programming in Easy Steps

 | In Easy Steps
38,160원  | 20250923  | 9781787910379
Journey across the continents and discover the history, culture and identity found within the fabric of flags!Every country in the world has a national flag - one country even has two - and there's so much to be learned from these vibrant symbols about the people and places they represent.
9781439839980

Functional Programming in F#

 |
0원  | 20250523  | 9781439839980
Helping readers to understand and learn how to use F#, this book covers basic algorithms and data structures using an innovative functional programming approach. The authors first use analogies of high school mathematics to cover code in order to make the code easy to understand. They then connect functional programming topics to important computer science areas and employ the popular .NET environment to give readers real-world skills and a solid programming platform. The text also includes an appendix on .NET programming using F# that contains additional information.
9780201183993

A Book on C : Programming in C, 4/E (Programming in C)

Kelley, Al/ Pohl, Ira  | Pearson Education (US)
45,000원  | 20101224  | 9780201183993
Now in its fourth edition, A Book on C retains the features that have made it a proven, best-selling tutorial and reference on the ANSI C programming language. This edition builds on the many existing strengths of the text to improve, update, and extend the coverage of C, and now includes information on transitioning to Java and C++ from C. Beginners and professional programmers alike will benefit from the numerous examples and extensive exercises developed to guide readers through each concept. Step-by-step dissections of program code illuminate the correct usage and syntax of C language constructs and reveal the underlying logic of their application. The clarity of exposition and format of the book make it an excellent reference on all aspects of C. Highlights of A Book on C, Fourth Edition New and updated programming examples and dissections--the authors' trademark technique for illustrating and teaching language concepts. Recursion is emphasized with revised coverage in both the text and exercises. Multifile programming is given greater attention, as are the issues of correctness and type safety. Function prototypes are now used throughout the text. Abstract Data Types, the key concept necessary to understanding objects, are carefully covered. Updated material on transitioning to C++, including coverage of the important concepts of object-oriented programming. New coverage is provided on transitioning from C to Java. References to key programming functions and C features are provided in convenient tables.
9780321776419

Programming in C

Kochan, Stephen G.  | Addison-Wesley Professional
54,150원  | 20140828  | 9780321776419
This book has become and will remain the 'bible' on templates. It provides the most complete and accurate information on using templates in C++. It is a complete reference as well as a tutorial. It includes real-world examples.
9791161754871

Programming in Scala (창시자가 직접 집필한 스칼라 언어의 바이블)

마틴 오더스키, Lex Spoon, Bill Venners  | 에이콘출판
45,000원  | 20210115  | 9791161754871
스칼라는 여러 함수 언어적 기법과 객체지향 기법이 어우러져 루비나 파이썬 같은 동적 언어 못지않게 간결하면서 풍부한 표현력을 가진 언어다. 스칼라는 빅데이터나 머신러닝 등의 최첨단 분야에 널리 쓰이고 있다. 스칼라를 만든 마틴 오더스키 등이 집필한 이 책은 스칼라의 다양한 측면을 완벽하게 설명한 스칼라 언어의 바이블이다. 이 책은 함수, 트레이트, 암시적 변환, 모듈 등 스칼라의 기본 문법과 컬렉션 사용법, 컬렉션의 내부 구조, 객체지향 및 함수 프로그래밍을 활용하는 방법을 다룬다. 또한 퓨처를 사용한 동시성 프로그래밍, 자바와의 조합, 파싱, GUI 프로그래밍 같은 응용을 설명한 2판의 내용을 수정, 보완했으며, 최신 버전에 맞춰서 문자열 인터폴레이션이나 와일드카드 타입, 변경된 컬렉션 프레임워크에 대한 내용이 추가됐다. 차근차근 따라 하다 보면 숙련된 스칼라 개발자가 될 수 있고, 동시에 다양한 프로그래밍 패러다임을 한 언어에 자연스럽게 녹이는 방법과, 각각을 적재적소에 활용하는 방법을 배울 수 있다.
9781284283211

Python Programming in Context

 | Jones & Bartlett Publishers
249,660원  | 20240429  | 9781284283211
For Readers of Heavy, Punch Me Up to The Gods, and A Little Devil in America, a beautiful, painful, and soaring tribute to everything that Black men are and can be.
9781118612095

MCSD Certification Toolkit (Exam 70-483): Programming in C# (Programming in C#)

 | John Wiley & Sons Inc
91,610원  | 20130503  | 9781118612095
A perfectly crafted prep guide that prepares you for the MCSD 70-483 The MCSD 70-483 exam is the entry-level Microsoft certification exam for C# developers and this must-have resource offers essential coverage of the exam that will test your competency in C# programming. Each chapter covers one of the core subject domains that comprise the exam.
9786207805310

A Handbook of Programming in C

 | LAP Lambert Academic Publishing
87,530원  | 20240617  | 9786207805310
"A Handbook of Programming in C" is an extensive guide tailored for both novice and experienced programmers, providing a thorough exploration of the C programming language. The book begins with the history and evolution of C, moving into essential concepts like basic syntax, data types, and control structures. It delves into core programming topics such as functions, arrays, strings, pointers, and user-defined data types like structures and unions.
9788199040830

PROGRAMMING IN C AND DATA STRUCTURES

 | Repro India Limited
26,050원  | 20250823  | 9788199040830
Programming in C and Data Structures is a beginner-friendly guide designed to help readers master the C programming language while building a strong foundation in data structure concepts. With a clear and practical approach, the book provides a variety of C programs and examples that make learning both engaging and effective.
9788590379850

Programming in Lua

Lua.Org  | Lua.Org
93,030원  | 20130103  | 9788590379850
Lua is the language of choice for anyone who needs a scripting language that is simple, efficient, extensible, portable, and free. Currently, Lua is being used in areas ranging from embedded systems to Web development and is widely spread in the game industry, where knowledge of Lua is an indisputable asset. Lua also has established itself as a major language in software development for mobile devices.
최근 본 책