view master_paper.bib @ 10:d6fd4f0e84f3

add images
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 12 Jan 2016 18:05:52 +0900
parents 7a67daa0d39f
children 452b38384ae3
line wrap: on
line source

@article{ yutaka:2012a,
    author = "金城 裕",
    title = "並列プログラミングフレームワーク Cerium の改良",
    journal = "琉球大学工学部情報工学科平成 24 年度学位論文 (修士)",
    month = "March",
    year = 2012
}

@article{yuhi:2015,
	author = "渡真利 勇飛",
	title = "マルチプラットフォーム対応並列プログラミングフレームワーク",
    journal = "琉球大学大学院理工学研究科情報工学専攻平成 26 年度学位論文(修士)",
	year = 2013
}

@article{ prosym_shinya,
    author = "新屋 良磨,河野 真治",
    title = "動的なコード生成を用いた正規表現マッチャの実装",
    journal = "第52回プログラミング・シンポジウム",
    month = "January",
    year = 2011
}

@manual{ regex,
    author = "{新屋 良磨,鈴木 勇介,高田 謙}",
    title ="{正規表現技術入門(技術論評社)}",
    year = 2015
}

@manual{ automaton,
    author = "{Michael Sipser 著,太田 和夫・田中圭介監訳}",
    title ="{計算理論の基礎[原著第2版]1.オートマトンと言語}",
    year = 2008
}

@misc{ cuda,
    title = "{Regular Expression Matching Can Be Simple And Fast}",
    howpublished = "{https://swtch.com/~rsc/regexp/regexp1.html}",
    year = 2007
}