著者
馬被 健次郎
出版者
一般社団法人電子情報通信学会
雑誌
電子情報通信学会技術研究報告. FACE, 情報通信倫理
巻号頁・発行日
vol.98, no.78, pp.1-6, 1998-05-28

九州工業大学情報工学部の教務情報システムは、キャンパス・ネットワーク上に構築されたクライアント・サーバ型の情報システムであり、学務係の窓口において行われてきた教務関連の情報サービスを、ネットワークを通して学生と教官に提供することにある。本稿では、このシステムを構築するに当たって学内で議論されたセキュリティ上の問題点に重点を置いて、現在のシステムの基本設計と全体構成について紹介する。
著者
古賀 浩二 馬被 健次郎 今村 敬 荒牧 軍治
出版者
一般社団法人 日本計算工学会
雑誌
日本計算工学会論文集
巻号頁・発行日
vol.2003, pp.20030008, 2003

Usually, main parts of computer programs of structural calculation consist of complicated mathematical expressions, and generally speaking, these expressions are classified into two categories. One category represents relational expressions which are derived directly from physical laws, mathematical formulas and geometrical constraints, and the other category represents calculative expressions which are derived from numerical methods applied in the structural computation. The aim of this paper is to introduce a new tool in the object oriented programming for the purpose of making computer programs in structural calculation simple and easy to write. We introduce a new object class which represents an relational mathematical expression, and a new computational mechanism relating to the object class. One can assume that the relational expression holds throughout the program if one declares and makes the instances at the beginning of the program. By the use of the new tool of OOP in the structural calculation, one can separate relational expressions, which should be declared at the beginning of the program, and the other calculative expressions. As a result, one can make computer programs, whose main part consists of calculative expressions only, by assuming that the declared relational expressions hold throughout the program.