Либрус
 
Сделать стартовой
Добавить в избранное
Обратная связь
Карта сайта
Зеркало сайта
Новости RSS 2.0
ПОСТУПЛЕНИЯ 
«    Апрель 2024    »
ПнВтСрЧтПтСбВс
1234567
891011121314
15161718192021
22232425262728
2930 
РУБРИКАТОР 
Открыть | Закрыть

ПОПУЛЯРНОЕ  
АРХИВЫ   
Август 2016 (216)
Июль 2016 (456)
Июнь 2016 (321)
Май 2016 (398)
Апрель 2016 (433)
Март 2016 (554)


  Программирование на Java и С# для студента
 Категория: С, С++, С#, Java, JavaScript, Ajax
   
 
Программирование на Java и С# для студента
Автор: Герман О.В., Герман Ю.О
Издательство: БХВ-Петербург
Год издания: 2005
isbn: 5-94157-710-9
Количество страниц: 512
Язык: русский
Формат: PDF

Рассмотрены основные вопросы программирования на языках JAVA и С#. включая их сравнительное описание как двух важнейших и весьма сходных прикладных платформ для создания современных сетевых приложений.Книга содержит теоретическую часть, объясняющую основные моменты программирования, и практическую, включающую задания, контрольные вопросы и много законченных примеров с подробными объяснениями и комментариями, которые позволяют эффективно перейти к самостоятельному написанию программ на языках JAVA и С#.
 
  • 0
Опубликовал: Mixalich007 | 10-05-2012, 04:01 | Просмотров: 791  Подробнее и с комментариями (0)
  Введение в С#
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Введение в С#
Автор: Карли Ватсон, Марко Беллиназо
Издательство: Wrox, Лори
Год издания: 2005
isbn: 5-85582-228-1
Количество страниц: 879
Язык: русский
Формат: PDF

C# - это новый фирменный язык программирования компании Microsoft, предназначенный для ее новой платформы .NET Framework, которая состоит из среды выполнения, управляющей работой программ, и полного набора библиотек классов, позволяющих решить практически любую задачу, какую только можно придумать. И хотя программы для .NET могут писаться на самых разнообразных языках программирования, C# является единственным языком, который был разработан специально для .NET Framework и который, таким образом, становится основным языком программирования для создания .NET-приложений на многие годы вперед.
Обновленное издание, соответствующее окончательной версии ASP.NET 1.0.
Подробное, глубокое и рациональное, это профессиональное руководство по разработке программ с применением технологии ASP.NET позволит вам полностью овладеть мощью и возможностями создания web-приложений в среде .NET Framework.
 
  • 0
Опубликовал: semenivans | 14-04-2012, 23:03 | Просмотров: 830  Подробнее и с комментариями (0)
  Head First C
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Head First C
Автор: David Griffiths, Dawn Griffiths
Издательство: O\'Reilly
Год издания: 2011
Количество страниц: 278
Язык: english
Формат: PDF

Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming—topics typically covered on a college-level course.
This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students.
We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First C uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
 
  • 0
Опубликовал: patr1985 | 15-03-2012, 10:25 | Просмотров: 679  Подробнее и с комментариями (0)
  Real World .NET C# and Silverlight
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Real World .NET C# and Silverlight
Автор: Bill Evjen, Dominick Baier, Gyorgy Balassy, Gill Cleeren,David Giard, Alex Golesh, Kevin Grossnickla
Издательство: John Wiley & Sons, Inc.
Год издания: 2011
Количество страниц: 650
Язык: english
Формат: PDF

A team of MVP authors guides you through the .NET 4 Framework. Written by a group of experienced MVPs, this unparalleled book delves into the intricate and often daunting world of .NET 4. Each author draws from a particular area of expertise to provide invaluable information on using the various .NET 4, C# 4, Silverlight 4, and Visual Studio tools in the real world. The authors break down the vast .NET 4 Framework into easily digestible portions to offer you a strong foundation on what makes .NET such a popular and successful framework for building a wide range of solutions.
 
  • 0
Опубликовал: patr1985 | 15-03-2012, 06:28 | Просмотров: 467  Подробнее и с комментариями (0)
  Professional C# 4.0 and .NET 4
 Категория: С, С++, С#, Web - строительство, ASP.NET, «Wrox»
   
 
Professional C# 4.0 and .NET 4
Автор: Christian Nagel, Bill Evjen, Jay Glynn, Karli Watson, Morgan Skinner
Издательство: Wrox
Год издания: 2010
isbn: 0470502258
Количество страниц: 1536
Язык: english
Формат: PDF

This book starts by reviewing the overall architecture of .NET in order to give you the background you need to be able to write managed code. After that, the book is divided into a number of sections that cover both the C# language and its application in a variety of areas.
Part I: The C# Language: This section gives a good grounding in the C# language itself. This section doesn’t presume knowledge of any particular language, although it does assume you are an experienced programmer. You start by looking at C's basic syntax and data types, and then explore the object-oriented features of C# before moving on to look at more advanced C# programming topics. Objects, types, inheritance, generics, arrays, tuples, operators, casts, delegates, lambdas, events, strings, regular expressions, collections, Language Integrated, Query (LINQ), Dynamic Language Extensions, memory management, pointers, reflection, errors, and exception are all covered in part 1.
Part II: Visual Studio: This section looks at the main IDE utilized by C# developers worldwide: Visual Studio 2010. The two chapters in this section look at the best way to use the tool to build applications based on the .NET Framework 4. In addition, this section also focuses on the deployment of your projects.
Part III: Foundation: In this section, you look at the principles of programming in the .NET environment. In particular, you look at assemblies, instrumentation, security, threading, tasks, synchronization, localization, System.Transactions, networking, interop, XAML, Managed Extensibility Framework, Manipulating Files and the Registry, transactions, how to build Windows services, and how to generate your own libraries as assemblies, among other topics.
Part IV: data: Here, you look at accessing databases with ADO.NET, ADO.NET Entity Framework, data services. This part also extensively covers support in .NET for XML and on the Windows operating system side, and the .NET features of SQL Server 2008.
Part V: Presentation: This section shows how to build applications based upon the Windows Presentation Foundation and Silverlight, and covers writing components that will run on web sites, serving up web pages. It also has coverage on building classic Windows applications, which are called Windows Forms in .NET. Windows Forms are the thick-client version of applications, and using .NET to build these types of applications is a quick and easy way of accomplishing this task. Finally, it includes coverage of the tremendous number of features that ASP.NET, ASP.NET MVC, and ASP.Net Dynamic Data provide.
Part VI: Communication: This section is all about communication. It covers services for platform-independent communication using the Windows Communication Foundation (WCF). With Message Queuing, asynchronous disconnected communication is shown. This section looks at utilizing the Windows Workflow Foundation 4, as well as peer to peer networking, and creating syndication feeds.
The book closes with an appendix covering Windows 7 and Windows Server 2008 R2 development.
Online Chapters: Even with such a large book, we can't fit in everything we'd like to tell you about C# and using this language with other .NET technologies, so we've made ten additional chapters available online at wrox.com. These chapters include information on a variety of topics: GDI+, which is a technology that is used for building applications that include advanced graphics; .Visual Studio Tools for Office (VSTO); NET Remoting for communication between .NET clients and servers; Enterprise Services for the services in the background; web services with ASP.NET, LINQ to SQL, Windows Workflow Foundation 3.0, and the Managed Add-In Framework (MAF). It also includes examples showing .NET 4 in others supported languages including Visual Basic, C++/CLI, and F#.
 
  • 0
Опубликовал: semenivans | 4-03-2012, 16:43 | Просмотров: 867  Подробнее и с комментариями (0)
  Visual C++ 2010: полный курс (с кодами)
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Visual C++ 2010: полный курс (с кодами)
Автор: Хортон Айвор
Издательство: Вильямс
Год издания: 2011
isbn: 978-5-8459-1698-3
Количество страниц: 1206
Язык: русский
Формат: DJVU

Отличная книга с подробным описанием С++ и программирования для Windows в среде Visual C++ версии 2010г (создания приложений для Windows и графических интерфейсов). Рассматривается разработка программ с Win API, с библиотекой MFC и в среде Windows Forms. Рассмотрены как классический С++, так и С++/CLI (Майкрософтовские расширения С++). Есть главка по программированию для нескольких ядер.
Огромное количество примеров, в архиве исходный код всех программ из книги.
 
  • 0
Опубликовал: Sniper-Forewer | 2-03-2012, 13:27 | Просмотров: 1044  Подробнее и с комментариями (0)
  Functional Programming in C#: Classic Programming Techniques for Modern
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Functional Programming in C#: Classic Programming Techniques for Modern
Автор: Oliver Sturm
Издательство: Wiley
Год издания: 2011
Количество страниц: 290
Язык: english
Формат: PDF

C# is the number-one language used by .NET developers and one of the most popular programming languages in the world. It has many built-in functional programming features, but most are complex and little understood. With the shift to functional programming increasing at a rapid pace, you need to know how to leverage your existing skills to take advantage of this trend.
Functional Programming in C# leads you along a path that begins with the historic value of functional ideas. Inside, C# MVP and functional programming expert Oliver Sturm explains the details of relevant language features in C# and describes theory and practice of using functional techniques in C#, including currying, partial application, composition, memoization, and monads. Next, he provides practical and versatile examples, which combine approaches to solve problems in several different areas, including complex scenarios like concurrency and high-performance calculation frameworks as well as simpler use cases like Web Services and business logic implementation.
 
  • 0
Опубликовал: patr1985 | 29-02-2012, 01:22 | Просмотров: 681  Подробнее и с комментариями (0)
  Schaum's Outline of Programming With C++
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Schaum's Outline of Programming With C++
Автор: John R. Hubbard
Издательство: Mcgraw-Hill
Год издания: 1996
isbn: 0070308373
Количество страниц: 448
Язык: english
Формат: PDF

This Schaum's Outline presents all the fundamental concepts of the current ANSI standard version of the C++ programming language. This is an object-oriented extension of the very popular C language, and it promises to grow in popularity. Many complete programs are included.

Reviews
Summary: The only book of its kind!
Rating: 5
This is an excellent supplement to most of the college level textbooks in C++ programming. Many authors of C++ textbooks are taken up by the apparent need to illustrate complex object oriented concepts (lest Java be seen as the alpha and omega in object oriented languages)with long winded "case studies" or "programming projects" that seem contrived (see any book by Deitel for examples of such.)Some other authors think that their exercises and examples are places to showcase their ingenuity and possession of programming tricks (see Daniel Liang's "Displaying A Pyramid Of Numbers" in Chapter 3 of Introduction to JAVA Programming, Comprehensive Version, 5th Edition, as an example of such.) But what about simple exercises to see if you've mastered the basics of arrays, loops, and simple functions? Let's face it, it will be a couple of years before you'll be asked to work on the code for an ATM machine (Deitel), in the meantime buy this book and focus on the basics.
Summary: Gut strukturiert, viel Info zu einem sehr guten Preis
Rating: 5
Dieses outlet bietet eine sehr gute Zusammenfassung der meissten Aspekte von C++. Es ist kein Anfangertutorial und auch kein Referenzbuch, eignet sich aber sehr gut zum Nachschlagen.
Die Erklarungen sind, im Vergleich mit anderen Buchern, kurz und sehr gut ausgefuhrt, zusatzlich bietet es noch viele Beispiele zur Vertiefung. Es ist in einfachem, leicht verstandlichem Englisch geschrieben. Durch das praktische Format kann man es auch leichter mitnehmen als 1000 seitige Walzer.Besonders fur die guten Erklarungen und den Preis vergebe ich die vollen Punkte.
Summary: Schaum's Outline of Programming with C++
Rating: 5
Very informative introduction to C++. I was new to C++ and most textbooks are hard to understand and hence requires a teacher to explain everything. I started reading it halfway through the course and got a C+ when I was expecting an F.
Summary: its a good book. But u need programming with C also.
Rating: 4
The book is good but it doesnt cover struct's and unions. unions are worth there weight in gold in data i/o programming. The book has not got a mistake on it as the "Shaun G Pearson of nova scotia put it". Its using the newer C++ library and is part of it. (...) I suppose the book doesn't want to go to far into C stuff. C is essential to writing clear and concise code in C++. But at the price the book is at its a good buy. I've got it.
Summary: For the person that is stuck in C programming
Rating: 5
Who referred to this book having mistakes:
They seem to be stuck in the stone ages of C programming.
Since the new ANSI standard came out, (which compilers are still attempting to catch up to), header files have not used a .h extension, C Standard library headers have been renamed and so on.
Every negative point the person makes indicates a complete lack of knowledge, especially accurate knowledge of the C++ standard.
As such that review should be completely and utterly disregarded.
This book is definitely head and shoulders above the crap that people like Herb Schildt have been putting out.
 
  • 0
Опубликовал: semenivans | 28-02-2012, 21:36 | Просмотров: 713  Подробнее и с комментариями (0)
  Data Structures and Algorithms in C++
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Data Structures and Algorithms in C++
Автор: Michael T. Goodrich, Roberto Tamassia, David M. Mount
Издательство: John Wiley & Sons, Inc.
Год издания: 2011
Количество страниц: 744
Язык: русский
Формат: PDF

Building on the extraordinary success of Data Structures and Algorithms in Java, 2/e, Michael Goodrich and Roberto Tamassia, together with C++ authority David Mount, bring you a new text covering data structures in C++. With this book, you will find a true C++ text, rather than a book translated from Java. Both the programming code and the appropriate concepts have been rewritten.
 
  • 0
Опубликовал: patr1985 | 28-02-2012, 04:28 | Просмотров: 845  Подробнее и с комментариями (0)
  Visual C++ .NET. Библия пользователя
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Visual C++ .NET. Библия пользователя
Автор: Том Арчер, Эндрю Уайтчепел
Издательство: Диалектика
Год издания: 2003
isbn: 5-8459-0462-5, 0-7654-4837-9
Количество страниц: 1216
Язык: русский
Формат: DJVU

Эта книга посвящена библиотеке MFC, a не только платформе .NET. Весь материал разбит на разделы, освещающие отдельные направления разработки, объединенные в логически упорядоченные категории, что позволит новичкам получить систематизированные знания, читая книгу шаг за шагом, а квалифицированный программист легко найдет интересующие разделы. Каждая глава начинается вводным разделом, содержащим краткую информацию по обсуждаемой теме, а затем следует пример довольно простого демонстрационного приложения. Книга предназначена для программистов средней и высокой квалификации.
 
  • 0
Опубликовал: patr1985 | 27-02-2012, 04:39 | Просмотров: 571  Подробнее и с комментариями (0)
  Главная страница | Регистрация | Новое на сайте | Статистика |
 
«Librus - Mountain of Knowledge»
«Либрус - гора знаний» 2004-2020
Design by Flashsoft © 2005-2020