Sunday, January 11, 2009

Domain Specific Development with Visual Studio DSL Tools or Algorithms in C Parts 1 4

Domain Specific Development with Visual Studio DSL Tools

Author: Steve Cook

Domain-Specific Languages (DSLs)--languages geared to specific vertical or horizontal areas of interest--are attracting growing excitement from software engineers and architects. DSLs bring new agility to the creation and evolution of system requirements and simplify their translation into code, significantly reducing development costs in large-scale projects. In this breakthrough book, four leading experts reveal exactly how DSLs work, and how you can make the most of them in your environment.

You'll begin by mastering DSL concepts and techniques that apply to all platforms. Next, discover how to create and use DSLs with the powerful new Microsoft DSL Tools--a toolset designed by this book's authors. Learn how the Microsoft DSL Tools integrate into Visual Studio 2005--and how to define DSLs and generate Visual Designers using Visual Studio's built-in modeling technology. In-depth coverage includes

  • Determining whether DSLs will work for you
  • Comparing DSLs with other approaches to model-driven development
  • Defining, tuning, and evolving DSLs: models, presentation, creation, updates, serialization, constraints, validation, and more
  • Creating Visual Designers for new DSLs with little or no coding
  • Multiplying productivity by generating application code from your models with easy-to-use text templates
  • Automatically generating configuration files, resources, and other artifacts
  • Deploying Visual Designers across the organization, quickly and easily
  • Customizing Visual Designers for specialized process needs

The book's companion Web site (domainspecificdevelopment.com) includescode samples, plus additional resources and information.



Look this: The Magic of Digital Printing or Data Mining for Business Intelligence

Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching

Author: Robert Sedgewick

Robert Sedgewick has thoroughly rewritten and substantially expanded his popular work to provide current and comprehensive coverage of important algorithms and data structures. Many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. The third edition retains the successful blend of theory and practice that has made Sedgewick's work an invaluable resource for more than 250,000 programmers! Whether you are a student learning the algorithms for the first time or a professional interested in having up-to-date reference material, you will find a wealth of useful information in this book.

Booknews

Covers data structure, sorting, and searching algorithms using the C computer language. Combining theory and practice, the volume uses many examples to discuss fundamentals, abstract data types, recursion, trees, quicksort, mergesort, heapsort, priority queues, radix sort and search, special-purpose sorts, symbol tables, balanced and binary search trees, hashing, and external searching. Annotation c. by Book News, Inc., Portland, Or.



Table of Contents:
Ch. 1Introduction3
Ch. 2Principles of Algorithm Analysis27
Ch. 3Elementary Data Structures69
Ch. 4Abstract Data Types127
Ch. 5Recursion and Trees187
Ch. 6Elementary Sorting Methods253
Ch. 7Quicksort303
Ch. 8Mergesort335
Ch. 9Priority Queues and Heapsort361
Ch. 10Radix Sorting403
Ch. 11Special-Purpose Sorts439
Ch. 12Symbol Tables and BSTs477
Ch. 13Balanced Trees529
Ch. 14Hashing573
Ch. 15Radix Search609
Ch. 16External Searching655
Index693

No comments:

Post a Comment