JPH06230951A - Program development supporting device - Google Patents

Program development supporting device

Info

Publication number
JPH06230951A
JPH06230951A JP1602893A JP1602893A JPH06230951A JP H06230951 A JPH06230951 A JP H06230951A JP 1602893 A JP1602893 A JP 1602893A JP 1602893 A JP1602893 A JP 1602893A JP H06230951 A JPH06230951 A JP H06230951A
Authority
JP
Japan
Prior art keywords
function
argument
function data
data
library
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP1602893A
Other languages
Japanese (ja)
Inventor
Fumiko Atari
文子 當
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC IC Microcomputer Systems Co Ltd
Original Assignee
NEC IC Microcomputer Systems Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC IC Microcomputer Systems Co Ltd filed Critical NEC IC Microcomputer Systems Co Ltd
Priority to JP1602893A priority Critical patent/JPH06230951A/en
Publication of JPH06230951A publication Critical patent/JPH06230951A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To minimize the tasks unnecessary for program development in application of a library and to improve the program developing efficiency by calling the information on the argument out of the function stored in the library and producing a set of arguments to be given to the function. CONSTITUTION:In an acquiring step, the function data supplied from an input means 1 are acquired. In a retrieving step, the function showing the function data acquired in preceding data acquiring step is retrieved out of a library 4 by a function retrieving means. In an argument set producing step, the information on the argument set received finally from a learning contents storage area 5 is read out by the function table number acquired in the function retreiving step and then outputs the information to an output means 7. In a user selecting B step, a user decides whether the output argument is identical with the one to be used or not. If so, the argument is decided. If not, the argument set producing step is carried out again.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はプログラムの開発支援装
置に関し、特にライブラリを活用したプログラミングの
支援装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program development support device, and more particularly to a programming support device utilizing a library.

【0002】[0002]

【従来の技術】従来技術の説明の前に、本明細書におい
て使用する用語の説明を簡単に行なう。関数とは、プロ
グラムの一部を部品化したものである。引数とは、関数
の機能を実現させるために関数の使用者が関数に与える
データのことである。ライブラリとは、関数の集合のこ
とであるが、ここでは関数自体以外の関数の位置を示す
ためのテーブルや関数に設定可能な引数に設定可能なデ
ータ群も含む。また、ここで示す記憶装置とは、特に内
部に備えた内部記憶装置でも、外部に備えた外部記憶装
置でもよく、これらの区別はしなくとも、処理上不都合
は生じない。
2. Description of the Related Art Before describing the prior art, a brief explanation of terms used in this specification will be given. The function is a part of the program. The argument is the data given to the function by the user of the function in order to realize the function of the function. The library is a set of functions, but here also includes a table for indicating the position of a function other than the function itself and a data group that can be set as an argument that can be set in the function. Further, the storage device shown here may be an internal storage device provided inside or an external storage device provided outside, and there is no inconvenience in processing even if these are not distinguished.

【0003】従来プログラム開発では、編集装置をプロ
グラム開発支援装置として使用してきた。従来の編集装
置では、プログラムの作成、一部分の変更、追加、削除
のような編集を行うだけであった(電波新聞社発行:マ
イコンOA用語辞典74,75ページ参照)。
In the conventional program development, the editing device has been used as a program development support device. In the conventional editing apparatus, only editing such as program creation, partial modification, addition, and deletion has been performed (see Denpa Shimbun Publishing Co., Ltd .: Microcomputer OA Term Dictionary, pages 74 and 75).

【0004】以上のように、記述しなければならないも
のは、全て手作業によって入力しなければならなかっ
た。
As described above, everything that must be described must be manually input.

【0005】[0005]

【発明が解決しようとする課題】以上説明したように、
従来の技術では、ユーザが関数を使用する場合、ユーザ
が関数の引数についてのドキュメントを調査する必要が
あったため、時間がかかる上にミスをおかす可能性を含
んでいる。また、引数を入力するために引数の文字数と
引数どうしを区別するための文字列の数だけのキースト
ロークが必要であったため、時間がかかる上にミスをお
かす可能性を含んでいる。
As described above,
In the prior art, when a user uses a function, the user needs to search the document about the argument of the function, which is time-consuming and may include a mistake. In addition, since the number of keystrokes required for inputting the argument is the number of characters of the argument and the number of character strings for distinguishing the arguments from each other, it is time consuming and may cause a mistake.

【0006】以上のような問題点があった。There are problems as described above.

【0007】本発明の目的は、前記問題点を解決し、ラ
イブラリを活用する場合において本来開発においては必
要としない作業を極力無くし、プログラミングの開発効
率を向上させるプログラム開発支援装置を提供すること
にある。
An object of the present invention is to solve the above-mentioned problems and to provide a program development support device which improves the development efficiency of programming by minimizing the work which is not necessary in the original development when utilizing the library. is there.

【0008】[0008]

【課題を解決するための手段】本発明の第1のプログラ
ム開発支援装置の構成は、入力手段から入力された関数
データより、前記関数データの示す関数を記憶装置に置
かれたライブラリ内より検索する関数検索手段と、前記
ライブラリ内の関数から前記関数にユーザが与えるべき
データである引数についての情報を呼び出して前記関数
に与えるべき引数のセットを作成する引数セット作成手
段と、前記引数のセットを出力する出力手段と、前記引
数セット作成手段で作成した引数セット中でユーザが選
択した引数セットから引数の優先順位を算出し学習内容
記憶領域に記憶する手段を含む引数学習手段とを備えた
ことを特徴とする。
According to a first structure of a program development supporting apparatus of the present invention, a function indicated by the function data is searched from a library placed in a storage device from the function data input from the input means. A function search means for executing the function, an argument set creating means for creating a set of arguments to be given to the function by calling information about an argument which is data to be given to the function from the function in the library, and a set of the arguments And argument learning means including means for calculating the priority order of the arguments from the argument set selected by the user in the argument set created by the argument set creating means and storing it in the learning content storage area. It is characterized by

【0009】本発明の第2のプログラム開発支援装置の
構成は、入力手段から入力された関数データより、前記
関数データの示す関数を記憶装置に置かれたライブラリ
内より検索する関数検索手段と、前記ライブラリ内の関
数から前記関数にユーザが与えるべきデータである引数
についての情報を呼び出して前記関数に与えるべき引数
のセットを作成する手段と、前記引数のセットを出力す
る出力手段と、前記引数セット作成手段で出力した引数
セット中でユーザが選択した引数セットから引数の優先
順位を算出し学習内容記憶領域に記憶し、前記優先順位
を検索する引数学習手段と、未完成の関数データの一部
が前記入力手段に入力された場合、前記関数データに近
いものを前記ライブラリ内より検索する関数データ検索
手段と、前記関数データ検索手段で出力した関数データ
中でユーザが選択した関数データより関数データの優先
順位を算出し前記学習内容記憶領域に記憶し、前記優先
順位を検索する関数データ学習手段とを備えていること
を特徴とする。
The second program development support apparatus according to the present invention has a function search means for searching a function stored in the storage device for a function indicated by the function data from the function data input from the input means. Means for calling information about an argument, which is data to be given to the function by the user from a function in the library, to create a set of arguments to be given to the function; output means for outputting the set of arguments; and the argument The argument learning means for calculating the priority order of the arguments from the argument set selected by the user in the argument set output by the set creating means, storing it in the learning content storage area, and searching the priority order, and the unfinished function data A function data search means for searching the library for a piece close to the function data when a part is input to the input means; A function data learning means for calculating the priority order of the function data from the function data selected by the user in the function data output by the data search means, storing it in the learning content storage area, and searching the priority order. It is characterized by

【0010】[0010]

【実施例】図1は本発明の第1および第2の実施例のプ
ログラム開発支援装置を示すブロック図である。図1に
おいて、本第1,第2の実施例は、入力手段1と、関数
検索手段2と、引数セット作成手段3と、ライブラリ4
と、学習内容記憶領域5と、引数学習手段6と、出力手
段7とを備えている。ここで、記憶装置10は、ライブ
ラリ4と学習内容記憶領域5とを有する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing a program development support system according to first and second embodiments of the present invention. In FIG. 1, the first and second embodiments are input means 1, function search means 2, argument set creation means 3, and library 4.
A learning content storage area 5, argument learning means 6, and output means 7. Here, the storage device 10 has a library 4 and a learning content storage area 5.

【0011】図2は本発明の第1および第2の実施例の
動作のフロー図である。図2において、本第1,第2の
実施例は、関数データ取得ステップ101と、関数検索
ステップ105と、引数セット作成ステップ106と、
使用者選択Bステップ107とを備えている。
FIG. 2 is a flow chart of the operation of the first and second embodiments of the present invention. In FIG. 2, the first and second embodiments include a function data acquisition step 101, a function search step 105, an argument set creation step 106,
User selection B step 107.

【0012】ここで、本発明の第1および第2の実施例
の全体の動作を、図2のフロー図に沿って、図1を参照
しながら説明する。図1,図2において、関数データ取
得ステップ101では、入力手段1より入力された関数
データを取得する。関数検索ステップ105では、関数
検索手段2を用いて、ライブラリ4中を前記関数データ
取得ステップ101で取得した関数データの示す関数を
検索する。引数セット作成ステップ106では、後述す
る引数セット作成方法によって引数を作成し、出力手段
7へ出力する。使用者選択Bステップでは、出力された
引数が使用する引数であるかどうかをユーザが判断し、
使用する引数の場合は引数を確定して終了し、使用する
引数でない場合は引数セット作成ステップ106へ戻
る。引数セットの作成方法について説明する前に、図1
の記憶装置内に置かれたライブラリ4の構成を、一例を
上げて説明する。
The overall operation of the first and second embodiments of the present invention will now be described with reference to FIG. 1 along the flow chart of FIG. 1 and 2, in the function data acquisition step 101, the function data input from the input means 1 is acquired. In the function search step 105, the function search means 2 is used to search the library 4 for the function indicated by the function data acquired in the function data acquisition step 101. In the argument set creating step 106, arguments are created by the argument set creating method described later and output to the output means 7. In the user selection B step, the user determines whether the output argument is an argument to be used,
If it is an argument to be used, the argument is confirmed and the process is terminated. Before explaining how to create an argument set,
The configuration of the library 4 placed in the storage device will be described by taking an example.

【0013】図5は本発明の実施例で扱うライブラリの
構成を図式化した図である。図5において、本ライブラ
リは、ヘッダ領域201と、関数ナンバ・テーブル20
2と、先頭文字テーブル203と、関数テーブル204
と、引数情報テーブル205と、関数本体(プログラム
部分)206とを備えている。
FIG. 5 is a diagram schematically showing the structure of the library used in the embodiment of the present invention. In FIG. 5, this library includes a header area 201 and a function number table 20.
2, the beginning character table 203, and the function table 204
, An argument information table 205, and a function body (program portion) 206.

【0014】ここで、ライブラリを構成している要素各
々について説明する。ヘッダ領域201は、ライブラリ
のバージョンが識別できる情報、ヘッダ領域以外の要素
各々の先頭の位置と大きさなどの情報を格納している。
関数ナンバ・テーブル202は、図1の入力装置1から
入力される関数データより算出したアドレスの位置にそ
の関数に対応する関数テーブル・ナンバを格納してい
る。先頭文字テーブル203は、関数を関数名の先頭文
字で分類し、各文字列に対応する位置には分類したグル
ープ内で関数を関数名のアスキー・コード順に並べた先
頭の関数の関数テーブル・ナンバを格納している。関数
テーブル204は、関数テーブル・ナンバに対応する関
数の引数情報の位置,関数本体の位置,大きさなどの情
報を格納している。引数情報テーブル205は、各関数
が対応している関数テーブル・ナンバの位置にその関数
の持つ引数の数や引数各々に設定できるデータを格納し
ている。関数本体206は、関数のプログラム部分を格
納している。
Here, each of the elements constituting the library will be described. The header area 201 stores information that can identify the version of the library and the position and size of the head of each element other than the header area.
The function number table 202 stores the function table number corresponding to the function in the position of the address calculated from the function data input from the input device 1 of FIG. The first character table 203 classifies functions by the first character of the function name, and at the position corresponding to each character string, the function table number of the first function in which the functions are arranged in the sorted group in the ASCII code of the function name. Is stored. The function table 204 stores information such as the position of the argument information of the function corresponding to the function table number, the position of the function body, and the size. The argument information table 205 stores the number of arguments of the function and the data that can be set for each argument at the position of the function table number corresponding to each function. The function body 206 stores the program part of the function.

【0015】つぎに、本発明の第1の実施例における引
数セット作成方法を説明する。第1の実施例では、図1
の学習内容記憶領域5には、関数毎に前回関数を使用し
たときにユーザが確定した引数セットの情報を格納す
る。図2の引数セット作成ステップ106では、前記図
2の関数検索ステップ105から処理が流れてきた場合
は、前記図2の関数検索ステップ105で得た関数テー
ブル・ナンバより前記図1の学習内容記憶領域5から最
後に出力した引数セットの情報を読み出し、前記図1の
出力手段7に出力する。前記図2の使用者選択Bステッ
プ107から処理が流れてきた場合は、前記図2の関数
検索ステップ105で得た関数テーブル・ナンバより関
数に対応した引数情報テーブル内の位置を求め、前回出
力した組合せとは違った組合せで引数セットを作成し、
前記図1の出力手段7に出力する。さらに、前記図2の
使用者選択Bステップ107でユーザが引数セットを確
定した場合、その引数セットの情報を前記図1の引数学
習手段6により前記図1の学習内容記憶領域5へ格納す
る。
Next, an argument set creating method in the first embodiment of the present invention will be described. In the first embodiment, FIG.
The learning content storage area 5 stores the information of the argument set determined by the user when the function was used last time for each function. In the argument set creation step 106 of FIG. 2, if the processing has flown from the function search step 105 of FIG. 2, the learning content storage of FIG. 1 is performed from the function table number obtained in the function search step 105 of FIG. The last output argument set information is read from the area 5 and output to the output means 7 of FIG. When the processing starts from the user selection B step 107 in FIG. 2, the position in the argument information table corresponding to the function is obtained from the function table number obtained in the function searching step 105 in FIG. Create an argument set with a different combination from the combination
It is output to the output means 7 of FIG. Further, when the user decides the argument set in the user selection B step 107 of FIG. 2, the information of the argument set is stored in the learning content storage area 5 of FIG. 1 by the argument learning means 6 of FIG.

【0016】本発明の第2の実施例では、図1の学習内
容記憶領域5には、関数毎に過去にユーザが確定した引
数セット5セットの情報を格納し、優先順位を新しいも
のから順につけ、その情報も格納する。
In the second embodiment of the present invention, the learning content storage area 5 of FIG. 1 stores information on five sets of arguments set by the user in the past for each function, and the priorities are in order from the newest one. And store that information as well.

【0017】つぎに、本第2の実施例における引数セッ
ト作成方法を説明する。図2の引数セット作成ステップ
106では、前記図2の関数検索ステップ105から処
理が流れてきた場合、および前記図2の使用者選択Bス
テップ107から処理が流れてきた場合で4回目まで
は、前記図2の関数検索ステップ105で得た関数テー
ブル・ナンバより前記図1の学習内容記憶領域5から優
先順位の高いものから、引数セットの情報を読み出し、
前記図1の出力手段7に出力する。前記図2の使用者選
択Bステップ107から処理が流れてきた場合で4回目
以降は、前記図2の関数検索ステップ105で得た関数
テーブル・ナンバより関数に対応した引数情報テーブル
内の位置を求め、前回出力した組合せとは違った組合せ
で引数セットを作成し、前記図1の出力手段7に出力す
る。さらに、前記図2の使用者選択Bステップ107
で、ユーザが引数セットを確定した場合、その引数セッ
トの情報を前記図1の引数学習手段6により前記図1の
学習内容記憶領域5の優先順位の一番低いものの上に上
書きし、優先順位を新しく書き込んた順につけ直す。
Next, a method for creating an argument set in the second embodiment will be described. In the argument set creating step 106 of FIG. 2, when the processing comes from the function searching step 105 of FIG. 2 and when the processing comes from the user selection B step 107 of FIG. 2, up to the fourth time, Argument set information is read from the learning content storage area 5 of FIG. 1 having a higher priority than the function table number obtained in the function search step 105 of FIG.
It is output to the output means 7 of FIG. In the case where the processing has flown from the user selection B step 107 of FIG. 2 above, from the fourth time onward, the position in the argument information table corresponding to the function is determined from the function table number obtained in the function search step 105 of FIG. The set of arguments is created with a combination different from the combination output last time and is output to the output means 7 of FIG. Further, the user selection B step 107 in FIG.
When the user decides the argument set, the argument learning unit 6 in FIG. 1 overwrites the argument set information on the lowest priority one in the learning content storage area 5 in FIG. Re-apply in the order they were newly written.

【0018】図3は本発明の第3および第4の実施例の
プログラム開発支援装置を示すブロック図である。図3
において、本第3,第4の実施例は、入力手段1と、関
数検索手段2と、引数セット作成手段3と、ライブラリ
4と、学習領域5と、引数学習手段6と、出力手段7
と、関数データ検索手段8と、関数データ学習手段9と
を備えている。
FIG. 3 is a block diagram showing a program development support system according to the third and fourth embodiments of the present invention. Figure 3
In the third and fourth embodiments, the input unit 1, the function searching unit 2, the argument set creating unit 3, the library 4, the learning area 5, the argument learning unit 6, and the output unit 7 are used.
And function data search means 8 and function data learning means 9.

【0019】図4は、本発明の第3および第4と実施例
の動作のフロー図である。図4において、本実施例は、
関数データ取得ステップ101と、関数データチェック
ステップ102と、関数データ検索ステップ103と、
使用者選択Aステップ104と、関数検索ステップ10
5と、引数作成ステップ106と、使用者選択Bステッ
プ107とを備えている。
FIG. 4 is a flow chart of the operation of the third and fourth embodiments of the present invention. In FIG. 4, the present embodiment is
Function data acquisition step 101, function data check step 102, function data search step 103,
User selection A step 104 and function search step 10
5, an argument creating step 106, and a user selection B step 107.

【0020】ここで、本発明の第3および第4の実施例
の全体の動作を、図4のフロー図に沿って、図3を参照
しながら説明する。図3,図4において、関数データ取
得ステップ101では、入力手段1より入力された関数
データを取得する。関数データチェック・ステップ10
2では、前記入力手段1より入力されたデータが関数デ
ータであるかをチェックする。関数データ検索ステップ
103では、後述する関数データ検索方法で関数データ
を検索し、その検索した関数データを出力手段7へ出力
する。使用者選択Aステップ104では、前記出力手段
7に出力された関数データの示す関数を使用する関数か
どうかユーザが判断し、出力された関数データが使用す
る関数を示す場合は関数データを確定し、使用する関数
を示していない場合は関数データ検索ステップ103へ
処理を戻す。関数検索ステップ105では、前記関数デ
ータ検索ステップ103で検索した関数データ、または
前記入力手段1から入力された関数データの示す関数の
位置を、関数検索手段2を用いてライブラリ4を検索す
る。引数セット作成ステップ106では、前記第1およ
び第2の実施例と同様の方法を用いて引数を作成し、出
力手段7へ出力する。使用者選択Bステップでは、使用
する引数であるかどうかをユーザが判断し、出力された
引数が使用する引数の場合は引数を確定して終了し、使
用する引数でない場合は引数作成ステップ106へ戻
る。
The overall operation of the third and fourth embodiments of the present invention will now be described along the flow chart of FIG. 4 with reference to FIG. 3 and 4, in the function data acquisition step 101, the function data input from the input means 1 is acquired. Function data check step 10
In step 2, it is checked whether the data input from the input means 1 is function data. In the function data search step 103, function data is searched by a function data search method described later, and the searched function data is output to the output means 7. In the user selection A step 104, the user determines whether the function indicated by the function data output to the output means 7 is used, and if the output function data indicates the function used, the function data is determined. If the function to be used is not shown, the process is returned to the function data search step 103. In the function search step 105, the function data searched in the function data search step 103 or the position of the function indicated by the function data input from the input means 1 is searched in the library 4 using the function search means 2. In the argument set creating step 106, an argument is created using the same method as in the first and second embodiments and is output to the output means 7. In the user selection step B, the user determines whether or not it is an argument to be used, and if the output argument is the argument to be used, the argument is finalized and terminated. Return.

【0021】つぎに、本発明の第3の実施例における関
数データ検索方法を説明する。本第3の実施例では、図
1の学習内容記憶領域5には、前記図4の関数データ検
索ステップ103で最後に出力した関数データの情報を
格納する。図4の引数セット作成ステップ106では、
前記図4の関数データチェックステップ102から処理
が流れてきた場合は、前記図4の関数データ取得ステッ
プ101で得た関数データより前記図3の学習内容領域
5から最後に出力した関数データの情報を読み出し、前
記図1の出力手段7に出力する。前記図4の使用者選択
Aステップ104から処理が流れてきた場合は、前記図
4の関数データ取得ステップ101で得た関数データよ
り関数の先頭文字を取得し、その先頭文字に対応した先
頭文字テーブルから、前記図4の関数データ取得ステッ
プ101で取得した関数データと同じ先頭文字列を持つ
関数データテーブル・ナンバを取得し、その位置から前
回出力した関数データを呼び出し、前記図3の出力手段
7に出力する。さらに、前記図4の使用者選択Aステッ
プ104でユーザが関数データを確定した場合、その関
数データを前記図3の関数データ学習手段6により、前
記図3の学習内容記憶領域5へ格納する。
Next, a function data search method in the third embodiment of the present invention will be described. In the third embodiment, the learning content storage area 5 of FIG. 1 stores the information of the function data finally output in the function data search step 103 of FIG. In the argument set creation step 106 of FIG. 4,
When the processing has started from the function data check step 102 of FIG. 4, information on the function data last output from the learning content area 5 of FIG. 3 from the function data obtained in the function data acquisition step 101 of FIG. Is read out and output to the output means 7 of FIG. When the process starts from the user selection A step 104 in FIG. 4, the first character of the function is acquired from the function data obtained in the function data acquisition step 101 in FIG. 4, and the first character corresponding to the first character is acquired. A function data table number having the same first character string as the function data acquired in the function data acquisition step 101 of FIG. 4 is acquired from the table, and the previously output function data is called from that position, and the output means of FIG. Output to 7. Further, when the user determines the function data in the user selection A step 104 in FIG. 4, the function data learning means 6 in FIG. 3 stores the function data in the learning content storage area 5 in FIG.

【0022】本発明の第4の実施例では、図3の学習内
容記憶領域5には、ユーザが確定した関数データを格納
し、優先順位を新しいものから順につけその情報も格納
する。つぎに、本第4の実施例における関数データ検索
方法を説明する。図4の関数データ検索ステップ103
では、前記図4の関数データチェックステップ102か
ら処理が流れてきた場合、および前記図4の使用者選択
Aステップ104から処理が流れてきた場合で4回目ま
では、前記図3の学習内容記憶領域5から優先順位の高
いものから関数データを読み出し、前記図3の出力手段
7に出力する。前記図4の使用者選択Aステップ104
から処理が流れてきた場合で5回目以降は、前記図4の
関数データ取得ステップ101で得た関数データの先頭
文字を求め、前記図3のライブラリ4内の先頭文字テー
ブルから前記図4の関数データ取得ステップで取得した
関数データと同じ先頭文字をもつ関数データを検索し前
回出力した関数データとは違う間数データを前記図3の
出力手段7に出力する。さらに、前記図4の使用者選択
Aステップ104でユーザが関数データを確定した場
合、その引数セットの情報を、前記図3の引数学習手段
6により前記図3の学習内容記憶領域5の優先順位の一
番低いものの上に上書きし、優先順位を新しく書き込ん
だ順につけ直す。
In the fourth embodiment of the present invention, the learning content storage area 5 of FIG. 3 stores the function data determined by the user, assigns the priorities in order from the newest, and also stores the information. Next, a function data search method in the fourth embodiment will be described. Function data search step 103 in FIG.
Then, when the processing starts from the function data check step 102 in FIG. 4 and the processing starts from the user selection A step 104 in FIG. 4, the learning content storage in FIG. The function data is read from the area 5 having the highest priority and is output to the output means 7 in FIG. User selection A step 104 of FIG.
From the fifth character onward, the first character of the function data obtained in the function data acquisition step 101 of FIG. 4 is obtained and the function of FIG. 4 is calculated from the first character table in the library 4 of FIG. Function data having the same first character as the function data acquired in the data acquisition step is searched, and interval data different from the previously output function data is output to the output means 7 of FIG. Further, when the user decides the function data in the user selection A step 104 of FIG. 4, the argument learning unit 6 of FIG. Overwrite on the lowest one, and re-prioritize in the order they were written.

【0023】以上のように、本第3,第4の実施例で
は、未完成の関数データの一部が前記入力手段に入力さ
れた場合、前記未完成の関数データに近い完成された関
数データを前記ライブラリ内より検索する関数データ検
索手段と、関数データ検索手段で検索した関数データの
優先順位を算出し学習内容記憶領域に記憶する手段を含
む関数データ学習手段とが、追加されたブロック図とな
っている。
As described above, in the third and fourth embodiments, when a part of the incomplete function data is input to the input means, the completed function data close to the incomplete function data is obtained. A block diagram in which function data searching means for searching the library from the library and function data learning means including means for calculating the priority order of the function data searched by the function data searching means and storing in the learning content storage area are added. Has become.

【0024】[0024]

【発明の効果】以上説明したように、本発明は、ユーザ
が関数を使用する場合、ユーザが関数の引数についての
ドキュメントを調査することによってかかる時間を省略
し、また引数を入力するために必要とするキーストロー
クの回数(引数の文字数と引数どうしを区別するための
文字列の数だけのキーストロークが必要)を減らし、ミ
スをおかす可能性を最小限に抑えることができるという
効果がある。
As described above, according to the present invention, when the user uses the function, the user can save time by examining the document about the argument of the function and input the argument. It is possible to reduce the number of keystrokes (keystrokes corresponding to the number of characters of the argument and the number of character strings for distinguishing the arguments) from each other, and to minimize the possibility of making a mistake.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の第1および第2の実施例のプログラム
開発支援装置を示すブロック図である。
FIG. 1 is a block diagram showing a program development support device according to first and second embodiments of the present invention.

【図2】本発明の第1および第2の実施例のフロー図で
ある。
FIG. 2 is a flow chart of the first and second embodiments of the present invention.

【図3】本発明の第3および第4の実施例のブロック図
である。
FIG. 3 is a block diagram of third and fourth embodiments of the present invention.

【図4】本発明の第3および第4の実施例のフロー図で
ある。
FIG. 4 is a flow chart of third and fourth embodiments of the present invention.

【図5】本発明の実施例で扱うライブラリの構成例を示
す図である。
FIG. 5 is a diagram showing a configuration example of a library handled in an embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 入力手段 2 関数検索手段 3 引数セット作成手段 4 ライブラリ 5 学習内容記憶手段 6 引数学習手段 7 出力手段 8 関数データ検索手段 9 関数データ学習手段 101 関数データ取得ステップ 102 関数データチェックステップ 103 関数データ検索ステップ 104 使用者選択Aステップ 105 関数検索Pステップ 106 引数セット作成ステップ 107 使用者選択Bステップ 201 ヘッダ領域 202 関数ナンバ・テーブル 203 先頭文字テーブル 204 関数テーブル 205 引数情報テーブル 206 関数本体 1 Input Means 2 Function Search Means 3 Argument Set Creation Means 4 Library 5 Learning Content Storage Means 6 Argument Learning Means 7 Output Means 8 Function Data Search Means 9 Function Data Learning Means 101 Function Data Acquisition Steps 102 Function Data Check Steps 103 Function Data Searches Step 104 User selection A step 105 Function search P step 106 Argument set creation step 107 User selection B step 201 Header area 202 Function number table 203 First character table 204 Function table 205 Argument information table 206 Function body

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 入力手段から入力された関数データよ
り、前記関数データの示す関数を記憶装置に置かれたラ
イブラリ内より検索する関数検索手段と、前記ライブラ
リ内の関数から前記関数にユーザが与えるべきデータで
ある引数についての情報を呼び出して前記関数に与える
べき引数のセットを作成する引数セット作成手段と、前
記引数のセットを出力する出力手段と、前記引数セット
作成手段で作成した引数セット中でユーザが選択した引
数セットから引数の優先順位を算出し学習内容記憶領域
に記憶する手段を含む引数学習手段とを備えたことを特
徴とするプログラム開発支援装置。
1. A function retrieval means for retrieving a function indicated by the function data from a library placed in a storage device based on the function data input from an input means, and a user giving the function from the function in the library. In the argument set created by the argument set creating means, an argument set creating means for creating a set of arguments to be given to the function by calling information about the argument that is the power data, and an output means for outputting the argument set An argument learning unit including a unit for calculating the priority order of arguments from the argument set selected by the user and storing it in the learning content storage area.
【請求項2】 入力手段から入力された関数データよ
り、前記関数データの示す関数を記憶装置に置かれたラ
イブラリ内より検索する関数検索手段と、前記ライブラ
リ内の関数から前記関数にユーザが与えるべきデータで
ある引数についての情報を呼び出して前記関数に与える
べき引数のセットを作成する手段と、前記引数のセット
を出力する出力手段と、前記引数セット作成手段で出力
した引数セット中でユーザが選択した引数セットから引
数の優先順位を算出し学習内容記憶領域に記憶し、前記
優先順位を検索する引数学習手段と、未完成の関数デー
タの一部が前記入力手段に入力された場合、前記関数デ
ータに近いものを前記ライブラリ内より検索する関数デ
ータ検索手段と、前記関数データ検索手段で出力した関
数データ中でユーザが選択した関数データより関数デー
タの優先順位を算出し前記学習内容記憶領域に記憶し、
前記優先順位を検索する関数データ学習手段とを備えて
いることを特徴とするプログラム開発支援装置。
2. A function retrieval means for retrieving a function indicated by the function data from a library placed in a storage device based on the function data input from the input means, and a user giving the function from the function in the library. Means for creating a set of arguments to be given to the function by calling information about the argument that is power data, output means for outputting the set of arguments, and a user in the argument set output by the argument set creating means When the argument priority is calculated from the selected argument set and stored in the learning content storage area, and the argument learning means for searching the priority and a part of the unfinished function data are input to the input means, A function data search means for searching the function data close to the function data in the library, and a user in the function data output by the function data search means The priority of the function data is calculated from the selected function data and stored in the learning content storage area,
A program development support apparatus comprising: a function data learning unit that searches for the priority order.
JP1602893A 1993-02-03 1993-02-03 Program development supporting device Pending JPH06230951A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1602893A JPH06230951A (en) 1993-02-03 1993-02-03 Program development supporting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1602893A JPH06230951A (en) 1993-02-03 1993-02-03 Program development supporting device

Publications (1)

Publication Number Publication Date
JPH06230951A true JPH06230951A (en) 1994-08-19

Family

ID=11905119

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1602893A Pending JPH06230951A (en) 1993-02-03 1993-02-03 Program development supporting device

Country Status (1)

Country Link
JP (1) JPH06230951A (en)

Similar Documents

Publication Publication Date Title
JPH03266039A (en) Free format data link processing system
JPH0776958B2 (en) Document shaping device
JPH06230951A (en) Program development supporting device
JPH0528088A (en) Method for automatically generating hardware constitution information
JP2000347878A (en) Method and device for memory reduction
JPH09146968A (en) Document retrieving method
JP3018579B2 (en) Name search processor
JP3237709B2 (en) Document processing apparatus and document processing method
JPH11161666A (en) Method and device for document data retrieval and document editing device
JP3111081B2 (en) Data retrieval device
JP2838972B2 (en) Automatic indexing device
JP3342028B2 (en) Kana-Kanji conversion device
JPH0511987A (en) Application program starting method
JPH10207909A (en) System and method for retrieving document
JPH0830629A (en) Document processor
JP3884807B2 (en) Document processing method and apparatus
JP3087699B2 (en) Standard information simple input system and standard information simple input method
JPH04310183A (en) Method for retrieving/outputting relational data base
JPH01297768A (en) Document processor
JPH03186933A (en) Symbol processing system for language processing system
JPH0773189A (en) Composite retrieving device
JP2000076259A (en) Database retrieval device/method, information processor and record medium recording program making computer execute data base retrieval method
JPS63140339A (en) Reserved word managing system for version identification
JPH0588866A (en) Automatic source code generator
JPH05143409A (en) File processing unit

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000425