中間データを用いるプログラム設計とその形式化
スポンサーリンク
概要
- 論文の詳細を見る
Jackson's Structured Programming (JSP) Method is much useful particularly in business computing. By this method, we can easily construct a program structure from input-output data structures that are designed directly from the problem description to be processed. But we can hardly apply this method for the case having only a few input-output data or the case occurring structure clash. We will suggest a new design method for structured programming, getting over these difficulties, which is using intermediate data. Even in case having few input-output data, if the ploblem adapted to print intermediate results through execution then it become the problem similarly to have a lot of output data, so we can construct a data structure which is indeed equal to a program structure. This method is one that starting with a tree of output data structure, insert a intermediate data structure necessary for the output data, and so on. For this method, a design procedure and a mathematical formalization by relational models are given in this paper.
- 北海道情報大学の論文
著者
関連論文
- JSPにおける構造一致の新たな形式化 : オートマトンが説明するプログラム設計方法論
- B-21 プログラミング段階でのデザインパターン適用支援(オブジェクト指向とパターン,B.ソフトウェア)
- IO正則表現によるデータフローネットワークの検証
- HIUの学生は授業にどう反応しているか(1996)
- Windows用 ロシア語語彙 : ロシア語版 Windows95の指導体験より
- プログラミング段階のデザインパターン適用支援ツール
- データフローと状態推移に基づくプログラミングを指向した言語の開発
- 決定性データフローネットワークにおける不動点の意味
- データフローネットワークを基礎にしたプログラミング言語の開発
- オブジェクト指向を指向する初期アルゴリズム教育 (アルゴリズム教育ワークショップ)
- 部分関数を定義するm-n列変換器の性質
- 初心者にとってのアルゴリズム作り (「情報処理教育」研究会プログラム)
- ジャクソン法における構造不一致問題の形式化
- Pushdown変換器の制約に対応するPushdown Transduction
- 中間データを用いるプログラム設計とその形式化