JP2000132518A - Small electronic computer - Google Patents

Small electronic computer

Info

Publication number
JP2000132518A
JP2000132518A JP10303756A JP30375698A JP2000132518A JP 2000132518 A JP2000132518 A JP 2000132518A JP 10303756 A JP10303756 A JP 10303756A JP 30375698 A JP30375698 A JP 30375698A JP 2000132518 A JP2000132518 A JP 2000132518A
Authority
JP
Japan
Prior art keywords
arithmetic
expression
arithmetic expression
buffer
input
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
JP10303756A
Other languages
Japanese (ja)
Inventor
Hideyasu Kawage
秀康 河毛
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.)
Sharp Corp
Original Assignee
Sharp Corp
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 Sharp Corp filed Critical Sharp Corp
Priority to JP10303756A priority Critical patent/JP2000132518A/en
Publication of JP2000132518A publication Critical patent/JP2000132518A/en
Pending legal-status Critical Current

Links

Landscapes

  • Calculators And Similar Devices (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a small electronic computer which can eliminate a complicated operation that is needed for calling out an arithmetic expression that was carried out in the past and also can easily retrieve the arithmetic expression in both directions to the old and new sides. SOLUTION: An arithmetic expression that was inputted in the past and stored in an arithmetic expression storage buffer is called out to an arithmetic expression input buffer by an arithmetic expression retrieval means. The arithmetic processing is automatically carried out by the said calling operation and this processing result is displayed. At the same time, the arithmetic result, etc. corresponding to an arithmetic expression is stored and then displayed when a past arithmetic expression is called out by the arithmetic expression retrieval means. In either of both cases, the arithmetic expression is not stored again.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は小型電子計算機に関
し、特に、演算式(演算式)の入力及び計算が可能な小
型電子計算機に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a small computer, and more particularly, to a small computer capable of inputting and calculating an arithmetic expression.

【0002】[0002]

【従来の技術】従来、実開昭62−89047号公報に
記載されているように、演算式の演算結果を記憶する手
段を設け、この手段に記憶された演算結果を次回の演算
式入力の際取り出して使用可能とする小型電子計算機が
あった。しかし、この種の小型電子計算機では、前回計
算した演算式だけしか覚えていないため、それ以前に実
行した演算式については呼び出すことができないという
欠点があった。また、この方法を応用して複数の演算式
を記憶して呼び出すことができるように成した小型電子
計算機もある。
2. Description of the Related Art Conventionally, as disclosed in Japanese Utility Model Application Laid-Open No. Sho 62-89047, means for storing the operation result of an operation expression is provided, and the operation result stored in this means is used for inputting the next operation expression. There was a small computer that could be taken out and used. However, this kind of small-sized computer has a drawback in that it can only remember the arithmetic expression calculated last time and cannot call the arithmetic expression executed before that. In addition, there is a small computer which can store and call a plurality of arithmetic expressions by applying this method.

【0003】[0003]

【発明が解決しようとする課題】しかし、以前の演算式
を順次呼び出して結果を見ようとすると、演算式の呼び
出しと表示、演算の実行(計算)、演算式の再記憶とい
う一連の手順をひとまとまりの手続きとして行わなけれ
ばならないため操作が煩雑になるという問題があった。
また、こうして前述の処理を一連の手続きとして実行す
ると演算式の記憶が呼び出しの度に繰り返して行われる
ので、重複して記憶された同じ演算式が増えてしまい、
所望の他の演算式を呼び出そうとすると、記憶容量が少
ないために既に消えてしまっていたり、思った以上に古
い方へ記憶されていたり、思っているのとは順序が異な
ってしまっていたりして呼び出しにくくなるという問題
もあった。また、演算式を検索する方向についても、常
に以前の演算式を検索する方向だけしかないため、一度
戻りすぎると始めから演算式の検索をやり直さなければ
ならなくなるという問題もあった。
However, in order to sequentially call previous arithmetic expressions and view the result, a series of steps of calling and displaying the arithmetic expressions, executing (calculating) the arithmetic operations, and storing the arithmetic expressions again are performed. There is a problem that the operation is complicated because it must be performed as a unitary procedure.
In addition, if the above-described processing is executed as a series of procedures, the storage of the arithmetic expression is repeatedly performed at each call, so that the same arithmetic expression redundantly stored increases.
If you try to call another desired arithmetic expression, it has already disappeared due to low storage capacity, it is stored earlier than expected, or the order is different from what you thought There was also a problem that it became difficult to call. In addition, since there is always only a direction for searching for a previous arithmetic expression in a direction for searching for an arithmetic expression, there is also a problem in that if it returns once, it is necessary to search for the arithmetic expression again from the beginning.

【0004】本発明は、上記の問題点を解決するために
成されたものであって、演算式を記憶して演算可能な小
型電子計算機であって、以前に計算した結果を容易に確
認することができる小型電子計算機を提供することを目
的とするものである。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and is a small-sized electronic computer capable of storing and calculating an arithmetic expression. It is an object of the present invention to provide a small-sized computer capable of performing such operations.

【0005】[0005]

【課題を解決するための手段】上述の目的を達成するた
めに、請求項1記載の本発明は、演算式を入力するため
の入力手段と、前記入力手段によって入力された演算式
を一時的に保持する演算式入力バッファと、前記演算式
入力バッファにある演算式の演算を実行する演算手段
と、前記演算式入力バッファに過去に入力された演算式
を順次蓄える演算式記憶バッファと、前記演算式記憶バ
ッファに記憶されている演算式を順次演算式入力バッフ
ァに呼び戻すための演算式検索手段とを備える小型電子
計算機において、前記演算手段は、前記演算式検索手段
によって前記演算式記憶バッファから前記演算式入力バ
ッファに演算式が呼び戻された時点で当該演算を実行す
ることを特徴とする小型電子計算機である。
In order to achieve the above-mentioned object, the present invention according to claim 1 provides input means for inputting an arithmetic expression, and temporarily stores the arithmetic expression input by the input means. An arithmetic expression input buffer for holding the arithmetic expression, an arithmetic means for executing an arithmetic operation of the arithmetic expression in the arithmetic expression input buffer, an arithmetic expression storage buffer for sequentially storing arithmetic expressions previously input to the arithmetic expression input buffer, An arithmetic expression search means for sequentially recalling the arithmetic expressions stored in the arithmetic expression storage buffer to the arithmetic expression input buffer, wherein the arithmetic means comprises: A small-sized computer according to claim 1, wherein said operation is executed when said operation expression is recalled to said operation expression input buffer.

【0006】また、請求項2記載の本発明は、演算式を
入力するための入力手段と、前記入力手段によって入力
された演算式を一時的に保持する演算式入力バッファ
と、前記演算式入力バッファにある演算式の演算を実行
する演算手段と、前記演算式入力バッファに過去に入力
された演算式を順次蓄える演算式記憶バッファと、前記
演算式記憶バッファに蓄えられた各演算式の演算結果と
演算モードとを記憶するバッファと、前記演算式記憶バ
ッファに記憶されている演算式とバッファに記憶されて
いる当該演算式の演算結果と演算モードとを順次呼び出
して表示せしめる演算式検索手段とを備えることを特徴
とする小型電子計算機である。
According to a second aspect of the present invention, there is provided input means for inputting an arithmetic expression, an arithmetic expression input buffer for temporarily storing the arithmetic expression input by the input means, and an arithmetic expression input buffer. Calculating means for executing the operation of the operation expression in the buffer; operation expression storage buffer for sequentially storing operation expressions previously input to the operation expression input buffer; and operation of each operation expression stored in the operation expression storage buffer A buffer for storing the result and the operation mode, and an operation expression search means for sequentially calling and displaying the operation expression stored in the operation expression storage buffer, the operation result of the operation expression stored in the buffer, and the operation mode And a small computer.

【0007】請求項1記載の本発明によると、演算式記
憶バッファから演算式入力バッファに演算式が呼び出さ
れた時に当該演算が実行されて結果が自動的に表示され
るので、きわめて容易に過去の演算式を呼び出し再計算
せしめることができる。また、演算式の記憶が呼び出し
の度に行われることが無く、演算式の記憶の順序が常に
同一で保存されるのできわめて容易に所望の演算式を呼
び出すことができる。
According to the first aspect of the present invention, when an operation expression is called from the operation expression storage buffer to the operation expression input buffer, the operation is executed and the result is automatically displayed. Can be called and recalculated. Also, the operation formula is not stored each time it is called, and the storage order of the operation formulas is always stored in the same order, so that the desired operation formula can be called very easily.

【0008】また、請求項2記載の本発明によると演算
式とその計算結果及び計算モードとが記憶されているの
で、演算式を再計算する必要が無い。このため、演算式
の呼び出しをきわめて迅速に行うことができる。さら
に、演算式の記憶の順序は常に一定に保たれるのできわ
めて容易に所望の演算式を呼び出すことができる。
According to the second aspect of the present invention, since the arithmetic expression, its calculation result and the calculation mode are stored, there is no need to recalculate the arithmetic expression. For this reason, the operation expression can be called very quickly. Further, since the order of storing the arithmetic expressions is always kept constant, a desired arithmetic expression can be called very easily.

【0009】[0009]

【発明の実施の形態】図1は本発明を実施した小型電子
計算機の模式構成図である。符号1は演算式や演算結果
を表示する表示部、2は演算結果検索キー、3は数値を
入力するための置数キー、4は演算子を入力するための
演算子キー、5は演算実行を行うための演算実行キーで
ある。演算結果検索キー2は古い方向への検索の際に用
いるキー2aと新しい方向への検索の際に用いるキー2
bの二つに分かれている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a schematic structural view of a small computer which embodies the present invention. Reference numeral 1 denotes a display for displaying an arithmetic expression or an arithmetic result, 2 denotes an arithmetic result search key, 3 denotes a numeric key for inputting a numerical value, 4 denotes an operator key for inputting an operator, and 5 denotes an arithmetic operation. Is a calculation execution key for performing The calculation result search key 2 is a key 2a used for searching in an old direction and a key 2a used for searching in a new direction.
b.

【0010】図2、図3及び図4はそれぞれ本小型電子
計算機の内部ブロック図及びRAMの内部構成を示す図
である。CPU9はユーザーのキーボード6への入力に
伴いプログラムROM10に予め設定されているプログ
ラムに従って動作を行い、表示を行うときは表示RAM
7にデータを書き込み、演算式を記憶したり、演算した
りするときはRAM8にアクセスする。RAM8は図3
あるいは図4に示すような演算式入力バッファ11及び
演算式記憶バッファ12から構成される場合(第1の実
施例)、あるいは、演算式入力バッファ11、演算式記
憶バッファ12、演算結果バッファ13及び演算モード
バッファ14から構成される場合(第2の実施例)があ
る。
FIGS. 2, 3 and 4 are an internal block diagram of the small computer and a diagram showing the internal configuration of the RAM, respectively. The CPU 9 operates in accordance with a program preset in the program ROM 10 in accordance with a user's input to the keyboard 6, and a display RAM is used for displaying.
The RAM 8 is accessed when data is written in the memory 7 and an arithmetic expression is stored or operated. RAM 8 is shown in FIG.
Alternatively, in the case of a configuration including an operation expression input buffer 11 and an operation expression storage buffer 12 as shown in FIG. 4 (first embodiment), or an operation expression input buffer 11, an operation expression storage buffer 12, an operation result buffer 13, and There is a case where the operation mode buffer 14 is used (the second embodiment).

【0011】演算式入力バッファ11は演算式の入力編
集を行う際に使用するのに必要な演算式記憶エリアであ
る。演算式記憶バッファ12は演算式入力バッファ11
で実行された式を保存しておく為に必要なエリアであ
る。演算式記憶バッファ12は、演算式入力バッファ1
1で実行された演算式を順番に保存している。演算結果
バッファ13は演算式記憶バッファ12にある演算式に
対応する演算結果を保存するためのエリアである。演算
モードバッファ14は、演算式記憶バッファ12にある
演算式が実行されたときの演算モードを記憶しておくた
めのエリアである。演算結果バッファ13及び演算モー
ドバッファ14には、共に、演算式記憶バッファ12に
記憶されている演算式と対応がとれるようにそれぞれの
演算結果と演算モードとが順番に記憶されている。
The arithmetic expression input buffer 11 is an arithmetic expression storage area necessary for use when performing input editing of an arithmetic expression. The operation expression storage buffer 12 is an operation expression input buffer 11
This is the area required to save the expression executed in. The arithmetic expression storage buffer 12 stores the arithmetic expression input buffer 1
The arithmetic expressions executed in step 1 are stored in order. The operation result buffer 13 is an area for storing the operation result corresponding to the operation expression in the operation expression storage buffer 12. The operation mode buffer 14 is an area for storing the operation mode when the operation expression in the operation expression storage buffer 12 is executed. In the operation result buffer 13 and the operation mode buffer 14, both the operation results and the operation modes are sequentially stored so as to correspond to the operation expressions stored in the operation expression storage buffer 12.

【0012】図5、図6及び図7は本発明の第1の実施
例を説明する図である。図6は演算実行時の処理手順を
説明する図である。この図は、演算式がキーボード6か
ら入力されて演算実行キー5が押され、演算式を計算し
た後に、実行した演算式を演算式記憶バッファ12に追
加記憶して演算式の記憶を行うことを示している。
FIG. 5, FIG. 6 and FIG. 7 are views for explaining a first embodiment of the present invention. FIG. 6 is a diagram for explaining a processing procedure at the time of executing an operation. This figure shows that, after an arithmetic expression is input from the keyboard 6 and the arithmetic execution key 5 is pressed and the arithmetic expression is calculated, the executed arithmetic expression is additionally stored in the arithmetic expression storage buffer 12 to store the arithmetic expression. Is shown.

【0013】図5は本発明の第1の実施例の演算結果検
索処理手順を説明する図である。この図は演算結果検索
キー2aに伴う処理を示している。すなわち、入力され
た演算式を古い方向に向かって検索する処理である。ま
ず始めに処理1で以前実行した演算式の検索中かどうか
を判断する。処理1において検索中でないと判断された
ときは、処理2に進み演算直後かどうかを判断する。処
理2において、演算直後以外であると判断されると、処
理3に進み、最後に実行した演算式を演算式記憶バッフ
ァ12から演算式入力バッファ11へ呼び出す。次に、
処理5に進み、演算式入力バッファ11の式の演算を実
行して演算結果を算出する。次に、処理6に進み、演算
式検索中フラグをセットし、演算結果及び演算式を表示
して処理を終わる。一方、処理1で以前実行した演算式
の検索中であると判断されたとき、又は、処理2で演算
直後であると判断されたときは、処理4に進み現在表示
中の式の1つ前の式を演算式記憶バッファ12から演算
式入力バッファ11へ呼び出す。次に先に説明した処理
5、処理6を実行して終了する。
FIG. 5 is a diagram for explaining a calculation result search processing procedure according to the first embodiment of the present invention. This figure shows a process associated with the operation result search key 2a. That is, this is a process of searching for an input operation expression in the old direction. First, it is determined in processing 1 whether or not a search for a previously executed arithmetic expression is being performed. When it is determined in the processing 1 that the search is not being performed, the processing proceeds to the processing 2 and it is determined whether or not it is immediately after the calculation. If it is determined in the processing 2 that the processing is not immediately after the operation, the processing proceeds to the processing 3 and the last executed arithmetic expression is called from the arithmetic expression storage buffer 12 to the arithmetic expression input buffer 11. next,
Proceeding to processing 5, the arithmetic operation of the expression in the arithmetic expression input buffer 11 is executed to calculate the operation result. Next, the process proceeds to a process 6, where an arithmetic expression searching flag is set, the arithmetic result and the arithmetic expression are displayed, and the process ends. On the other hand, if it is determined in the processing 1 that the previously executed arithmetic expression is being searched, or if it is determined in the processing 2 that the arithmetic expression has just been calculated, the processing proceeds to the processing 4 and immediately before the currently displayed expression. Is called from the arithmetic expression storage buffer 12 to the arithmetic expression input buffer 11. Next, the processing 5 and the processing 6 described above are executed, and the processing ends.

【0014】図5の演算結果検索キーの処理では、実行
キー処理の中で、演算式記憶バッファ12に記憶された
演算式を最後に演算した演算式から古いものへ遡って演
算式を検索する方向に順番に呼び出して演算結果をそれ
ぞれ表示している。
In the processing of the operation result retrieval key shown in FIG. 5, in the execution key processing, the operation expression stored in the operation expression storage buffer 12 is searched for the operation expression from the last operation expression to the oldest one. The calculation results are displayed by calling them sequentially in the direction.

【0015】図7には、一旦演算式記憶バッファ12に
記憶された演算式を最後に演算した演算式から古いもの
へ遡って演算式を検索した後、新しいものへ向かって検
索する時の処理手順を示してある。すなわち演算式検索
キー2bに伴う処理である。まず始めに処理7で以前実
行した演算式の検索中かどうかを判断する。処理7にお
いて検索中であると判断されたときは、処理8に進み、
現在表示中の演算式よりも1つ新しい演算式を演算式入
力バッファ11へ呼び出す。次に、処理9に進み、演算
式入力バッファ11の式の演算を実行して演算結果を算
出する。次に、処理10に進み、演算式検索中フラグを
セットし、演算結果及び演算式を表示して処理を終わ
る。一方、処理7で以前実行した演算式の検索中でない
と判断されたときは処理を終わる。
FIG. 7 shows a process for retrieving an arithmetic expression from an arithmetic expression last calculated from an arithmetic expression once stored in the arithmetic expression storage buffer 12 to an old one, and then searching for a new one. The procedure is shown. That is, this is a process associated with the arithmetic expression search key 2b. First, it is determined in processing 7 whether or not a search for a previously executed arithmetic expression is being performed. When it is determined in the process 7 that the search is being performed, the process proceeds to the process 8, and
An arithmetic expression one newer than the currently displayed arithmetic expression is called into the arithmetic expression input buffer 11. Then, the process proceeds to a step 9, wherein the operation of the expression in the operation expression input buffer 11 is executed to calculate the operation result. Next, the process proceeds to a process 10, in which an arithmetic expression searching flag is set, the arithmetic result and the arithmetic expression are displayed, and the process ends. On the other hand, if it is determined in the process 7 that the previously executed operation formula is not being searched, the process is terminated.

【0016】新しい方向への演算式検索処理は古い方向
への演算式の検索処理とは反対に演算を実行した順番に
演算式の結果の表示を行う。演算結果検索キー2で演算
結果を呼び出すときに、演算を実行しても、演算式を新
たに登録していない、すなわち演算式記憶バッファ12
に再記憶していない。これにより、何度検索を行っても
演算式の順序が保存され、また、同じ演算式が増えるこ
とを防ぐことができ、検索効率が極めて高くなる。
In the arithmetic expression search processing in the new direction, the results of the arithmetic expressions are displayed in the order in which the arithmetic operations are executed, in contrast to the search processing of the arithmetic expression in the old direction. When the operation result is called by the operation result search key 2, even if the operation is executed, the operation expression is not newly registered, that is, the operation expression storage buffer 12
Did not remember again. Thus, the order of the arithmetic expressions is preserved even if the search is performed many times, and the number of the same arithmetic expressions can be prevented from increasing, so that the search efficiency becomes extremely high.

【0017】図8、図9及び図10は本発明の第2の実
施例を説明する図である。 図9は演算実行時の処理手
順を説明する図である。演算実行時に、演算式を計算し
た後に、演算を実行した演算式を演算式記憶バッファ1
2に、演算した結果を演算結果バッファ13に、演算モ
ードを演算モードバッファ14に追加記憶して演算式及
び演算結果等の記憶を行っている。
FIGS. 8, 9 and 10 are views for explaining a second embodiment of the present invention. FIG. 9 is a diagram for explaining a processing procedure at the time of executing an operation. At the time of execution of the calculation, after calculating the calculation expression, the calculation expression executed is stored in the calculation expression storage buffer 1.
2, the operation result is additionally stored in the operation result buffer 13 and the operation mode is additionally stored in the operation mode buffer 14 to store the operation formulas and the operation results.

【0018】図8は演算結果検索処理手順を説明する図
であり、古い方向への検索処理手順を示している。すな
わち演算結果検索キー2aに伴う処理である。まず始め
に処理1aで以前実行した演算式の検索中かどうかを判
断する。処理1aにおいて検索中でないと判断されたと
きは、処理2aに進み演算直後かどうかを判断する。処
理2aにおいて、演算直後以外であると判断されると、
処理3aに進み、最後に実行した演算式を演算式記憶バ
ッファ12から演算式入力バッファ11へ呼び出し、
又、この式に対応する演算結果、演算モードを演算結果
バッファ13、演算モードバッファ14からそれぞれ呼
び出す。次に、処理6aに進み演算式検索中フラグをセ
ットし、演算結果及び演算式を表示して処理を終わる。
一方、処理1aで以前実行した演算式の検索中であると
判断されたとき、又は、処理2aで演算直後であると判
断されたときは、処理4aに進み現在表示中の式の1つ
前の式を演算式記憶バッファ12から演算式入力バッフ
ァ11へ呼び出し、又、この式に対応する演算結果、演
算モードをそれぞれ演算結果バッファ13、演算モード
バッファ14から呼び出す。次に先に説明した処理6a
を実行し終了する。以上の演算結果検索キーの処理で
は、実行キー処理の中で、演算式記憶バッファ12に記
憶された演算式を最後に演算した演算式から以前の演算
式を検索する方向に、すなわち古い方向へ向かって順番
に呼び出して演算結果をそれぞれ表示している。
FIG. 8 is a view for explaining the procedure of the operation result search processing, and shows the search processing procedure in the old direction. That is, this is processing associated with the operation result search key 2a. First, it is determined in the process 1a whether or not a search for a previously executed arithmetic expression is being performed. When it is determined in the process 1a that the search is not being performed, the process proceeds to the process 2a to determine whether or not it is immediately after the calculation. In the process 2a, when it is determined that it is not immediately after the calculation,
Proceeding to process 3a, the last executed arithmetic expression is called from the arithmetic expression storage buffer 12 to the arithmetic expression input buffer 11,
The operation result and the operation mode corresponding to this expression are called from the operation result buffer 13 and the operation mode buffer 14, respectively. Next, the process proceeds to a process 6a, where an arithmetic expression searching flag is set, the arithmetic result and the arithmetic expression are displayed, and the process ends.
On the other hand, when it is determined in the process 1a that the previously executed arithmetic expression is being searched, or when it is determined in the process 2a that the arithmetic expression has just been calculated, the process proceeds to the process 4a and immediately before the currently displayed expression. Is called from the calculation expression storage buffer 12 to the calculation expression input buffer 11, and the calculation result and calculation mode corresponding to this expression are called from the calculation result buffer 13 and the calculation mode buffer 14, respectively. Next, the processing 6a described above
And exit. In the above-described processing of the operation result search key, in the execution key processing, in the direction of searching for the previous operation expression from the operation expression that last calculated the operation expression stored in the operation expression storage buffer 12, that is, in the old direction. The calculation results are displayed by calling them sequentially.

【0019】図10には新しい方向への検索処理手順、
演算結果検索キー2bに伴う処理手順を示してある。ま
ず始めに処理7aで以前実行した演算式の検索中かどう
かを判断する。処理7aにおいて検索中であると判断さ
れたときは、処理8aに進み、現在表示中の式の1つ次
の式を演算式記憶バッファ12から演算式入力バッファ
11へ呼び出し、又、この演算式に対応する演算結果、
演算モードをそれぞれ演算結果バッファ13、演算モー
ドバッファ14から呼び出す。次に、処理10aに進み
演算式検索中フラグをセットし、演算結果及び演算式を
表示して処理を終わる。一方、処理7aで以前実行した
演算式の検索中でないと判断されたときは処理を終わ
る。
FIG. 10 shows a search processing procedure in a new direction.
The processing procedure associated with the operation result search key 2b is shown. First, it is determined in the process 7a whether or not the search for the previously executed arithmetic expression is being performed. When it is determined in the process 7a that the search is being performed, the process proceeds to a process 8a, in which the next expression of the expression currently displayed is called from the arithmetic expression storage buffer 12 to the arithmetic expression input buffer 11, and the arithmetic expression is inputted. The operation result corresponding to
The operation mode is called from the operation result buffer 13 and the operation mode buffer 14, respectively. Next, the process proceeds to the process 10a, where the arithmetic expression searching flag is set, the arithmetic result and the arithmetic expression are displayed, and the process ends. On the other hand, if it is determined in the process 7a that the previously executed operation formula is not being searched, the process is terminated.

【0020】演算結果検索キーによる新しい方向への検
索処理は、演算を実行した順番に、古いものから新しい
ものへ向かって演算式の結果を表示して行く。演算結果
検索キーで演算結果を呼び出すときに演算を実行しない
ので、演算式を新たに登録していない。これにより、何
度検索を行っても演算式が増えることは無く、効率よく
検索ができる。
In the search processing in the new direction using the operation result search key, the results of the operation expression are displayed in order of execution of the operation, from the oldest to the newest. Since the calculation is not executed when the calculation result is called with the calculation result search key, no new calculation expression is registered. Thus, the number of arithmetic expressions does not increase even if the search is performed many times, and the search can be performed efficiently.

【0021】図11は従来機種のキー操作例を、図12
及び図13は本発明によるキー操作例を示す。従来機種
のキー操作(図11参照)の中では、3つの式を入力計
算した後、一番始めに計算した結果を再呼び出す手順を
示している。ここで、演算式の呼び出しは「PB」(プ
レイバック)キーを3回実行して、結果を呼び出したい
式を検索し、目的の式が表示されたところで演算実行キ
ーを押して演算結果を表示している。従って、複数の式
の結果を知りたい場合には、上記の手順を何度も繰り返
す必要がある。
FIG. 11 shows an example of key operation of a conventional model, and FIG.
13 shows an example of key operation according to the present invention. In the key operation of the conventional model (see FIG. 11), a procedure for inputting and calculating three equations and then recalling the first calculated result is shown. Here, the operation expression is called by executing the "PB" (playback) key three times, searching for the expression whose result is to be called, and pressing the operation execution key when the target expression is displayed to display the operation result. ing. Therefore, if one wants to know the results of a plurality of equations, the above procedure must be repeated many times.

【0022】図12は本発明によるキー操作例を示して
いる。ここでも図11と同様に、3つの式を入力計算し
た後、一番始めに計算した結果を再呼び出しする手順を
示している。ここで、演算式の呼び出しは、演算結果検
索キー2を使用して行っているが、検索と同時に結果を
表示するため、演算実行キー5を押す必要はない。複数
の式の結果を呼び出すときも、式を呼び出す度に演算結
果が自動的に表示されるので操作が簡単になっているこ
とがわかる。
FIG. 12 shows an example of key operation according to the present invention. Here, as in FIG. 11, a procedure for inputting and calculating three equations and then recalling the first calculated result is shown. Here, the calculation expression is called using the calculation result search key 2, but the result is displayed at the same time as the search, so there is no need to press the calculation execution key 5. Even when the results of a plurality of formulas are called, the operation result is automatically displayed every time the formula is called, so that the operation is easy.

【0023】又、演算結果検索キー2を操作することに
より、演算を実行した順番の方向に検索ができるように
なっているため、キーの押し過ぎなどにより目的の結果
を通り過ぎた場合は簡単に戻れるようになっている。
By operating the operation result search key 2, a search can be performed in the direction of the execution of the operation. Therefore, when the target result is passed due to excessive pressing of the key or the like, the operation can be easily performed. You can go back.

【0024】図13には、演算結果検索キーのような専
用キーを用いずに同一の機能を実現した場合のキー操作
例を示している。図13では古い方向への検索を「−」
キーで、新しい方向への検索キーを「+」キーで実現し
ている。このように、既存のキーを演算結果表示時のキ
ーとして兼用すれば、新たにキーを設けること無く演算
結果の検索を実現することができる。本例では、
「+」、「−」キーを代用キーとして用いたが、既存の
どのキーでも実現することができることは明らかであ
る。
FIG. 13 shows an example of key operation when the same function is realized without using a dedicated key such as an operation result search key. In FIG. 13, "-" is used for searching in the old direction.
With the key, the search key in the new direction is realized with the "+" key. As described above, if the existing key is also used as the key for displaying the calculation result, the search for the calculation result can be realized without providing a new key. In this example,
Although the "+" and "-" keys have been used as substitute keys, it is clear that any existing key can be implemented.

【0025】[0025]

【発明の効果】以上説明したように、本発明によると、
演算式を記憶して演算可能な小型電子計算機であって、
以前に計算した結果を容易に確認することができる小型
電子計算機を提供することができる。
As described above, according to the present invention,
A small computer capable of storing and calculating an arithmetic expression,
It is possible to provide a small-sized computer capable of easily confirming a result calculated before.

【0026】すなわち、本発明によると演算式記憶バッ
ファから演算式入力バッファに演算式が呼び出された時
に当該演算が実行されて結果が自動的に表示されるの
で、きわめて容易に過去の演算式を呼び出して結果を再
表示せしめることができる。また、演算式の記憶が呼び
出しの度に行われることが無く、演算式の記憶の順序が
常に同一で保存されるのできわめて容易に所望の演算式
を呼び出すことができる。
That is, according to the present invention, when an operation expression is called from the operation expression storage buffer to the operation expression input buffer, the operation is executed and the result is automatically displayed. You can call it and redisplay the results. Also, the operation formula is not stored each time it is called, and the storage order of the operation formulas is always stored in the same order, so that the desired operation formula can be called very easily.

【0027】また、本発明によると演算式そのものと同
時にその演算結果及び演算モードとが記憶されているの
で、演算式を再計算する必要が無い。このため、演算式
及びその結果等の呼び出しをきわめて迅速に行うことが
できる。さらに、演算式の記憶の順序が常に一定に保た
れるのできわめて容易に所望の演算式を呼び出すことが
できる。
Further, according to the present invention, since the operation result and the operation mode are stored at the same time as the operation expression itself, there is no need to recalculate the operation expression. For this reason, it is possible to call the arithmetic expression and its result very quickly. Further, since the order of storing the arithmetic expressions is always kept constant, a desired arithmetic expression can be called very easily.

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

【図1】本発明の小型電子計算機の構成図である。FIG. 1 is a configuration diagram of a small computer according to the present invention.

【図2】本発明の小型電子計算機の内部ブロック図であ
る。
FIG. 2 is an internal block diagram of the small computer of the present invention.

【図3】本発明の小型電子計算機のRAMの構成を示す
図である。
FIG. 3 is a diagram showing a configuration of a RAM of the small computer according to the present invention.

【図4】本発明の小型電子計算機の他の実施例のRAM
の構成を示す図である。
FIG. 4 is a RAM of another embodiment of the small computer of the present invention.
FIG. 3 is a diagram showing the configuration of FIG.

【図5】本発明の第1の実施例の演算結果検索処理の手
順(古い方向への検索処理手順)を説明する図である。
FIG. 5 is a diagram for explaining a procedure of an operation result search process (search process in an old direction) according to the first embodiment of the present invention;

【図6】本発明の第1の実施例の演算実行時の処理手順
を説明する図である。
FIG. 6 is a diagram for explaining a processing procedure at the time of executing an operation according to the first embodiment of the present invention.

【図7】本発明の第1の実施例の演算結果検索処理手順
(新しい方向への検索処理手順)を説明する図である。
FIG. 7 is a diagram illustrating a calculation result search processing procedure (search processing procedure in a new direction) according to the first embodiment of this invention.

【図8】本発明の第2の実施例の演算結果検索処理手順
(古い方向への検索処理手順)を説明する図である。
FIG. 8 is a diagram illustrating a calculation result search processing procedure (search processing procedure in an old direction) according to the second embodiment of this invention.

【図9】本発明の第2の実施例の演算実行時の処理手順
を説明する図である。
FIG. 9 is a diagram for explaining a processing procedure at the time of executing an operation according to the second embodiment of the present invention.

【図10】本発明の第2の実施例の演算結果検索処理手
順(新しい方向への検索処理手順)を説明する図であ
る。
FIG. 10 is a diagram illustrating a calculation result search processing procedure (search processing procedure in a new direction) according to the second embodiment of this invention.

【図11】従来のキー操作例を説明する図である。FIG. 11 is a diagram illustrating a conventional key operation example.

【図12】本発明のキー操作例を説明する図である。FIG. 12 is a diagram illustrating a key operation example of the present invention.

【図13】本発明のキー操作例で専用キーを用いない場
合の操作を説明する図である。
FIG. 13 is a diagram illustrating an operation when a dedicated key is not used in the key operation example of the present invention.

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

1 表示部 2 演算結果検索キー 3 置数キー 4 演算子キー 5 演算実行キー 6 キーボード 7 表示RAM 8 RAM 9 CPU 10 プログラムROM 11 演算式入力バッファ 12 演算式記憶バッファ 13 演算結果バッファ 14 演算モードバッファ REFERENCE SIGNS LIST 1 display unit 2 operation result search key 3 numeric key 4 operator key 5 operation execution key 6 keyboard 7 display RAM 8 RAM 9 CPU 10 program ROM 11 operation expression input buffer 12 operation expression storage buffer 13 operation result buffer 14 operation mode buffer

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 演算式を入力するための入力手段と、 前記入力手段によって入力された演算式を一時的に保持
する演算式入力バッファと、 前記演算式入力バッファにある演算式の演算を実行する
演算手段と、 前記演算式入力バッファに過去に入力された演算式を順
次蓄える演算式記憶バッファと、 前記演算式記憶バッファに記憶されている演算式を順次
演算式入力バッファに呼び戻すための演算式検索手段と
を備える小型電子計算機において、 前記演算手段は、前記演算式検索手段によって前記演算
式記憶バッファから前記演算式入力バッファに演算式が
呼び戻された時点で当該演算を実行することを特徴とす
る小型電子計算機。
1. An input unit for inputting an arithmetic expression, an arithmetic expression input buffer for temporarily holding an arithmetic expression input by the input unit, and executing an arithmetic operation on the arithmetic expression in the arithmetic expression input buffer An arithmetic unit for sequentially storing arithmetic expressions previously input to the arithmetic expression input buffer; and an operation for sequentially recalling the arithmetic expressions stored in the arithmetic expression storage buffer to the arithmetic expression input buffer A small-sized computer comprising: an expression search unit, wherein the operation unit executes the operation when the operation expression is recalled from the operation expression storage buffer to the operation expression input buffer by the operation expression search unit. Small computer.
【請求項2】 演算式を入力するための入力手段と、 前記入力手段によって入力された演算式を一時的に保持
する演算式入力バッファと、 前記演算式入力バッファにある演算式の演算を実行する
演算手段と、 前記演算式入力バッファに過去に入力された演算式を順
次蓄える演算式記憶バッファと、 前記演算式記憶バッファに蓄えられた各演算式の演算結
果と演算モードとを記憶するバッファと、 前記演算式記憶バッファに記憶されている演算式とバッ
ファに記憶されている当該演算式の演算結果と演算モー
ドとを順次呼び出して表示せしめる演算式検索手段とを
備えることを特徴とする小型電子計算機。
2. An input unit for inputting an arithmetic expression, an arithmetic expression input buffer for temporarily holding the arithmetic expression input by the input unit, and executing an arithmetic expression in the arithmetic expression input buffer Arithmetic means for performing the following operations; an arithmetic expression storage buffer for sequentially storing arithmetic expressions previously input to the arithmetic expression input buffer; and a buffer for storing the arithmetic result and the arithmetic mode of each arithmetic expression stored in the arithmetic expression storage buffer. And an arithmetic expression searching means for sequentially calling and displaying the arithmetic expression stored in the arithmetic expression storage buffer, the arithmetic result of the arithmetic expression stored in the buffer, and the arithmetic mode. Electronic computer.
JP10303756A 1998-10-26 1998-10-26 Small electronic computer Pending JP2000132518A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10303756A JP2000132518A (en) 1998-10-26 1998-10-26 Small electronic computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10303756A JP2000132518A (en) 1998-10-26 1998-10-26 Small electronic computer

Publications (1)

Publication Number Publication Date
JP2000132518A true JP2000132518A (en) 2000-05-12

Family

ID=17924905

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10303756A Pending JP2000132518A (en) 1998-10-26 1998-10-26 Small electronic computer

Country Status (1)

Country Link
JP (1) JP2000132518A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008234146A (en) * 2007-03-19 2008-10-02 Casio Comput Co Ltd Electronic calculator
JP2011129138A (en) * 2011-01-12 2011-06-30 Casio Computer Co Ltd Electronic calculator
JP2016177507A (en) * 2015-03-19 2016-10-06 カシオ計算機株式会社 Electronic device and calculation processing program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008234146A (en) * 2007-03-19 2008-10-02 Casio Comput Co Ltd Electronic calculator
JP2011129138A (en) * 2011-01-12 2011-06-30 Casio Computer Co Ltd Electronic calculator
JP2016177507A (en) * 2015-03-19 2016-10-06 カシオ計算機株式会社 Electronic device and calculation processing program
US10114791B2 (en) 2015-03-19 2018-10-30 Casio Computer Co., Ltd. Electronic apparatus, calculation processing method, and recording medium storing calculation processing program

Similar Documents

Publication Publication Date Title
JPH07325832A (en) Retrieval method for utilizing timewise change of word usage pattern and information retrieval device
JP2000132518A (en) Small electronic computer
JP2859214B2 (en) Simplified function selection menu method
JPS61210415A (en) Crt key input operating device
JPS58163036A (en) Automatic numbering device
JP2604548B2 (en) Information processing device
US5155815A (en) Computer in which data home is changeable in any mode
JPH07105223A (en) Data base retrieval device
JP2741923B2 (en) Dictionary search device
JPH02176853A (en) Character processor
JPS62235674A (en) Automatic retrieving, substituting and editing device
JPH11203288A (en) Database reference device
JPH07182149A (en) Message display system
JPH07295814A (en) Data input address management method
JPH05181911A (en) Method and device for document retrieval
JPH05119893A (en) Help operating and displaying system of information processor
JPH05250370A (en) Document retrieval device
JPH05334152A (en) Rapid access method for variable length message file
JPS63284639A (en) Retrieving device
JPH064586A (en) Logical record access system
JPH02288967A (en) Document editing device
JPH03220657A (en) Dictionary information display system
JPH01239630A (en) Relative information retriever
JPS62256072A (en) Text processor
JPH04287221A (en) Device for managing progress of program development

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040302