|刊登類別:
有類似物品要出售?

Data Structures and Algorithms Using Visual Basic.Net by McMillan, Michael

by McMillan, Michael | PB | VeryGood
狀況:
很好
May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ... 閱讀更多內容關於物品狀況
價格:
US $8.17
大約HK$ 63.79
運費:
免費 Economy Shipping. 查看詳情— 運送
所在地:Aurora, Illinois, 美國
送達日期:
估計於 6月24日, 一6月27日, 四之間送達 運送地點 43230
估計送達日期 — 會在新視窗或分頁中開啟考慮到賣家的處理時間、寄出地郵遞區碼、目的地郵遞區碼、接收包裹時間,並取決於所選的運送方式以及收到全部款項全部款項 — 會在新視窗或分頁中開啟的時間。送達時間會因時而異,尤其是節日。
退貨:
30 日退貨. 由賣家支付退貨運費. 查看詳情- 更多退貨相關資訊
保障:
請參閱物品說明或聯絡賣家以取得詳細資料。閱覽全部詳情查看保障詳情
(不符合「eBay 買家保障方案」資格)

賣家資料

註冊為商業賣家
賣家必須承擔此刊登物品的所有責任。
eBay 物品編號:145000902282
上次更新時間: 2024-05-02 19:52:02查看所有版本查看所有版本

物品細節

物品狀況
很好
曾被閱讀過的書籍,但狀況良好。封面不存在明顯損壞,精裝本書籍含書皮。不存在缺頁或內頁受損,無褶皺或破損,同時也沒有對文字標注/標記,或在留白處書寫內容。內封面上標記可能極少。書籍的磨損和破損程度也很低。 查看所有物品狀況定義會在新視窗或分頁中開啟
賣家備註
“May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Weight
1 lbs
Product Group
Book
IsTextBook
No
ISBN
9780521547659
Subject Area
Computers
Publication Name
Data Structures and Algorithms Using Visual Basic. Net
Item Length
9.3 in
Publisher
Cambridge University Press
Subject
Programming / General, Software Development & Engineering / General, Programming / Algorithms, Programming Languages / Asp.Net
Publication Year
2005
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.8 in
Author
Michael Mcmillan
Item Width
7.5 in
Item Weight
25.2 Oz
Number of Pages
414 Pages

關於產品

Product Information

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.

Product Identifiers

Publisher
Cambridge University Press
ISBN-10
0521547652
ISBN-13
9780521547659
eBay Product ID (ePID)
30883077

Product Key Features

Author
Michael Mcmillan
Publication Name
Data Structures and Algorithms Using Visual Basic. Net
Format
Trade Paperback
Language
English
Subject
Programming / General, Software Development & Engineering / General, Programming / Algorithms, Programming Languages / Asp.Net
Publication Year
2005
Type
Textbook
Subject Area
Computers
Number of Pages
414 Pages

Dimensions

Item Length
9.3 in
Item Height
0.8 in
Item Width
7.5 in
Item Weight
25.2 Oz

Additional Product Features

LCCN
2004-019955
Intended Audience
Scholarly & Professional
Lc Classification Number
Qa76.73.B3m3998 2005
Reviews
Choosing which data structure and sorting algorithms to use can have a great effect on the speed of the program. This book helps programmers make those choices. This book begins with an introduction to properties and classes in VB.NET. It also describes the creation of a timing test in the VB.NET environment, which is used repeatedly in later chapters to demonstrate how different structures and searching techniques can change program completion time. This little bit of code is the prize inside, since it can be used whenever timing of VB.NET programming is needed...[This book] thoroughly covers the basics, and some more advanced topics of data structures and searching algorithms, using VB.NET with a minimalist approach. Computing Reviews, "Choosing which data structure and sorting algorithms to use can have a great effect on the speed of the program. This book helps programmers make those choices. This book begins with an introduction to properties and classes in VB.NET. It also describes the creation of a timing test in the VB.NET environment, which is used repeatedly in later chapters to demonstrate how different structures and searching techniques can change program completion time. This little bit of code is the prize inside, since it can be used whenever timing of VB.NET programming is needed…[This book] thoroughly covers the basics, and some more advanced topics of data structures and searching algorithms, using VB.NET with a minimalist approach." Computing Reviews, Choosing which data structure and sorting algorithms to use can have a great effect on the speed of the program. This book helps programmers make those choices. This book begins with an introduction to properties and classes in VB.NET. It also describes the creation of a timing test in the VB.NET environment, which is used repeatedly in later chapters to demonstrate how different structures and searching techniques can change program completion time. This little bit of code is the prize inside, since it can be used whenever timing of VB.NET programming is needed...[This book] thoroughly covers the basics, and some more advanced topics of data structures and searching algorithms, using VB.NET with a minimalist approach.” Computing Reviews, Choosing which data structure and sorting algorithms to use can have a great effect on the speed of the program. This book helps programmers make those choices. This book begins with an introduction to properties and classes in VB.NET. It also describes the creation of a timing test in the VB.NET environment, which is used repeatedly in later chapters to demonstrate how different structures and searching techniques can change program completion time. This little bit of code is the prize inside, since it can be used whenever timing of VB.NET programming is needed'¦[This book] thoroughly covers the basics, and some more advanced topics of data structures and searching algorithms, using VB.NET with a minimalist approach.” Computing Reviews
Table of Content
1. Collections; 2. Arrays and the array class; 3. The arraylist and sortedlist classes; 4. Basic sorting algorithms; 5. Basic searching algorithms; 6. Stacks and queues; 7. BitArrays and the BitVector structure; 8. Strings, the string class and the StringBuilder class; 9. Special string classes - StringCollection, StringDictionary and StringEnumerator; 10. Pattern matching and text processing - using the RegEx and supporting classes; 11. Hash tables; 12. Dictionaries - the DictionaryBase class and specialized dictionary classes; 13. Linked lists; 14. Binary trees and binary search trees; 15. Sets; 16. Advanced sorting algorithms; 17. Advanced searching algorithms; 18. Graphs and graph algorithms; 19. Greedy algorithms; 20. Probabilistic algorithms; 21. Dynamic programming.
Copyright Date
2005
Dewey Decimal
005.2/768
Dewey Edition
22
Illustrated
Yes

賣家提供的物品說明

ThriftBooks

ThriftBooks

99% 正面信用評價
已賣出 1,773.4 萬 件物品
瀏覽商店聯絡
通常在 24 小時內回覆

詳盡賣家評級

過去 12 個月的平均評級

說明準確
4.9
運費合理
5.0
運送速度
5.0
溝通
4.9

賣家信用評價 (5,221,605)

b***b (216)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
Great item, great price, fast shipping!
t***1 (12)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
Very well packed
o***d (356)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
Beautiful book for making your wedding special