wyszukanych pozycji: 21
Object-Oriented Programming with Visual Basic.Net
ISBN: 9780521539838 / Angielski / Miękka / 2004 / 316 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. After an introduction to abstract data types and their initial implementation using structures, Michael McMillan analyzes standard OOP topics, including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implementation of interfaces and design patterns, and refactoring in VB.NET. More advanced OOP topics are covered as well (reflection, object persistence, and serialization.) Finally, he demonstrates OOP techniques for standard Windows applications; for database applications using ADO.NET; for Web-based applications using ASP.NET; and for Windows...
After an introduction to abstract data types and their initial implementation using structures, Michael McMillan analyzes standard OOP topics, includi...
|
|
cena:
342,18 zł |
Data Structures and Algorithms with JavaScript: Bringing Classic Computing Approaches to the Web
ISBN: 9781449364939 / Angielski / Miękka / 2014 / 252 str. Termin realizacji zamówienia: ok. 22 dni roboczych. 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 mechanisms--including linked lists, stacks, queues, and graphs--within the constraints of the JavaScript environment. Determine which data structures and algorithms are most appropriate for the problems you're trying to solve, and understand the tradeoffs when using them in a JavaScript program. An... As an experienced JavaScript developer moving to server-side programming, you need to implement classic data structures and algorithms associated w... |
|
cena:
175,00 zł |
The Front Room: Diaspora Migrant Aesthetics in the Home
ISBN: 9781848225930 / Angielski / Miękka / 2023 / 160 str. Termin realizacji zamówienia: ok. 8-10 dni roboczych (Dostawa przed świętami) |
|
cena:
128,51 zł |
Data Structures and Algorithms Using C#
ISBN: 9780521876919 / Angielski / Twarda / 2007 / 366 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. 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...
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 str...
|
|
cena:
419,82 zł |
Data Structures and Algorithms Using C#
ISBN: 9780521670159 / Angielski / Miękka / 2007 / 368 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. 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...
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 str...
|
|
cena:
217,96 zł |
The Person-Centred Approach to Therapeutic Change
ISBN: 9780761948681 / Angielski / Twarda / 2004 / 104 str. Termin realizacji zamówienia: ok. 22 dni roboczych. From the Foreword
It is an honour to be asked to write a foreword for this new book by Michael McMillan. I have been excited about this book ever since I read early drafts of its first two chapters some time ago at the birth of the project. At different times thereafter I have read other parts and my consistent impression has been that this is an author who has both a sophisticated academic understanding of the material and a great skill in communicating that widely. Those two qualities do not often go together The book is about change. After a... From the Foreword
It is an honour to be asked to write a foreword for this new book by Michael McMillan. I have been ex... |
|
cena:
722,38 zł |
Investments Workbook: Principles of Portfolio and Equity Analysis
ISBN: 9780470915820 / Angielski / Miękka / 2011 / 144 str. Termin realizacji zamówienia: ok. 22 dni roboczych. Companion workbook to the CFA Institute's Investments: Principles of Portfolio and Equity Analysis Workbook
In a world of specialization, no other profession likely requires such broad, yet in-depth knowledge than that of financial analyst. 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. This companion Workbook, also edited by experts from the CFA Institute, allows busy professionals to gain a stronger understanding of core investment topics. The... Companion workbook to the CFA Institute's Investments: Principles of Portfolio and Equity Analysis Workbook
In a world of specialization, no other ... |
|
cena:
191,42 zł |
Investments
ISBN: 9780470915806 / Angielski / Twarda / 2011 / 656 str. Termin realizacji zamówienia: ok. 22 dni roboczych. 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.... A comprehensive guide to investment analysis and portfolio management by an expert team from the CFA Institute
In a world of specialization, no oth... |
|
cena:
459,52 zł |
The Person-Centred Approach to Therapeutic Change
ISBN: 9780761948698 / Angielski / Miękka / 2004 / 104 str. Termin realizacji zamówienia: ok. 22 dni roboczych. From the Foreword
It is an honour to be asked to write a foreword for this new book by Michael McMillan. I have been excited about this book ever since I read early drafts of its first two chapters some time ago at the birth of the project. At different times thereafter I have read other parts and my consistent impression has been that this is an author who has both a sophisticated academic understanding of the material and a great skill in communicating that widely. Those two qualities do not often go together The book is about change. After a... From the Foreword
It is an honour to be asked to write a foreword for this new book by Michael McMillan. I have been ex... |
|
cena:
233,81 zł |
Data Structures and Algorithms Using Visual Basic.Net
ISBN: 9780521547659 / Angielski / Miękka / 2005 / 414 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Including a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET and the .NET Framework Class Library, this is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Michael McMillan 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 in an object-oriented fashion. Finally, the professional or student VB.NET programmer has a dedicated...
Including a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET and the .NET Framework Class Library...
|
|
cena:
272,12 zł |
Tye Watkins: U.S. Marshall
ISBN: 9780984473083 / Angielski / Miękka / 2012 / 294 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. 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.
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 ...
|
|
cena:
65,14 zł |
The Last of the Warchiefs
ISBN: 9780997110746 / Angielski Termin realizacji zamówienia: ok. 13-18 dni roboczych. |
|
cena:
74,04 zł |
El Diablo
ISBN: 9780997110708 / Angielski / Miękka / 2015 / 238 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. |
|
cena:
72,96 zł |
Vendetta
ISBN: 9780997110722 / Angielski / Miękka / 2018 / 364 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. |
|
cena:
65,14 zł |
Mountain Man: The Beginning
ISBN: 9780997110739 / Angielski / Miękka / 2020 / 258 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. |
|
cena:
68,40 zł |
Flying High: Hamilton's Airport and Economy Soar to New Heights (Business/Airport)
ISBN: 9781897453933 / Angielski / Twarda / 2015 / 146 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. Flying High explains how Hamilton is turning its economy around after major industries downsized. Provides insight into how the citys international airport is proving a catalyst for growth, as businesses and individuals take advantage of the communitys lower real estate and business costs - and its low-cost, efficient and convenient air transportation. Author Greg McMillan is a veteran journalist with the Globe & Mail, Canadas leading national newspaper.
Flying High explains how Hamilton is turning its economy around after major industries downsized. Provides insight into how the citys international ai...
|
|
cena:
194,97 zł |
A Reason to Kill
ISBN: 9780984473090 / Angielski / Twarda / 2013 / 308 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. Tye and his partner, Marshal Sam Jenkins, sat on their mounts looking at the boulders that were on both sides of the canyon floor. "Looks like a good spot to wait on Mills and his bunch, Tye said. "Lets' do it then," Sam said as he reined his mount to the opposite side of the canyon. He was stopped when Tye grabbed his mounts reins. "Thought I'd let you know, Sam. With this bunch and what they have done, I ain't interested in no prisoners and wasting the states time and money on a trial. "Never figured it any other way, Tye." Sam answered and led his horse behind the boulders on the right...
Tye and his partner, Marshal Sam Jenkins, sat on their mounts looking at the boulders that were on both sides of the canyon floor. "Looks like a good ...
|
|
cena:
108,90 zł |
Second Chance
ISBN: 9780984473045 / Angielski / Miękka / 2011 / 302 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. This is the seventh installment of the Tye Watkins series. These novels are works of fiction that use facts and locations that are historically accurate to paint a picture in the reader's mind as they turn the page. Tye Watkins is a scout for Fort Clark, Texas, who uses his skills to work his way through one adventure after another. In this book, Tye is tracking a band of outlaws who robbed and murdered a rancher's wife and son. Adam Carter, one of the men Tye is after, worked for the rancher, and was coerced into the robbery by his so called "friends." Along the trails certain events occur...
This is the seventh installment of the Tye Watkins series. These novels are works of fiction that use facts and locations that are historically accura...
|
|
cena:
65,14 zł |
Handbook of Neurological Rehabilitation
ISBN: 9780415648189 / Angielski / Miękka / 2013 / 760 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. This second edition brings restorative neurology to the bedside and shows how a reiterative, goal-oriented, problem-solving training programme can benefit patients, sometimes on a scale not achieved by pharmacological or surgical interventions.
This second edition brings restorative neurology to the bedside and shows how a reiterative, goal-oriented, problem-solving training programme can ben...
|
|
cena:
259,80 zł |
Correspondence of John Tyndall, Volume 6, The: The Correspondence, November 1856-February 1859
ISBN: 9780822945338 / Angielski / Twarda / 2019 / 576 str. Termin realizacji zamówienia: ok. 13-18 dni roboczych. Contains 302 letters covering a period of twenty-eight months (1856-1859). It begins shortly after Tyndall returned from his first glacier research in the Alps and follows him as he experimented and lectured on physics in central London at the Royal Institution of Great Britain, published and reviewed scientific articles, corresponded with fellow men of science, and developed his theories.
Contains 302 letters covering a period of twenty-eight months (1856-1859). It begins shortly after Tyndall returned from his first glacier research in...
|
|
cena:
823,57 zł |