この商品に対するお客様のご意見を共有するには、携帯電話のアプリストアまたはGoogle PlayからAmazonアプリを開いてください。
中古品:
¥2,919 税込
無料配送 1月30日-2月7日にお届け(13 時間 18 分以内にご注文の場合)
詳細を見る
中古商品: 非常に良い | 詳細
発売元 ALLBOOKSHOP
コンディション: 中古商品: 非常に良い
Kindleアプリのロゴ画像

無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません

ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。

携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。

KindleアプリをダウンロードするためのQRコード

著者をフォローする

何か問題が発生しました。後で再度リクエストしてください。

Mastering Algorithms with Perl ペーパーバック – イラスト付き, 1999/9/21

4.5 5つ星のうち4.5 28個の評価

この商品には新版があります:

Computer Science & Perl Programming: Best of the Perl Journal
¥10,873
(4)
通常7~8日以内に発送します。

Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as:

Fuzzy pattern matching for text (identify misspellings!) Finding correlations in data Game-playing algorithms Predicting phenomena such as Web traffic Polynomial and spline fitting

Using algorithms explained in this book, you too can carry out traditional programming tasks in a high-powered, efficient, easy-to-maintain manner with Perl.

This book assumes a basic understanding of Perl syntax and functions, but not necessarily any background in computer science. The authors explain in a readable fashion the reasons for using various classic programming techniques, the kind of applications that use them, and -- most important -- how to code these algorithms in Perl.

If you are an amateur programmer, this book will fill you in on the essential algorithms you need to solve problems like an expert. If you have already learned algorithms in other languages, you will be surprised at how much different (and often easier) it is to implement them in Perl. And yes, the book even has the obligatory fractal display program.

There have been dozens of books on programming algorithms, some of them excellent, but never before has there been one that uses Perl.

The authors include the editor of The Perl Journal and master librarian of CPAN; all are contributors to CPAN and have archived much of the code in this book there.

"This book was so exciting I lost sleep reading it." Tom Christiansen

商品の説明

レビュー

'An O'Reilly book, and what a good one it is. And what a fun one too: a book on algorithms for Perl. Yowza! As far as I know, this is a first. But otherwise this standard O'Reilly fare: well written, well edited, well designed (note the wolf on the cover), all you will expect and get from this publisher time and time again. And no, I don't haved shares in O'Reilly!' - Julian Bucknall, Developers Review, June 2000. '...and the authors show every sign of enjoying themselves in writing it. It's a great read, as much for the byways it opens up as for the possibility of using it to attack real-world problems. It marks a sort of coming of age for the language and most people who use Perl as a day to day 'Swiss army chainsaw' will enjoy it.' - Fiachra O Marcaigh, Irish Times, February 21st 2000

著者について

Jarkko Hietaniemi is the creator and Master Librarian of CPAN: Comprehensive Perl Archive Network. He has also been known to frequent Perl developer forums. Luckily enough, getting his MSc in CS in the field of parallel computing didn't interfere overly much with his Perl and UNIX hacking. During those savored moments of off-line time, he fancies gobbling up speculative fiction and popular science. His real life employer is Nokia Research Center.

John Macdonald has been using Perl commercially since 1988 for a suite of Unix system administration tools. His background with Unix dates back to the days when Unix was written in PDP-11 assembler and later includes representing the University of Waterloo at the first UNIX Users Meeting at City University of New York in the mid-1970s while finishing his M. Math degree. (In those days before the creation of Usenix, the people at the meeting would sit together around a single table.) In addition, his background includes work on compilers, kernel internals, device drivers and the like. He has also been observed partaking in recreational computing activities.

Jon Orwant, a well-known member of the Perl community, founded The Perl Journal and co-authored OReillys bestseller, Programming Perl, 3rd Edition.

登録情報

  • 出版社 ‏ : ‎ O'Reilly Media; Illustrated版 (1999/9/21)
  • 発売日 ‏ : ‎ 1999/9/21
  • 言語 ‏ : ‎ 英語
  • ペーパーバック ‏ : ‎ 706ページ
  • ISBN-10 ‏ : ‎ 1565923987
  • ISBN-13 ‏ : ‎ 978-1565923980
  • 寸法 ‏ : ‎ 17.78 x 3.28 x 23.34 cm
  • カスタマーレビュー:
    4.5 5つ星のうち4.5 28個の評価

著者について

著者をフォローして、新作のアップデートや改善されたおすすめを入手してください。

カスタマーレビュー

星5つ中4.5つ
28グローバルレーティング

この商品をレビュー

他のお客様にも意見を伝えましょう

上位レビュー、対象国: 日本

日本からの0件のレビューとお客様による1件の評価があります

他の国からのトップレビュー

すべてのレビューを日本語に翻訳
  • Heinrich Hopfmüller
    5つ星のうち5.0 Auch wenn Perl von Python überholt wird...
    2018年4月6日にドイツでレビュー済み
    Amazonで購入
    ... kann man mit Perl noch allerhand anfangen.
    Speziell für Opas, die sich mit großen Zahlen und so beschäftigen, ist Perl eine gute Wahl.
    Wenn eine LeserIn die ersten tausend Ziffern der Leviathanzahl (zehn hoch hundert Fakultät):
    Bitte mir schicken!
  • C. Garrett Goebel
    5つ星のうち5.0 Kansas City Perl Mongers: Book Review
    2003年1月20日にアメリカ合衆国でレビュー済み
    Amazonで購入
    Mastering Algorithms with Perl is an intermediate to advanced text describing traditional algorithms and data structures through Perl. It assumes a basic understanding of Perl. And while the average reader will be able to progress through the better part of the book with no background in computer science, the last third of the book requires at least a passing familiarity with Calculus, advanced mathematical notation, and covers topics from the vantage those already initiated to Probability, Statistics, Cryptology, and Number Theory.
    That said, the book has something for everyone. Beginner and Intermediate level Perl programmers will find the book's materials information dense but approachable. Advanced programmers will find a well written refresher illustrating familiar concepts in Perl. Given the breadth of the book and the language specific insights, even experience Perl programmers should expect to learn a thing or two.
    Topics covered include: linked lists, circular linked lists, garbage collection, doubly-linked lists, infinite lists, binary trees, heaps, binary heaps, janus heaps, sorting, searching, sets, matrices, graphs, strings, geometric algorithms, number systems, number theory, cryptography, probability, statistics, and numerical analysis.
    I've found that while the book is somewhat daunting, it goes down best a little bit at a time: read a chapter, then work through the examples. The first time I attempted to read the book I got about a third of the way through before stopping, scanning the rest, and putting it back on the shelf. A couple months later as I was working on a problem involving graphs and trees, the book came back down. And as interesting and complicated problems present themselves, I often find myself reaching for it.
    It covers an awful lot in 701 tightly packed pages. Have you ever wondered how regular expressions work? Hashes? Insights into their internal workings are in there. It is an excellent reference and fills a much needed gap. No other Perl book comes close to the breadth and depth coverage of these materials. That said, early printings of the first edition had a tremendous number of errors and typos. If you buy it used, I would highly recommend visiting the O'Reilly site to read the errata. ...
  • resonator3
    5つ星のうち5.0 monzy is cool, and this book will end the crumby state ...
    2015年12月19日にアメリカ合衆国でレビュー済み
    Amazonで購入
    Orwant. Monte Hall. Leonard Euler. Radix Sort. The Travelling Salesman Problem. B-Trees, Red-Black Trees, Bushier Trees. you might actually have to think! No, in fact you definitely will:

    "you wrap in exponential time, and I'm Big O of log n"

    If you don't understand that statement, well, monzy is cool, and this book will end the crumby state of affairs forever.

    Once you read this, you can't go back.. you'll understand Algorithms sort of.. so be warned
  • John M. Ford
    5つ星のうち4.0 Perl How and Why
    2012年5月16日にアメリカ合衆国でレビュー済み
    Amazonで購入
    It's another one of those useful blue O'Reilly books with an animal on the front. A wolf, in this case. This one starts with basic data structures in Perl and then presents reusable algorithms of increasing complexity. The authors intend it for two types of readers: "...those who want to cut and paste solutions and those who want to hone their programming skills." Attempting to serve both audiences, the authors attempt to be both practical and theoretical.

    The book begins with basic and advanced data structures. The next series of chapters each address basic programming tasks such as sorting, searching, and working with sets, matrices, graphs, and strings. The final set of chapters is organized by topic area, covering geometric algorithms, number systems, number theory, cryptography, probability, statistics, and numerical analysis. A concluding appendix suggests additional readings.

    The format and quality are familiar to readers of other O'Reilly books. It is a good, readable exploration of algorithms implemented in Perl. You will need to get the latest version of Perl on your own. No problems with that, either.
  • Kuldeep
    5つ星のうち5.0 Great book for all Computer Scientists
    2010年11月22日にアメリカ合衆国でレビュー済み
    Amazonで購入
    Great book with detailed description of algorithms beautifully explained in Perl, which we have learned either in C or C++ or higher Mathematics. I wished I had this book 12 years ago while I was doing my undergrad. This book will definitely imbibe great ideas to your Perl programming skills and will make you more efficient.