JPH10187621A - Processing method for calculation - Google Patents

Processing method for calculation

Info

Publication number
JPH10187621A
JPH10187621A JP36003596A JP36003596A JPH10187621A JP H10187621 A JPH10187621 A JP H10187621A JP 36003596 A JP36003596 A JP 36003596A JP 36003596 A JP36003596 A JP 36003596A JP H10187621 A JPH10187621 A JP H10187621A
Authority
JP
Japan
Prior art keywords
calculation
numerical value
input
instruction
inputting
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.)
Granted
Application number
JP36003596A
Other languages
Japanese (ja)
Other versions
JP3940771B2 (en
Inventor
Yoshikazu Ishikawa
由和 石川
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP36003596A priority Critical patent/JP3940771B2/en
Publication of JPH10187621A publication Critical patent/JPH10187621A/en
Application granted granted Critical
Publication of JP3940771B2 publication Critical patent/JP3940771B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a computer which can easily input various calculation and displays the whole of it by using a small display area. SOLUTION: The computer equipped with a key input means and a display device carries out calculation. Namely, pairs of calculation instructions and numerals constituting a calculation expression are inputted by suing keys. The inputted calculation instructions and numerals are all stored. A display device displays the pairs of calculation instructions and numerals side by side in lines. When a calculation instruction is an instruction which outputs an answer like '=', the calculation is performed, the obtained answer is regarded as a numeral which is inputted next, and the said storage and display are performed.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、パーソナル・コン
ピュータ等における計算の処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a calculation processing method in a personal computer or the like.

【0002】[0002]

【従来の技術】電卓による計算は、対象とする計算が多
様であり、規約が簡単なため誰でも手軽に計算できる。
そして、入力が正確であれば答も信頼できる。しかし、
電卓は原則として直後のものしか記憶と表示を行わない
ため注意深く入力する必要があり、計算のやり直し等が
生じやすかった。一方、表計算プログラム等による方法
は、入力の過程が見れるのでチェックや再計算などは電
卓より楽である。しかし、これらの方法では、計算の内
容が固定され、それらの知識が個別に必要とされること
になる。例えば、合計の計算は小計をともなうことが多
いが、その有無や位置はプログラムによる。また、プロ
グラムの作成にあたっては、計算の定義等について決定
を求められ、それらの検討等に時間を要する。横書の計
算式を用いる方法にはこれらの欠点がないが、普段使わ
ない形式であり、数値が相互に離れているためチェック
がやりにくい。そして、電卓以外のこれら方法は、一般
的に言って大きな画面が前提となっていた。
2. Description of the Related Art Calculations using a calculator have a wide variety of calculations, and the rules are simple, so that anyone can easily calculate them.
And if the input is correct, the answer is reliable. But,
Calculators, as a rule, store and display only the ones immediately after, so they need to be carefully entered, and calculations are likely to be redone. On the other hand, in a method using a spreadsheet program or the like, checking and recalculation are easier than a calculator because the input process can be seen. However, in these methods, the contents of the calculations are fixed, and their knowledge is individually required. For example, the calculation of the sum often involves a subtotal, but the presence or absence and the position depend on the program. In addition, when creating a program, it is required to determine the definition of calculations and the like, and it takes time to study them. The method using the horizontal writing formula does not have these disadvantages, but it is a format that is not usually used, and it is difficult to check because the numerical values are far from each other. And these methods other than calculators generally assumed a large screen.

【0003】[0003]

【発明が解決しようとする課題】本発明は、多様な計算
を計算後のチェックも含めて簡単に行うことを課題とす
る。具体的には、多様な計算を簡単に入力でき、その全
体を小さな表示域を用いて表示するコンピュータを提供
することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to easily perform various calculations including checks after the calculations. Specifically, it is an object of the present invention to provide a computer that can easily input various calculations and displays the entirety using a small display area.

【0004】[0004]

【課題を解決するための手段】上記及びその他の目的
は、請求項に示した計算の処理方法とそのためのプログ
ラムによって達成される。入力は、計算命令と数値を一
組としてこれらが計算式を構成するように入力すること
を原則とする。この原則が計算の定義等の前工程を省略
する。計算命令としては、四則演算命令、「=」、平方
根などの関数(以下、関数の計算命令を「関数命令」と
いう。)、その他が考えられる。実際にコンピュータに
入力できる計算命令の範囲は広いほうが望ましい。な
お、表示におけるこれらの記号は限定されるものではな
い。
The above and other objects are achieved by a calculation processing method and a program therefor as set forth in the claims. In principle, the input is made as a set of a calculation command and a numerical value so that they constitute a calculation formula. This principle omits previous steps such as definition of calculation. Examples of the calculation instruction include four arithmetic operations instructions, a function such as "=", and a square root (hereinafter, a function calculation instruction is referred to as a "function instruction"), and others. It is desirable that the range of calculation instructions that can be actually input to the computer be wide. Note that these symbols in the display are not limited.

【0005】入力された計算命令と数値は、入力位置に
対応する記憶位置に記憶する。入力は、記憶位置を指定
することにより行うことが原則であるが、指定の操作は
必須ではない。例えば、入力順と記憶順が一致する場合
は単に追加すれば良い。
[0005] The input calculation command and numerical value are stored in a storage location corresponding to the input location. Input is basically performed by designating a storage location, but the designation operation is not essential. For example, if the input order matches the storage order, it is sufficient to simply add them.

【0006】表示については、一組の計算命令と数値で
構成された表示単位を縦に並べた表示形式を用いる。表
示単位においてそれらの配置や大きさなどは自由に設計
できる要素である。ところで、普通の計算式は左から右
に書かれるが、この原則を加えたものが理解しやすい。
図1と図2は、この意味で好ましい表示形式である。表
示単位の数については、縦に並べるため二以上が必要で
ある。計算式全体が表示できる数が望ましいが、スクロ
ール等の公知の技術が適用できるため表示域は小さくで
きる。表示の方法としては、入力された計算命令又は数
値を記憶位置に対応する表示位置に表示する。所定の場
所に記憶する前に表示することも可能である。
For display, a display format is used in which display units each composed of a set of calculation instructions and numerical values are vertically arranged. In the display unit, their arrangement and size are elements that can be freely designed. By the way, ordinary formulas are written from left to right, but adding this principle makes it easier to understand.
FIGS. 1 and 2 are preferred display formats in this sense. As for the number of display units, two or more are necessary because they are arranged vertically. Although a number that can display the entire calculation formula is desirable, a display area can be reduced because a known technique such as scrolling can be applied. As a display method, the input calculation instruction or numerical value is displayed at a display position corresponding to the storage position. It is also possible to display the information before storing it in a predetermined place.

【0007】入力された計算式の計算については、
「=」や関数命令などの答を出力する計算命令によって
行われる。計算の処理としては、まず先頭からその計算
命令の前の位置までに記憶された計算式を記憶順に読ん
で計算し、その計算式の中間的な答を導く。このとき、
計算の順序を計算命令に応じて内部的に変更しても良
い。既にこの計算が行われている場合は、その結果を利
用することもできる。次に、その中間的な答を入力とし
て、その計算命令に対応する処理を行う。例えば、
「=」の場合には、その中間的な答をそのまま出力すれ
ば良い。関数命令であれば、その中間的な答を入力とす
る関数計算を行い、答を出力する。最後に、その計算命
令の出力をその計算命令の次に入力された数値とみなし
て前記の記憶方法と表示方法により処理する。
For the calculation of the input formula,
This is performed by a calculation instruction that outputs an answer such as "=" or a function instruction. In the calculation process, first, the calculation formulas stored from the beginning to the position before the calculation instruction are read in the storage order and calculated, and an intermediate answer of the calculation formula is derived. At this time,
The order of calculation may be internally changed according to the calculation instruction. If this calculation has already been performed, the result can be used. Next, a process corresponding to the calculation instruction is performed using the intermediate answer as an input. For example,
In the case of "=", the intermediate answer may be output as it is. If it is a function command, it performs a function calculation with the intermediate answer as input and outputs the answer. Finally, the output of the calculation command is regarded as a numerical value input next to the calculation command, and is processed by the above-mentioned storage method and display method.

【0008】計算をこのように行う理由は計算結果をさ
らに利用するためである。例えば、図1の計算は、
「6」という答えに続けて「+4=」と入力したもので
ある。図12の計算は、5%の計算を行った後その結果
を加算している。仮に、計算結果を利用させないとすれ
ば、例えば、答をメモして初期化することになる。この
ような手順は入力とチェックを難しくする。計算の表現
が所望する計算とかけ離れるためである。そこで、本発
明では答を入力された数値とみなすことで多様な計算を
表現できるようにした。
The reason for performing the calculation in this manner is to further utilize the calculation result. For example, the calculation in FIG.
"+ 4 =" is input after the answer of "6". In the calculation in FIG. 12, the result is added after performing the calculation of 5%. If the calculation result is not used, for example, the answer is written down and initialized. Such a procedure makes entry and checking difficult. This is because the expression of the calculation is far from the desired calculation. Therefore, in the present invention, various calculations can be expressed by regarding the answer as an input numerical value.

【0009】以上により、所望する多様な計算が行わ
れ、結果が表示される。なお、以上の説明において、記
憶と表示と計算のステップが働く順序は一つではない。
記憶と表示の順序はどちらが先でも良いし、計算は記憶
のステップのみを前提としているからである。
As described above, various desired calculations are performed, and the results are displayed. In the above description, the order in which the steps of storing, displaying, and calculating work is not one.
This is because the order of storage and display may be any order, and the calculation presupposes only the step of storage.

【0010】請求項2以下は、計算対象等に応じて本発
明を最適化したものである。いずれもキータッチ数を減
らす等の効果があるため、コンピュータとして全ての機
能を備えることが望ましい。請求項2に示す本発明の態
様は、例えば、キーボードから入力する場合に用いら
れ、電卓と同じく計算命令の入力を契機としてそれまで
に入力した数字を数値として入力する。請求項3に示す
本発明の態様は、例えば、電卓で用いる「M+」相当の
関数命令を実行する場合に、変更後の数値を専用の表示
域に表示する。請求項4に示す本発明の態様は、四則演
算命令の次に入力する数値を関数命令によって入力する
場合に、四則演算命令と関数命令を結合した関数命令を
作成して入力する。この場合の関数命令は単なる転送命
令であっても良い。請求項5に示す本発明の態様は、複
数の変数を持つ関数命令を入力する場合に変数に数値を
入力して変数の値を記憶する。即ち、利用できる関数の
種類を複数変数のものに拡張する。
The second and subsequent claims are obtained by optimizing the present invention in accordance with a calculation object or the like. Since all of them have the effect of reducing the number of key touches, it is desirable to have all functions as a computer. The aspect of the present invention described in claim 2 is used, for example, when inputting from a keyboard, and, similarly to a calculator, when a calculation instruction is input, the numbers input so far are input as numerical values. According to a third aspect of the present invention, for example, when a function instruction equivalent to “M +” used in a calculator is executed, the changed numerical value is displayed in a dedicated display area. According to a fourth aspect of the present invention, when a numerical value to be input next to the four arithmetic instructions is input by a function instruction, a function instruction combining the four arithmetic instructions and the function instruction is created and input. The function instruction in this case may be a simple transfer instruction. According to an aspect of the present invention, when a function instruction having a plurality of variables is input, a numerical value is input to the variable and the value of the variable is stored. That is, the types of functions that can be used are extended to those of a plurality of variables.

【0011】請求項6に示す本発明の態様は、請求項1
の表示形式に注釈の表示域を加えたものである。注釈の
表示域の位置については、数値との対応が直感的に理解
できるものが望ましい。例えば、図1と図2において左
右の余白を用いると良い。図13は図1の右側を注釈の
表示域として使用した例である。そして、例えば、注釈
に横書の計算式が記述された場合には、その計算式を計
算して得られる答を数値として入力する。このように本
発明にいう注釈は、処理対象としての性格も持つ。な
お、注釈が示す計算式の形式は限定されるものではな
い。その形式は変換手段に基づくからである。
[0011] The embodiment of the present invention shown in claim 6 is claim 1.
The display format of the annotation is added to the display format of. Regarding the position of the display area of the annotation, it is desirable that the correspondence with the numerical value can be intuitively understood. For example, it is preferable to use left and right margins in FIGS. FIG. 13 shows an example in which the right side of FIG. 1 is used as a display area for annotations. Then, for example, when a calculation formula of horizontal writing is described in the annotation, an answer obtained by calculating the calculation formula is input as a numerical value. As described above, the annotation according to the present invention also has a character as a processing target. Note that the format of the calculation formula indicated by the annotation is not limited. This is because the format is based on the conversion means.

【0012】請求項7に示す本発明の態様は、記憶され
た計算式を読み、含まれている計算命令と数値を入力す
る。ここで、読み込む計算式の形式は本発明のものに限
定されない。その形式は変換手段に基づくからである。
請求項8に示す本発明の態様は、例えば、メモリやファ
イルに保存された複数の数値とそれらの計算方法を指示
することにより数値と計算命令を入力する。単なる合計
は分かりやすい例である。
According to a seventh aspect of the present invention, a stored calculation formula is read, and a calculation command and a numerical value included in the calculation formula are input. Here, the format of the calculation formula to be read is not limited to that of the present invention. This is because the format is based on the conversion means.
According to an aspect of the present invention, for example, a plurality of numerical values stored in a memory or a file and a method of calculating the numerical values are designated to input a numerical value and a calculation instruction. A simple sum is a straightforward example.

【0013】[0013]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

【実施例】以下、この発明の実施例を図面を用いて詳述
するが、以下の実施例は、あらゆる点で単なる例示にす
ぎず、本発明を限定するものではない。表示形式につい
ては図1のものを選択して説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below in detail with reference to the drawings. However, the following embodiments are merely illustrative in all aspects and do not limit the present invention. The display format is selected and described with reference to FIG.

【0014】実施例1 実施例1は、計算命令キーの入力によって、数値の入力
完了を認識して改行するコンピュータの例である。この
コンピュータは電卓と同じキー操作で計算ができる。図
3は、本発明を実施するためのハードウェア構成であ
る。1は計算式の入力等を行うためのキーボード、2は
計算式を表示する表示装置、3は計算式の編集処理と計
算処理を行うためのプロセッサ、4は計算式を記憶する
ための記憶装置である。
Embodiment 1 Embodiment 1 is an example of a computer that recognizes the completion of input of a numerical value by inputting a calculation instruction key and performs a line feed. This computer can calculate with the same key operation as a calculator. FIG. 3 shows a hardware configuration for implementing the present invention. 1 is a keyboard for inputting calculation formulas and the like, 2 is a display device for displaying the calculation formulas, 3 is a processor for editing and calculating the calculation formulas, 4 is a storage device for storing the calculation formulas It is.

【0015】キーボード1は、数値、計算命令、文字な
どを入力する。計算命令キーは、四則演算命令の他、平
方根等の関数を入力するキーよりなる。また、各種処理
要求を行うキーも備えているものとする。キーの入力に
ついては、マウス等による代替手段を用いても良い。表
示装置2については、小さな画面で十分である。大きな
画面を用いる場合には、例えば、ウィンドウ型のディス
ク・オペレーティング・システムを用いて複数の画面を
表示すると良い。記憶装置4は、計算式の記憶域等を有
し、その内容は図4に示される。図4において、11は
計算式格納部であり、計算命令と数値を一組として一行
に格納する。注釈も同様である。12は制御情報域であ
り、計算における中間的な答(以下、「IA」とい
う。)、入力中の数値を格納する数値バッファなどを備
える。ここで、少なくともIAはレジスタを用いること
ができる。なお、フロッピー・ディスク等の外部記憶装
置については、計算の保存等を考慮して備えることが望
ましい。
The keyboard 1 inputs numerical values, calculation commands, characters, and the like. The calculation instruction key is a key for inputting functions such as a square root in addition to the four arithmetic operations instructions. It is also assumed that a key for making various processing requests is provided. For key input, an alternative means such as a mouse may be used. For the display device 2, a small screen is sufficient. When a large screen is used, a plurality of screens may be displayed using, for example, a window type disk operating system. The storage device 4 has a storage area for calculation formulas and the like, the contents of which are shown in FIG. In FIG. 4, reference numeral 11 denotes a calculation formula storage unit, which stores a calculation instruction and a numerical value as one set in one line. The same applies to annotations. Reference numeral 12 denotes a control information area, which includes an intermediate answer (hereinafter, referred to as "IA") in calculation, a numerical value buffer for storing a numerical value being input, and the like. Here, at least the IA can use a register. It is desirable that the external storage device such as a floppy disk be provided in consideration of storage of calculations and the like.

【0016】以上のように構成されたコンピュータにお
いて、キーボードを用いて「1+2+3=+4=」と入
力した場合の表示例を図1に示す。「1」と入力した時
点で1行目が表示される。次に「+」と入力した時点で
改行して「+」が表示され、同様に「2」が同じ行に表
示される。この動作を繰り返した後、「=」の入力を契
機としてコンピュータが計算を行い、答の「6」を表示
する。以下同様にして図1の状態となる。最後の行に
「>」が表示されているが、これは入力待の状態を含む
処理中の行(以下、「現在行」という。)を示すもので
ある。この行に四則演算命令や関数命令を入力すれば、
答の「10」を利用した計算を追加することができる。
数字を入力すれば、新たな計算を追加することができ
る。
FIG. 1 shows a display example in the case where "1 + 2 + 3 = + 4 =" is input using the keyboard in the computer configured as described above. When "1" is input, the first line is displayed. Next, when "+" is input, a line feed is started and "+" is displayed. Similarly, "2" is displayed on the same line. After repeating this operation, the computer performs a calculation triggered by the input of “=” and displays the answer “6”. Hereinafter, the state of FIG. 1 is similarly obtained. “>” Is displayed in the last line, which indicates a line under processing including a state of waiting for input (hereinafter, referred to as “current line”). If you enter four arithmetic instructions or function instructions in this line,
A calculation using the answer “10” can be added.
Enter a number to add a new calculation.

【0017】次に本実施例の制御について図面を交えて
説明する。なお、以下の説明とフローチャートにおい
て、特にことわらない限り、「表示」とは表示上の現在
行に表示することを意味する。また、「格納」又は「読
む」とは計算式格納部11の現在行に格納すること又は
読むことを意味する。
Next, control of this embodiment will be described with reference to the drawings. In the following description and flowchart, “display” means to display on the current line on the display unless otherwise specified. “Store” or “read” means to store or read in the current row of the calculation formula storage unit 11.

【0018】図5において、プログラムが起動されたと
き処理の流れが始まる。最初に画面やメモリなど必要な
データを初期設定する(ステップ20)。初期設定で
は、第一行を現在行とし、計算式格納部11の計算命令
をすべて空白とする(以下、この空白の命令を「SP命
令」といい、計算式の開始を示す計算命令として取り扱
う。)。この後、キーボード1よりキーが押し下げられ
たかどうかを判定する(ステップ22)。入力がない場
合、ステップ22に戻り、入力を待つ。
In FIG. 5, when the program is started, the flow of processing starts. First, necessary data such as a screen and a memory are initialized (step 20). In the initial setting, the first line is set to the current line, and all the calculation instructions in the calculation formula storage unit 11 are set to blank (hereinafter, this blank command is referred to as “SP command” and is treated as a calculation command indicating the start of the calculation formula). .). Thereafter, it is determined whether a key has been depressed from the keyboard 1 (step 22). If there is no input, the process returns to step 22 and waits for an input.

【0019】数字又は小数点のキーが押し下げられた場
合、判定(ステップ24)後、数値バッファ内の数字列
に右から追加するように累積する。そして、累積された
数値を表示装置2の現在行に表示する(ステップ2
6)。この後、再びステップ22に戻り、このループを
繰り返すことで所望の数値を入力する。
When the numeral or the decimal point key is depressed, after the judgment (step 24), accumulation is performed so as to add from the right to the numeral string in the numerical value buffer. Then, the accumulated numerical value is displayed on the current line of the display device 2 (step 2).
6). Thereafter, the flow returns to step 22 again, and a desired numerical value is input by repeating this loop.

【0020】計算命令のキーが押し下げられた場合、計
算命令を判定したうえで(ステップ28、32、4
2)、計算命令に応じて以下の処理を行う。 (1)四則演算命令の場合 計算命令処理を呼ぶ(ステップ30)。計算命令処理
は、数値を格納後改行して、四則演算命令の格納と表示
を行う。次に、ステップ22に戻り、入力を待つ。 (2)「=」の場合 計算命令処理を呼ぶ(ステップ34)。計算命令処理
は、数値を格納後改行して、「=」の格納と表示を行
う。次に、計算処理を呼び(ステップ36)、現在行に
計算結果を格納させ、その数値を表示する(ステップ3
8)。この数値は、入力した計算式を計算した答であ
る。そして、次の行を現在行とし、現在行を示す「>」
を表示することで改行を示す(ステップ40)。この
後、ステップ22に戻り、入力を待つ。
When the key of the calculation command is depressed, the calculation command is determined (steps 28, 32, 4).
2) The following processing is performed according to the calculation instruction. (1) In the case of four arithmetic operations instructions The calculation instruction processing is called (step 30). In the calculation instruction processing, a line feed is performed after storing a numerical value, and storage and display of arithmetic operations instructions are performed. Next, the process returns to step 22 and waits for an input. (2) In the case of "=" The calculation instruction processing is called (step 34). In the calculation instruction processing, after storing a numerical value, a line feed is performed to store and display “=”. Next, a calculation process is called (step 36), the calculation result is stored in the current line, and the numerical value is displayed (step 3).
8). This numerical value is the result of calculating the input calculation formula. Then, the next line is set as the current line, and “>” indicating the current line
Is displayed to indicate a line feed (step 40). Thereafter, the process returns to step 22 and waits for an input.

【0021】(3)関数命令の場合 関数命令の処理は図6に示される。図6においてU型命
令とI型命令の判定(ステップ44、50)があるが、
これらの命令は関数命令の一種であり、詳細については
後述する。平方根等の通常の関数命令は、これらとは異
なるのでステップ34へ行き、「=」の場合と同じ処理
を行う。ただし、ステップ38において表示される数値
は、関数計算を行った答である。なお、U型命令又はI
型命令の場合も、入力の部分が異なるだけで、後の処理
は通常の関数命令と同じである。
(3) Function Instruction Processing of a function instruction is shown in FIG. In FIG. 6, there is a U-type instruction and an I-type instruction (steps 44 and 50).
These instructions are a type of function instruction, and will be described later in detail. Since ordinary function instructions such as a square root are different from these, the process goes to step 34 and performs the same processing as in the case of "=". However, the numerical value displayed in step 38 is the result of performing the function calculation. In addition, U-type instruction or I
In the case of a type instruction, only the input part is different, and the subsequent processing is the same as that of a normal function instruction.

【0022】計算命令処理について説明する。計算命令
処理(ステップ68)は、計算命令が入力されたときに
呼び出され、フローチャートは図9に示される。まず、
数値が入力されているかどうか判定する(ステップ7
0)。数値バッファに累積された数値があれば、その数
値を格納する(ステップ72)。そして、次の行を現在
行とし、現在行を示す「>」を表示する(ステップ7
4)。計算命令は、追加した次の行において表示と格納
が行われ(ステップ76)、呼出し元に戻る(ステップ
78)。ステップ70において数値が入力されていなか
った場合は、単に計算命令の表示と格納を行う(ステッ
プ76)。この後、同様に呼出し元に戻る(ステップ7
8)。
The calculation instruction processing will be described. The calculation command processing (step 68) is called when a calculation command is input, and the flowchart is shown in FIG. First,
It is determined whether a numerical value has been input (step 7)
0). If there is a numerical value accumulated in the numerical value buffer, the numerical value is stored (step 72). Then, the next line is set as the current line, and ">" indicating the current line is displayed (step 7).
4). The calculation instruction is displayed and stored in the next line added (step 76), and returns to the calling source (step 78). If a numerical value has not been input in step 70, the display and storage of the calculation instruction are simply performed (step 76). Thereafter, the process returns to the calling source in the same manner (step 7).
8).

【0023】計算処理について説明する。計算処理(ス
テップ80)は、「=」等の入力によって呼び出され、
フローチャートは図10に示される。まず、必要な初期
設定を行い(ステップ82)、計算式格納部11の先頭
の行を計算処理における現在行とする(ステップ8
4)。この後、現在行から計算命令と数値を読む(ステ
ップ86)。計算命令を判定したうえで(ステップ8
8、92、96、100)、計算命令に応じて以下の処
理を行う。
The calculation process will be described. The calculation process (step 80) is called by an input such as "=",
The flowchart is shown in FIG. First, necessary initial settings are made (step 82), and the top row of the calculation formula storage unit 11 is set as the current row in the calculation processing (step 8).
4). Thereafter, the calculation instruction and the numerical value are read from the current line (step 86). After determining the calculation instruction (step 8
8, 92, 96, 100), the following processing is performed according to the calculation instruction.

【0024】(1)SP命令の場合 計算式の開始であるから、数値をIAにセットする(ス
テップ90)。 (2)四則演算命令の場合 計算命令に応じてIAと数値の演算を行い、演算の結果
をIAにセットする(ステップ94)。例えば、「+」
の場合の処理をプログラムに近い表現で示せば、「IA
=IA+数値」となる。 (3)「=」の場合 IAが答であるから、IAを格納する(ステップ9
8)。 (4)関数命令の場合 IAを変数の値とした関数計算を行い、その出力をIA
にセットし、格納する(ステップ102)。例えば、関
数が平方根でIAが4であれば、2がIAの値となり、
格納される。
(1) In the case of SP instruction Since the calculation formula is started, a numerical value is set in IA (step 90). (2) In the case of a four arithmetic operation instruction IA and a numerical operation are performed in accordance with the calculation instruction, and the result of the operation is set in IA (step 94). For example, "+"
If the processing in the case of is expressed in an expression similar to a program, "IA
= IA + numerical value ”. (3) In the case of "=" Since IA is an answer, IA is stored (step 9).
8). (4) In the case of a function instruction Perform a function calculation using IA as the value of a variable, and output the result as IA
Is set and stored (step 102). For example, if the function is square root and IA is 4, then 2 is the value of IA,
Is stored.

【0025】以上のようにして現在行の処理が終わった
ら、現在行が格納された計算式の最終行かどうか判定す
る(ステップ104)。最終行でなければ、次の行を現
在行として(ステップ106)、ステップ86へ戻る。
このループを繰り返すことで入力された全ての行につい
て計算を行う。現在行が最後であれば、呼出し元に戻る
(ステップ108)。なお、計算処理において桁あふれ
などの計算に固有のエラーが発生した場合には、プログ
ラムを終了させる必要はない。むしろ、エラーを表示後
編集処理に戻り、訂正して再度計算できるようにしたほ
うが良い。
When the processing of the current row is completed as described above, it is determined whether the current row is the last row of the stored formula (step 104). If it is not the last line, the next line is set as the current line (step 106), and the process returns to step 86.
By repeating this loop, calculation is performed for all input rows. If the current line is the last, the process returns to the calling source (step 108). If an error unique to the calculation such as overflow occurs in the calculation process, it is not necessary to terminate the program. Rather, it is better to return to the editing process after displaying the error, correct the error, and calculate again.

【0026】制御の基本部分は以上のとうりである。図
1の計算例であれば、以上の部分だけで実現できる。次
に好ましい変形例について述べる。ステップ26等にお
ける数値の表示方法は、電卓のものに限定されない。む
しろ、小数点の位置を固定した書式のほうが良い場合が
多い。また、「$」などの記号を含む数値を取り扱うこ
とも可能である。利用者が計算の内容に応じてこれらの
表示方法を適宜選択できることが望ましい。
The basic part of the control is as described above. The calculation example of FIG. 1 can be realized only by the above-described parts. Next, a preferred modification will be described. The method of displaying numerical values in step 26 and the like is not limited to the calculator. Rather, it is often better to use a fixed-point format. It is also possible to handle numerical values including a symbol such as “$”. It is desirable that the user can appropriately select these display methods according to the content of the calculation.

【0027】SP命令については、数値が入力されたも
のだけを計算の開始とすることができる。この場合、途
中に空白の行があっても計算に影響しないので、訂正な
どの自由度が増す。ステップ40と74において次の行
を現在行とするが、現在行が表示域の下限である場合に
は、自動的にスクロールさせると良い。表示域を追加し
ても良い。例えば、列の追加なども可能である。
With respect to the SP instruction, only the input of a numerical value can be used as the start of calculation. In this case, even if there is a blank line in the middle, it does not affect the calculation, so that the degree of freedom such as correction is increased. In steps 40 and 74, the next line is set as the current line. If the current line is the lower limit of the display area, it is preferable to automatically scroll. A display area may be added. For example, it is also possible to add a column.

【0028】計算については、通常のアルゴリズム又は
プログラムを利用しても良い。利用者が、例えば「1+
2×2」と入力して掛け算を先に計算することを望むの
であれば、有効である。計算の応答時間を短くするため
計算を分割して行うこともできる。即ち、計算を行った
最終の行番号とIAの値を記憶し、次回はそこから計算
を開始するようにすれば、計算処理にて毎回同じ計算を
しなくとも済む。これに加えて、計算命令の入力等を契
機として計算処理を呼出しても良い。ただし、今日のハ
ードウェアを用いる限り、通常の計算では無視できるよ
うな効果しかない。CPU等の処理速度が十分に早いか
らである。
For the calculation, an ordinary algorithm or program may be used. For example, if the user selects “1+
This is effective if it is desired to input “2 × 2” to calculate the multiplication first. The calculation can be divided to shorten the response time of the calculation. That is, by storing the last row number and the value of IA after the calculation, and starting the calculation next time, it is not necessary to perform the same calculation every time in the calculation process. In addition, the calculation process may be called upon input of a calculation command or the like. However, with today's hardware, there is only negligible effect in normal calculations. This is because the processing speed of the CPU and the like is sufficiently fast.

【0029】関数命令について以下に述べる。一般に、
計算命令の機能と表示を定義できれば、あとは特定のキ
ーにこの計算命令を割当てるだけで計算命令を増やすこ
とができる。例えば、ステップ42と100の判定とス
テップ102の処理を加えれば良い。
The function instructions will be described below. In general,
Once the function and display of the calculation command can be defined, the calculation command can be increased simply by assigning the calculation command to a specific key. For example, the determinations of steps 42 and 100 and the processing of step 102 may be added.

【0030】関数命令は、平方根のような単純な関数に
は限定されない。例えば、入力した数値の平均値を求め
る関数は、本発明においては平均値をさらに計算に利用
するということが簡単なため、使いやすい関数である。
さらに、出力が答に限定されないため、それらの数値の
構成比をパーセントで表現して数値の注釈として表示す
ることも可能である。コマンドや言語命令等によって実
現される機能も本発明の関数とすることができる。例え
ば、計算式全体の小数の取扱いや後述する実施例3の指
示を関数命令を用いて行うことが想定できる。前者は誤
差の情報として、後者は計算式間の整合性をとるための
情報としても利用できるためである。このように計算式
自体が手続とデータという二重の性格を有するため、関
数命令又は計算命令として考えられる範囲は広い。答を
出力しないものや計算式の計算が不要なものであっても
良い。従って、関数の性質によりステップ102の表現
や位置は変更される場合がある。また、入力における計
算順序を内部的に変更できるようにして入力位置を限定
しないほうが良いものもある。例えば、四捨五入等の指
示である。
The function instruction is not limited to a simple function such as a square root. For example, the function for calculating the average value of the input numerical values is an easy-to-use function because it is easy to further use the average value for calculation in the present invention.
Further, since the output is not limited to the answer, it is also possible to express the composition ratio of these numerical values as a percentage and display the numerical value as a numerical annotation. Functions implemented by commands, language instructions, and the like can also be functions of the present invention. For example, it can be assumed that handling of decimal numbers in the entire calculation formula and instructions in a third embodiment described later are performed using function instructions. This is because the former can be used as error information and the latter can be used as information for obtaining consistency between calculation formulas. As described above, since the calculation formula itself has the dual character of the procedure and the data, the range which can be considered as a function instruction or a calculation instruction is wide. It may be one that does not output an answer or one that does not need to calculate a calculation formula. Therefore, the expression and position of step 102 may be changed depending on the nature of the function. In some cases, it is better not to limit the input position by allowing the calculation order in the input to be changed internally. For example, it is an instruction to round off.

【0031】関数命令の入力に関しては、関数の性質に
応じて特殊な処理を行うほうがより良くなる場合があ
る。電卓で用いられる「M+」、「M−」又は「MC」
は、専用の記憶域の値を変更する機能を持つ。そして、
これらの関数命令は、変更後の値を専用の表示域に表示
する処理を含むと良い。専用の表示域は、例えば、図1
1において下段に示されるものである。使用時に内容を
呼び出して確認する手間が省けるので使いやすくなる。
また、複数の「M+」の表示行が小計を示す場合に、専
用の表示域が小計の合計を示すという効果もある。な
お、これらの関数命令は、本発明の効果として基本的に
使いやすくなっていることに留意されたい。これらの関
数命令を追加する方法は、上記に示したとうりである。
そして、「M+」の場合は、ステップ102においてI
Aを専用の記憶域に加算するが、この後で変更後の値を
専用の表示域に表示するようにすれば良い。
As for the input of a function command, it may be better to perform special processing according to the nature of the function. "M +", "M-" or "MC" used in calculators
Has the ability to change the value of a dedicated storage area. And
These function instructions may include a process of displaying the changed value in a dedicated display area. The dedicated display area is, for example, as shown in FIG.
1 is shown at the bottom. This saves the trouble of recalling and confirming the contents at the time of use, thus facilitating use.
Also, when a plurality of “M +” display lines indicate subtotals, there is also an effect that a dedicated display area indicates the total of subtotals. It should be noted that these function instructions are basically easy to use as an effect of the present invention. The method of adding these function instructions is as described above.
In the case of “M +”, in step 102, I
A is added to the dedicated storage area, and the value after the change may be displayed in the dedicated display area thereafter.

【0032】数値を関数命令により入力することが可能
であるが、四則演算命令の次に入力する数値を関数命令
により入力する場合には、四則演算命令と関数命令を結
合した一つの関数命令を作成して入力すると良い(以
下、結合を行う関数命令を「U型命令」という)。この
例として、電卓で用いる「MR」(又は、「RM」)と
パーセントに係る関数命令があげられる。図11の5行
目は、「+」を入力後に「MR」を入力した場合に、
「+MR」として入力することを示している。図12の
2行目は、5%の値を計算して出力する関数であって、
「5%」と表示する関数命令の場合である。結合された
関数命令は、数値の意味が明確なため使いやすい。計算
式の他の部分を訂正して再計算をする場合に、この関数
命令により入力した数値が自動的に訂正されるという効
果もある。また、結合する方法は、結合に係る関数命令
を予め全て用意しておく方法よりも入力しやすい。
Although a numerical value can be input by a function instruction, when a numerical value to be input next to an arithmetic operation instruction is input by a function instruction, one function instruction combining the arithmetic operation instruction and the function instruction is used. It is preferable to create and input the function (hereinafter, the function instruction for combining is referred to as a “U-type instruction”). As an example of this, there are “MR” (or “RM”) used in calculators and function instructions related to percentage. The fifth line in FIG. 11 indicates that when “+” is input and then “MR” is input,
This indicates inputting as “+ MR”. The second line in FIG. 12 is a function that calculates and outputs a value of 5%,
This is the case of a function instruction displaying “5%”. The combined function instructions are easy to use because the meaning of the numbers is clear. When the other part of the calculation formula is corrected and recalculated, there is also an effect that the numerical value input by this function instruction is automatically corrected. Also, the method of combining is easier to input than the method of preparing all the function instructions related to combining in advance.

【0033】U型命令が入力された場合の処理フローを
図6に示す。ステップ44でキーを判定してU型命令で
あった場合に以下の処理を行う。まず格納された計算命
令を読み(ステップ45)、四則演算命令かどうか判定
する(ステップ47)。四則演算命令であった場合、四
則演算命令と関数を結合した関数命令を作成する(ステ
ップ48)。そして、ステップ34へ飛び、計算命令処
理以下、通常の関数命令と同じ処理を行う。ステップ4
7で四則演算命令が格納されていなかった場合には、結
合を行わず、ステップ34へ飛び、通常の関数命令とし
て処理を行う。結合後の関数は、数値の入力に加えて演
算を行う。例えば、単なる「MR」であればステップ1
02において専用の記憶域の値をIAにセットするが、
「+MR」であればIAに加算することになる。関数の
5%の場合は、IAの5%の値を計算する点を除けば
「MR」と同じである。なお、「MR」を普通に入力す
るのであれば、専用の記憶域を読めれば良いので、計算
処理を呼ばずに格納と表示を行うことができる。ただ
し、計算式の途中に挿入する場合には、以上のとうりで
ある。
FIG. 6 shows a processing flow when a U-type instruction is input. In step 44, the key is determined, and if the instruction is a U-shaped instruction, the following processing is performed. First, the stored calculation instruction is read (step 45), and it is determined whether the instruction is an arithmetic operation instruction (step 47). If the instruction is an arithmetic instruction, a function instruction combining the arithmetic instruction and the function is created (step 48). Then, the process jumps to step 34 to perform the same processing as the normal function instruction after the calculation instruction processing. Step 4
If the four arithmetic operation instructions are not stored in step 7, the process jumps to step 34 without performing the combination, and the processing is performed as a normal function instruction. The combined function performs an operation in addition to the input of a numerical value. For example, if it is just “MR”, step 1
02, the value of the dedicated storage area is set in IA,
If it is "+ MR", it will be added to IA. The case of 5% of the function is the same as “MR” except that the value of 5% of IA is calculated. If "MR" is input normally, a dedicated storage area can be read, so that storage and display can be performed without calling for calculation processing. However, this is the case when the data is inserted in the middle of the calculation formula.

【0034】複数の変数を持つ関数でも、変数の値を入
力することで、平方根などの一変数の関数と同じにでき
る。例えば、F(x、y、z)なる関数の場合、xとy
の値を入力し、IAをzとして用いる関数命令を作成す
る。zも入力して、数値の入力にのみに利用することも
可能である(以下、変数の値を入力する関数命令を「I
型命令」という)。なお、I型命令がU型命令であって
も良く、四則演算命令を変数とすればU型命令はI型命
令にもなる。このように使い易さに応じて型を選択する
ことが可能である。
A function having a plurality of variables can be made the same as a function of one variable such as a square root by inputting the values of the variables. For example, in the case of a function F (x, y, z), x and y
To create a function instruction using IA as z. It is also possible to input z and use it only for inputting numerical values (hereinafter, a function instruction for inputting the value of a variable is referred to as “I
Type instruction ”). It should be noted that the I-type instruction may be a U-type instruction, and the U-type instruction may be an I-type instruction if the four arithmetic operations instructions are variables. In this way, it is possible to select a mold according to ease of use.

【0035】I型命令が入力された場合の処理フローを
図6に示す。ステップ50でキーを判定してI型命令で
あった場合に以下の処理を行う。まず変数の値を入力す
る(ステップ51)。方法としては、例えば、変数の入
力画面を表示して行う。次に、変数の値に基づく関数命
令を作成する(ステップ52)。作成される関数命令
は、例えば、F(1、1、z)である。以下は、ステッ
プ34へ飛び、通常の処理を行う。関数命令の実行につ
いては、ステップ102において、入力された変数の値
を読む処理が加わるだけで、後は平方根などの関数と同
じことである。
FIG. 6 shows a processing flow when an I-type instruction is input. In step 50, the key is determined, and if the instruction is an I-type instruction, the following processing is performed. First, the value of a variable is input (step 51). As a method, for example, a variable input screen is displayed. Next, a function instruction based on the value of the variable is created (step 52). The created function instruction is, for example, F (1,1, z). In the following, the process jumps to step 34, where normal processing is performed. The execution of the function instruction is the same as that of a function such as a square root, except that a process of reading the value of an input variable is added in step 102.

【0036】実用的な例として、「x%」という関数命
令がある。例えば、xの値として「5」を入力すれば、
上記に示した「5%」なる関数命令が作成される。この
関数命令が変数の値を記号中の文字として記憶するとす
れば、ステップ102において、この文字を読んでから
関数計算を行う。また、ステップ100の判定方法は、
「計算命令が、記号中に「%」を含むか」となる。この
他の実用的な関数としては、金利やローンに係る関数が
あげられよう。なお、「x%」については、U型命令で
もあるので、ステップ52の後ステップ45へ飛ぶと良
い。また、ステップ51の変数の値の入力については、
変数の入力画面を使わない方法もある。例えば、「x
%」の例では、「+5」と普通に入力し、「%」の入力
を契機として「+5%」なる関数命令を作成できる。こ
の場合には、ステップ51にて数値バッファの「5」を
読み出した後、数値バッファの内容とその表示をクリア
する必要がある。
As a practical example, there is a function instruction “x%”. For example, if "5" is input as the value of x,
The function instruction “5%” shown above is created. If the function instruction stores the value of a variable as a character in a symbol, in step 102, the function is calculated after reading the character. Further, the determination method of step 100 is as follows:
"Does the calculation instruction include"% "in the symbol?" Other practical functions include functions related to interest rates and loans. Since “x%” is also a U-shaped instruction, it is better to jump to step 45 after step 52. Also, regarding the input of the value of the variable in step 51,
There is also a method that does not use the variable input screen. For example, "x
In the example of "%", "+5" is normally input, and a function instruction of "+ 5%" can be created by inputting "%". In this case, after reading "5" in the numerical buffer in step 51, it is necessary to clear the contents of the numerical buffer and its display.

【0037】以上のU型命令とI型命令の説明に基づ
き、関数をさらに拡張することが可能である。即ち、変
数は計算式であっても良く、また、関数自体が計算式で
あっても良い。例えば、「sqrt2」を2の平方根を
入力する命令とすることができる。ただし、その拡張
は、直観的に意味が理解できる範囲にすべきであり、表
示域の大きさの制限にも関わる。
Based on the above description of the U-type instruction and the I-type instruction, the function can be further extended. That is, the variable may be a calculation formula, or the function itself may be a calculation formula. For example, “sqrt2” can be an instruction to input the square root of 2. However, the extension should be in a range where the meaning can be understood intuitively, and is also related to the limitation of the size of the display area.

【0038】本実施例における入力済みの計算命令又は
数値の訂正について以下に述べる。本発明においては計
算式が全て記憶されているため、部分的に訂正すること
ができる。単なる誤りの訂正のほか、数値を変化させて
合計値を目標値に近付ける場合にも役立つ。訂正の流れ
は図7に示すとうりである。訂正要求がされた場合、ス
テップ54でキーを判定して、計算命令又は数値の訂正
を行う(ステップ56)。そして、訂正が終了したら、
計算処理を呼び(ステップ58)、計算をやり直す。再
計算が終わったら、ステップ22へ飛び、通常の状態に
戻る。訂正と再計算を繰り返してから戻っても良い。
The correction of the input calculation command or numerical value in this embodiment will be described below. In the present invention, since all calculation formulas are stored, partial corrections can be made. It is useful not only for correcting errors but also for changing the numerical value so that the total value approaches the target value. The flow of the correction is as shown in FIG. If a correction request has been made, the key is determined in step 54 and a calculation command or numerical value is corrected (step 56). And when the correction is over,
The calculation process is called (step 58), and the calculation is performed again. When the recalculation is completed, the process jumps to step 22 and returns to the normal state. You may return after repeating the correction and recalculation.

【0039】ステップ56の訂正の方法については、画
面のスクロール等も含めてありふれたもので良い。例え
ば、ワープロソフトで使う方法がとれる。記憶された計
算式は、文書とみなすこともできるからである。訂正の
終了については、例えば、専用のキーを設けて行う。項
目又は行単位で修正する場合は、電卓のCキーをこの目
的で使用することができる。例えば、上下の矢印キーに
より訂正する行を指定してCキーを押下し、訂正する。
この行が最終の行でない場合をこの訂正要求とし、訂正
後に上下の矢印キーにより別の行に制御を移す契機を訂
正の終了とする。この方式は、修正に要するキーの数が
少なく単純なところが良い。
The correction method in step 56 may be a common method including scrolling of the screen. For example, you can use it with word processing software. This is because the stored calculation formula can be regarded as a document. The end of the correction is performed, for example, by providing a dedicated key. When modifying on an item or line basis, the C key on the calculator can be used for this purpose. For example, a line to be corrected is specified by the up and down arrow keys, and the C key is pressed to correct the line.
The case where this line is not the last line is regarded as this correction request, and the timing of transferring the control to another line using the up and down arrow keys after the correction is defined as the end of the correction. This method is preferably simple in that the number of keys required for correction is small.

【0040】注釈について以下に述べる。その表示例は
図13に示される。注釈が必要とされるのは、例えば、
保存して後で見る場合である。印刷等の別の処理のイン
タフェース・データとして注釈を利用することも可能で
ある。好ましくは、一行を注釈のみの行とする計算命令
も備えると良い。特定の行の位置を調整するという用途
もある。注釈の入力の処理フローを図8に示す。図8に
おいてステップ60で注釈入力要求キーかどうか判定す
る。注釈入力要求キーであった場合に、文字を入力し、
文字の表示と格納を行う(ステップ62)。そして、注
釈入力の完了を契機にステップ22へ戻る。以上によ
り、各行に注釈が入力される。なお、注釈の記憶域につ
いては、入力を契機として確保されるものであっても良
い。
The annotation is described below. An example of the display is shown in FIG. Annotations are needed, for example,
Save it for later. Annotations can also be used as interface data for other processes such as printing. Preferably, a calculation instruction in which one line is a line including only an annotation is provided. Another use is to adjust the position of a particular row. FIG. 8 shows a processing flow of inputting the annotation. In FIG. 8, it is determined in step 60 whether the key is a comment input request key. If it is a comment input request key, enter characters,
Characters are displayed and stored (step 62). Then, the process returns to step 22 upon completion of the annotation input. As described above, the annotation is input to each line. Note that the storage area of the annotation may be secured upon input.

【0041】注釈の内容として横書の計算式又は計算式
に変換できるデータを記述し、その計算式を計算させて
得られた答を数値として入力させることができる。具体
例は同じ図13に示されている。図13において、2行
目は、「2×2」の入力によりその答の「4」を入力す
る。4行目は、「2inch」の入力によりセンチメー
トルに換算した「5.08」を入力する。同様に単価と
数量を入力すれば一行に単価と数量と金額が並ぶ形式に
なる。従って、必要な機能を付加することにより伝票入
力システム等に利用することも可能である。以上の説明
で明らかなように、この部分の計算については既存のプ
ログラムの対応部分を利用することができる。なお、カ
ッコ等を含む複雑な計算式を計算する場合は、基本部分
よりもこの計算を利用するほうがチェック等が楽で良
い。
As the contents of the annotation, a horizontal formula or a data which can be converted into a formula can be described, and an answer obtained by calculating the formula can be input as a numerical value. A specific example is shown in FIG. In FIG. 13, the second line inputs the answer “4” by inputting “2 × 2”. The fourth line inputs “5.08” converted to centimeters by inputting “2 inch”. Similarly, if a unit price and a quantity are input, a format in which the unit price, the quantity, and the price are arranged in one line is obtained. Therefore, by adding necessary functions, it can be used for a slip input system or the like. As is clear from the above description, the corresponding part of the existing program can be used for the calculation of this part. When a complicated calculation formula including parentheses is calculated, it is easier and easier to use this calculation than to use the basic part.

【0042】処理フローを図8に示す。処理は計算入力
要求キーを押すことによって実行される。図8におい
て、ステップ64で計算入力要求キーかどうか判定し、
計算入力要求キーであった場合に、注釈として入力した
計算式を計算し、その答を数値として入力し、表示と格
納を行う(ステップ66)。そして、数値の入力の完了
を契機にステップ22へ戻る。なお、ステップ64とス
テップ66の間で、ステップ62を呼び、計算式を注釈
として入力しても良い。
FIG. 8 shows a processing flow. The processing is executed by pressing the calculation input request key. In FIG. 8, it is determined in step 64 whether or not the key is a calculation input request key.
If the key is a calculation input request key, a calculation formula input as a comment is calculated, the answer is input as a numerical value, and display and storage are performed (step 66). Then, upon completion of the input of the numerical value, the process returns to step S22. Step 62 may be called between step 64 and step 66, and a calculation formula may be input as an annotation.

【0043】図8のステップ64の下に破線が示されて
いるが、これは、その他の処理を呼び出すことができる
ことを示す。例えば、計算式の保存と読み込み、画面の
スクロール、複写による数値や注釈の入力、実施例3に
示す処理等が考えられる。関数命令のところでも述べた
ように、計算式自体が手続とデータという二重の性格を
有する。従って、本発明と組み合わせることができる機
能は、一般に知られている多くのソフトウェアの機能と
一致する。
A dashed line is shown below step 64 in FIG. 8, which indicates that other processing can be invoked. For example, saving and reading of a calculation formula, scrolling of a screen, input of a numerical value and a comment by copying, processing shown in the third embodiment, and the like can be considered. As described in the description of the function instruction, the calculation expression itself has a dual character of a procedure and data. Thus, the features that can be combined with the present invention are consistent with many commonly known software features.

【0044】実施例2 実施例2は、数値と計算命令をそれぞれ独立の項目とし
て入力を行うコンピュータの例である。即ち、実施例1
における入力項目間の移動に係る制御を変更したもので
ある。例えば、図4の計算式格納部11をそのまま入力
画面とするシステムを想定すると良い。この場合、四角
い枠の入力欄の一つ一つに計算命令と数値を入力する。
そして、計算を指示して計算結果を表示させる。このよ
うに訂正を含む入力制御の部分はありふれたもので良い
ので、入力制御を除く部分を中心にして、以下に詳細に
説明する。
Embodiment 2 Embodiment 2 is an example of a computer which inputs a numerical value and a calculation command as independent items. That is, the first embodiment
Is a modification of the control related to the movement between input items in. For example, it is preferable to assume a system in which the calculation formula storage unit 11 in FIG. 4 is used as an input screen as it is. In this case, a calculation instruction and a numerical value are input into each of the input boxes of the square frame.
Then, a calculation is instructed and the calculation result is displayed. As described above, the input control portion including the correction may be a common one, and therefore, the portion except the input control will be mainly described below.

【0045】実施例2のハードウェア構成は、実施例1
と同じであって図3に示される。次に本実施例の特徴を
なす動作について、図14を交えて説明する。図14に
おいて、プログラムが起動されたときに処理の流れが始
まり、最初にメモリなど必要なデータを初期設定する
(ステップ110)。表示装置2に複数行の入力域を表
示し、計算式を入力させる(ステップ112)。以上の
部分は普通のプログラムである。そして、入力完了や計
算の指示を契機に入力域から計算式格納部11に計算式
を格納し(ステップ114)、計算処理を呼ぶ(ステッ
プ116)。最後に、計算処理の完了を契機に、計算式
格納部11に基づいて、答を含む計算式を表示する(ス
テップ118)。かくして、本発明に基づく計算が達成
される。なお、入力域と計算式格納部11が一致する場
合にはステップ114は省略可能である。また、実施例
1にて説明した関数命令等の機能も本実施例に適用でき
る。個々の機能は、入力項目間の移動に係る制御には依
存しないからである。
The hardware configuration of the second embodiment is the same as that of the first embodiment.
And is shown in FIG. Next, the operation that characterizes the present embodiment will be described with reference to FIG. In FIG. 14, when the program is started, the flow of processing starts, and first, necessary data such as a memory is initialized (step 110). The input area of a plurality of rows is displayed on the display device 2 to input a calculation formula (step 112). The above is an ordinary program. Then, upon completion of the input or a calculation instruction, the calculation formula is stored in the calculation formula storage unit 11 from the input area (step 114), and the calculation process is called (step 116). Finally, upon completion of the calculation process, the calculation formula including the answer is displayed based on the calculation formula storage unit 11 (step 118). Thus, the calculations according to the invention are achieved. If the input area matches the calculation formula storage unit 11, step 114 can be omitted. Further, the functions such as the function instructions described in the first embodiment can also be applied to the present embodiment. This is because each function does not depend on control relating to movement between input items.

【0046】本実施例を伝票の入力システムに応用する
ことができる。必要とされる計算を表現でき、訂正と再
計算が可能だからである。この方法によれば、伝票の種
類が多数あっても計算に係る部分は一つのプログラムで
対処する。従って、コンピュータの資源が節約され、シ
ステムの開発も簡単である。また、各伝票の入力の方法
等が統一されるので使いやすく実用的である。一般のシ
ステムでは計算を中心として制御することはないが、計
算を独立させて制御できるのであれば、実施例1を利用
しても良い。
This embodiment can be applied to a slip input system. The required calculations can be expressed, and corrections and recalculations are possible. According to this method, even if there are many types of slips, the portion related to the calculation is dealt with by one program. Thus, computer resources are saved and system development is simple. Further, since the input method of each slip is unified, it is easy to use and practical. In a general system, calculation is not mainly controlled, but the first embodiment may be used as long as calculation can be controlled independently.

【0047】ワープロソフトの下で本発明を利用しても
良い。例えば、文章の中に計算式を記述後、カーソルな
どで計算式の範囲を指定し、本発明により計算させる。
そして、計算結果をワープロソフトで編集する。この場
合、ワープロソフトとの間で機能分担が行われている
が、全体としては本実施例に含まれる。計算式を文章と
同様に自由に記述できるようにする場合には、ステップ
114にて計算式格納部11へ位置調整しながら複写す
る必要がある。数値と計算命令を1文字づつ探すことに
よって検出し、複写すれば良い。文字の検索方法によっ
ては改行せずに横書に入力することも可能である。一
方、ステップ118の処理結果は、入力時の形式にかか
わらず本発明に基づいて縦書に表示する。入力時の形式
を変更することになってもこの結果は好ましい。一般的
な縦書の計算の表現は本発明の表示形式とは異なるが、
計算命令の削除程度の簡単な編集で一致させることがで
きるからである。このような編集において、計算命令を
表示に限定して削除する機能は有用である。計算命令が
計算式格納部11に保存されていれば、後の訂正などが
容易になるからである。この意味において、計算命令を
必要に応じて表示される書式情報のように扱うことが好
ましい。
The present invention may be used under word processing software. For example, after describing a calculation formula in a text, the range of the calculation formula is designated by a cursor or the like, and the calculation is performed according to the present invention.
Then, the calculation result is edited with word processing software. In this case, the functions are shared with the word processing software, but are generally included in the present embodiment. If the calculation formula can be freely described in the same way as a sentence, it is necessary to copy the calculation formula into the calculation formula storage unit 11 in step 114 while adjusting the position. A numerical value and a calculation instruction may be detected and copied by searching for each character. Depending on the character search method, it is also possible to enter horizontal writing without line breaks. On the other hand, the processing result of step 118 is displayed in vertical writing according to the present invention regardless of the format at the time of input. This result is desirable even if the format at the time of input is changed. Although the expression of general vertical writing calculation is different from the display format of the present invention,
This is because they can be matched by a simple edit such as deleting the calculation instruction. In such editing, a function of deleting a calculation command only for display is useful. This is because if the calculation instruction is stored in the calculation expression storage unit 11, subsequent corrections and the like become easier. In this sense, it is preferable to treat the calculation command like format information displayed as needed.

【0048】実施例3 実施例3は、指定した複数の数値を、間接的に指定した
計算命令とともに入力するプログラムの例である。好ま
しい適用例として、大量の数値を分割して集計する例を
示す。全体の流れは以下のとうりである。 (1)計算対象を適当な単位に分割し、実施例1又は2
を用いて集計する。計算して得られた計算式については
それぞれファイルに保存する。 (2)ファイル中のこれらの計算式を指定し、それぞれ
の答の値を読ませ、集計させる。そして、実施例1又は
2に戻る。 この流れは、分割して集計とチェックを行う実務に即し
ている。さらに、集計を積重ねる場合の手順が、単なる
繰返しであり、簡単である点が好ましい。
Embodiment 3 Embodiment 3 is an example of a program for inputting a plurality of designated numerical values together with an indirectly designated calculation instruction. As a preferable application example, an example in which a large number of numerical values are divided and totalized will be described. The overall flow is as follows. (1) Divide the calculation target into appropriate units, and
The total is calculated using. The formulas obtained by the calculation are stored in files. (2) Designate these formulas in the file, read the values of each answer, and make them count. Then, the process returns to the first or second embodiment. This flow is in line with the practice of dividing and counting and checking. Furthermore, it is preferable that the procedure for stacking the tally is simply a repetition and is simple.

【0049】本実施例に関する部分は(2)であり、以
下に詳細に説明する。ハードウエア構成に関しては、他
の実施例と同じく図3に示される。ただし、記憶装置4
は、(1)でふれたファイルを記憶する。ファイルのレ
コードは、データの名前と答と計算式格納部11を項目
として持つものとする(以下、このデータを図4のデー
タと区別して「Fデータ」という。)。なお、Fデータ
を分散して入力する場合には、ホストと端末で構成され
るシステムであっても良い。つまり、図3のキーボード
1と表示装置2は端末のものであり、プロセッサ3と記
憶装置4はホストのものとみなすことができる。
The part relating to the present embodiment is (2) and will be described in detail below. The hardware configuration is shown in FIG. 3 as in the other embodiments. However, the storage device 4
Stores the file touched in (1). It is assumed that the record of the file has the data name, answer, and calculation formula storage unit 11 as items (hereinafter, this data is referred to as “F data” to be distinguished from the data in FIG. 4). When the F data is input in a distributed manner, a system including a host and a terminal may be used. That is, the keyboard 1 and the display device 2 in FIG. 3 can be regarded as belonging to the terminal, and the processor 3 and the storage device 4 can be regarded as belonging to the host.

【0050】次に本実施例の特徴をなす動作について、
図15を交えて説明する。図15のプログラムは、実施
例1のプログラムの下で動作し、集計を要求するキーに
より起動されるものとする。例えば、図8のステップ6
4の判定の後で、当該キーの入力を検出したときに起動
されるものとする。処理としては、まずメモリなどの初
期設定を行う。必要ならファイルのオープンも行う(ス
テップ120)。そして、複数のFデータを指定する
(ステップ122)。
Next, the operation which characterizes this embodiment will be described.
This will be described with reference to FIG. The program in FIG. 15 operates under the program of the first embodiment, and is activated by a key that requests tallying. For example, step 6 in FIG.
After the determination of 4, it is assumed that the key is activated when the input of the key is detected. As the processing, first, initial settings such as a memory are performed. If necessary, a file is opened (step 120). Then, a plurality of F data are designated (step 122).

【0051】以上の前処理の後、Fデータの検索を始め
る。まず、ファイルの最後の検出などの条件を用いて、
Fデータの検索が完了しているかどうかを判定する(ス
テップ124)。未検索のFデータがあれば、Fデータ
を1件読込み(ステップ126)、指定されたFデータ
かどうか判定する(ステップ128)。指定されたFデ
ータでなければ、ステップ124に戻り、次のFデータ
を読む。指定されたFデータであれば、その計算式の答
を数値として格納する(ステップ130)。さらに、次
の行を現在行とし(ステップ132)、計算命令に
「+」を格納する(ステップ134)。そして、ステッ
プ124に戻り、このループを繰返すことでFデータを
全て処理する。
After the above preprocessing, retrieval of F data is started. First, using conditions such as detecting the end of a file,
It is determined whether the search for the F data has been completed (step 124). If there is unsearched F data, one F data is read (step 126), and it is determined whether the F data is the designated F data (step 128). If not, the process returns to step 124 to read the next F data. If it is the designated F data, the answer to the calculation formula is stored as a numerical value (step 130). Further, the next line is set as the current line (step 132), and “+” is stored in the calculation instruction (step 134). Then, the process returns to step 124, and all the F data is processed by repeating this loop.

【0052】検索が完了したら、現在行の計算命令の
「+」を「=」に置換える(ステップ136)。集計の
計算式が格納されたので、計算処理を呼び、集計値を格
納させる(ステップ138)。この後、計算式を表示装
置2に表示してから(ステップ140)、呼出し元に戻
る(ステップ142)。仮に、3個のFデータが集計さ
れ、それぞれの答が1、2、3のときは、図1と同じ画
面が表示され、実施例1に戻ることになる。
When the search is completed, "+" is replaced by "=" in the calculation instruction of the current line (step 136). Since the calculation formula of the tally is stored, the calculation process is called and the tally value is stored (step 138). Thereafter, the calculation formula is displayed on the display device 2 (step 140), and the process returns to the calling source (step 142). Assuming that three pieces of F data are totaled and the respective answers are 1, 2, and 3, the same screen as that in FIG. 1 is displayed, and the process returns to the first embodiment.

【0053】ステップ122で複数のFデータを指定す
るが、選択条件の入力などの公知の技術が適用できる。
本発明においては、計算式の表示域が基本的に小さいた
め、表示画面が大きければ、複数の計算式を同時に表示
させることができる。この場合には、それらをマウスな
どで指定できることが望ましい。
In step 122, a plurality of F data are designated, but known techniques such as input of selection conditions can be applied.
In the present invention, since the display area of the calculation formula is basically small, if the display screen is large, a plurality of calculation formulas can be displayed simultaneously. In this case, it is desirable that they can be designated with a mouse or the like.

【0054】ステップ130でFデータの名前を注釈と
して数値とともに入力しても良い。チェックに役立つ。
集計する数値については、計算式の答のほか行番号や注
釈などによって特定される数値を対象とすることもでき
る。また、本発明と無関係な数値データであっても良
い。
In step 130, the name of the F data may be input together with a numerical value as a comment. Useful for checking.
As for the numerical values to be totaled, numerical values specified by line numbers, annotations, and the like in addition to the answers of the calculation formulas can be used. Also, numerical data unrelated to the present invention may be used.

【0055】複数の計算式の行ごとの計算も可能であ
る。操作としては、複数のFデータの名前又は名前相当
のものを用いた計算式(例えば、「A+B+C」)を入
力する。処理としては、配列の列に指定された計算式を
読み込み、行単位に指定された計算を行い、答の列を作
成する。以上の前処理を行ってから、その配列の行をF
データとみなして上記の処理を行えば良い。
It is also possible to calculate a plurality of formulas for each row. As an operation, a calculation formula (for example, “A + B + C”) using names of a plurality of F data or equivalents of the names is input. As a process, a specified formula is read in a column of the array, a calculation specified in a row unit is performed, and a column of answers is created. After performing the above preprocessing, the row of the array is changed to F
The above processing may be performed assuming that the data is data.

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

【図1及び図2】 本発明に基づく計算の表示例FIG. 1 and FIG. 2 are display examples of calculations according to the present invention.

【図3】 本発明が適用されるハードウェア構成図FIG. 3 is a hardware configuration diagram to which the present invention is applied;

【図4】 記憶域の説明図FIG. 4 is an explanatory diagram of a storage area.

【図5から図9まで】 実施例1の編集処理を示すフロ
ーチャート
FIG. 5 to FIG. 9 are flowcharts showing editing processing according to the first embodiment;

【図10】 実施例1、2、3の計算処理を示すフロー
チャート
FIG. 10 is a flowchart illustrating calculation processing according to the first, second, and third embodiments.

【図11】 U型命令を用いた計算の表示例FIG. 11 is a display example of calculation using a U-type instruction.

【図12】 I型命令を用いた計算の表示例FIG. 12 is a display example of calculation using an I-type instruction.

【図13】 注釈の計算式を用いて数値を入力する計算
の表示例
FIG. 13 is a display example of a calculation for inputting a numerical value using a calculation formula of an annotation.

【図14】 実施例2の編集処理を示すフローチャートFIG. 14 is a flowchart illustrating editing processing according to the second embodiment.

【図15】 実施例3の編集処理を示すフローチャートFIG. 15 is a flowchart illustrating editing processing according to the third embodiment.

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

1 キーボード 2 表示装置 3 プロセッサ 4 記憶装置 DESCRIPTION OF SYMBOLS 1 Keyboard 2 Display device 3 Processor 4 Storage device

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータにおいて計算式を原則とし
て計算命令と数値の組によって構成して計算を行う方法
であって、計算命令と数値を入力するステップと、計算
命令又は数値が入力された場合に、入力位置に対応する
記憶位置に記憶するステップと、表示装置において一組
の計算命令と数値で構成された表示単位を縦に並べた表
示形式を用いて、入力された計算命令又は数値を記憶位
置に対応する表示位置に表示するステップと、計算命令
が答を出力する計算命令である場合に、先頭からその計
算命令の前の位置までに記憶された計算式を計算して導
かれる数値を入力としてその計算命令に対応する処理を
行って得られる答を、次に入力された数値とみなして前
記の表示と記憶のステップを行う計算実行ステップとを
有することを特徴とする計算の処理方式
1. A method for performing a calculation by using a set of calculation instructions and numerical values in principle in a computer as a calculation formula, comprising the steps of: inputting a calculation instruction and a numerical value; Storing the input calculation instruction or numerical value by using a display format in which a display unit composed of a set of calculation instruction and numerical value is vertically arranged on the display device. A step of displaying at a display position corresponding to the position, and, when the calculation instruction is a calculation instruction to output an answer, calculating a numerical value derived by calculating a calculation formula stored from the beginning to a position before the calculation instruction. Having a calculation execution step of performing a display and storage step assuming that an answer obtained by performing a process corresponding to the calculation instruction as an input is a next input numerical value. Calculation processing method
【請求項2】 計算命令と数値の入力ステップが、計算
命令の入力を契機としてそれまでに入力した数字を数値
として入力するステップを含む請求項1に記載の方法
2. The method according to claim 1, wherein the step of inputting the calculation instruction and the numerical value includes the step of inputting the previously input numeral as a numerical value in response to the input of the calculation instruction.
【請求項3】 計算実行ステップが、関数専用の記憶域
に記憶された数値を変更する関数の計算命令を実行する
場合に、変更後の数値を関数専用の表示域に表示するこ
とを含む、請求項1に記載の方法
3. When the calculation execution step executes a calculation instruction of a function that changes a numerical value stored in a function-specific storage area, the calculation execution step includes displaying the changed numerical value in a function-specific display area. The method according to claim 1.
【請求項4】 計算命令の入力ステップが、四則演算命
令の次に入力する数値を関数の計算命令により入力する
場合に、四則演算命令と関数の計算命令を結合した関数
の計算命令を作成して入力するステップを含む、請求項
1に記載の方法
4. The method according to claim 1, wherein in the input step of the calculation instruction, when a numerical value to be input next to the four arithmetic operation instructions is input by a function calculation instruction, a function calculation instruction is created by combining the four arithmetic operation instructions and the function calculation instruction. 2. The method of claim 1 including the step of inputting.
【請求項5】 計算命令の入力ステップが、複数の変数
を持つ関数の計算命令を入力する場合に、変数の値を入
力して記憶するステップを含む、請求項1に記載の方法
5. The method according to claim 1, wherein the step of inputting a calculation instruction includes the step of inputting and storing a value of a variable when inputting a calculation instruction of a function having a plurality of variables.
【請求項6】 コンピュータにおいて計算式を原則とし
て計算命令と数値の組によって構成して計算を行う方法
であって、計算命令と数値と注釈を入力するステップ
と、計算命令又は数値が入力された場合に、入力位置に
対応する記憶位置に記憶するステップと、注釈が入力さ
れた場合に、数値に対応する記憶位置に記憶するステッ
プと、記憶された注釈によって示される計算式を計算し
て数値を導き、その数値を対応する記憶位置の数値とし
て入力するステップと、表示装置において一組の計算命
令と数値と少なくとも一つの注釈で構成された表示単位
を縦に並べた表示形式を用いて、入力された計算命令、
数値又は注釈を記憶位置に対応する表示位置に表示する
ステップと、計算命令が答を出力する計算命令である場
合に、先頭からその計算命令の前の位置までに記憶され
た計算式を計算して導かれる数値を入力としてその計算
命令に対応する処理を行って得られる答を、次に入力さ
れた数値とみなして前記の表示と記憶のステップを行う
計算実行ステップとを有することを特徴とする計算の処
理方式
6. A method for performing a calculation by using a set of a calculation command and a numerical value in principle in a computer as a calculation formula, wherein the step of inputting the calculation command, the numerical value and the annotation, and the step of inputting the calculation command or the numerical value are performed. In the case, the step of storing in the storage position corresponding to the input position, the step of storing in the storage position corresponding to the numerical value when the annotation is input, and calculating the calculation formula indicated by the stored annotation, the numerical value And inputting the numerical value as a numerical value of a corresponding storage location, and using a display format in which a display unit composed of a set of calculation instructions, a numerical value, and at least one annotation is vertically arranged on a display device. Calculation instructions entered,
A step of displaying a numerical value or a comment at a display position corresponding to the storage position; and, when the calculation instruction is a calculation instruction for outputting an answer, calculating a calculation expression stored from the beginning to a position before the calculation instruction. Having a calculation execution step of performing a process of displaying and storing the answer obtained by performing a process corresponding to the calculation instruction with a numerical value derived as input as a next input value. Calculation processing method
【請求項7】 計算命令と数値の入力ステップが、記憶
された計算式に含まれる計算命令と数値を入力するステ
ップを含む、請求項1に記載の方法
7. The method according to claim 1, wherein the step of inputting a calculation command and a numerical value includes inputting a calculation command and a numerical value included in a stored calculation formula.
【請求項8】 計算命令と数値の入力ステップが、記憶
された複数の数値とこれらの数値に対応する計算命令の
作成方法を指示するステップと、前記の数値と作成方法
に従って作成された計算命令を入力するステップを含
む、請求項1に記載の方法
8. A step of inputting a calculation command and a numerical value, the step of instructing a method of preparing a plurality of stored numerical values and a calculation command corresponding to these numerical values, and a calculation command prepared according to the numerical value and the preparing method. 2. The method of claim 1 including the step of entering
【請求項9】 表示装置を備え、計算式を原則として計
算命令と数値の組によって構成して計算を行うコンピュ
ータにおいて、計算命令と数値を入力するキー入力手段
と、キー入力手段から計算命令又は数値が入力された場
合に、入力位置に対応する記憶位置に記憶する手段と、
表示装置において一組の計算命令と数値で構成された表
示単位を縦に並べた表示形式を用いて、入力された計算
命令又は数値を、記憶位置に対応する表示位置に表示す
る手段と、計算命令が答を出力する計算命令である場合
に、先頭からその計算命令の前の位置までに記憶された
計算式を計算して導かれる数値を入力としてその計算命
令に対応する処理を行って得られる答を、次に入力され
た数値とみなして前記の記憶と表示を行う手段とを含む
コンピュータ
9. A computer provided with a display device and configured to perform a calculation by using a set of calculation commands and numerical values in principle as a calculation formula, key input means for inputting the calculation command and the numerical value, Means for storing, when a numerical value is input, a storage position corresponding to the input position;
Means for displaying the input calculation instruction or numerical value at a display position corresponding to the storage position, using a display format in which a display unit composed of a set of calculation instruction and numerical value is vertically arranged on the display device; If the command is a calculation command that outputs an answer, calculate the calculation formula stored from the beginning to the position before the calculation command and input the numerical value to be derived and perform the processing corresponding to the calculation command. Means for performing the above-mentioned storage and display by regarding the answer given as the next input numerical value.
【請求項10】 コンピュータを請求項1の方法で機能
させるコンピュータプログラムを表すデータによりエン
コードされた、コンピュータで読取可能な記憶媒体
10. A computer readable storage medium encoded with data representing a computer program that causes a computer to function in the method of claim 1.
JP36003596A 1996-12-27 1996-12-27 Calculation method that minimizes input and checking Expired - Fee Related JP3940771B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP36003596A JP3940771B2 (en) 1996-12-27 1996-12-27 Calculation method that minimizes input and checking

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP36003596A JP3940771B2 (en) 1996-12-27 1996-12-27 Calculation method that minimizes input and checking

Publications (2)

Publication Number Publication Date
JPH10187621A true JPH10187621A (en) 1998-07-21
JP3940771B2 JP3940771B2 (en) 2007-07-04

Family

ID=18467569

Family Applications (1)

Application Number Title Priority Date Filing Date
JP36003596A Expired - Fee Related JP3940771B2 (en) 1996-12-27 1996-12-27 Calculation method that minimizes input and checking

Country Status (1)

Country Link
JP (1) JP3940771B2 (en)

Also Published As

Publication number Publication date
JP3940771B2 (en) 2007-07-04

Similar Documents

Publication Publication Date Title
US9922019B2 (en) Persistently self-replicating cells
US7350141B2 (en) User interface for integrated spreadsheets and word processing tables
US7506242B2 (en) System and method for integrating spreadsheets and word processing tables
EP2666105B1 (en) Storage of a document using multiple representations
US7127672B1 (en) Creating and managing structured data in an electronic spreadsheet
US5021973A (en) Method for assisting the operator of an interactive data processing system to enter data directly into a selected cell of a spreadsheet
US7644133B2 (en) System in an office application for providing content dependent help information
JP2002150209A (en) Method and system for continuously copying/sticking copy original cell range to one or multiple copy address cell ranges on electronic spread sheet
BRPI0615237B1 (en) METHOD FOR MODIFYING A GRAPHIC USER INTERFACE
JPH04252351A (en) Computing apparatus
US20130290837A1 (en) Method and Apparatus for Correcting Document Formatting Based on Source Document
WO2007068204A1 (en) Processing method of enhancing opening speed of character processing document
US5771392A (en) Encoding method to enable vectors and matrices to be elements of vectors and matrices
WO2020264014A1 (en) Systems and methods to facilitate rapid data entry for document review
JP3940771B2 (en) Calculation method that minimizes input and checking
JPH0252299B2 (en)
JP3567299B2 (en) Graph generation output device
JP2562497B2 (en) Annotation word processor
JP2831866B2 (en) Spreadsheet software cooperation processing device
JP4063680B2 (en) Development scale measuring instrument
JP3047400B2 (en) Data processing device
JP2003122744A (en) Character display control method
JP3395372B2 (en) Table processing equipment
JP3237709B2 (en) Document processing apparatus and document processing method
JP2003228686A (en) Reference processing system and method for table format data file, and program therefor

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20031125

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20031125

A977 Report on retrieval

Effective date: 20050801

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051004

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20051130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060221

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060420

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060829

A521 Written amendment

Effective date: 20061010

Free format text: JAPANESE INTERMEDIATE CODE: A523

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061205

A521 Written amendment

Effective date: 20061213

Free format text: JAPANESE INTERMEDIATE CODE: A523

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Effective date: 20070206

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Effective date: 20070301

Free format text: JAPANESE INTERMEDIATE CODE: A61

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 3

Free format text: PAYMENT UNTIL: 20100413

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 4

Free format text: PAYMENT UNTIL: 20110413

LAPS Cancellation because of no payment of annual fees