タグ

algorithmに関するtasukuchanのブックマーク (11)

  • 第1回 なぜ、Hadoopはどのように動くのか、を学ぶのか | gihyo.jp

    はじめに ビッグデータ解析のためのシステム基盤として、Hadoopをはじめとするオープンソースのデータ処理ソフトウェア(データ処理系)が広く利用されつつありますが、当該データ処理系をすでに利用している、もしくは利用の検討をしている読者の方々の中には、たとえば以下のような問題を抱えている方が少なからずいらっしゃるのではないでしょうか。 データ処理系の使い方はなんとなくわかるが、その内部をあまり理解できていない。または、内部の動作原理がよくわからないので、格的に使う気にならない。 同様の目的を達成する複数のデータ処理系において、どれを使って良いかがよくわからない。または、適切に使い分けられていない気がする。たとえば、どのような場合にHadoopを用いて、どのような場合に同類のデータ処理系であるImpalaやSparkを用いれば良いかが“⁠明確に⁠”わからない。 このような問題を解決するには、

    第1回 なぜ、Hadoopはどのように動くのか、を学ぶのか | gihyo.jp
  • Cコンパイラをスクラッチから開発してみた(日記)


    8ccC402012GitHub34 1000 int a = 1; a + 2; // =>3 int a = 61; int *b = &a; *b; // =>61 char *c= "ab" + 1; printf("%c", *c); // =>b
    Cコンパイラをスクラッチから開発してみた(日記)
  • https://www.rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste.pdf

  • fello.net - Domain Name For Sale | Dan.com

    Buyer Protection Program When you buy a domain name at Dan.com, you’re automatically covered by our unique Buyer Protection Program. Read more about how we keep you safe on our Trust and Security page. Next to our secure domain ownership transfer process, we strictly monitor all transactions. If anything looks weird, we take immediate action. And if the seller doesn't deliver on their part of the

    fello.net - Domain Name For Sale | Dan.com
  • http://apistudios.com/hosted/marzec/badlogic/wordpress/?p=449

  • T-tree - Wikipedia

    This article relies largely or entirely on a single source. Relevant discussion may be found on the talk page. Please help improve this article by introducing citations to additional sources. Find sources: "T-tree" – news · newspapers · books · scholar · JSTOR (June 2013) An example T-tree In computer science a T-tree is a type of binary tree data structure that is used by main-memory databases, s

    T-tree - Wikipedia
  • 第10回 麻雀の役を判定する:ITpro


    1(1)(3)1    2
    第10回 麻雀の役を判定する:ITpro
  • [P2P]位置情報を数値1つで表す手法「Z-ordering」 - Tomo’s HotLine


    IT WEBhttp://toremoro21.world.coocan.jp/ Twitter@toremoro21  P2P1使Z-orderingZ-orderingP2PPIAX  1 21
    [P2P]位置情報を数値1つで表す手法「Z-ordering」 - Tomo’s HotLine
  • アルゴリズム/画像処理 - osdev-j (MMA)

    このサイトについて major PC section... AT互換機 PC-98x1 FM-TOWNS minor PC section... 8BitPC 16BitPC 32BitPC 68kFamilyPC other technical... 家庭用ゲーム機 携帯用ゲーム機 その他のコンピュータ CPU/コントローラ他 プロトコル/拡張子 アルゴリズム ライブラリ/API other section... ツール プログラミング言語 UI/フォント OS一覧 興味深い Information/Fun 書籍 Communication... けいじばん/一言 Resource... ScreenShot DiskImage Link... projects 関連サイト 最新の30件

  • Introduction to Information Retrieval

    This is the companion website for the following book. Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze, Introduction to Information Retrieval, Cambridge University Press. 2008. You can order this book at CUP, at your local bookstore or on the internet. The best search term to use is the ISBN: 0521865719. The book aims to provide a modern approach to information retrieval from a co

  • 疎なbit arrayに対する現実的なRank/Selectデータ構造 - DO++

    久しぶりに研究紹介。 最近書いた論文です。 "Practical Entropy-Compressed Rank/Select Dictionary.", Daisuke Okanohara and Kunihiko Sadakane. In the Proc. of ALENEX 2007, to appear[paper] この論文では、疎なbit array B[0...n-1]に対するrank/select操作を高速に実現するデータ構造を4つ提案しています。 rank(x)はB[0...x]中にある1の数を返し、select(x)はx番目の1の位置を返す関数です。 古典的な問題ですが、これを最小(entropyに近い限界)かつ高速(定数時間、もしくはそれに近い時間)で実現する現実的なデータ構造は存在しませんでした。これを4つの違ったデータ構造で実現したというものです。 このデータ構

    疎なbit arrayに対する現実的なRank/Selectデータ構造 - DO++
  • 1