Author: Kogent Solutions Inc
Publisher: Dreamtech Press
ISBN: 9788177228328
Category : C# (Computer program language)
Languages : en
Pages : 1806
Book Description
C# 2008 Programming: Covers .Net 3.5 Black Book, Platinum Ed
Author: Kogent Solutions Inc
Publisher: Dreamtech Press
ISBN: 9788177228328
Category : C# (Computer program language)
Languages : en
Pages : 1806
Book Description
Publisher: Dreamtech Press
ISBN: 9788177228328
Category : C# (Computer program language)
Languages : en
Pages : 1806
Book Description
A Book on C
Author: Al Kelley
Publisher: Benjamin-Cummings Publishing Company
ISBN: 9780805300604
Category : Computers
Languages : en
Pages : 548
Book Description
The authors provide clear examples and thorough explanations of every feature in the C language. They teach C vis-a-vis the UNIX operating system. A reference and tutorial to the C programming language. Annotation copyrighted by Book News, Inc., Portland, OR
Publisher: Benjamin-Cummings Publishing Company
ISBN: 9780805300604
Category : Computers
Languages : en
Pages : 548
Book Description
The authors provide clear examples and thorough explanations of every feature in the C language. They teach C vis-a-vis the UNIX operating system. A reference and tutorial to the C programming language. Annotation copyrighted by Book News, Inc., Portland, OR
Perl Core Language
Author: Steven Holzner
Publisher:
ISBN: 9781932111927
Category : Computers
Languages : en
Pages : 0
Book Description
With insightful tips and techniques for programming with Perl, this efficient little guide provides immediate solutions with field tested examples to help programmers and Web developers quickly solve problems and fully utilize the power and flexibility of the cross-platform programming language.
Publisher:
ISBN: 9781932111927
Category : Computers
Languages : en
Pages : 0
Book Description
With insightful tips and techniques for programming with Perl, this efficient little guide provides immediate solutions with field tested examples to help programmers and Web developers quickly solve problems and fully utilize the power and flexibility of the cross-platform programming language.
Introduction to Information Retrieval
Author: Christopher D. Manning
Publisher: Cambridge University Press
ISBN: 1139472100
Category : Computers
Languages : en
Pages :
Book Description
Class-tested and coherent, this textbook teaches classical and web information retrieval, including web search and the related areas of text classification and text clustering from basic concepts. It gives an up-to-date treatment of all aspects of the design and implementation of systems for gathering, indexing, and searching documents; methods for evaluating systems; and an introduction to the use of machine learning methods on text collections. All the important ideas are explained using examples and figures, making it perfect for introductory courses in information retrieval for advanced undergraduates and graduate students in computer science. Based on feedback from extensive classroom experience, the book has been carefully structured in order to make teaching more natural and effective. Slides and additional exercises (with solutions for lecturers) are also available through the book's supporting website to help course instructors prepare their lectures.
Publisher: Cambridge University Press
ISBN: 1139472100
Category : Computers
Languages : en
Pages :
Book Description
Class-tested and coherent, this textbook teaches classical and web information retrieval, including web search and the related areas of text classification and text clustering from basic concepts. It gives an up-to-date treatment of all aspects of the design and implementation of systems for gathering, indexing, and searching documents; methods for evaluating systems; and an introduction to the use of machine learning methods on text collections. All the important ideas are explained using examples and figures, making it perfect for introductory courses in information retrieval for advanced undergraduates and graduate students in computer science. Based on feedback from extensive classroom experience, the book has been carefully structured in order to make teaching more natural and effective. Slides and additional exercises (with solutions for lecturers) are also available through the book's supporting website to help course instructors prepare their lectures.
The British National Bibliography
Author: Arthur James Wells
Publisher:
ISBN:
Category : Bibliography, National
Languages : en
Pages : 2744
Book Description
Publisher:
ISBN:
Category : Bibliography, National
Languages : en
Pages : 2744
Book Description
Oracle PL/SQL Programming
Author: Steven Feuerstein
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596003814
Category : Computers
Languages : en
Pages : 1028
Book Description
The authors have revised and updated this bestseller to include both the Oracle8i and new Oracle9i Internet-savvy database products.
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596003814
Category : Computers
Languages : en
Pages : 1028
Book Description
The authors have revised and updated this bestseller to include both the Oracle8i and new Oracle9i Internet-savvy database products.
Embedded Software Development with C
Author: Kai Qian
Publisher: Springer Science & Business Media
ISBN: 1441906061
Category : Computers
Languages : en
Pages : 397
Book Description
Embedded Software Development With C offers both an effectual reference for professionals and researchers, and a valuable learning tool for students by laying the groundwork for a solid foundation in the hardware and software aspects of embedded systems development. Key features include a resource for the fundamentals of embedded systems design and development with an emphasis on software, an exploration of the 8051 microcontroller as it pertains to embedded systems, comprehensive tutorial materials for instructors to provide students with labs of varying lengths and levels of difficulty, and supporting website including all sample codes, software tools and links to additional online references.
Publisher: Springer Science & Business Media
ISBN: 1441906061
Category : Computers
Languages : en
Pages : 397
Book Description
Embedded Software Development With C offers both an effectual reference for professionals and researchers, and a valuable learning tool for students by laying the groundwork for a solid foundation in the hardware and software aspects of embedded systems development. Key features include a resource for the fundamentals of embedded systems design and development with an emphasis on software, an exploration of the 8051 microcontroller as it pertains to embedded systems, comprehensive tutorial materials for instructors to provide students with labs of varying lengths and levels of difficulty, and supporting website including all sample codes, software tools and links to additional online references.
Programming Embedded Systems
Author: Michael Barr
Publisher: "O'Reilly Media, Inc."
ISBN: 0596009836
Category : Computers
Languages : en
Pages : 326
Book Description
Authored by two of the leading authorities in the field, this guide offers readers the knowledge and skills needed to achieve proficiency with embedded software.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596009836
Category : Computers
Languages : en
Pages : 326
Book Description
Authored by two of the leading authorities in the field, this guide offers readers the knowledge and skills needed to achieve proficiency with embedded software.
Programming in ANSI C
Author: Ray Dawson
Publisher:
ISBN: 9781874152026
Category : C (Computer program language)
Languages : en
Pages : 185
Book Description
Publisher:
ISBN: 9781874152026
Category : C (Computer program language)
Languages : en
Pages : 185
Book Description
Pro C# 7
Author: Andrew Troelsen
Publisher: Apress
ISBN: 1484230183
Category : Computers
Languages : en
Pages : 1410
Book Description
This essential classic title provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 8th edition, you’ll find all the very latest C# 7.1 and .NET 4.7 features here, along with four brand new chapters on Microsoft’s lightweight, cross-platform framework, .NET Core, up to and including .NET Core 2.0. Coverage of ASP.NET Core, Entity Framework (EF) Core, and more, sits alongside the latest updates to .NET, including Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and ASP.NET MVC. Dive in and discover why Pro C# has been a favorite of C# developers worldwide for over 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of this book you’ll have the confidence to put C# into practice and explore the .NET universe on your own terms. What You Will Learn Discover the latest C# 7.1 features, from tuples to pattern matching Hit the ground running with Microsoft’s lightweight, open source .NET Core platform, including ASP.NET Core MVC, ASP.NET Core web services, and Entity Framework Core Find complete coverage of XAML, .NET 4.7, and Visual Studio 2017 Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core
Publisher: Apress
ISBN: 1484230183
Category : Computers
Languages : en
Pages : 1410
Book Description
This essential classic title provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 8th edition, you’ll find all the very latest C# 7.1 and .NET 4.7 features here, along with four brand new chapters on Microsoft’s lightweight, cross-platform framework, .NET Core, up to and including .NET Core 2.0. Coverage of ASP.NET Core, Entity Framework (EF) Core, and more, sits alongside the latest updates to .NET, including Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and ASP.NET MVC. Dive in and discover why Pro C# has been a favorite of C# developers worldwide for over 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of this book you’ll have the confidence to put C# into practice and explore the .NET universe on your own terms. What You Will Learn Discover the latest C# 7.1 features, from tuples to pattern matching Hit the ground running with Microsoft’s lightweight, open source .NET Core platform, including ASP.NET Core MVC, ASP.NET Core web services, and Entity Framework Core Find complete coverage of XAML, .NET 4.7, and Visual Studio 2017 Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core