2010-10-01から1ヶ月間の記事一覧

XML設定ファイルを使用する自動インストール

あ 自動インストールとダウンロード機能の実施。ClickOnce. Is it possible to: manually create the deployment manifest and application manifest without using Mage, not sign anything, and be able to use ClickOnce to install an application? い …

シェアーポイントの設定

最近マイクロソフトのシェアポイントサーバーを導入して設定しています。 I am having some difficulty adding a new "share point solution". Basically, the questions I have are: 1. what is a SharePoint solution? It seems to be a set of ASP pages …

構文解析の迷い

まだファーストとフォローの計算の複雑性を理解していません。 I am thinking that it may be about O(|p||G|^2), where |p| is the average length of a production (number of nonterminals) and |G| is the number of productions in the grammar.

構文解析の方法とハッシ関数

最近LR構文解析を説明する教材を読んでいます。 It seems that this is a form of predictive top-down parsing. Given an LL(1) grammar, a table can be constructed such that, given the current token and one character of lookahead, the correct pro…