تبلیغات :
آکوستیک ، فوم شانه تخم مرغی، صداگیر ماینر ، یونولیت
دستگاه جوجه کشی حرفه ای
فروش آنلاین لباس کودک
خرید فالوور ایرانی
خرید فالوور اینستاگرام
خرید ممبر تلگرام

[ + افزودن آگهی متنی جدید ]




صفحه 11 از 34 اولاول ... 78910111213141521 ... آخرآخر
نمايش نتايج 101 به 110 از 336

نام تاپيک: مجموعه كتابهاي خانواده C

  1. #101
    حـــــرفـه ای ***Spring***'s Avatar
    تاريخ عضويت
    Dec 2006
    محل سكونت
    ♠♠♠♠♠♠♠
    پست ها
    6,296

    11 TCP/IP Sockets in C : Practical Guide for Programmers

    TCP/IP Sockets in C : Practical Guide for Programmers



    Michael J. Donahoo, Kenneth L. Calvert, "TCP/IP Sockets in C: Practical Guide for Programmers"
    Publisher: Morgan Kaufmann | ISBN: 1558608265 | 110 Pages | PDF | 6 MB

    “ TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills you need to develop sophisticated and powerful networked-based programs using sockets. Written by two experienced networking instructors, this book provides a series of examples that demonstrate basic sockets techniques for clients and servers.

    Using plenty of real-world examples, this book is a complete beginner's guide to socket programming and a springboard to more advanced networking topics, including multimedia protocols.
    *Concise, no-nonsense explanations of issues often troublesome for beginners, including message construction and parsing.
    *Comprehensive example-based coverage of the most important TCP/IP techniques-including iterative and concurrent servers, timeouts, and asynchronous message processing.
    *Includes a detailed, easy-to-use reference to the system calls and auxiliary routines that comprise the sockets interface.
    *A companion Web site provides source code for all example programs in both C and WinSock versions, as well as guidance on running the code on various platforms.

    حجم : 6 مگابایت

    [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]





    .

  2. #102
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض Pro C# with .NET 3.0, Special Edition

    Pro C# with .NET 3.0, Special Edition

    Published 2007
    Published by Apress
    Author Andrew Troelsen
    ISBN 1590598237



    Book Description:
    C# 2005 has enjoyed huge success in the year since its launch, firmly establishing itself as the premier language for development on Microsofts successful .NET 2.0 platform. With the launch of the .NET 3.0 extensions in early 2007, the horizons of this language are being extended, and it is becoming even more powerful as it is able to leverage the new .NET 3.0 Foundations. In recognition of this, Apress presents Pro C# with .NET 3.0, Special Edition to provide you with a complete A-to-Z reference for using C# with the .NET 2.0 platform and the .NET 3.0 extensions. The book contains new chapters that explore the interactions between the existing framework and the new extensions, giving you an edge when you evaluate and implement .NET 3.0 for the first time. To provide even more support, a bonus PDF download will be available with each purchase, offering over 500 pages of carefully selected additional content to help
    broaden your understanding of both .NET 2.0 and .NET 3.0.
    دانلود:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  3. #103
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض Test Your C Skills

    Test Your C Skills


    Published 2003
    Author Yashavant P. Kanetka
    ISBN 8170298016

    دانلود:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  4. این کاربر از Mehrdad-bx بخاطر این مطلب مفید تشکر کرده است


  5. #104
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض C++/CLI: The Visual C++ Language for .NET

    C++/CLI: The Visual C++ Language for .NET
    Book Info

    Published 2006
    Published by Apress
    Author Gordon Hogenson
    ISBN 1590597052


    Book Description:
    C++/CLI: The Visual C++ Language for .NET introduces M$'s new extensions to the C++ syntax that allow you to target the common language runtimethe key to the heart of the .NET 3.0 platform. In 12 no-fluff chapters, M$ insider Gordon Hogenson takes you into the core of the C++/CLI language and explains both how the language elements work and how M$ intends them to be used. Compilable code samples illustrate the syntax as simply as possible, and more elaborate code samples show how the new syntax might typically be used. The book is a beginners guide, but it assumes a familiarity with programming basics. And it concentrates on explaining the aspects of C++/CLI that make it the most powerful and fun language on the .NET Framework 3.0. As such, this book is ideal if youre thinking of migrating to C++/CLI from another language. By the end of this book, youll have a thorough grounding in the core language elements together with the confidence to explore further that comes from a solid understanding of a languages syntax and grammar.

    دانلود:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  6. #105
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض The C++ Standard Library Extensions: A Tutorial and Reference

    The C++ Standard Library Extensions: A Tutorial and Reference

    Book Info

    Published 2006
    Published by Addison-Wesley
    Author Pete Becker
    ISBN 0321412990


    Book Description:
    "TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template arguments. To programmers whose experience stops with the standard library, this is strange and unfamiliar. This book is complete (it covers all TR1 facilities), it is easier to understand than TR1 itself, and it is technically accurate." --Matthew Austern,software engineer, Google "TR1 will help make the C++ programmer more productive than ever. In this book, Pete Becker has written the ultimate reference guide to these components, what they are, how they work, and what they're used for. This book should be on the bookshelf of anyone who wants to use these standardized components to improve both their productivity as well as their coding quality." --John Maddock, consultant and programmer The current C++ standard library extends the core C++ language with common classes and functions. In recent years, to address limitations in that library, a number of components have been developed to extend the language even further. Compiled in a comprehensive technical report (TR1), the bulk of these extensions have been approved for the next revision of the C++ standard. In this book, Pete Becker describes in detail each component in the TR1 library, explaining new facilities for utilities, containers, call wrappers, type traits, numerics, regular expressions, and C compatibility. He draws on his own experience implementing these components to illustrate their value, clarifying the specifications when necessary and providing complete, tested code examples. Most chapters include exercises of various degrees of difficulty to help programmers get hands-on practice with the new components. Answers to the exercises, along with all code examples, are available on the Web. Appendixes comprise a summary of headers included in or extended by the TR1 library, as well as guidelines on how to use the components safely in multithreaded applications. The C++ Standard Library Extensions is for any programmer who wants to get a jump on the revised standard. It also makes the perfect companion to The C++ Standard Library, by Nicolai Josuttis, both books being tutorials and references essential for using C++ more effectively.

    دانلود:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  7. #106
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض C++ for Mathematicians

    C++ for Mathematicians


    Published 2006
    Author Edward Scheinerman
    ISBN 158488584X


    Book Description:
    The first book available on C++ programming that is written specifically for a mathematical audience, C++ for Mathematicians omits the language's more obscure features in favor of the aspects of greatest utility for mathematical work. Emphasizing the essential role of practice as part of the learning process, the book is ideally designed for undergraduate coursework as well as self-study. Each chapter provides many problems and solutions which complement the text and enable you to apply concepts right away. An accompanying CD ROM provides all numbered programs so that readers can easily use or adapt the code as needed.
    دانلود:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    mirror link:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    Password=www.digbook.net

  8. #107
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض Beginning Visual C++

    دیدم تاپیک اومد پایین گفتم یه کتاب دیگه معرفی کنم

    Beginning Visual C++
    Book Description:
    You'll learn the essentials of Visual C++ 2005 and get a thorough introduction to the techniques used for accessing data sources in both MS® Foundation Classes and Windows® Forms applications. Plus, the exercises included at the end of most chapters will help you apply what you've learned as you make your way to becoming an effective C++ programmer. What you will learn from this book: - How to use the capabilities of Visual C++ 2005 to create applications - Unique aspects and new features of Visual C++ 2005 - The basic ideas and techniques involved in debugging - Ways to build a graphical user interface for your application - How MS Windows applications are structured - Tips for understanding the nuances of C++ without getting confused by the complexities of Windows GUI programming This book is for novice programmers who are looking to write C++ applications for the MS Windows OS. No previous programming experience is required.
    دانلود :
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

    پسورد:
    choudhary


  9. این کاربر از Mehrdad-bx بخاطر این مطلب مفید تشکر کرده است


  10. #108
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض Intermediate Business Programming with C++

    Intermediate Business Programming with C++

    Book Description:
    With emphasis on the creation of object oriented programs for business and the use of data structures, this book deals with the writing of business programs using C++ from Microsoft Visual Studio .NET 2005.

    دانلود:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


    mirror link:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  11. #109
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض Beginning C# 2005 Databases

    Beginning C# 2005 Databases
    Book Description:
    In this book you learn everything you need to know about developing C# applications that access databases. If you are wondering why this is such an important topic, just consider how many applications use the functionality. At first glance, you might notice a few specialized ones such as Windows applications to view and edit human resources data or Web applications that display recent sport results. Look a bit deeper, however, and you quickly find that the vast majority of applications use database data in one form or another, even if it isn’t immediately obvious. This book is the perfect starting point to learn about databases, and particularly about using MS SQL Server from .NET 2.0 applications written in C#. Over the course of the book, you learn the fundamentals of database technology, how the .NET Framework can be used to access databases, and how to get the most out of your code. Along the way you are presented with numerous helpful, easy-to-follow examples that demonstrate the techniques you need. Each example increases your understanding of a particular subject, and often provides you with tips and tricks that you can adapt to different contexts in the future. Each chapter also includes exercises to reinforce key concepts, the answers to which are found at the back of the book. The main idea behind the book is to present you with a solid understanding of the basics of database access in C#. You’ll also be exposed to many possibilities for future development. You will often learn about quite complicated techniques, but they are broken into simple steps and carefully explained. These explanations provide an appreciation for what is possible, and prepare you for handling additional resources about these subjects when you’ve finished the book. And you’ll be able to do that without facing instant despair at attempting to learn about a completely new subject because you’ll already know the basics of what you are doing. This book is aimed at people who already have at least a basic understanding of .NET development with C# and who want to learn about databases and database access. The C# code used in the examples in this book is described in detail only in cases where it is quite advanced, or where it’s an area you might not have looked at before. However, no experience with databases is assumed, so the database code you write (using ADO.NET) is explained from first principles. Databases themselves are explained, as well as the SQL language used to access them. This book is perfect for you if the word “database” is one that you’ve heard only in passing.
    دانلود:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    پسورد:
    ganelon

  12. #110
    پروفشنال Mehrdad-bx's Avatar
    تاريخ عضويت
    Feb 2008
    محل سكونت
    ?Open source
    پست ها
    882

    پيش فرض C# 3.0 Design Patterns

    C# 3.0 Design Patterns
    Book Description:
    If you want to speed up the development of your .NET applications, you're ready for C# design patterns -- elegant, accepted and proven ways to tackle common programming problems. This practical guide offers you a clear introduction to the classic object-oriented design patterns, and explains how to use the latest features of C# 3.0 to code them. C# Design Patterns draws on new C# 3.0 language and .NET 3.5 framework features to implement the 23 foundational patterns known to working developers. You get plenty of case studies that reveal how each pattern is used in practice, and an insightful comparison of patterns and where they would be best used or combined. This well-organized and illustrated book includes: An explanation of design patterns and why they're used, with tables and guidelines to help you choose one pattern over another Illustrated coverage of each classic Creational, Structural, and Behavioral design pattern, including its representation in UML and the roles of its various players C# 3.0 features introduced by example and summarized in sidebars for easy reference Examples of each pattern at work in a real .NET 3.5 program available for download from O'Reilly and the author's companion web site Quizzes and exercises to test your understanding of the material. With C# 3.0 Design Patterns, you learn to make code correct, extensible and efficient to save time up front and eliminate problems later. If your business relies on efficient application development and quality code, you need C# Design Patterns
    دانلود:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

Thread Information

Users Browsing this Thread

هم اکنون 1 کاربر در حال مشاهده این تاپیک میباشد. (0 کاربر عضو شده و 1 مهمان)

User Tag List

برچسب های این موضوع

قوانين ايجاد تاپيک در انجمن

  • شما نمی توانید تاپیک ایحاد کنید
  • شما نمی توانید پاسخی ارسال کنید
  • شما نمی توانید فایل پیوست کنید
  • شما نمی توانید پاسخ خود را ویرایش کنید
  •