De Aller-Bedste Bøger - over 12 mio. danske og engelske bøger
Levering: 1 - 2 hverdage

Bøger af Michael McMillan

Filter
Filter
Sorter efterSorter Populære
  • af Michael McMillan
    555,95 kr.

    This work demonstrates how to implement many powerful algorithms in Visual Basic, and presents fundamental algorithms for search techniques, geometric techniques, pattern matching, and file compression.

  • af Michael McMillan
    625,95 kr.

    This thorough tutorial covers all the details of designing object-oriented programs using the Visual Basic .NET language. Along with the standard OOP topics (classes, inheritance, and interfaces), the author discusses less-covered topics such as reflection, object persistence, design patterns, and refactoring. The book ends with example applications of OOP principles using ADO.NET and ASP.NET.

  • af Michael McMillan
    360,95 kr.

    This work has been selected by scholars as being culturally important, and is part of the knowledge base of civilization as we know it. This work was reproduced from the original artifact, and remains as true to the original work as possible. Therefore, you will see the original copyright references, library stamps (as most of these works have been housed in our most important libraries around the world), and other notations in the work.This work is in the public domain in the United States of America, and possibly other nations. Within the United States, you may freely copy and distribute this work, as no entity (individual or corporate) has a copyright on the body of the work.As a reproduction of a historical artifact, this work may contain missing or blurred pages, poor pictures, errant marks, etc. Scholars believe, and we concur, that this work is important enough to be preserved, reproduced, and made generally available to the public. We appreciate your support of the preservation process, and thank you for being an important part of keeping this knowledge alive and relevant.

  • af Michael McMillan & Gary McMillan
    183,95 kr.

    After years of fighting Apaches and becoming the best scout in Texas, Tye has become one of the best U.S. Marshals in the State. He has brought in some of the worse outlaws in the State, some alive and a few dead. Now he faces his toughest challenge, bringing in Jeb Summers better known as El Diablo.

  • af Michael McMillan & Gary McMillan
    158,95 kr.

    This is the ninth book in the Tye Watkins series. This time Tye has taken on a new role, as a deputy U.S. Marshall. It follows his quest to hunt down Bloody Jack, a ruthless murderer and thief.

  • af Michael McMillan
    308,95 kr.

    The Front Room is a unique study by author Michael McMillan of the position of the home in different migrant groups. McMillan draws upon memories of his relatives' homes in the 1960s and 1970s to show a representation of his vision of the traditional West Indian front room and the symbolism of particular objects. McMillan examines how these rooms raise the issues of class, migration, aspiration, religion, alienation, family and the transition from the colonial to the post-colonial. The front room often provides an outlet to respond to the feelings of displacement, exile and alienation and the rebuilding of a home in a strange land. The Front Room discusses the groundings of the front room in Victoriana and colonialism, with memories from first-generation West Indians and second-generation Black British. Primarily concerned with the West Indian front room the book expands to Moroccan, Surinamese, Antillean and Indonesian migrant groups and the decoration of their interiors and their position throughout decolonization. With text from leading cultural theorist Stuart Hall and photographs from living rooms and lounges of the time, installations by artists on the theme of the living room and photos of associated objects, this book presents a unique discussion of cultural studies.

  • af Michael McMillan
    338,95 kr.

    The Front Room: Diaspora Migrant Aesthetics in the Home, originally published in 2009, has become a beloved and much-praised source, providing fascinating revelations into the post-war British experience of immigrants, the decoration of their living spaces and their position in society in relation to decolonisation. The 'front room' (emanating from the Victorian parlour) provides an outlet to respond to the feelings of displacement, exile and alienation and the rebuilding of a home in a strange land. Primarily concerned with Caribbean homes, The Front Room also looks at Moroccan, Surinamese, Antillean and Indonesian migrant groups in Holland-encompassing, through texts, archival documents and artistic photographs, the important cultural markers that are expressed through the domestic interiors of migrants. The author examines how this intimate space within the home raises issues of class, race, migration, aspiration, religion, family, gender, identity and alienation. He also looks at the transition from the colonial post-colonial modernity by placing the book in the context of his own family's migrant experience. While this revised edition includes updates of the original essays from leading social commentators Stuart Hall, Denise Noble, Carol Tulloch and Dave Lewis, as well as poems by Khadijah Ibrahiim and Dorothea Smartt, and paintings by Sonia Boyce, Kimathi Donkor and Njideka Akunyili Crosby. It also examines the iteration of the 'front room' in post apartheid South Africa and discusses how sound system culture emerged from the front room, as well as adding to the rich oral histories from different generations reflecting on their personal experiences of the front room and discussing the artefacts and objects found in them in terms of their cultural significance. The Front Room documents how the 'Windrush' generation's settlement in Britain contributed to the making of multicultural society, and raises questions about our lived experience and notions of the 'home', as many more people globally look for a roof over their heads in the 21st century. The book is richly illustrated with intriguing photographs of installations based on front rooms of the time and the contemporary living room and their associated objects.

  • - Queers, Pimp Daddies, and Lumbersexuals
    af Michael McMillan, Christopher Breward, Vlad Strukov, mfl.
    493,95 - 1.378,95 kr.

  • af Michael McMillan
    477,95 - 1.582,95 kr.

    The belief that change occurs during the therapeutic process is central to all counselling and psychotherapy. This volume examines how change can be facilitated by the counsellor embodying certain therapeutic qualities - in particular empathy, unconditional positive regard and congruence.

  • af Michael McMillan
    394,95 kr.

    As an experienced JavaScript developer moving to server-side programming, you need to implement classic data structures and algorithms associated with conventional object-oriented languages like C# and Java. This practical guide shows you how to work hands-on with a variety of storage mechanismsincluding linked lists, stacks, queues, and graphswithin the constraints of the JavaScript environment.Determine which data structures and algorithms are most appropriate for the problems youre trying to solve, and understand the tradeoffs when using them in a JavaScript program. An overview of the JavaScript features used throughout the book is also included.This book covers:Arrays and lists: the most common data structuresStacks and queues: more complex list-like data structuresLinked lists: how they overcome the shortcomings of arraysDictionaries: storing data as key-value pairsHashing: good for quick insertion and retrievalSets: useful for storing unique elements that appear only onceBinary Trees: storing data in a hierarchical mannerGraphs and graph algorithms: ideal for modeling networksAlgorithms: including those that help you sort or search dataAdvanced algorithms: dynamic programming and greedy algorithms

  • af Michael McMillan
    660,95 - 1.291,95 kr.

    C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

  • af Michael McMillan
    668,95 kr.

    This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will find a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those which must be developed by the programmer. In an object-oriented fashion, the author presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming. His approach is very practical, for example using timing tests rather than Big O analysis to compare the performance of data structures and algorithms. This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most importantly, by the professional VB programmer.

  • af Michael McMillan, Wendy L. Pirie, Gerhard Van de Venter, mfl.
    1.281,95 kr.

    A comprehensive guide to investment analysis and portfolio management by an expert team from the CFA Institute In a world of specialization, no other profession likely requires such broad, yet in-depth knowledge than that of financial analyst. Financial analysts must not only possess a broad understanding of the financial markets-including structure, organization, efficiency, portfolio management, risk and return, and planning and construction-but they must also have a strong sense of how to evaluate industries and companies prior to engaging in an analysis of a specific stock. Investments: Principles of Portfolio and Equity Analysis provides the broad-based knowledge professionals and students of the markets need to manage money and maximize return. The book Details market structure and functions, market anomalies, secondary market basics, and regulation Describes investment assets and asset classes, types of positions and orders, as well as forecasting methodologies Discusses return and risk characteristics, portfolio diversification and management, the basics of both technical analysis and major technical indicators, and much more A companion Workbook, which includes learning outcomes, summary overviews, and problems and solutions sections is available and sold separately Investments provides readers unparalleled access to the best in professional quality information on investment analysis and portfolio management.

  • - Principles of Portfolio and Equity Analysis
    af Michael McMillan
    404,95 kr.

    * Financial analysts must have a broad understanding of the financial markets from structure, organization, and efficiency to portfolio management, risk and return, and planning and construction.

  • - Principles of Portfolio and Equity Analysis
    af Michael McMillan
    959,95 kr.

    A comprehensive guide to investment analysis and portfolio management by an expert team from the CFA Institute In a world of specialization, no other profession likely requires such broad, yet in-depth knowledge than that of financial analyst.