WO2018123378A1 - Arithmetic processing apparatus and method for controlling arithmetic processing apparatus - Google Patents
Arithmetic processing apparatus and method for controlling arithmetic processing apparatus Download PDFInfo
- Publication number
- WO2018123378A1 WO2018123378A1 PCT/JP2017/042194 JP2017042194W WO2018123378A1 WO 2018123378 A1 WO2018123378 A1 WO 2018123378A1 JP 2017042194 W JP2017042194 W JP 2017042194W WO 2018123378 A1 WO2018123378 A1 WO 2018123378A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- history information
- editing
- calculation
- partial
- unit
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/02—Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators
Definitions
- the present disclosure relates to an arithmetic processing device and a control method thereof, and more particularly, to an arithmetic processing device capable of displaying arithmetic results such as four arithmetic operations and history information of arithmetic results, and a control method thereof.
- This application claims priority based on Japanese Patent Application No. 2016-252972, which is a Japanese patent application filed on December 27, 2016. All the descriptions described in the Japanese patent application are incorporated herein by reference.
- an electronic desk calculator includes a numeric key for inputting numbers, an operation key for inputting operators, and a display unit for displaying numbers, alphabets, and the like.
- the electronic desk calculator performs arithmetic processing on the numeric data input by the numeric keys using the operator input by the arithmetic keys, and displays the result on the display unit.
- Such an electronic desk calculator is also equipped with a function for confirming the history of calculation.
- Patent Document 1 discloses an information processing apparatus with a shopping calculation function.
- the apparatus includes four arithmetic operation means, a tax calculation means for calculating a payment amount, a change calculation means for calculating a change amount, a store number input means for inputting a store number, and a payment amount, principal or change amount.
- Shopping count means for counting the shopping count for each store number, store number, and display means for displaying the payment amount or principal or change amount corresponding to the store number, and the shopping count.
- Patent Document 1 has a function of performing calculations necessary at the time of shopping, and is considering checking the history of calculations easily.
- the display panel of the apparatus according to Patent Document 1 only one of a numerical value input by the user or a history of calculation results is displayed. For this reason, for example, the user cannot input numerical values or the like while checking the history of calculation results.
- the present disclosure aims to provide an arithmetic processing device capable of improving the convenience of a user when checking and editing a history of calculation results, and a control method thereof.
- An arithmetic processing device includes an input unit that receives input of arithmetic information including numerical values and operators, an arithmetic unit that executes an arithmetic operation according to the arithmetic information received by the input unit, and arithmetic operations and arithmetic unit operations Using the display control unit that controls to display the result in the first display area, and to display the history information of the calculation result in the second display area, and at least one edit mode, An editing execution unit capable of editing history information. The display control unit causes the history information of the calculation result edited by the editing execution unit to be displayed in the second display area.
- a method for controlling an arithmetic processing unit includes a step of receiving input of calculation information including a numerical value and an operator, a step of executing a calculation according to the received calculation information, and a calculation result obtained by the step of executing the calculation information and the calculation in a first display area. And displaying the calculation result history information in the second display area, and editing the calculation result history information using at least one editing mode. .
- the step of controlling includes displaying the history information of the operation result edited by the step of editing in the second display area.
- FIG. 7 is a diagram for describing a history information editing method according to the first embodiment.
- FIG. 7 is a diagram for describing a history information editing method according to the first embodiment.
- FIG. 7 is a diagram for describing a history information editing method according to the first embodiment.
- FIG. 7 is a diagram for describing a history information editing method according to the first embodiment. It is a figure for demonstrating an example of the object which shows the insertion position of the partial history information according to Embodiment 1.
- FIG. 6 is a diagram for describing a history editing rule according to the first embodiment.
- FIG. 3 is a functional block diagram of an arithmetic processing unit according to the first embodiment. 6 is a flowchart showing an example of a processing procedure of the arithmetic processing device according to the first embodiment. It is a figure for demonstrating the deletion method of the historical information according to Embodiment 2. FIG. It is a figure for demonstrating the deletion method of the historical information according to Embodiment 2.
- FIG. FIG. 10 is a screen transition diagram for describing a history information deletion method according to the second embodiment.
- FIG. 11 is a functional block diagram of an arithmetic processing device according to a second embodiment.
- an electronic desk calculator (so-called calculator) will be described as an example of an arithmetic processing unit.
- the arithmetic processing unit is not limited to the electronic desk calculator, and may be a device such as a personal computer.
- FIG. 1 is a schematic diagram showing an external appearance of an arithmetic processing device 10 according to the first embodiment.
- arithmetic processing device 10 includes a keyboard 156 composed of various keys, a main display 158, and a sub display 160.
- the main display 158 displays a numerical value input via the keyboard 156, an input numerical value, a calculation result according to the operator, and the like.
- the sub display 160 displays history information of calculation results.
- the arithmetic processing device 10 has a display area corresponding to the main display 158 and a display area corresponding to the sub-display 160 as information display areas.
- FIG. 2 is a diagram showing an example of a hardware configuration of arithmetic processing device 10 according to the first embodiment.
- processor 152 memory 154, keyboard 156, main display 158, sub-display 160, communication interface (I / F) 162, and memory interface (I / F) 164 are included. .
- the processor 152 is typically a CPU (Central Processing Unit) or the like.
- the processor 152 functions as a control unit that controls the operation of each unit of the arithmetic processing device 10 by reading and executing the program stored in the memory 154.
- the processor 152 implements each processing (step) of the arithmetic processing unit 10 described later by executing the program.
- the memory 154 is realized by a RAM (Random Access Memory), a ROM (Read-Only Memory), or the like.
- the memory 154 stores a program executed by the processor 152, data used by the processor 152, and the like.
- the keyboard 156 is a key group for accepting an input operation of a mathematical expression component such as a numerical value and a calculation symbol from a user and accepting an instruction operation of various processes.
- the keyboard 156 includes, for example, “0” to “9” keys for numerical input, “+”, “ ⁇ ”, “ ⁇ ”, “ ⁇ ” keys, “%” keys for operator input, and memory calculation.
- the main display 158 and the sub display 160 are composed of, for example, a liquid crystal panel display. On the main display 158 and the sub display 160, a character string, an image, and the like are displayed based on display control data from the processor 152.
- “Character” includes, for example, numerical values, kana, kanji, symbols (including operators), and the like.
- the communication interface 162 encodes communication data from the processor 152, converts it into a communication signal, and transmits the communication signal to another device. In addition, a received signal from another device is decoded, converted into communication data, and output to the processor 152.
- the communication method may be a wireless communication method using a wireless LAN or the like, or a wired communication method using USB (Universal Serial Bus) or the like.
- Memory interface 164 reads data from an external storage medium. Specifically, the processor 152 reads out data stored in an external storage medium via the memory interface 164 and stores the data in the memory 154. Further, the processor 152 reads data from the memory 154 and stores the data in an external storage medium via the memory interface 164.
- Storage media are non-volatile programs such as CD (Compact Disc), DVD (Digital Versatile Disk), BD (Blu-ray (registered trademark) Disc), USB (Universal Serial Bus) memory, SD (Secure Digital) memory card, etc. Including a medium for storing.
- CD Compact Disc
- DVD Digital Versatile Disk
- BD Blu-ray (registered trademark) Disc
- USB Universal Serial Bus
- SD Secure Digital
- FIG. 3 is a diagram showing an example of history information according to the first embodiment.
- history information is composed of a plurality of partial history information.
- the partial history information corresponds to history information per step.
- the history information is composed of partial history information for 29 steps.
- Each piece of partial history information is stored in the memory 154 and displayed on the sub display 160.
- the partial history information of step number “001” includes header information 1002.
- the header information 1002 is stored as history information and displayed on the sub-display 160 when the power is turned on or reset.
- the partial history information of step number “002” includes a numerical value “100′000” and an operator “+”.
- the partial history information such as the step number “003” includes numerical values and operators.
- the partial history information of step number “007” includes the total of addition and subtraction (total result).
- the “*” key hereinafter also referred to as the total key
- the line indicated by the step number “007” A numerical value “1′000′000”, which is the total result of the calculations of step numbers “002” to “005”, and an object 1004 indicating that the numerical value is the total result are displayed.
- the partial history information of step number “006” indicates an item counter, and every time a “+” key (hereinafter referred to as an addition key) is input in addition / subtraction from the start to the end of calculation (total key input). 1 is added to the item counter, and 1 is subtracted from the item counter each time a “ ⁇ ” key (hereinafter referred to as a subtraction key) is input.
- the item counter “004” is displayed because the addition key is input four times from the start to the end of the calculation.
- the partial history information of step number “014” includes memo information.
- an object 1006 indicating that the content is memo information is displayed together with the content “16.03.31” of the memo information.
- the partial history information of step number “024” includes a subtotal (subtotal result) indicating an intermediate result of addition / subtraction.
- a subtotal subtotal result
- the line indicated by step number “024” includes the numbers of step numbers “020” to “022”.
- a numerical value “1500” indicating the subtotal result and an object 1008 indicating that the numerical value is the subtotal result are displayed.
- the partial history information of step number “023” indicates an item counter in addition / subtraction from the start to the end of calculation (until the subtotal key is input).
- the item counter “003” is displayed because the addition key is input three times from the start to the end of the calculation.
- FIGS. 4 to 6 are diagrams for explaining a history information editing method according to the first embodiment.
- a method for editing the history information shown in FIG. 3 will be described.
- FIGS. 4 to 6 show how the screen display states of the main display 158 and the sub-display 160 transition in the order of the state (a) to the state (q) according to the user operation.
- the state of the screen of the main display 158 hereinafter also referred to as “main screen”
- main screen the screen of the sub display 160
- main screen Also referred to as “sub-screen”.
- state (a) shows a main screen and a sub screen in a state where memo information is input.
- the arithmetic processing device 10 is a mode for confirming (viewing) history information displayed on the sub screen from the normal input processing mode. Migrate to In the present embodiment, the arithmetic processing unit 10 performs more specific editing after shifting to the “CHECK” mode (hereinafter also referred to as “confirmation mode”) for confirming history information. Move to edit mode.
- the edit mode includes a “CORRECT” mode for correcting history information (hereinafter also referred to as “correction mode”), a “DELETE” mode for deleting history information (hereinafter also referred to as “delete mode”), and an “INSERT” mode (hereinafter also referred to as “insertion mode”) for inserting new information into the current history information is included.
- the state transitions to the state (b).
- the step number “005” is the last line of the sub screen.
- a character string 1102 indicating that the arithmetic processing device 10 is in the confirmation mode state is displayed on the sub-screen of the state (b).
- a symbol “---” indicating that the editing is impossible (because it is in the confirmation mode state) is displayed.
- it is assumed that history information for five lines is displayed on the sub-screen.
- the state transitions to the state (c).
- the sub screen further displays a character string 1104 indicating the correction mode state. That is, in the correction mode, the character string 1102 and the character string 1104 are displayed on the sub screen.
- the partial history information displayed on the last line of the sub screen is designated as an object to be edited (here, modified). Therefore, the user uses the up cursor key 50 and the down cursor key 60 to change the screen so that the partial history information to be corrected is displayed on the last line of the sub screen.
- the arithmetic processing unit 10 is configured to determine whether or not the partial history information designated as the correction target can be corrected based on a predetermined rule. If the arithmetic processing unit 10 determines that the correction is possible, the arithmetic processing unit 10 displays a numerical value (a numerical value indicated by the partial history information) based on the partial history information in the last line (step number “005”) of the sub-screen on the main screen. For example, as in the main screen in the state (c), the numerical value “400′000” included in the partial history information on the last line of the sub screen is displayed.
- the arithmetic processing unit 10 determines that the correction is impossible, the arithmetic processing unit 10 displays a symbol “---” indicating that the correction cannot be made on the main screen. Thereby, the user can grasp whether or not the specified partial history information can be corrected.
- the numerical value of the step number “005” is corrected from “400′000” to “500′000”.
- the mode automatically returns to the confirmation mode. Therefore, the character string 1104 is not displayed on the sub screen.
- the symbol “---” indicating that editing is not possible is displayed on the main screen in the state (e).
- state (f) when the lower cursor key 60 is input four times and the “CORRECT” key is further input, the state transitions to the state (g) of FIG.
- state (g) partial history information of step number “010” is designated as a correction target (see sub-screen). Since the partial history information can be corrected, a numerical value “600′000” based on the partial history information is displayed on the main screen.
- state (g) when an addition key is input, transition is made to state (h).
- state (h) the operator of the step number “010” is corrected from “ ⁇ ” to “+” (refer to the sub screen).
- the mode automatically returns to the confirmation mode, and thus the character string 1104 is not displayed on the sub screen.
- the symbol “---” indicating that editing is not possible is displayed on the main screen in the state (h).
- state (h) when the lower cursor key 60 is input three times, the state (i) is changed.
- the total result shown in the step number “013” is corrected from “1′200′000” to “2′400′000” with the operator correction in the step number “010”. (See sub screen). Further, the item counter of the step number “012” is also corrected from “002” to “004”.
- the partial history information of step number “013” is designated as a deletion target (see sub screen).
- the arithmetic processing unit 10 determines that the partial history information cannot be deleted based on a predetermined rule. Therefore, a symbol “---” indicating that editing (in this case, deletion) is impossible is displayed on the main screen.
- state (j) when the up cursor key 50 is input five times, the state transitions to state (k).
- state (k) the partial history information of the step number “008” is designated as a deletion target (see sub screen).
- a numerical value “500′000” based on the partial history information is displayed on the main screen.
- the state transitions to the state (n).
- a blank line is provided between the line corresponding to the step number “010” on the sub-screen and the line corresponding to the step number “009” one level higher.
- a character string 1108 indicating the state of the insertion mode is further displayed on the sub-screen of the state (n). That is, in the insertion mode, the character string 1102 and the character string 1108 are displayed on the sub screen.
- a portion between the partial history information of the step number “009” and the partial history information of the step number “010” is designated as an insertion position of new partial history information.
- the arithmetic processing unit 10 determines that new partial history information can be inserted at the insertion position based on a predetermined rule. In this case, new partial history information has not yet been inserted in the blank line. Therefore, the numerical value “0” is displayed on the main screen.
- the user can easily grasp the insertion position of new partial history information. Note that the user may be notified of the insertion position of new partial history information as in the example of FIG.
- FIG. 7 is a diagram for explaining an example of an object indicating the insertion position of the partial history information according to the first embodiment.
- an arrow object 1110 is further displayed in the vicinity of the character string 1108 on the sub-screen of the pattern (a).
- an arrow object 1112 is further displayed on the sub-screen of the pattern (b). According to the patterns (a) and (b), the user can more easily grasp the insertion position of new partial history information.
- the configuration in which a blank line is provided to indicate the insertion position of new partial history information has been described. Not limited to.
- the arrow object 1110 of the pattern (a) in FIG. 7 is changed from the partial history information (600'000. +) Of the step number “009” and the partial history information of the step number “010” ( 700'000. +) (That is, between the 4th and 5th lines) and displayed, and may indicate a position where new partial history information is inserted.
- the partial history information of the step number “009” before insertion (corresponding to “600′00. +”) And the partial history information of the step number “010” before insertion (“700”).
- “800'000. +” Is inserted as new partial history information in a blank line between “00. +” and the corresponding partial history information of step number “010” before insertion. Is displayed at step number “011.” Since the addition mode is entered and the insertion mode is terminated, the mode automatically returns to the confirmation mode, and thus the character string 1108 is erased. The symbol “---” is displayed on the main screen in the state (p).
- state (p) when the lower cursor key 60 is input twice, the state (q) is transitioned to. With reference to the state (q) sub-screen, the total result indicated by the step number “013” is corrected to “2′700′000” with the insertion.
- FIG. 8 is a diagram for explaining a rule for history editing according to the first embodiment.
- the rule table shown in FIG. 8 includes an item “calculation type”, an item “input key”, an item “history”, an item “CORRECT”, an item “INSERT”, and an item “DELETE”.
- the rule NG4 is a rule that prohibits editing of the count number.
- the rule NG6 is a rule that prohibits editing of partial history information corresponding to a portion other than the head of the calculation so that the calculation cannot be established.
- the calculation type “TAX calculation” will be described.
- the input numerical value “100” is displayed on the sub screen as the first partial history information, and the tax rate is set as the second partial history information.
- the value “8 TAX” is displayed, and the tax-included calculation result “108 TAX +” is displayed as the third partial history information.
- the second partial history information is designated as an editing target, all corrections, deletions, and insertions are prohibited based on the rule NG2.
- the rule NG2 is a rule that prohibits editing of the set value.
- deletion is prohibited based on the rule NG5.
- the rule NG5 is a rule that prohibits editing of partial history information corresponding to the head of the calculation so that the calculation does not hold.
- the rule OK1 can be used instead of the rule NG5.
- the first partial history information (corresponding to the input numerical value “100”) is designated as an editing target, the first partial history information is included based on the rule OK1.
- the second partial history information (corresponding to “8 TAX”) and the third partial history information (“108 TAX +”) may be deleted.
- FIG. 9 is a functional block diagram of arithmetic processing unit 10 according to the first embodiment.
- arithmetic processing apparatus 10 includes an input unit 202, a calculation unit 204, a permission determination unit 206, a display control unit 208, and an editing execution unit 210 as main functional configurations. These functions are typically realized by the processor 152 of the arithmetic processing device 10 executing a program stored in the memory 154.
- the arithmetic processing device 10 further includes a history information storage unit 212 realized by the memory 154.
- the input unit 202 receives an input operation from the user via the keyboard 156. Specifically, the input unit 202 accepts various inputs such as input of operation information including numerical values and operators, edit mode selection instruction input, partial history information specification input to be edited, and edit instruction.
- the editing mode includes at least one of a correction mode, a deletion mode, and an insertion mode.
- the calculation unit 204 executes a calculation according to the calculation information received by the input unit 202.
- the calculation unit 204 sequentially stores the calculation results in the history information storage unit 212.
- the history information storage unit 212 manages calculation results sequentially output from the calculation unit 204 as history information. For example, the history information storage unit 212 manages the calculation result by the calculation unit 204 in association with the date and time when the calculation result is stored.
- the permission determination unit 206 determines whether to permit editing of history information using an editing mode selected from at least one editing mode based on a predetermined rule (for example, the rule shown in FIG. 8). To do. Specifically, the permission determination unit 206 determines, based on a predetermined rule, partial history information designated as an edit target among at least one partial history information (for example, the partial history located in the last line of the sub screen) It is determined whether or not it is permitted to edit the information) using the selected editing mode.
- a predetermined rule for example, the rule shown in FIG. 8
- the permission determination unit 206 determines whether or not to permit correction of the specified partial history information.
- the permission determination unit 206 determines whether to permit deletion of the designated partial history information.
- the permission determination unit 206 determines whether to permit insertion of new partial history information between the specified partial history information and other partial history information. .
- the display control unit 208 controls display on the main display 158 and the sub display 160. Specifically, the display control unit 208 displays a main screen and a sub screen as shown in FIGS. 4 to 6 based on various instruction inputs received by the input unit 202. Specifically, the display control unit 208 displays the calculation information received by the input unit 202 (for example, input numerical values) and the calculation result of the calculation unit 204 (for example, subtotal results, total results, etc.) on the main display 158. And the history information of the calculation result is controlled to be displayed on the sub-display 160.
- the calculation information received by the input unit 202 for example, input numerical values
- the calculation result of the calculation unit 204 for example, subtotal results, total results, etc.
- the display control unit 208 changes the display content of the main display 158 based on the determination result of the permission determination unit 206. Specifically, the display control unit 208 causes the main display 158 to display a numerical value based on the designated partial history information when editing of the partial history information designated as the editing target is permitted by the permission determining unit 206. . When editing of the specified partial history information is not permitted by the permission determining unit 206, the display control unit 208 causes the main display 158 to display an object (for example, the symbol “---”) indicating prohibition of the editing. In addition, when the insertion mode is selected, the display control unit 208 causes the sub display 160 to display an object (for example, arrows 1110, 1112, etc.) indicating the insertion position of new partial history information.
- an object for example, arrows 1110, 1112, etc.
- the editing execution unit 210 edits the history information of the calculation result of the calculation unit 204 using at least one editing mode. Specifically, the editing execution unit 210 executes the editing when history information editing using the selected editing mode is permitted. More specifically, when the modification (or deletion) of the specified partial history information is permitted by the permission determining unit 206, the editing execution unit 210 performs the specified portion according to the correction instruction (or deletion instruction) from the user. Correct (or delete) history information. When the insertion of new partial history information is permitted between the designated partial history information and other partial history information, the editing execution unit 210 displays the new partial history information according to the insertion instruction from the user. insert. Note that the editing execution unit 210 stores the edited history information in the history information storage unit 212. In addition, the display control unit 208 causes the sub display 160 to display history information edited by the editing execution unit 210.
- FIG. 10 is a flowchart showing an example of the processing procedure of arithmetic processing unit 10 according to the first embodiment. The following steps of the arithmetic processing unit 10 are realized by the processor 152 executing a program stored in the memory 154.
- the processor 152 determines whether or not a key input has been accepted via the keyboard 156 (step S10). If no key input has been received (NO in step S10), processor 152 repeats the process in step S10. When a key input is accepted (YES in step S10), processor 152 determines whether or not the key input is an “INSERT” key input (step S12).
- processor 152 executes a process of step S14 described later.
- processor 152 switches the operation mode of arithmetic processing unit 10 to the insertion mode (step S20).
- the processor 152 switches from a mode other than the insertion mode (normal input processing mode, confirmation mode, deletion mode, or correction mode) to the insertion mode.
- the processor 152 determines whether or not the insertion processing for the partial history information corresponding to the designated line on the sub screen is prohibited based on a predetermined rule (step S22). If the insertion process is prohibited (YES in step S22), the processor 152 displays a predetermined object (for example, the symbol “---”) on the main display 158 (step S36), and performs the process. finish.
- a predetermined object for example, the symbol “---”.
- the processor 152 adds a blank line to the sub-display 160 (step S24) and ends the process. At this time, the processor 152 may display objects (for example, arrow objects 1110 and 1112) indicating the insertion position of new partial history information on the sub display 160.
- objects for example, arrow objects 1110 and 1112
- the processor 152 determines whether or not the key input received in step S10 is input of the “CORRECT” key (step S14). If it is not an input of the “CORRECT” key (NO in step S14), the processor 152 executes a process of step S16 described later. On the other hand, when the “CORRECT” key is input (YES in step S14), the processor 152 switches the operation mode of the arithmetic processing unit 10 to the correction mode (step S26). Typically, the processor 152 switches from a mode other than the correction mode (for example, a normal input processing mode, a confirmation mode, a deletion mode, or an insertion mode) to the correction mode.
- a mode other than the correction mode for example, a normal input processing mode, a confirmation mode, a deletion mode, or an insertion mode
- the processor 152 determines whether or not correction processing for partial history information corresponding to a designated line on the sub-screen is prohibited based on a predetermined rule (step S28). If the correction process is prohibited (YES in step S28), the processor 152 displays a predetermined object on the main display 158 (step S36) and ends the process.
- step S28 If the correction process is not prohibited (NO in step S28), the processor 152 displays the numerical value included in the partial history information on the main display 158 (step S34), and ends the process.
- the processor 152 determines whether or not the key input received in step S10 is an input of the “DELETE” key (step S16). If it is not the input of the “DELETE” key (NO in step S16), the processor 152 executes a process corresponding to the key input (step S18) and ends the process. On the other hand, when the “DELETE” key is input (YES in step S16), the processor 152 switches the operation mode of the arithmetic processing unit 10 to the deletion mode (step S30). Typically, the processor 152 switches from a mode other than the deletion mode (for example, a normal input processing mode, a confirmation mode, a correction mode, or an insertion mode) to the deletion mode.
- a mode other than the deletion mode for example, a normal input processing mode, a confirmation mode, a correction mode, or an insertion mode
- the processor 152 determines whether or not the deletion process for the partial history information corresponding to the designated line on the sub-screen is prohibited based on a predetermined rule (step S32). If the deletion process is prohibited (YES in step S32), the processor 152 displays a predetermined object on the main display 158 (step S36) and ends the process. If the deletion process is not prohibited (NO in step S32), the processor 152 displays the numerical value included in the partial history information on the main display 158 (step S34), and ends the process.
- ⁇ Advantages> it is possible to check the input calculation information and calculation results displayed on the main screen while checking the history information displayed on the sub-screen.
- editing history information it is possible to notify the user in advance whether modification and deletion of a line designated as an edit target and insertion into a designated line are permitted or prohibited. For this reason, it is possible to prevent an operation for editing history information that does not match the consistency of calculation.
- erroneous history editing since erroneous history editing is not executed, the operation of the arithmetic processing unit 10 is also stabilized.
- FIG. 11 and FIG. 12 are diagrams for explaining a history information deletion method according to the second embodiment. Note that states (a) to (d) in FIGS. 11 and 12 show the screen states of the sub screens. A state (a) in FIG. 11 shows a state before the history information is deleted.
- the history information is divided into a plurality of groups for each piece of partial history information including information indicating that a predetermined key input has been performed.
- the predetermined keys are, for example, a total key and a clear key.
- the partial history information of step number “011” includes identification information (input code) indicating that the total key has been input.
- this identification information is displayed as an object 1202, for example.
- the partial history information of step number “023” and step number “030” also includes the identification information, the object 1202 is displayed.
- the partial history information of step number “026” includes identification information indicating that the clear key has been input. This identification information is displayed as an object 1206.
- the object 1204 is displayed at the step number “013”.
- the object 1204 is the same as the object 1202.
- the object 1204 is an object displayed when the equal key is input at the step number “012”, and is not an object displayed when the total key is input. That is, the partial history information of step number “013” does not include identification information indicating that the total key has been input. Note that the object 1202 and the object 1204 may be displayed with different symbols.
- the history information in the state (a) includes the group X1 including the partial history information from the step numbers “001” to “011” and the group X2 including the partial history information from the step numbers “012” to “023”. And group X3 including partial history information of step numbers “024” to “026” and group X4 including partial history information of step numbers “027” to “030”.
- the arithmetic processing unit 10 performs addition / subtraction and multiplication / division independently. Therefore, the addition / subtraction calculation result “400” based on the step numbers “004”, “005”, “007”, “009” is displayed in the step number “011”. In addition, in step number “013”, a multiplication / division calculation result “15” based on step numbers “006”, “008”, and “012” is displayed.
- the arithmetic processing unit 10 has a case where the number of partial history information included in the history information exceeds a predetermined number (for example, 300) (that is, the number of step numbers exceeds 300) ), And delete in groups from the group including the partial history information of the old history. Specifically, the group X1 including the partial history information with the oldest history is deleted from the plurality of groups X1 to X4.
- the history information in state (b) is obtained by deleting group X1 from the history information in state (a).
- the arithmetic processing unit 10 adds the total result and the intermediate result (subtotal result) in the calculation process included in the group X1 in the state (a) to the group X2 in the state (a), so that the state (b) A group X1 is generated.
- the group X1 in the state (b) is obtained by adding partial history information corresponding to the step numbers “001” to “004” to the group X2 in the state (a).
- the partial history information (item count number) of step number “001” in state (b) corresponds to the partial history information of step number “010” in state (a).
- the partial history information (total result) of step number “002” in state (b) corresponds to the partial history information of step number “011” in state (a).
- the partial history information of step number “003” in the state (b) includes an intermediate result of the calculation process in the group X1 in the state (a). Specifically, the step number “003” in the state (b) includes the numerical value “30” and the operator as the intermediate result (5 ⁇ 6 ⁇ ) of the step numbers “006” and “008” in the state (a). “ ⁇ ” is shown.
- the partial history information of the step number “004” in the state (b) includes deletion notification information indicating that some partial history information has been deleted because the number of partial history information included in the history information exceeds 300. . Further, the groups X2 and X3 in the state (b) correspond to the groups X3 and X4 in the state (a), respectively.
- the arithmetic processing unit 10 deletes the group X1 including the partial history information with the oldest history when the number of partial history information included in the history information exceeds a predetermined number.
- the history information in the state (c) in FIG. 12 is obtained by deleting the group X1 from the history information in the state (b) in FIG.
- the arithmetic processing unit 10 adds the total result in the calculation process included in the group X1 in the state (b) to the group X2 in the state (b) to generate the group X1 in the state (c).
- the group X1 in the state (c) is obtained by adding partial history information from step numbers “001” to “003” to the group X2 in the state (b).
- the partial history information of step number “001” and the partial history information of step number “002” in state (c) are the partial history information of step number “015” and the portion of step number “016” in state (b), respectively. Corresponds to history information.
- the partial history information of step number “003” in the state (c) includes deletion notification information.
- the group X2 in the state (c) corresponds to the group X3 in the state (b).
- the arithmetic processing device 10 deletes the group X1 including the oldest partial history information.
- the history information in the state (d) is obtained by deleting the group X1 from the history information in the state (c).
- the arithmetic processing unit 10 adds the clear result included in the group X1 in the state (c) to the group X2 in the state (c) to generate the group X1 in the state (d).
- the group X1 in the state (d) is obtained by adding partial history information from step numbers “001” to “003” to the group X2 in the state (c).
- the partial history information of step number “001” in the state (d) includes information indicating that the number of item counters is zero.
- the partial history information with the step number “002” corresponds to the partial history information with the step number “006” in the state (c).
- the partial history information of the step number “003” in the state (d) includes deletion notification information.
- FIG. 13 is a screen transition diagram for explaining the history information deletion method according to the second embodiment.
- FIG. 13 shows a state in which the screen display states of the main display 158 and the sub-display 160 transition from state (a) to state (d) in accordance with a user operation. Specifically, the left column and the right column of the states (a) to (d) respectively indicate the state of the main screen and the state of the sub screen.
- state (a) indicates a state in which “1”, “+”, “2”, and “+” are input after power is turned on.
- the numerical value “3” as the addition result is displayed.
- “44′551”, which is the result of sequentially adding 1 to 298, is displayed. Further, the sub-screen shows that the step number has reached 299.
- the arithmetic processing unit 10 determines that the step number has exceeded 300, and displays intermediate results from step numbers “001” to “300” in the state (c) on the sub-screen in the state (d). Specifically, an intermediate result of addition / subtraction is displayed at step number “001” in the sub-screen of state (d), an intermediate result of multiplication / division is displayed at step number “002”, and step number “003”. ", Delete notification information is displayed.
- FIG. 14 is a functional block diagram of arithmetic processing unit 10 according to the second embodiment.
- the functional configuration of arithmetic processing apparatus 10 according to the second embodiment is obtained by adding history number determination unit 214 to the functional configuration of arithmetic processing apparatus 10 in FIG. Therefore, detailed description of the functional configuration similar to that of the first embodiment is not repeated among the functional configurations of the arithmetic processing device 10 according to the second embodiment.
- the history number determination unit 214 refers to the history information storage unit 212 to determine whether the number of partial history information included in the history information of the calculation result of the calculation unit 204 exceeds a predetermined number (for example, 300). .
- the history number determination unit 214 outputs the determination result to the editing execution unit 210.
- the editing execution unit 210 starts from the partial history information with the oldest history in the partial history information included in the history information of the calculation result. delete. For example, the edit execution unit 210 deletes the partial history information from the oldest date and time stored in the history information storage unit 212 in order.
- the history information includes a plurality of groups (for example, groups X1 to X) for each piece of partial history information including information indicating that the input unit 202 has received a predetermined input (for example, total key input, clear key input). X4).
- a predetermined input for example, total key input, clear key input.
- the display control unit 208 causes the sub-display 160 to display a calculation result based on the partial history information included in the deleted group. Specifically, the display control unit 208 causes the sub-display 160 to display the total result of the calculation based on the partial history information included in the deleted group and the intermediate result of the calculation.
- ⁇ Advantages> when the number of histories becomes a predetermined number or more, the oldest histories are deleted in order. For this reason, the user does not need to be aware of the data capacity and the limit of the number of steps, which improves convenience.
- history information is deleted in units of groups divided based on the total process and the clear process of addition / subtraction. Furthermore, instead of deleting all partial history information included in the group to be deleted, necessary information such as total results (and intermediate results) is left and displayed on the sub-screen. Therefore, it is possible to achieve consistency when checking the calculation result, and the user is not confused. In addition, since the total result and the intermediate result in the deleted history are left, recalculation becomes easy.
- Embodiment 3 As the third embodiment, it is possible to provide a program that causes a computer to function and execute the control as described in the first and second embodiments.
- a program is recorded on a non-temporary computer-readable recording medium such as a flexible disk attached to the computer, a CD-ROM (Compact Disk Read Only Memory), a ROM, a RAM, and a memory card as a program product. It can also be provided.
- the program can be provided by being recorded on a recording medium such as a hard disk built in the computer.
- a program can also be provided by downloading via a network.
- the program may be a program module that is provided as a part of an operating system (OS) of a computer and that calls necessary modules in a predetermined arrangement at a predetermined timing to execute processing.
- OS operating system
- the program itself does not include the module, and the process is executed in cooperation with the OS.
- a program that does not include such a module can also be included in the program according to the present embodiment.
- the program according to the present embodiment may be provided by being incorporated in a part of another program. Even in this case, the program itself does not include the module included in the other program, and the process is executed in cooperation with the other program. A program incorporated in such another program can also be included in the program according to the present embodiment.
- the arithmetic processing device 10 is a device having two displays (the main display 158 and the sub display 160) has been described, but the configuration is not limited thereto.
- the arithmetic processing device 10 may be a device such as a smartphone or a tablet terminal device having one display. In this case, the arithmetic processing device 10 performs control so that the display content of the main display 158 described above is displayed in the first display area of the one display, and the second display area of the one display The display content of the sub display 160 may be controlled to be displayed.
- the arithmetic processing device 10 may blink the numerical value “0” in order to notify the user that it is in the “INSERT” mode. Further, in the state ( 65) of FIG. 6 in the above-described embodiment, the arithmetic processing unit 10 notifies the user that the “INSERT” mode is in effect when numerical input for insertion is started.
- the input numerical value (for example, “800'000”) may be blinked.
- the configuration illustrated as the above-described embodiment is an example of the configuration of the present invention, and can be combined with another known technique, and a part of the configuration is omitted without departing from the gist of the present invention. It is also possible to change the configuration.
- 10 arithmetic processing units 50 up cursor key, 60 down cursor key, 152 processor, 154 memory, 156 keyboard, 158 main display, 160 sub display, 162 communication interface, 164 memory interface, 202 input unit, 204 arithmetic unit, 206 permission Judgment unit, 208 display control unit, 210 editing execution unit, 212 history information storage unit, 214 history number judgment unit.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- Calculators And Similar Devices (AREA)
Abstract
An arithmetic processing apparatus (10) is provided with: an input unit (202) that receives an input of arithmetic information including a numerical value and an operator; an arithmetic unit (204) that carries out an arithmetic operation according to the arithmetic information received by the input unit (202); a display control unit (208) that executes control so as to display the arithmetic information and the arithmetic operation result of the arithmetic unit in a first display region and executes control so as to display history information of the arithmetic operation result in a second display region; and an editing execution unit (210) that can edit the history information of the arithmetic operation result by using at least one editing mode. The display control unit (208) causes the history information of the arithmetic operation result edited by the editing execution unit (210) to be displayed in the second display region.
Description
本開示は、演算処理装置、およびその制御方法に関し、特に、四則演算等の演算結果と、演算結果の履歴情報とを表示可能な演算処理装置、およびその制御方法に関する。本出願は、2016年12月27日に出願した日本特許出願である特願2016-252972号に基づく優先権を主張する。当該日本特許出願に記載された全ての記載内容は、参照によって本明細書に援用される。
The present disclosure relates to an arithmetic processing device and a control method thereof, and more particularly, to an arithmetic processing device capable of displaying arithmetic results such as four arithmetic operations and history information of arithmetic results, and a control method thereof. This application claims priority based on Japanese Patent Application No. 2016-252972, which is a Japanese patent application filed on December 27, 2016. All the descriptions described in the Japanese patent application are incorporated herein by reference.
従来、電子式卓上計算機は、数字を入力するための数字キーと、演算子を入力するための演算キーと、数字やアルファベット等を表示するための表示部とを含む。電子式卓上計算機は、数字キーにより入力された数字データを演算キーにより入力された演算子で演算処理し、その結果を表示部に表示する。このような電子卓上計算機には、演算の履歴を確認する機能も搭載されている。
Conventionally, an electronic desk calculator includes a numeric key for inputting numbers, an operation key for inputting operators, and a display unit for displaying numbers, alphabets, and the like. The electronic desk calculator performs arithmetic processing on the numeric data input by the numeric keys using the operator input by the arithmetic keys, and displays the result on the display unit. Such an electronic desk calculator is also equipped with a function for confirming the history of calculation.
例えば、特開2003-150566号公報(特許文献1)は、買物計算機能付情報処理装置を開示している。当該装置は、四則演算手段と、支払い金額を算出する税計算手段と、釣銭金額を算出する釣銭計算手段と、店番号を入力する店番号入力手段と、支払い金額または元金または釣銭金額を算出する回数である買物カウントを店番号ごとにカウントする買物カウント手段と、店番号と、店番号に対応する支払い金額または元金または釣銭金額と、買物カウントとを表示する表示手段とを有する。
For example, Japanese Patent Laying-Open No. 2003-150566 (Patent Document 1) discloses an information processing apparatus with a shopping calculation function. The apparatus includes four arithmetic operation means, a tax calculation means for calculating a payment amount, a change calculation means for calculating a change amount, a store number input means for inputting a store number, and a payment amount, principal or change amount. Shopping count means for counting the shopping count for each store number, store number, and display means for displaying the payment amount or principal or change amount corresponding to the store number, and the shopping count.
特許文献1に係る技術では、買物時に必要な計算を行なう機能を有し、容易に計算の履歴を確認することを検討している。しかしながら、特許文献1に係る装置の表示パネルには、ユーザが入力した数値、あるいは演算結果の履歴のいずれか一方しか表示されない。そのため、例えば、ユーザは、演算結果の履歴を確認しながら、数値等の入力を行なうことができない。
The technology according to Patent Document 1 has a function of performing calculations necessary at the time of shopping, and is considering checking the history of calculations easily. However, on the display panel of the apparatus according to Patent Document 1, only one of a numerical value input by the user or a history of calculation results is displayed. For this reason, for example, the user cannot input numerical values or the like while checking the history of calculation results.
本開示は、ある局面では、演算結果の履歴の確認ならびに編集を行なう際のユーザの利便性を向上させることが可能な演算処理装置、およびその制御方法を提供することを目的とする。
In one aspect, the present disclosure aims to provide an arithmetic processing device capable of improving the convenience of a user when checking and editing a history of calculation results, and a control method thereof.
ある実施の形態に従う演算処理装置は、数値および演算子を含む演算情報の入力を受け付ける入力部と、入力部により受け付けられた演算情報に従って演算を実行する演算部と、演算情報および演算部の演算結果を第1の表示領域に表示するように制御し、演算結果の履歴情報を第2の表示領域に表示するように制御する表示制御部と、少なくとも1つの編集モードを用いて、演算結果の履歴情報を編集可能な編集実行部とを備える。表示制御部は、編集実行部により編集された演算結果の履歴情報を第2の表示領域に表示させる。
An arithmetic processing device according to an embodiment includes an input unit that receives input of arithmetic information including numerical values and operators, an arithmetic unit that executes an arithmetic operation according to the arithmetic information received by the input unit, and arithmetic operations and arithmetic unit operations Using the display control unit that controls to display the result in the first display area, and to display the history information of the calculation result in the second display area, and at least one edit mode, An editing execution unit capable of editing history information. The display control unit causes the history information of the calculation result edited by the editing execution unit to be displayed in the second display area.
他の実施の形態に従うと、演算処理装置の制御方法が提供される。当該制御方法は、数値および演算子を含む演算情報の入力を受け付けるステップと、受け付けられた演算情報に従って演算を実行するステップと、演算情報および演算を実行するステップによる演算結果を第1の表示領域に表示するように制御し、演算結果の履歴情報を第2の表示領域に表示するように制御するステップと、少なくとも1つの編集モードを用いて、演算結果の履歴情報を編集するステップとを含む。制御するステップは、編集するステップにより編集された演算結果の履歴情報を第2の表示領域に表示させることを含む。
According to another embodiment, a method for controlling an arithmetic processing unit is provided. The control method includes a step of receiving input of calculation information including a numerical value and an operator, a step of executing a calculation according to the received calculation information, and a calculation result obtained by the step of executing the calculation information and the calculation in a first display area. And displaying the calculation result history information in the second display area, and editing the calculation result history information using at least one editing mode. . The step of controlling includes displaying the history information of the operation result edited by the step of editing in the second display area.
本開示によると、演算結果の履歴の確認ならびに編集を行なう際のユーザの利便性を向上させることが可能となる。
According to the present disclosure, it is possible to improve the convenience of the user when checking and editing the history of calculation results.
以下、図面を参照しつつ、本発明の実施の形態について説明する。以下の説明では、同一の部品には同一の符号を付してある。それらの名称および機能も同じである。したがって、それらについての詳細な説明は繰り返さない。
Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description, the same parts are denoted by the same reference numerals. Their names and functions are also the same. Therefore, detailed description thereof will not be repeated.
また、本実施の形態では、演算処理装置の一例として、電子式卓上計算機(いわゆる電卓)を説明する。ただし、演算処理装置は、電子式卓上計算機に限定されるものではなく、例えば、パーソナルコンピュータ等の機器であってもよい。
In this embodiment, an electronic desk calculator (so-called calculator) will be described as an example of an arithmetic processing unit. However, the arithmetic processing unit is not limited to the electronic desk calculator, and may be a device such as a personal computer.
[実施の形態1]
<全体構成>
図1は、実施の形態1に従う演算処理装置10の外観を示す概略図である。図1を参照して、演算処理装置10は、各種キーから構成されるキーボード156と、メインディスプレイ158と、サブディスプレイ160とを含む。メインディスプレイ158には、キーボード156を介して入力された数値、入力された数値および演算子に従う演算結果等が表示される。サブディスプレイ160には、演算結果の履歴情報が表示される。換言すると、演算処理装置10は、情報の表示領域として、メインディスプレイ158に対応する表示領域と、サブディスプレイ160に対応する表示領域とを有する。 [Embodiment 1]
<Overall configuration>
FIG. 1 is a schematic diagram showing an external appearance of anarithmetic processing device 10 according to the first embodiment. Referring to FIG. 1, arithmetic processing device 10 includes a keyboard 156 composed of various keys, a main display 158, and a sub display 160. The main display 158 displays a numerical value input via the keyboard 156, an input numerical value, a calculation result according to the operator, and the like. The sub display 160 displays history information of calculation results. In other words, the arithmetic processing device 10 has a display area corresponding to the main display 158 and a display area corresponding to the sub-display 160 as information display areas.
<全体構成>
図1は、実施の形態1に従う演算処理装置10の外観を示す概略図である。図1を参照して、演算処理装置10は、各種キーから構成されるキーボード156と、メインディスプレイ158と、サブディスプレイ160とを含む。メインディスプレイ158には、キーボード156を介して入力された数値、入力された数値および演算子に従う演算結果等が表示される。サブディスプレイ160には、演算結果の履歴情報が表示される。換言すると、演算処理装置10は、情報の表示領域として、メインディスプレイ158に対応する表示領域と、サブディスプレイ160に対応する表示領域とを有する。 [Embodiment 1]
<Overall configuration>
FIG. 1 is a schematic diagram showing an external appearance of an
図2は、実施の形態1に従う演算処理装置10のハードウェア構成の一例を示す図である。図2を参照して、プロセッサ152と、メモリ154と、キーボード156と、メインディスプレイ158と、サブディスプレイ160と、通信インターフェイス(I/F)162と、メモリインターフェイス(I/F)164とを含む。
FIG. 2 is a diagram showing an example of a hardware configuration of arithmetic processing device 10 according to the first embodiment. Referring to FIG. 2, processor 152, memory 154, keyboard 156, main display 158, sub-display 160, communication interface (I / F) 162, and memory interface (I / F) 164 are included. .
プロセッサ152は、典型的には、CPU(Central Processing Unit)等である。プロセッサ152は、メモリ154に記憶されたプログラムを読み出して実行することで、演算処理装置10の各部の動作を制御する制御部として機能する。プロセッサ152は、当該プログラムを実行することによって、後述する演算処理装置10の処理(ステップ)の各々を実現する。
The processor 152 is typically a CPU (Central Processing Unit) or the like. The processor 152 functions as a control unit that controls the operation of each unit of the arithmetic processing device 10 by reading and executing the program stored in the memory 154. The processor 152 implements each processing (step) of the arithmetic processing unit 10 described later by executing the program.
メモリ154は、RAM(Random Access Memory)、ROM(Read-Only Memory)などによって実現される。メモリ154は、プロセッサ152によって実行されるプログラム、またはプロセッサ152によって用いられるデータなどを記憶する。
The memory 154 is realized by a RAM (Random Access Memory), a ROM (Read-Only Memory), or the like. The memory 154 stores a program executed by the processor 152, data used by the processor 152, and the like.
キーボード156は、ユーザから数値、計算記号等の数式構成要素の入力操作を受け付けたり、各種処理の指示操作を受け付けたりするためのキー群である。キーボード156は、例えば、数値入力用の「0」~「9」キー、演算子入力用の「+」,「-」,「×」,「÷」キー、「%」キー、メモリ計算用の「M+」,「M-」キー、税計算用の「TAX+」,「TAX-」キー、履歴確認用の上カーソルキー50,下カーソルキー60,「AUTOREPLAY」キー,履歴編集用の「CORRECT」,「INSERT」,「DELETE]キー、原価、売価、マージン計算用の「COST」,「SELL」,{MGN」キー、電源の「ON/OFF」キー等を含む。
The keyboard 156 is a key group for accepting an input operation of a mathematical expression component such as a numerical value and a calculation symbol from a user and accepting an instruction operation of various processes. The keyboard 156 includes, for example, “0” to “9” keys for numerical input, “+”, “−”, “×”, “÷” keys, “%” keys for operator input, and memory calculation. "M +", "M-" keys, "TAX +", "TAX-" keys for tax calculation, up cursor key 50 for confirming history, down cursor key 60, "AUTOREPLAY" key, "CORRECT" for editing history , “INSERT”, “DELETE” key, cost, selling price, “COST”, “SELL”, {MGN ”key for margin calculation,“ ON / OFF ”key for power supply, and the like.
メインディスプレイ158およびサブディスプレイ160は、例えば、液晶パネルディスプレイから構成されている。メインディスプレイ158およびサブディスプレイ160には、プロセッサ152からの表示制御データに基づいて、文字列および画像等が表示される。「文字」は、例えば、数値、かな、漢字、記号(演算子を含む)等を含む。
The main display 158 and the sub display 160 are composed of, for example, a liquid crystal panel display. On the main display 158 and the sub display 160, a character string, an image, and the like are displayed based on display control data from the processor 152. “Character” includes, for example, numerical values, kana, kanji, symbols (including operators), and the like.
通信インターフェイス162は、プロセッサ152からの通信データを符号化し通信信号に変換し、通信信号を他の装置へ送信する。また、他の装置から受信信号を復号化して通信データに変換しプロセッサ152に出力する。通信方式は、無線LANなどによる無線通信方式であってもよいし、USB(Universal Serial Bus)などを利用した有線通信方式であってもよい。
The communication interface 162 encodes communication data from the processor 152, converts it into a communication signal, and transmits the communication signal to another device. In addition, a received signal from another device is decoded, converted into communication data, and output to the processor 152. The communication method may be a wireless communication method using a wireless LAN or the like, or a wired communication method using USB (Universal Serial Bus) or the like.
メモリインターフェイス164は、外部の記憶媒体からデータを読み出す。具体的には、プロセッサ152は、メモリインターフェイス164を介して外部の記憶媒体に格納されているデータを読み出して、当該データをメモリ154に格納する。また、プロセッサ152は、メモリ154からデータを読み出して、メモリインターフェイス164を介して当該データを外部の記憶媒体に格納する。
Memory interface 164 reads data from an external storage medium. Specifically, the processor 152 reads out data stored in an external storage medium via the memory interface 164 and stores the data in the memory 154. Further, the processor 152 reads data from the memory 154 and stores the data in an external storage medium via the memory interface 164.
記憶媒体は、CD(Compact Disc)、DVD(Digital Versatile Disk)、BD(Blu-ray(登録商標) Disc)、USB(Universal Serial Bus)メモリ、SD(Secure Digital)メモリカードなどの不揮発的にプログラムを格納する媒体を含む。
Storage media are non-volatile programs such as CD (Compact Disc), DVD (Digital Versatile Disk), BD (Blu-ray (registered trademark) Disc), USB (Universal Serial Bus) memory, SD (Secure Digital) memory card, etc. Including a medium for storing.
<動作概要>
実施の形態1に従う演算処理装置10の動作概要について説明する。 <Overview of operation>
An outline of the operation ofarithmetic processing apparatus 10 according to the first embodiment will be described.
実施の形態1に従う演算処理装置10の動作概要について説明する。 <Overview of operation>
An outline of the operation of
図3は、実施の形態1に従う履歴情報の一例を示す図である。図3を参照して、履歴情報は、複数の部分履歴情報から構成されている。部分履歴情報は、1ステップ当たりの履歴情報に相当する。図3の例では、履歴情報は、29ステップ分の部分履歴情報から構成されている。各部分履歴情報は、メモリ154に記憶されるとともに、サブディスプレイ160に表示される。
FIG. 3 is a diagram showing an example of history information according to the first embodiment. Referring to FIG. 3, history information is composed of a plurality of partial history information. The partial history information corresponds to history information per step. In the example of FIG. 3, the history information is composed of partial history information for 29 steps. Each piece of partial history information is stored in the memory 154 and displayed on the sub display 160.
ステップ番号「001」の部分履歴情報は、ヘッダー情報1002を含む。ヘッダー情報1002は、電源がONされた場合またはリセットされた場合に、履歴情報として記憶されるとともにサブディスプレイ160に表示される。
The partial history information of step number “001” includes header information 1002. The header information 1002 is stored as history information and displayed on the sub-display 160 when the power is turned on or reset.
ステップ番号「002」の部分履歴情報は、数値「100’000」および演算子「+」を含む。ステップ番号「003」等の部分履歴情報についても同様に、数値および演算子を含む。
The partial history information of step number “002” includes a numerical value “100′000” and an operator “+”. Similarly, the partial history information such as the step number “003” includes numerical values and operators.
ステップ番号「007」の部分履歴情報は、加減算の総計(トータル結果)を含む。ステップ番号「002」において計算を開始してからステップ番号「005」の入力後に、「*」キー(以下、トータルキーとも称する。)が入力されると、ステップ番号「007」が示す行には、ステップ番号「002」~「005」の演算のトータル結果である数値「1’000’000」と、当該数値がトータル結果であることを示すオブジェクト1004とが表示される。
The partial history information of step number “007” includes the total of addition and subtraction (total result). When the “*” key (hereinafter also referred to as the total key) is input after the step number “005” is input after the calculation is started at the step number “002”, the line indicated by the step number “007” A numerical value “1′000′000”, which is the total result of the calculations of step numbers “002” to “005”, and an object 1004 indicating that the numerical value is the total result are displayed.
ステップ番号「006」の部分履歴情報は、アイテムカウンタを示しており、計算開始から終了(トータルキーが入力される)までの加減算において「+」キー(以下、加算キー)が入力されるごとにアイテムカウンタに1が加えられ、「-」キー(以下、減算キー)が入力されるごとにアイテムカウンタから1が減算される。図3の例では、計算開始から終了までに4回加算キーが入力されているため、アイテムカウンタ「004」が表示される。
The partial history information of step number “006” indicates an item counter, and every time a “+” key (hereinafter referred to as an addition key) is input in addition / subtraction from the start to the end of calculation (total key input). 1 is added to the item counter, and 1 is subtracted from the item counter each time a “−” key (hereinafter referred to as a subtraction key) is input. In the example of FIG. 3, the item counter “004” is displayed because the addition key is input four times from the start to the end of the calculation.
ステップ番号「014」の部分履歴情報は、メモ情報を含む。図3の例では、メモ情報の内容「16.03.31」とともに、当該内容がメモ情報であることを示すオブジェクト1006が表示されている。
The partial history information of step number “014” includes memo information. In the example of FIG. 3, an object 1006 indicating that the content is memo information is displayed together with the content “16.03.31” of the memo information.
ステップ番号「024」の部分履歴情報は、加減算の途中結果を示す小計(サブトータル結果)を含む。ステップ番号「020」~「022」において数値および演算子が入力された後、サブトータルキーが入力された場合、ステップ番号「024」が示す行には、ステップ番号「020」~「022」のサブトータル結果を示す数値「1500」と、当該数値がサブトータル結果であることを示すオブジェクト1008とが表示される。
The partial history information of step number “024” includes a subtotal (subtotal result) indicating an intermediate result of addition / subtraction. When numerical values and operators are input at step numbers “020” to “022” and then a subtotal key is input, the line indicated by step number “024” includes the numbers of step numbers “020” to “022”. A numerical value “1500” indicating the subtotal result and an object 1008 indicating that the numerical value is the subtotal result are displayed.
ステップ番号「023」の部分履歴情報は、計算の開始から中断まで(サブトータルキーが入力されるまで)の加減算におけるアイテムカウンタを示している。図3の例では、計算の開始から中断までに3回加算キーが入力されているため、アイテムカウンタ「003」が表示される。
The partial history information of step number “023” indicates an item counter in addition / subtraction from the start to the end of calculation (until the subtotal key is input). In the example of FIG. 3, the item counter “003” is displayed because the addition key is input three times from the start to the end of the calculation.
図4~図6は、実施の形態1に従う履歴情報の編集方法を説明するための図である。ここでは、図3に示す履歴情報を編集する方法について説明する。なお、図4~図6には、メインディスプレイ158およびサブディスプレイ160の画面表示の状態がユーザ操作に応じて状態(a)~状態(q)の順に遷移する様子が示されている。具体的には、各状態(a)~(q)の左欄および右欄には、それぞれメインディスプレイ158の画面(以下、「メイン画面」とも称する。)の状態およびサブディスプレイ160の画面(以下、「サブ画面」とも称する。)の状態が示されている。
4 to 6 are diagrams for explaining a history information editing method according to the first embodiment. Here, a method for editing the history information shown in FIG. 3 will be described. FIGS. 4 to 6 show how the screen display states of the main display 158 and the sub-display 160 transition in the order of the state (a) to the state (q) according to the user operation. Specifically, in the left column and the right column of each state (a) to (q), the state of the screen of the main display 158 (hereinafter also referred to as “main screen”) and the screen of the sub display 160 (hereinafter referred to as “main screen”). , Also referred to as “sub-screen”).
図4を参照して、状態(a)では、メモ情報が入力された状態のメイン画面およびサブ画面を示している。状態(a)から、上カーソルキー50または下カーソルキー60を入力すると、演算処理装置10は、通常の入力処理モードから、サブ画面に表示されている履歴情報を(閲覧)確認するためのモードに移行する。なお、本実施の形態では、演算処理装置10は、履歴情報を確認するための「CHECK」モード(以下、「確認モード」とも称する。)に移行した後に、さらに具体的な編集を実行するための編集モードに移行する。編集モードは、履歴情報を修正するための「CORRECT」モード(以下、「修正モード」とも称する。)、履歴情報を削除するための「DELETE」モード(以下、「削除モード」とも称する。)、および、現在の履歴情報に新たな情報を挿入するための「INSERT」モード(以下、「挿入モード」とも称する。)を含む。
Referring to FIG. 4, state (a) shows a main screen and a sub screen in a state where memo information is input. When the up cursor key 50 or the down cursor key 60 is input from the state (a), the arithmetic processing device 10 is a mode for confirming (viewing) history information displayed on the sub screen from the normal input processing mode. Migrate to In the present embodiment, the arithmetic processing unit 10 performs more specific editing after shifting to the “CHECK” mode (hereinafter also referred to as “confirmation mode”) for confirming history information. Move to edit mode. The edit mode includes a “CORRECT” mode for correcting history information (hereinafter also referred to as “correction mode”), a “DELETE” mode for deleting history information (hereinafter also referred to as “delete mode”), In addition, an “INSERT” mode (hereinafter also referred to as “insertion mode”) for inserting new information into the current history information is included.
状態(a)から上カーソルキー50が複数回入力されたことにより、状態(b)に遷移する。状態(b)では、ステップ番号「005」がサブ画面の最終行となっている。状態(b)のサブ画面には、演算処理装置10が確認モード状態であることを示す文字列1102が表示される。状態(b)のメイン画面には、編集不可能な状態である(なぜなら、確認モード状態であるため)ことを示す記号「---」が表示される。なお、本実施の形態では、サブ画面には5行分の履歴情報が表示されるものとする。
When the up cursor key 50 is input a plurality of times from the state (a), the state transitions to the state (b). In the state (b), the step number “005” is the last line of the sub screen. A character string 1102 indicating that the arithmetic processing device 10 is in the confirmation mode state is displayed on the sub-screen of the state (b). On the main screen in the state (b), a symbol “---” indicating that the editing is impossible (because it is in the confirmation mode state) is displayed. In the present embodiment, it is assumed that history information for five lines is displayed on the sub-screen.
続いて、状態(b)において、「CORRECT」キーが入力されると、状態(c)に遷移する。サブ画面には、文字列1102に加えて、修正モード状態であることを示す文字列1104がさらに表示される。すなわち、修正モード時においては、文字列1102および文字列1104がサブ画面に表示される。
Subsequently, when the “CORRECT” key is input in the state (b), the state transitions to the state (c). In addition to the character string 1102, the sub screen further displays a character string 1104 indicating the correction mode state. That is, in the correction mode, the character string 1102 and the character string 1104 are displayed on the sub screen.
ここで、本実施の形態では、サブ画面の最終行に表示された部分履歴情報が、編集(ここでは、修正)対象として指定される。そのため、ユーザは、上カーソルキー50および下カーソルキー60を用いて、修正したい部分履歴情報がサブ画面の最終行に表示されるように画面を遷移させる。
Here, in the present embodiment, the partial history information displayed on the last line of the sub screen is designated as an object to be edited (here, modified). Therefore, the user uses the up cursor key 50 and the down cursor key 60 to change the screen so that the partial history information to be corrected is displayed on the last line of the sub screen.
詳細は後述するが、演算処理装置10は、予め定められたルールに基づいて、修正対象に指定された部分履歴情報が修正可能か否かを判断するように構成されている。演算処理装置10は、修正可能であると判断した場合、サブ画面の最終行(ステップ番号「005」)の部分履歴情報に基づく数値(部分履歴情報により示される数値)をメイン画面に表示する。例えば、状態(c)のメイン画面のように、サブ画面の最終行の部分履歴情報に含まれる数値「400’000」が表示される。一方、演算処理装置10は、修正不可能であると判断した場合、修正不可能であることを示す記号「---」をメイン画面に表示する。これにより、ユーザは、指定した部分履歴情報が修正可能であるか否かを把握できる。
Although the details will be described later, the arithmetic processing unit 10 is configured to determine whether or not the partial history information designated as the correction target can be corrected based on a predetermined rule. If the arithmetic processing unit 10 determines that the correction is possible, the arithmetic processing unit 10 displays a numerical value (a numerical value indicated by the partial history information) based on the partial history information in the last line (step number “005”) of the sub-screen on the main screen. For example, as in the main screen in the state (c), the numerical value “400′000” included in the partial history information on the last line of the sub screen is displayed. On the other hand, if the arithmetic processing unit 10 determines that the correction is impossible, the arithmetic processing unit 10 displays a symbol “---” indicating that the correction cannot be made on the main screen. Thereby, the user can grasp whether or not the specified partial history information can be corrected.
状態(c)において「5」,「0」,「00」,「00」キーが順次入力されると、状態(d)に遷移する。状態(d)においては、メイン画面に入力された数値「500’000」が表示される。続いて、状態(d)において「CORRECT」キーが入力されると、状態(e)に遷移する。
When the “5”, “0”, “00”, and “00” keys are sequentially input in the state (c), the state transitions to the state (d). In the state (d), the input numerical value “500′000” is displayed on the main screen. Subsequently, when the “CORRECT” key is input in the state (d), the state transitions to the state (e).
状態(e)のサブ画面を参照すると、ステップ番号「005」の数値が「400’000」から「500’000」に修正されている。また、「CORRECT」キーが再入力されて修正モードが終了したことにより、自動的に確認モードに戻るため、サブ画面には、文字列1104は表示されない。また、状態(e)のメイン画面には、編集不可能な状態であることを示す記号「---」が表示される。
Referring to the sub-screen of the state (e), the numerical value of the step number “005” is corrected from “400′000” to “500′000”. In addition, when the “CORRECT” key is re-input and the correction mode is ended, the mode automatically returns to the confirmation mode. Therefore, the character string 1104 is not displayed on the sub screen. In addition, the symbol “---” indicating that editing is not possible is displayed on the main screen in the state (e).
状態(e)において下カーソルキー60が2回入力されると、状態(f)に遷移する。状態(f)のサブ画面は、ステップ番号「005」における数値修正に伴って、ステップ番号「007」におけるトータル結果が、「1’000’000」から「1’100’000」に修正されたことを示している。
When the down cursor key 60 is input twice in the state (e), the state transitions to the state (f). In the sub-screen in the state (f), the total result at the step number “007” is corrected from “1′000′000” to “1′100′000” with the numerical value correction at the step number “005”. It is shown that.
状態(f)において、下カーソルキー60が4回入力され、さらに「CORRECT」キーが入力されると、図5の状態(g)に遷移する。図5を参照して、状態(g)では、ステップ番号「010」の部分履歴情報が修正対象に指定されている(サブ画面参照)。なお、当該部分履歴情報は修正可能であるため、当該部分履歴情報に基づく数値「600’000」がメイン画面に表示されている。
In state (f), when the lower cursor key 60 is input four times and the “CORRECT” key is further input, the state transitions to the state (g) of FIG. Referring to FIG. 5, in state (g), partial history information of step number “010” is designated as a correction target (see sub-screen). Since the partial history information can be corrected, a numerical value “600′000” based on the partial history information is displayed on the main screen.
状態(g)において、加算キーが入力されると、状態(h)に遷移する。状態(h)では、ステップ番号「010」の演算子が「-」から「+」に修正されている(サブ画面参照)。また、演算子キーである加算キーが入力されて修正モードが終了したことにより、自動的に確認モードに戻るため、サブ画面には文字列1104は表示されない。また、状態(h)のメイン画面には、編集不可能な状態であることを示す記号「---」が表示される。
In state (g), when an addition key is input, transition is made to state (h). In the state (h), the operator of the step number “010” is corrected from “−” to “+” (refer to the sub screen). In addition, when the addition key as an operator key is input and the correction mode is ended, the mode automatically returns to the confirmation mode, and thus the character string 1104 is not displayed on the sub screen. In addition, the symbol “---” indicating that editing is not possible is displayed on the main screen in the state (h).
状態(h)において、下カーソルキー60が3回入力されると、状態(i)に遷移する。状態(i)では、ステップ番号「010」における演算子修正に伴って、ステップ番号「013」に示すトータル結果が、「1’200’000」から「2’400’000」に修正されている(サブ画面参照)。また、ステップ番号「012」のアイテムカウンタも、「002」から「004」に修正されている。
In state (h), when the lower cursor key 60 is input three times, the state (i) is changed. In the state (i), the total result shown in the step number “013” is corrected from “1′200′000” to “2′400′000” with the operator correction in the step number “010”. (See sub screen). Further, the item counter of the step number “012” is also corrected from “002” to “004”.
次に、「DELETE」キーを用いた履歴情報の削除方式について説明する。状態(i)において、「DELETE」キーが入力されると、状態(j)に遷移する。状態(j)のサブ画面には、演算処理装置10が削除モード状態であることを示す文字列1106がさらに表示される。すなわち、削除モード時においては、文字列1102および文字列1106がサブ画面に表示される。
Next, a history information deletion method using the “DELETE” key will be described. When the “DELETE” key is input in the state (i), the state transitions to the state (j). A character string 1106 indicating that the arithmetic processing unit 10 is in the delete mode state is further displayed on the sub-screen of the state (j). That is, in the delete mode, the character string 1102 and the character string 1106 are displayed on the sub screen.
状態(j)では、ステップ番号「013」の部分履歴情報が削除対象に指定されている(サブ画面参照)。ここで、演算処理装置10は、予め定められたルールに基づいて、当該部分履歴情報が削除不可能であると判断する。そのため、編集(この場合は、削除)不可能であることを示す記号「---」がメイン画面に表示される。
In state (j), the partial history information of step number “013” is designated as a deletion target (see sub screen). Here, the arithmetic processing unit 10 determines that the partial history information cannot be deleted based on a predetermined rule. Therefore, a symbol “---” indicating that editing (in this case, deletion) is impossible is displayed on the main screen.
状態(j)において、上カーソルキー50を5回入力すると、状態(k)に遷移する。状態(k)では、ステップ番号「008」の部分履歴情報が削除対象に指定されている(サブ画面参照)。また、当該部分履歴情報が削除可能であるため、当該部分履歴情報に基づく数値「500’000」がメイン画面に表示されている。
In state (j), when the up cursor key 50 is input five times, the state transitions to state (k). In the state (k), the partial history information of the step number “008” is designated as a deletion target (see sub screen). In addition, since the partial history information can be deleted, a numerical value “500′000” based on the partial history information is displayed on the main screen.
状態(k)において、「DELETE」キーが入力されると、ステップ番号「008」の部分履歴情報が削除され、状態(l)に遷移する。状態(l)のサブ画面には、削除前のステップ番号「009」の部分履歴情報が繰り上がって、ステップ番号「008」に表示されている。また、「DELETE」キーが再入力されて削除モードが終了したことにより、自動的に確認モードに戻るため、サブ画面には文字列1106は表示されない。なお、状態(l)のメイン画面には、記号「---」が表示される。
When the “DELETE” key is input in the state (k), the partial history information of the step number “008” is deleted, and the state (l) is transitioned to. On the sub-screen in the state (l), the partial history information of the step number “009” before deletion is moved up and displayed at the step number “008”. In addition, when the “DELETE” key is input again and the deletion mode is ended, the mode automatically returns to the confirmation mode, and thus the character string 1106 is not displayed on the sub screen. The symbol “---” is displayed on the main screen in the state (l).
次に、「INSERT」キーを用いて、履歴情報に新たな情報を追加挿入する挿入方式について説明する。状態(l)において、下カーソルキー60が2回入力されると、図6の状態(m)に遷移する。
Next, an insertion method for adding new information to the history information using the “INSERT” key will be described. When the down cursor key 60 is input twice in the state (l), the state transitions to the state (m) in FIG.
図6を参照して、状態(m)において、「INSERT」キーが入力されると、状態(n)に遷移する。状態(n)では、サブ画面のステップ番号「010」に対応する行と、1つ上のステップ番号「009」に対応する行との間に空白行が設けられる。また、状態(n)のサブ画面には、文字列1102に加えて挿入モード状態であることを示す文字列1108がさらに表示される。すなわち、挿入モード時においては、文字列1102および文字列1108がサブ画面に表示される。
Referring to FIG. 6, when the “INSERT” key is input in the state (m), the state transitions to the state (n). In the state (n), a blank line is provided between the line corresponding to the step number “010” on the sub-screen and the line corresponding to the step number “009” one level higher. In addition, in addition to the character string 1102, a character string 1108 indicating the state of the insertion mode is further displayed on the sub-screen of the state (n). That is, in the insertion mode, the character string 1102 and the character string 1108 are displayed on the sub screen.
状態(n)では、ステップ番号「009」の部分履歴情報と、ステップ番号「010」の部分履歴情報との間(すなわち、空白行)が、新たな部分履歴情報の挿入位置として指定される。演算処理装置10は、予め定められたルールに基づいて、当該挿入位置に新たな部分履歴情報を挿入可能であると判断する。この場合、空白行には、新たな部分履歴情報は未だ挿入されていない。そのため、数値「0」がメイン画面に表示される。
In the state (n), a portion between the partial history information of the step number “009” and the partial history information of the step number “010” (that is, a blank line) is designated as an insertion position of new partial history information. The arithmetic processing unit 10 determines that new partial history information can be inserted at the insertion position based on a predetermined rule. In this case, new partial history information has not yet been inserted in the blank line. Therefore, the numerical value “0” is displayed on the main screen.
文字列1108は、空白行の近傍に表示されるため、ユーザは、新たな部分履歴情報の挿入位置を容易に把握できる。なお、図7の例のように、新たな部分履歴情報の挿入位置をユーザに報知してもよい。
Since the character string 1108 is displayed in the vicinity of the blank line, the user can easily grasp the insertion position of new partial history information. Note that the user may be notified of the insertion position of new partial history information as in the example of FIG.
図7は、実施の形態1に従う部分履歴情報の挿入位置を示すオブジェクトの一例を説明するための図である。図7を参照して、パターン(a)のサブ画面には、文字列1108に加えて、文字列1108の近傍に矢印オブジェクト1110がさらに表示されている。パターン(b)のサブ画面には、文字列1108に加えて、矢印オブジェクト1112がさらに表示されている。パターン(a)および(b)によると、ユーザは、新たな部分履歴情報の挿入位置の把握がさらに容易となる。
FIG. 7 is a diagram for explaining an example of an object indicating the insertion position of the partial history information according to the first embodiment. Referring to FIG. 7, in addition to the character string 1108, an arrow object 1110 is further displayed in the vicinity of the character string 1108 on the sub-screen of the pattern (a). In addition to the character string 1108, an arrow object 1112 is further displayed on the sub-screen of the pattern (b). According to the patterns (a) and (b), the user can more easily grasp the insertion position of new partial history information.
なお、図6の状態(n)、図7のパターン(a)およびパターン(b)においては、新たな部分履歴情報の挿入位置を示すために、空白行を設ける構成について説明したが、当該構成に限られない。例えば、空白行を設けることなく、図7のパターン(a)の矢印オブジェクト1110を、ステップ番号「009」の部分履歴情報(600’000.+)と、ステップ番号「010」の部分履歴情報(700’000.+)との間(すなわち、4行目および5行目の間)に配置して表示させて、新たな部分履歴情報の挿入位置を示す構成であってもよい。
In the state (n) in FIG. 6 and the patterns (a) and (b) in FIG. 7, the configuration in which a blank line is provided to indicate the insertion position of new partial history information has been described. Not limited to. For example, without providing a blank line, the arrow object 1110 of the pattern (a) in FIG. 7 is changed from the partial history information (600'000. +) Of the step number “009” and the partial history information of the step number “010” ( 700'000. +) (That is, between the 4th and 5th lines) and displayed, and may indicate a position where new partial history information is inserted.
再び、図6を参照して、状態(n)において「8」,「0」,「00」,「00」キーが順次入力されると、状態(о)に遷移する。状態(о)においては、メイン画面に入力された数値「800’000」が表示される。続いて、状態(о)において加算キーが入力されると、状態(p)に遷移する。
Referring to FIG. 6 again, when the “8”, “0”, “00”, and “00” keys are sequentially input in state (n), the state transitions to state (о). In the state (о), the input numerical value “800′000” is displayed on the main screen. Subsequently, when an addition key is input in the state (о), the state transitions to the state (p).
状態(p)のサブ画面には、挿入前のステップ番号「009」の部分履歴情報(「600’00.+」に対応)と、挿入前のステップ番号「010」の部分履歴情報(「700’00.+」に対応との間の空白行に、新たな部分履歴情報として、「800’000.+」が挿入されている。その結果、挿入前のステップ番号「010」の部分履歴情報が繰り下がって、ステップ番号「011」に表示されている。また、加算キーが入力されて挿入モードが終了したことにより自動的に確認モードに戻るため、文字列1108は消去される。また、状態(p)のメイン画面には、記号「---」が表示される。
On the sub-screen of the state (p), the partial history information of the step number “009” before insertion (corresponding to “600′00. +”) And the partial history information of the step number “010” before insertion (“700”). “800'000. +” Is inserted as new partial history information in a blank line between “00. +” and the corresponding partial history information of step number “010” before insertion. Is displayed at step number “011.” Since the addition mode is entered and the insertion mode is terminated, the mode automatically returns to the confirmation mode, and thus the character string 1108 is erased. The symbol “---” is displayed on the main screen in the state (p).
状態(p)において、下カーソルキー60が2回入力されると、状態(q)に遷移する。状態(q)のサブ画面を参照して、上記挿入に伴って、ステップ番号「013」に示すトータル結果が、「2’700’000」に修正されている。
In state (p), when the lower cursor key 60 is input twice, the state (q) is transitioned to. With reference to the state (q) sub-screen, the total result indicated by the step number “013” is corrected to “2′700′000” with the insertion.
図8は、実施の形態1に従う履歴編集のルールを説明するための図である。図8に示すルール表は、項目「計算種類」、項目「入力キー」、項目「履歴」、項目「CORRECT」、項目「INSERT」、項目「DELETE」から構成される。
FIG. 8 is a diagram for explaining a rule for history editing according to the first embodiment. The rule table shown in FIG. 8 includes an item “calculation type”, an item “input key”, an item “history”, an item “CORRECT”, an item “INSERT”, and an item “DELETE”.
計算種類「クリア処理」の例について説明する。入力キーとしてクリアキーが入力されるとクリア処理が行われ、サブ画面には部分履歴情報として、「0 *C」が表示される。そして、当該部分履歴情報が編集対象として指定されている場合(すなわち、当該部分履歴情報のステップ番号がサブ画面の最終行に位置している場合)、修正、削除、挿入の全てがルールNG1に基づいて禁止される。具体的には、「0 *C」自体の修正および削除が禁止され、「0 *C」の上の行に新たな部分履歴情報を挿入することも禁止される。ルールNG1は、クリア結果、総計(トータル結果)、小計(サブトータル結果)、計算結果、メモリ呼出しを含む部分履歴情報に対する編集を禁止するというルールである。
An example of the calculation type “clear processing” will be described. When a clear key is input as an input key, clear processing is performed, and “0 * C” is displayed on the sub screen as partial history information. When the partial history information is designated as an editing target (that is, when the step number of the partial history information is located in the last line of the sub screen), all correction, deletion, and insertion are in rule NG1. Prohibited on the basis. Specifically, modification and deletion of “0 * C” itself is prohibited, and insertion of new partial history information in a line above “0 * C” is also prohibited. The rule NG1 is a rule that prohibits editing of partial history information including a clear result, a total (total result), a subtotal (subtotal result), a calculation result, and a memory call.
計算種類「加減算」における例について説明する。アイテムカウンタを含む部分履歴情報が編集対象として指定されている場合、修正および削除がルールNG4に基づいて禁止される。ルールNG4は、カウント数の編集を禁止するというルールである。
An example of the calculation type “addition / subtraction” will be described. When partial history information including an item counter is designated as an editing target, correction and deletion are prohibited based on the rule NG4. The rule NG4 is a rule that prohibits editing of the count number.
計算種類「掛け算/割り算」における例について説明する。「6 =」を示す部分履歴情報が編集対象として指定されている場合、削除がルールNG6に基づいて禁止される。ルールNG6は、計算の先頭以外の部分に対応する部分履歴情報について、計算が成立しなくなる編集を禁止するというルールである。
An example of the calculation type “multiplication / division” will be described. When partial history information indicating “6 =” is designated as an editing target, deletion is prohibited based on rule NG6. The rule NG6 is a rule that prohibits editing of partial history information corresponding to a portion other than the head of the calculation so that the calculation cannot be established.
計算種類「TAX計算」における例について説明する。数値「100」が入力され、「TAX+」キーが入力されると、サブ画面には1つ目の部分履歴情報として入力数値「100」が表示され、2つ目の部分履歴情報として税率の設定値「8 TAX」が表示され、3つ目の部分履歴情報として税込計算結果「108 TAX+」が表示される。2つ目の部分履歴情報が編集対象として指定されている場合、修正、削除、挿入の全てがルールNG2に基づいて禁止される。ルールNG2は、設定値の編集を禁止するというルールである。また、1つ目の部分履歴情報が編集対象として指定されている場合、ルールNG5に基づいて削除が禁止される。ルールNG5は、計算の先頭に対応する部分履歴情報について、計算が成立しなくなる編集を禁止するというルールである。
An example of the calculation type “TAX calculation” will be described. When the numerical value “100” is input and the “TAX +” key is input, the input numerical value “100” is displayed on the sub screen as the first partial history information, and the tax rate is set as the second partial history information. The value “8 TAX” is displayed, and the tax-included calculation result “108 TAX +” is displayed as the third partial history information. When the second partial history information is designated as an editing target, all corrections, deletions, and insertions are prohibited based on the rule NG2. The rule NG2 is a rule that prohibits editing of the set value. Further, when the first partial history information is designated as an editing target, deletion is prohibited based on the rule NG5. The rule NG5 is a rule that prohibits editing of partial history information corresponding to the head of the calculation so that the calculation does not hold.
計算種類「COST/SELL/MARGIN計算」における例について説明する。数値「100」が入力され、「COST」キーが入力されると、サブ画面には1つ目の部分履歴情報として入力数値「100 COST」が表示される。数値「200」が入力され、「SELL」キーが入力されると、サブ画面には2つ目の部分履歴情報として「200 SELL」が表示される。また、サブ画面には3つ目の部分履歴情報として「50 MGN%」が表示される。2つ目の部分履歴情報が編集対象として指定されている場合、挿入がルールNG3に基づいて禁止され、削除がルールNG6に基づいて禁止される。ルールNG3は、予め定められた一連の計算過程を変更するような編集を禁止するというルールである。
An example of the calculation type “COST / SELL / MARGIN calculation” will be described. When the numerical value “100” is input and the “COST” key is input, the input numerical value “100 COST” is displayed on the sub screen as the first partial history information. When the numerical value “200” is input and the “SELL” key is input, “200 SELL” is displayed as the second partial history information on the sub screen. Also, “50 MGN%” is displayed as the third partial history information on the sub-screen. When the second partial history information is designated as an editing target, insertion is prohibited based on the rule NG3, and deletion is prohibited based on the rule NG6. The rule NG3 is a rule that prohibits editing that changes a predetermined series of calculation processes.
計算種類「%計算」における例について説明する。数値「200」が入力され、「×」キーが入力されると、サブ画面には1つ目の部分履歴情報として「200 ×」が表示される。数値「25」が入力され、「%」キーが入力されると、サブ画面には2つ目の部分履歴情報として「25 %」が表示される。また、サブ画面には3つ目の部分履歴情報として「50 *」が表示される。1つ目の部分履歴情報が編集対象として指定されている場合、当該1つ目の部分履歴情報は削除可能であるが、ルールOK1に基づいて、2つ目および3つ目の部分履歴情報も一括して削除される。ルールOK1は、一連の計算過程全体を一括で削除するというルールである。「%計算」に引き続き、さらに「+」キーが入力されると、「割増計算」となり、サブ画面には4つ目の履歴情報として「50 +」、5つ目の履歴情報として「250 *」が表示される。
An example of the calculation type “% calculation” will be described. When the numerical value “200” is input and the “×” key is input, “200 ×” is displayed as the first partial history information on the sub screen. When the numerical value “25” is input and the “%” key is input, “25%” is displayed as the second partial history information on the sub screen. In addition, “50 *” is displayed as the third partial history information on the sub-screen. When the first partial history information is designated as an editing target, the first partial history information can be deleted, but the second and third partial history information are also based on the rule OK1. It is deleted at once. The rule OK1 is a rule that deletes the entire series of calculation processes all at once. If the “+” key is entered after “% calculation”, it will be “extra calculation”, and the sub screen will display “50+” as the fourth history information and “250 *” as the fifth history information. Is displayed.
なお、上記において、ルールNG5の代わりに、ルールOK1を用いることもできる。例えば、計算種類「TAX計算」において、1つ目の部分履歴情報(入力数値「100」に対応)が編集対象として指定されている場合、ルールOK1に基づいて、1つ目の部分履歴情報とともに、2つ目の部分履歴情報(「8 TAX」に対応)および3つ目の部分履歴情報(「108 TAX+」)を削除してもよい。
In the above description, the rule OK1 can be used instead of the rule NG5. For example, in the calculation type “TAX calculation”, when the first partial history information (corresponding to the input numerical value “100”) is designated as an editing target, the first partial history information is included based on the rule OK1. The second partial history information (corresponding to “8 TAX”) and the third partial history information (“108 TAX +”) may be deleted.
<機能構成>
図9は、実施の形態1に従う演算処理装置10の機能ブロック図である。図9を参照して、演算処理装置10は、主な機能構成として、入力部202と、演算部204と、許可判断部206と、表示制御部208と、編集実行部210とを含む。これらの機能は、典型的には、演算処理装置10のプロセッサ152がメモリ154に格納されたプログラムを実行することにより実現される。また、演算処理装置10は、メモリ154により実現される履歴情報格納部212をさらに含む。 <Functional configuration>
FIG. 9 is a functional block diagram ofarithmetic processing unit 10 according to the first embodiment. Referring to FIG. 9, arithmetic processing apparatus 10 includes an input unit 202, a calculation unit 204, a permission determination unit 206, a display control unit 208, and an editing execution unit 210 as main functional configurations. These functions are typically realized by the processor 152 of the arithmetic processing device 10 executing a program stored in the memory 154. The arithmetic processing device 10 further includes a history information storage unit 212 realized by the memory 154.
図9は、実施の形態1に従う演算処理装置10の機能ブロック図である。図9を参照して、演算処理装置10は、主な機能構成として、入力部202と、演算部204と、許可判断部206と、表示制御部208と、編集実行部210とを含む。これらの機能は、典型的には、演算処理装置10のプロセッサ152がメモリ154に格納されたプログラムを実行することにより実現される。また、演算処理装置10は、メモリ154により実現される履歴情報格納部212をさらに含む。 <Functional configuration>
FIG. 9 is a functional block diagram of
入力部202は、キーボード156を介して、ユーザからの入力操作を受け付ける。具体的には、入力部202は、数値および演算子を含む演算情報の入力、編集モードの選択指示入力、編集対象となる部分履歴情報の指定入力、編集指示等の各種の入力を受け付ける。編集モードは、修正モード、削除モードおよび挿入モードのうちの少なくとも1つを含む。
The input unit 202 receives an input operation from the user via the keyboard 156. Specifically, the input unit 202 accepts various inputs such as input of operation information including numerical values and operators, edit mode selection instruction input, partial history information specification input to be edited, and edit instruction. The editing mode includes at least one of a correction mode, a deletion mode, and an insertion mode.
演算部204は、入力部202により受け付けられた演算情報に従って演算を実行する。演算部204は、演算結果を履歴情報格納部212に順次格納する。履歴情報格納部212は、演算部204から順次出力される演算結果を履歴情報として管理する。例えば、履歴情報格納部212は、演算部204により演算結果を、当該演算結果が格納された日時と関連付けて管理する。
The calculation unit 204 executes a calculation according to the calculation information received by the input unit 202. The calculation unit 204 sequentially stores the calculation results in the history information storage unit 212. The history information storage unit 212 manages calculation results sequentially output from the calculation unit 204 as history information. For example, the history information storage unit 212 manages the calculation result by the calculation unit 204 in association with the date and time when the calculation result is stored.
許可判断部206は、予め定められたルール(例えば、図8に示すルール)に基づいて、少なくとも1つの編集モードから選択された編集モードを用いた履歴情報の編集を許可するか否かを判断する。具体的には、許可判断部206は、予め定められたルールに基づいて、少なくとも1つの部分履歴情報のうち編集対象に指定された部分履歴情報(例えば、サブ画面の最終行に位置する部分履歴情報)を、選択された編集モードを用いて編集することを許可するか否かを判断する。
The permission determination unit 206 determines whether to permit editing of history information using an editing mode selected from at least one editing mode based on a predetermined rule (for example, the rule shown in FIG. 8). To do. Specifically, the permission determination unit 206 determines, based on a predetermined rule, partial history information designated as an edit target among at least one partial history information (for example, the partial history located in the last line of the sub screen) It is determined whether or not it is permitted to edit the information) using the selected editing mode.
許可判断部206は、当該編集モードとして修正モードが選択された場合、当該指定された部分履歴情報の修正を許可するか否かを判断する。許可判断部206は、削除モードが選択された場合、当該指定された部分履歴情報の削除を許可するか否かを判断する。許可判断部206は、挿入モードが選択された場合、当該指定された部分履歴情報と、他の部分履歴情報との間への、新たな部分履歴情報の挿入を許可するか否かを判断する。
When the correction mode is selected as the editing mode, the permission determination unit 206 determines whether or not to permit correction of the specified partial history information. When the deletion mode is selected, the permission determination unit 206 determines whether to permit deletion of the designated partial history information. When the insertion mode is selected, the permission determination unit 206 determines whether to permit insertion of new partial history information between the specified partial history information and other partial history information. .
表示制御部208は、メインディスプレイ158およびサブディスプレイ160の表示を制御する。具体的には、表示制御部208は、入力部202により受け付けられた各種の指示入力に基づいて、図4~図6に示すようなメイン画面およびサブ画面を表示させる。具体的には、表示制御部208は、入力部202が受け付けた演算情報(例えば、入力された数値等)および演算部204の演算結果(例えば、サブトータル結果、トータル結果等)をメインディスプレイ158に表示するように制御し、当該演算結果の履歴情報をサブディスプレイ160に表示するように制御する。
The display control unit 208 controls display on the main display 158 and the sub display 160. Specifically, the display control unit 208 displays a main screen and a sub screen as shown in FIGS. 4 to 6 based on various instruction inputs received by the input unit 202. Specifically, the display control unit 208 displays the calculation information received by the input unit 202 (for example, input numerical values) and the calculation result of the calculation unit 204 (for example, subtotal results, total results, etc.) on the main display 158. And the history information of the calculation result is controlled to be displayed on the sub-display 160.
また、表示制御部208は、許可判断部206の判断結果に基づいて、メインディスプレイ158の表示内容を変更する。具体的には、表示制御部208は、編集対象に指定された部分履歴情報の編集が許可判断部206により許可された場合、当該指定された部分履歴情報に基づく数値をメインディスプレイ158に表示させる。表示制御部208は、当該指定された部分履歴情報の編集が許可判断部206により許可されない場合、当該編集の禁止を示すオブジェクト(例えば、記号「---」)をメインディスプレイ158に表示させる。また、表示制御部208は、挿入モードが選択された場合、新たな部分履歴情報の挿入位置を示すオブジェクト(例えば、矢印1110,1112等)をサブディスプレイ160に表示させる。
Also, the display control unit 208 changes the display content of the main display 158 based on the determination result of the permission determination unit 206. Specifically, the display control unit 208 causes the main display 158 to display a numerical value based on the designated partial history information when editing of the partial history information designated as the editing target is permitted by the permission determining unit 206. . When editing of the specified partial history information is not permitted by the permission determining unit 206, the display control unit 208 causes the main display 158 to display an object (for example, the symbol “---”) indicating prohibition of the editing. In addition, when the insertion mode is selected, the display control unit 208 causes the sub display 160 to display an object (for example, arrows 1110, 1112, etc.) indicating the insertion position of new partial history information.
編集実行部210は、少なくとも1つの編集モードを用いて、演算部204の演算結果の履歴情報を編集する。具体的には、編集実行部210は、選択された編集モードを用いた履歴情報の編集が許可された場合に、当該編集を実行する。より詳細には、編集実行部210は、指定された部分履歴情報の修正(または削除)が許可判断部206により許可された場合、ユーザからの修正指示(または削除指示)に従って当該指定された部分履歴情報を修正(または削除)する。編集実行部210は、当該指定された部分履歴情報と、他の部分履歴情報との間に新たな部分履歴情報の挿入が許可された場合、ユーザからの挿入指示に従って、新たな部分履歴情報を挿入する。なお、編集実行部210は、編集した履歴情報を履歴情報格納部212に格納する。また、表示制御部208は、編集実行部210により編集された履歴情報をサブディスプレイ160に表示させる。
The editing execution unit 210 edits the history information of the calculation result of the calculation unit 204 using at least one editing mode. Specifically, the editing execution unit 210 executes the editing when history information editing using the selected editing mode is permitted. More specifically, when the modification (or deletion) of the specified partial history information is permitted by the permission determining unit 206, the editing execution unit 210 performs the specified portion according to the correction instruction (or deletion instruction) from the user. Correct (or delete) history information. When the insertion of new partial history information is permitted between the designated partial history information and other partial history information, the editing execution unit 210 displays the new partial history information according to the insertion instruction from the user. insert. Note that the editing execution unit 210 stores the edited history information in the history information storage unit 212. In addition, the display control unit 208 causes the sub display 160 to display history information edited by the editing execution unit 210.
<処理手順>
図10は、実施の形態1に従う演算処理装置10の処理手順の一例を示すフローチャートである。以下の演算処理装置10の各ステップは、プロセッサ152がメモリ154に格納されたプログラムを実行することによって実現される。 <Processing procedure>
FIG. 10 is a flowchart showing an example of the processing procedure ofarithmetic processing unit 10 according to the first embodiment. The following steps of the arithmetic processing unit 10 are realized by the processor 152 executing a program stored in the memory 154.
図10は、実施の形態1に従う演算処理装置10の処理手順の一例を示すフローチャートである。以下の演算処理装置10の各ステップは、プロセッサ152がメモリ154に格納されたプログラムを実行することによって実現される。 <Processing procedure>
FIG. 10 is a flowchart showing an example of the processing procedure of
図10を参照して、プロセッサ152は、キーボード156を介して、キー入力を受け付けたか否かを判断する(ステップS10)。キー入力を受け付けていない場合には(ステップS10においてNO)、プロセッサ152はステップS10の処理を繰り返す。キー入力を受け付けた場合には(ステップS10においてYES)、プロセッサ152は、当該キー入力が、「INSERT」キーの入力か否かを判断する(ステップS12)。
Referring to FIG. 10, the processor 152 determines whether or not a key input has been accepted via the keyboard 156 (step S10). If no key input has been received (NO in step S10), processor 152 repeats the process in step S10. When a key input is accepted (YES in step S10), processor 152 determines whether or not the key input is an “INSERT” key input (step S12).
「INSERT」キーの入力ではない場合には(ステップS12においてNO)、プロセッサ152は、後述するステップS14の処理を実行する。一方、「INSERT」キーの入力である場合には(ステップS12においてYES)、プロセッサ152は、演算処理装置10の動作モードを挿入モードに切り替える(ステップS20)。典型的には、プロセッサ152は、挿入モード以外の他のモード(通常の入力処理モード、確認モード、削除モードまたは修正モード)から挿入モードに切り替える。
If it is not an input of the “INSERT” key (NO in step S12), the processor 152 executes a process of step S14 described later. On the other hand, when the input is “INSERT” key (YES in step S12), processor 152 switches the operation mode of arithmetic processing unit 10 to the insertion mode (step S20). Typically, the processor 152 switches from a mode other than the insertion mode (normal input processing mode, confirmation mode, deletion mode, or correction mode) to the insertion mode.
続いて、プロセッサ152は、予め定められたルールに基づいて、サブ画面における指定された行に対応する部分履歴情報に対する挿入処理が禁止されているか否かを判断する(ステップS22)。当該挿入処理が禁止されている場合には(ステップS22においてYES)、プロセッサ152は、所定のオブジェクト(例えば、記号「---」)をメインディスプレイ158に表示して(ステップS36)、処理を終了する。
Subsequently, the processor 152 determines whether or not the insertion processing for the partial history information corresponding to the designated line on the sub screen is prohibited based on a predetermined rule (step S22). If the insertion process is prohibited (YES in step S22), the processor 152 displays a predetermined object (for example, the symbol “---”) on the main display 158 (step S36), and performs the process. finish.
当該挿入処理が禁止されていない場合には(ステップS22においてNO)、プロセッサ152は、空白行をサブディスプレイ160に追加して(ステップS24)、処理を終了する。このとき、プロセッサ152は、新たな部分履歴情報の挿入位置を示すオブジェクト(例えば、矢印オブジェクト1110,1112)をサブディスプレイ160に表示してもよい。
If the insertion process is not prohibited (NO in step S22), the processor 152 adds a blank line to the sub-display 160 (step S24) and ends the process. At this time, the processor 152 may display objects (for example, arrow objects 1110 and 1112) indicating the insertion position of new partial history information on the sub display 160.
次に、ステップS14からの処理を説明する。プロセッサ152は、ステップS10において受け付けたキー入力が、「CORRECT」キーの入力か否かを判断する(ステップS14)。「CORRECT」キーの入力ではない場合には(ステップS14においてNO)、プロセッサ152は、後述するステップS16の処理を実行する。一方、「CORRECT」キーの入力である場合には(ステップS14においてYES)、プロセッサ152は、演算処理装置10の動作モードを修正モードに切り替える(ステップS26)。典型的には、プロセッサ152は、修正モード以外の他のモード(例えば、通常の入力処理モード、確認モード、削除モードまたは挿入モード)から修正モードに切り替える。
Next, processing from step S14 will be described. The processor 152 determines whether or not the key input received in step S10 is input of the “CORRECT” key (step S14). If it is not an input of the “CORRECT” key (NO in step S14), the processor 152 executes a process of step S16 described later. On the other hand, when the “CORRECT” key is input (YES in step S14), the processor 152 switches the operation mode of the arithmetic processing unit 10 to the correction mode (step S26). Typically, the processor 152 switches from a mode other than the correction mode (for example, a normal input processing mode, a confirmation mode, a deletion mode, or an insertion mode) to the correction mode.
続いて、プロセッサ152は、予め定められたルールに基づいて、サブ画面における指定された行に対応する部分履歴情報に対する修正処理が禁止されているか否かを判断する(ステップS28)。当該修正処理が禁止されている場合には(ステップS28においてYES)、プロセッサ152は、所定のオブジェクトをメインディスプレイ158に表示して(ステップS36)、処理を終了する。
Subsequently, the processor 152 determines whether or not correction processing for partial history information corresponding to a designated line on the sub-screen is prohibited based on a predetermined rule (step S28). If the correction process is prohibited (YES in step S28), the processor 152 displays a predetermined object on the main display 158 (step S36) and ends the process.
当該修正処理が禁止されていない場合には(ステップS28においてNO)、プロセッサ152は、当該部分履歴情報に含まれる数値をメインディスプレイ158に表示して(ステップS34)、処理を終了する。
If the correction process is not prohibited (NO in step S28), the processor 152 displays the numerical value included in the partial history information on the main display 158 (step S34), and ends the process.
次に、ステップS16からの処理を説明する。プロセッサ152は、ステップS10において受け付けたキー入力が、「DELETE」キーの入力か否かを判断する(ステップS16)。「DELETE」キーの入力ではない場合には(ステップS16においてNO)、プロセッサ152は、当該キー入力に応じた処理を実行して(ステップS18)、処理を終了する。一方、「DELETE」キーの入力である場合には(ステップS16においてYES)、プロセッサ152は、演算処理装置10の動作モードを削除モードに切り替える(ステップS30)。典型的には、プロセッサ152は、削除モード以外の他のモード(例えば、通常の入力処理モード、確認モード、修正モードまたは挿入モード)から削除モードに切り替える。
Next, processing from step S16 will be described. The processor 152 determines whether or not the key input received in step S10 is an input of the “DELETE” key (step S16). If it is not the input of the “DELETE” key (NO in step S16), the processor 152 executes a process corresponding to the key input (step S18) and ends the process. On the other hand, when the “DELETE” key is input (YES in step S16), the processor 152 switches the operation mode of the arithmetic processing unit 10 to the deletion mode (step S30). Typically, the processor 152 switches from a mode other than the deletion mode (for example, a normal input processing mode, a confirmation mode, a correction mode, or an insertion mode) to the deletion mode.
続いて、プロセッサ152は、予め定められたルールに基づいて、サブ画面における指定された行に対応する部分履歴情報に対する削除処理が禁止されているか否かを判断する(ステップS32)。当該削除処理が禁止されている場合には(ステップS32においてYES)、プロセッサ152は、所定のオブジェクトをメインディスプレイ158に表示して(ステップS36)、処理を終了する。当該削除処理が禁止されていない場合には(ステップS32においてNO)、プロセッサ152は、当該部分履歴情報に含まれる数値をメインディスプレイ158に表示して(ステップS34)、処理を終了する。
Subsequently, the processor 152 determines whether or not the deletion process for the partial history information corresponding to the designated line on the sub-screen is prohibited based on a predetermined rule (step S32). If the deletion process is prohibited (YES in step S32), the processor 152 displays a predetermined object on the main display 158 (step S36) and ends the process. If the deletion process is not prohibited (NO in step S32), the processor 152 displays the numerical value included in the partial history information on the main display 158 (step S34), and ends the process.
<利点>
実施の形態1によると、サブ画面に表示される履歴情報を確認しながら、メイン画面に表示される入力された演算情報および演算結果を確認することができる。また、履歴情報を編集するときに、編集対象として指定された行の修正および削除と、指定された行への挿入とが許可されるのか、禁止されるのかをユーザに事前に報知できる。そのため、計算の整合性が合わなくなるような履歴情報の編集操作を防止できる。また、誤った履歴編集が実行されることがないため、演算処理装置10の動作も安定する。 <Advantages>
According to the first embodiment, it is possible to check the input calculation information and calculation results displayed on the main screen while checking the history information displayed on the sub-screen. In addition, when editing history information, it is possible to notify the user in advance whether modification and deletion of a line designated as an edit target and insertion into a designated line are permitted or prohibited. For this reason, it is possible to prevent an operation for editing history information that does not match the consistency of calculation. In addition, since erroneous history editing is not executed, the operation of thearithmetic processing unit 10 is also stabilized.
実施の形態1によると、サブ画面に表示される履歴情報を確認しながら、メイン画面に表示される入力された演算情報および演算結果を確認することができる。また、履歴情報を編集するときに、編集対象として指定された行の修正および削除と、指定された行への挿入とが許可されるのか、禁止されるのかをユーザに事前に報知できる。そのため、計算の整合性が合わなくなるような履歴情報の編集操作を防止できる。また、誤った履歴編集が実行されることがないため、演算処理装置10の動作も安定する。 <Advantages>
According to the first embodiment, it is possible to check the input calculation information and calculation results displayed on the main screen while checking the history information displayed on the sub-screen. In addition, when editing history information, it is possible to notify the user in advance whether modification and deletion of a line designated as an edit target and insertion into a designated line are permitted or prohibited. For this reason, it is possible to prevent an operation for editing history information that does not match the consistency of calculation. In addition, since erroneous history editing is not executed, the operation of the
[実施の形態2]
実施の形態2では、履歴情報が多くなり過ぎた場合に、履歴情報を古い順に削除する構成について説明する。具体的には、実施の形態2に従う演算処理装置10は、履歴情報が所定量以上になったと判断した場合、当該履歴情報を古い順に削除する。 [Embodiment 2]
In the second embodiment, a description will be given of a configuration in which history information is deleted in chronological order when history information becomes excessive. Specifically, when it is determined that the history information has reached a predetermined amount or more,arithmetic processing device 10 according to the second embodiment deletes the history information from the oldest.
実施の形態2では、履歴情報が多くなり過ぎた場合に、履歴情報を古い順に削除する構成について説明する。具体的には、実施の形態2に従う演算処理装置10は、履歴情報が所定量以上になったと判断した場合、当該履歴情報を古い順に削除する。 [Embodiment 2]
In the second embodiment, a description will be given of a configuration in which history information is deleted in chronological order when history information becomes excessive. Specifically, when it is determined that the history information has reached a predetermined amount or more,
図11および図12は、実施の形態2に従う履歴情報の削除方式を説明するための図である。なお、図11および図12の状態(a)~(d)は、サブ画面の画面状態を示している。図11の状態(a)は、履歴情報を削除する前の状態を示している。
FIG. 11 and FIG. 12 are diagrams for explaining a history information deletion method according to the second embodiment. Note that states (a) to (d) in FIGS. 11 and 12 show the screen states of the sub screens. A state (a) in FIG. 11 shows a state before the history information is deleted.
履歴情報は、所定のキー入力が行われたことを示す情報を含む部分履歴情報ごとに複数のグループに区分される。所定のキーは、例えば、トータルキーおよびクリアキーである。状態(a)のサブ画面では、ステップ番号「011」の部分履歴情報は、トータルキーが入力されたことを示す識別情報(入力コード)を含む。トータルキーが入力されたことをユーザに報知するため、この識別情報は、例えば、オブジェクト1202として表示される。また、ステップ番号「023」およびステップ番号「030」の各部分履歴情報も、当該識別情報を含むため、オブジェクト1202が表示される。また、ステップ番号「026」の部分履歴情報は、クリアキーが入力されたことを示す識別情報を含む。この識別情報は、オブジェクト1206として表示される。
The history information is divided into a plurality of groups for each piece of partial history information including information indicating that a predetermined key input has been performed. The predetermined keys are, for example, a total key and a clear key. In the state (a) sub-screen, the partial history information of step number “011” includes identification information (input code) indicating that the total key has been input. In order to notify the user that the total key has been input, this identification information is displayed as an object 1202, for example. Further, since the partial history information of step number “023” and step number “030” also includes the identification information, the object 1202 is displayed. The partial history information of step number “026” includes identification information indicating that the clear key has been input. This identification information is displayed as an object 1206.
ここで、ステップ番号「013」には、オブジェクト1204が表示される。ここで、オブジェクト1204は、オブジェクト1202と同一である。しかし、オブジェクト1204は、ステップ番号「012」において、イコールキーが入力されたことより表示されるオブジェクトであり、トータルキーが入力されたことにより表示されるオブジェクトではない。すなわち、ステップ番号「013」の部分履歴情報は、トータルキーが入力されたことを示す識別情報を含んでいない。なお、オブジェクト1202とオブジェクト1204は、それぞれ異なる記号で表示されてもよい。
Here, the object 1204 is displayed at the step number “013”. Here, the object 1204 is the same as the object 1202. However, the object 1204 is an object displayed when the equal key is input at the step number “012”, and is not an object displayed when the total key is input. That is, the partial history information of step number “013” does not include identification information indicating that the total key has been input. Note that the object 1202 and the object 1204 may be displayed with different symbols.
上記より、状態(a)における履歴情報は、ステップ番号「001」~「011」までの部分履歴情報を含むグループX1と、ステップ番号「012」~「023」までの部分履歴情報を含むグループX2と、ステップ番号「024」~「026」までの部分履歴情報を含むグループX3と、ステップ番号「027」~「030」までの部分履歴情報を含むグループX4とに区分される。
As described above, the history information in the state (a) includes the group X1 including the partial history information from the step numbers “001” to “011” and the group X2 including the partial history information from the step numbers “012” to “023”. And group X3 including partial history information of step numbers “024” to “026” and group X4 including partial history information of step numbers “027” to “030”.
なお、演算処理装置10は、加減算と乗除算とを独立して実行する。そのため、ステップ番号「011」には、ステップ番号「004」,「005」,「007」,「009」に基づく加減算の計算結果「400」が表示される。また、ステップ番号「013」には、ステップ番号「006」,「008」,「012」に基づく乗除算の計算結果「15」が表示される。
In addition, the arithmetic processing unit 10 performs addition / subtraction and multiplication / division independently. Therefore, the addition / subtraction calculation result “400” based on the step numbers “004”, “005”, “007”, “009” is displayed in the step number “011”. In addition, in step number “013”, a multiplication / division calculation result “15” based on step numbers “006”, “008”, and “012” is displayed.
ここで、演算処理装置10は、状態(a)において、履歴情報に含まれる部分履歴情報の数が所定数(例えば、300)を超えた場合(すなわち、ステップ番号の数が300を超えた場合)、履歴の古い部分履歴情報を含むグループから順にグループ単位で削除する。具体的には、複数のグループX1~X4のうち、最も履歴の古い部分履歴情報を含むグループX1を削除する。
Here, in the state (a), the arithmetic processing unit 10 has a case where the number of partial history information included in the history information exceeds a predetermined number (for example, 300) (that is, the number of step numbers exceeds 300) ), And delete in groups from the group including the partial history information of the old history. Specifically, the group X1 including the partial history information with the oldest history is deleted from the plurality of groups X1 to X4.
状態(b)の履歴情報は、状態(a)の履歴情報からグループX1が削除されたものである。ただし、演算処理装置10は、状態(a)のグループX1に含まれる計算過程におけるトータル結果および途中結果(サブトータル結果)を、状態(a)のグループX2に追加して、状態(b)のグループX1を生成する。具体的には、状態(b)のグループX1は、状態(a)のグループX2に、ステップ番号「001」~「004」に対応する部分履歴情報を追加したものである。
The history information in state (b) is obtained by deleting group X1 from the history information in state (a). However, the arithmetic processing unit 10 adds the total result and the intermediate result (subtotal result) in the calculation process included in the group X1 in the state (a) to the group X2 in the state (a), so that the state (b) A group X1 is generated. Specifically, the group X1 in the state (b) is obtained by adding partial history information corresponding to the step numbers “001” to “004” to the group X2 in the state (a).
状態(b)のステップ番号「001」の部分履歴情報(アイテムカウント数)は、状態(a)のステップ番号「010」の部分履歴情報に対応している。また、状態(b)のステップ番号「002」の部分履歴情報(トータル結果)は、状態(a)のステップ番号「011」の部分履歴情報に対応している。
The partial history information (item count number) of step number “001” in state (b) corresponds to the partial history information of step number “010” in state (a). The partial history information (total result) of step number “002” in state (b) corresponds to the partial history information of step number “011” in state (a).
状態(b)のステップ番号「003」の部分履歴情報は、状態(a)のグループX1における計算過程の途中結果を含む。具体的には、状態(b)のステップ番号「003」には、状態(a)のステップ番号「006」,「008」の途中結果(5×6÷)として、数値「30」および演算子「÷」が示されている。状態(b)のステップ番号「004」の部分履歴情報は、履歴情報に含まれる部分履歴情報の数が300を超えたため、いくつかの部分履歴情報が削除されたことを示す削除通知情報を含む。また、状態(b)のグループX2,X3は、それぞれ状態(a)のグループX3,X4に対応している。
The partial history information of step number “003” in the state (b) includes an intermediate result of the calculation process in the group X1 in the state (a). Specifically, the step number “003” in the state (b) includes the numerical value “30” and the operator as the intermediate result (5 × 6 ÷) of the step numbers “006” and “008” in the state (a). “÷” is shown. The partial history information of the step number “004” in the state (b) includes deletion notification information indicating that some partial history information has been deleted because the number of partial history information included in the history information exceeds 300. . Further, the groups X2 and X3 in the state (b) correspond to the groups X3 and X4 in the state (a), respectively.
図12を参照して、演算処理装置10は、状態(b)において、履歴情報に含まれる部分履歴情報の数が所定数を超えた場合、最も履歴の古い部分履歴情報を含むグループX1を削除する。図12の状態(c)の履歴情報は、図11の状態(b)の履歴情報からグループX1が削除されたものである。演算処理装置10は、状態(b)のグループX1に含まれる計算過程におけるトータル結果を、状態(b)のグループX2に追加して、状態(c)のグループX1を生成する。具体的には、状態(c)のグループX1は、状態(b)のグループX2に、ステップ番号「001」~「003」までの部分履歴情報を追加したものである。
Referring to FIG. 12, in the state (b), the arithmetic processing unit 10 deletes the group X1 including the partial history information with the oldest history when the number of partial history information included in the history information exceeds a predetermined number. To do. The history information in the state (c) in FIG. 12 is obtained by deleting the group X1 from the history information in the state (b) in FIG. The arithmetic processing unit 10 adds the total result in the calculation process included in the group X1 in the state (b) to the group X2 in the state (b) to generate the group X1 in the state (c). Specifically, the group X1 in the state (c) is obtained by adding partial history information from step numbers “001” to “003” to the group X2 in the state (b).
状態(c)のステップ番号「001」の部分履歴情報およびステップ番号「002」の部分履歴情報は、それぞれ、状態(b)のステップ番号「015」の部分履歴情報およびステップ番号「016」の部分履歴情報に対応している。状態(c)のステップ番号「003」の部分履歴情報は、削除通知情報を含む。また、状態(c)のグループX2は、状態(b)のグループX3に対応している。
The partial history information of step number “001” and the partial history information of step number “002” in state (c) are the partial history information of step number “015” and the portion of step number “016” in state (b), respectively. Corresponds to history information. The partial history information of step number “003” in the state (c) includes deletion notification information. The group X2 in the state (c) corresponds to the group X3 in the state (b).
続いて、演算処理装置10は、状態(c)において、履歴情報に含まれる部分履歴情報の数が所定数を超えた場合、最も古い部分履歴情報を含むグループX1を削除する。状態(d)の履歴情報は、状態(c)の履歴情報からグループX1が削除されたものである。演算処理装置10は、状態(c)のグループX1に含まれるクリア結果を、状態(c)のグループX2に追加して、状態(d)のグループX1を生成する。状態(d)のグループX1は、状態(c)のグループX2に、ステップ番号「001」~「003」までの部分履歴情報を追加したものである。
Subsequently, when the number of pieces of partial history information included in the history information exceeds a predetermined number in the state (c), the arithmetic processing device 10 deletes the group X1 including the oldest partial history information. The history information in the state (d) is obtained by deleting the group X1 from the history information in the state (c). The arithmetic processing unit 10 adds the clear result included in the group X1 in the state (c) to the group X2 in the state (c) to generate the group X1 in the state (d). The group X1 in the state (d) is obtained by adding partial history information from step numbers “001” to “003” to the group X2 in the state (c).
状態(d)のステップ番号「001」の部分履歴情報は、アイテムカウンタ数が0であることを示す情報を含む。ステップ番号「002」の部分履歴情報は、状態(c)のステップ番号「006」の部分履歴情報に対応している。状態(d)のステップ番号「003」の部分履歴情報は、削除通知情報を含む。
The partial history information of step number “001” in the state (d) includes information indicating that the number of item counters is zero. The partial history information with the step number “002” corresponds to the partial history information with the step number “006” in the state (c). The partial history information of the step number “003” in the state (d) includes deletion notification information.
図13は、実施の形態2に従う履歴情報の削除方式を説明するための画面遷移図である。図13には、メインディスプレイ158およびサブディスプレイ160の画面表示の状態がユーザ操作に応じて状態(a)~状態(d)の順に遷移する様子が示されている。具体的には、各状態(a)~(d)の左欄および右欄には、それぞれメイン画面の状態およびサブ画面の状態が示されている。
FIG. 13 is a screen transition diagram for explaining the history information deletion method according to the second embodiment. FIG. 13 shows a state in which the screen display states of the main display 158 and the sub-display 160 transition from state (a) to state (d) in accordance with a user operation. Specifically, the left column and the right column of the states (a) to (d) respectively indicate the state of the main screen and the state of the sub screen.
図13を参照して、状態(a)は、電源をONして、「1」,「+」,「2」,「+」が入力された状態を示している。状態(a)のメイン画面には、加算結果である数値「3」が表示される。状態(a)から、数値「3」~「298」を順に加算していく入力が実行されると、状態(b)に遷移する。状態(b)のメイン画面には、1~298を順に加算していった結果である「44’551」が表示される。また、サブ画面は、ステップ番号が299まで到達していることを示している。
Referring to FIG. 13, state (a) indicates a state in which “1”, “+”, “2”, and “+” are input after power is turned on. On the main screen in the state (a), the numerical value “3” as the addition result is displayed. When an input for sequentially adding numerical values “3” to “298” is executed from the state (a), the state transitions to the state (b). On the main screen in the state (b), “44′551”, which is the result of sequentially adding 1 to 298, is displayed. Further, the sub-screen shows that the step number has reached 299.
状態(b)から、「1」キー,「×」キーが入力されると、状態(c)に遷移する。状態(c)のメイン画面には、数値「1」が表示され、サブ画面にはステップ番号が300に到達したことが示されている。
When the “1” key and the “x” key are input from the state (b), the state (c) is transitioned to. A numerical value “1” is displayed on the main screen in the state (c), and the sub screen indicates that the step number has reached 300.
状態(c)から、「2」,「9」,「9」,「+」キーが入力されると、状態(d)に遷移する。状態(d)のメイン画面には、ステップ番号「299」時点での加算結果「44’551」に数値「299」が加算された計算結果「44’850」が表示される。ここで、図13の例では、ステップ番号「001」~「300」までの間に、トータルキーおよびクリアキーのいずれも入力されていないため、履歴情報は複数のグループに区分されていない。すなわち、ステップ番号「001」~「300」の各部分履歴情報が1つのグループに含まれる。
When the “2”, “9”, “9”, “+” key is input from the state (c), the state transitions to the state (d). On the main screen in the state (d), the calculation result “44′850” obtained by adding the numerical value “299” to the addition result “44′551” at the time of the step number “299” is displayed. Here, in the example of FIG. 13, since neither the total key nor the clear key is input between step numbers “001” to “300”, the history information is not divided into a plurality of groups. That is, the partial history information of step numbers “001” to “300” is included in one group.
演算処理装置10は、ステップ番号が300を超えたと判断して、状態(d)のサブ画面に、状態(c)のステップ番号「001」~「300」までの途中結果を表示する。具体的には、状態(d)のサブ画面のステップ番号「001」には、加減算の途中結果が表示され、ステップ番号「002」には、乗除算の途中結果が表示され、ステップ番号「003」には、削除通知情報が表示される。
The arithmetic processing unit 10 determines that the step number has exceeded 300, and displays intermediate results from step numbers “001” to “300” in the state (c) on the sub-screen in the state (d). Specifically, an intermediate result of addition / subtraction is displayed at step number “001” in the sub-screen of state (d), an intermediate result of multiplication / division is displayed at step number “002”, and step number “003”. ", Delete notification information is displayed.
図14は、実施の形態2に従う演算処理装置10の機能ブロック図である。図14を参照して、実施の形態2に従う演算処理装置10の機能構成は、図9中の演算処理装置10の機能構成に、履歴数判断部214を追加したものである。そのため、実施の形態2に従う演算処理装置10の機能構成のうち、実施の形態1と同様の機能構成については詳細な説明は繰り返さない。
FIG. 14 is a functional block diagram of arithmetic processing unit 10 according to the second embodiment. Referring to FIG. 14, the functional configuration of arithmetic processing apparatus 10 according to the second embodiment is obtained by adding history number determination unit 214 to the functional configuration of arithmetic processing apparatus 10 in FIG. Therefore, detailed description of the functional configuration similar to that of the first embodiment is not repeated among the functional configurations of the arithmetic processing device 10 according to the second embodiment.
履歴数判断部214は、履歴情報格納部212を参照して、演算部204の演算結果の履歴情報に含まれる部分履歴情報の数が所定数(例えば、300)を超えたか否かを判断する。履歴数判断部214は、判断結果を編集実行部210に出力する。
The history number determination unit 214 refers to the history information storage unit 212 to determine whether the number of partial history information included in the history information of the calculation result of the calculation unit 204 exceeds a predetermined number (for example, 300). . The history number determination unit 214 outputs the determination result to the editing execution unit 210.
編集実行部210は、部分履歴情報の数が所定数を超えたと履歴数判断部214により判断された場合、演算結果の履歴情報に含まれる部分履歴情報のうち、履歴の古い部分履歴情報から順に削除する。例えば、編集実行部210は、履歴情報格納部212に格納された日時が古い部分履歴情報から順に削除する。
When the history number determination unit 214 determines that the number of pieces of partial history information has exceeded a predetermined number, the editing execution unit 210 starts from the partial history information with the oldest history in the partial history information included in the history information of the calculation result. delete. For example, the edit execution unit 210 deletes the partial history information from the oldest date and time stored in the history information storage unit 212 in order.
具体的には、履歴情報は、入力部202が所定の入力(例えば、トータルキー入力、クリアキー入力)を受け付けたことを示す情報を含む部分履歴情報ごとに複数のグループ(例えば、グループX1~X4)に区分される。編集実行部210は、部分履歴情報の数が所定数を超えた場合、複数のグループのうち、履歴の古い部分履歴情報を含むグループから順にグループ単位で削除する。
Specifically, the history information includes a plurality of groups (for example, groups X1 to X) for each piece of partial history information including information indicating that the input unit 202 has received a predetermined input (for example, total key input, clear key input). X4). When the number of partial history information exceeds a predetermined number, the editing execution unit 210 deletes a plurality of groups in order from the group including the partial history information with the oldest history.
表示制御部208は、削除されたグループに含まれる部分履歴情報に基づく演算結果を、サブディスプレイ160に表示させる。具体的には、表示制御部208は、削除されたグループに含まれる部分履歴情報に基づく演算のトータル結果および当該演算の途中結果をサブディスプレイ160に表示させる。
The display control unit 208 causes the sub-display 160 to display a calculation result based on the partial history information included in the deleted group. Specifically, the display control unit 208 causes the sub-display 160 to display the total result of the calculation based on the partial history information included in the deleted group and the intermediate result of the calculation.
<利点>
実施の形態2によると、履歴数が所定数以上となった場合、古い履歴から順に削除されていく。そのため、ユーザはデータ容量、およびステップ数の限度を意識する必要がないため利便性が向上する。また、加減算のトータル処理およびクリア処理に基づいて区分されたグループ単位で履歴情報が削除される。さらに、削除対象のグループに含まれるすべての部分履歴情報を削除するのではなく、トータル結果(および途中結果)等の必要な情報は残してサブ画面に表示される。したがって、演算結果を確認する際の整合性を図ることができるため、ユーザを混乱させることもない。また、削除された履歴におけるトータル結果および途中結果が残されるため、再計算も容易となる。 <Advantages>
According to the second embodiment, when the number of histories becomes a predetermined number or more, the oldest histories are deleted in order. For this reason, the user does not need to be aware of the data capacity and the limit of the number of steps, which improves convenience. In addition, history information is deleted in units of groups divided based on the total process and the clear process of addition / subtraction. Furthermore, instead of deleting all partial history information included in the group to be deleted, necessary information such as total results (and intermediate results) is left and displayed on the sub-screen. Therefore, it is possible to achieve consistency when checking the calculation result, and the user is not confused. In addition, since the total result and the intermediate result in the deleted history are left, recalculation becomes easy.
実施の形態2によると、履歴数が所定数以上となった場合、古い履歴から順に削除されていく。そのため、ユーザはデータ容量、およびステップ数の限度を意識する必要がないため利便性が向上する。また、加減算のトータル処理およびクリア処理に基づいて区分されたグループ単位で履歴情報が削除される。さらに、削除対象のグループに含まれるすべての部分履歴情報を削除するのではなく、トータル結果(および途中結果)等の必要な情報は残してサブ画面に表示される。したがって、演算結果を確認する際の整合性を図ることができるため、ユーザを混乱させることもない。また、削除された履歴におけるトータル結果および途中結果が残されるため、再計算も容易となる。 <Advantages>
According to the second embodiment, when the number of histories becomes a predetermined number or more, the oldest histories are deleted in order. For this reason, the user does not need to be aware of the data capacity and the limit of the number of steps, which improves convenience. In addition, history information is deleted in units of groups divided based on the total process and the clear process of addition / subtraction. Furthermore, instead of deleting all partial history information included in the group to be deleted, necessary information such as total results (and intermediate results) is left and displayed on the sub-screen. Therefore, it is possible to achieve consistency when checking the calculation result, and the user is not confused. In addition, since the total result and the intermediate result in the deleted history are left, recalculation becomes easy.
[実施の形態3]
実施の形態3として、コンピュータを機能させて、上述の実施の形態1および2で説明したような制御を実行させるプログラムを提供することもできる。このようなプログラムは、コンピュータに付属するフレキシブルディスク、CD-ROM(Compact Disk Read Only Memory)、ROM、RAMおよびメモリカードなどの一時的でないコンピュータ読取り可能な記録媒体にて記録させて、プログラム製品として提供することもできる。あるいは、コンピュータに内蔵するハードディスクなどの記録媒体にて記録させて、プログラムを提供することもできる。また、ネットワークを介したダウンロードによって、プログラムを提供することもできる。 [Embodiment 3]
As the third embodiment, it is possible to provide a program that causes a computer to function and execute the control as described in the first and second embodiments. Such a program is recorded on a non-temporary computer-readable recording medium such as a flexible disk attached to the computer, a CD-ROM (Compact Disk Read Only Memory), a ROM, a RAM, and a memory card as a program product. It can also be provided. Alternatively, the program can be provided by being recorded on a recording medium such as a hard disk built in the computer. A program can also be provided by downloading via a network.
実施の形態3として、コンピュータを機能させて、上述の実施の形態1および2で説明したような制御を実行させるプログラムを提供することもできる。このようなプログラムは、コンピュータに付属するフレキシブルディスク、CD-ROM(Compact Disk Read Only Memory)、ROM、RAMおよびメモリカードなどの一時的でないコンピュータ読取り可能な記録媒体にて記録させて、プログラム製品として提供することもできる。あるいは、コンピュータに内蔵するハードディスクなどの記録媒体にて記録させて、プログラムを提供することもできる。また、ネットワークを介したダウンロードによって、プログラムを提供することもできる。 [Embodiment 3]
As the third embodiment, it is possible to provide a program that causes a computer to function and execute the control as described in the first and second embodiments. Such a program is recorded on a non-temporary computer-readable recording medium such as a flexible disk attached to the computer, a CD-ROM (Compact Disk Read Only Memory), a ROM, a RAM, and a memory card as a program product. It can also be provided. Alternatively, the program can be provided by being recorded on a recording medium such as a hard disk built in the computer. A program can also be provided by downloading via a network.
プログラムは、コンピュータのオペレーティングシステム(OS)の一部として提供されるプログラムモジュールのうち、必要なモジュールを所定の配列で所定のタイミングで呼出して処理を実行させるものであってもよい。その場合、プログラム自体には上記モジュールが含まれずOSと協働して処理が実行される。このようなモジュールを含まないプログラムも、本実施の形態にかかるプログラムに含まれ得る。
The program may be a program module that is provided as a part of an operating system (OS) of a computer and that calls necessary modules in a predetermined arrangement at a predetermined timing to execute processing. In that case, the program itself does not include the module, and the process is executed in cooperation with the OS. A program that does not include such a module can also be included in the program according to the present embodiment.
また、本実施の形態にかかるプログラムは他のプログラムの一部に組込まれて提供されるものであってもよい。その場合にも、プログラム自体には上記他のプログラムに含まれるモジュールが含まれず、他のプログラムと協働して処理が実行される。このような他のプログラムに組込まれたプログラムも、本実施の形態にかかるプログラムに含まれ得る。
Further, the program according to the present embodiment may be provided by being incorporated in a part of another program. Even in this case, the program itself does not include the module included in the other program, and the process is executed in cooperation with the other program. A program incorporated in such another program can also be included in the program according to the present embodiment.
[その他の実施の形態]
上述した実施の形態では、演算処理装置10が、2つのディスプレイ(メインディスプレイ158およびサブディスプレイ160)を有する装置である構成について説明したが、当該構成に限られない。例えば、演算処理装置10は、1つのディスプレイを有するスマートフォン、タブレット端末装置等の装置であってもよい。この場合、演算処理装置10は、当該1つのディスプレイの第1の表示領域に、上述したメインディスプレイ158の表示内容を表示させるように制御し、当該1つのディスプレイの第2の表示領域に、上述したサブディスプレイ160の表示内容を表示させるように制御すればよい。 [Other embodiments]
In the above-described embodiment, the configuration in which thearithmetic processing device 10 is a device having two displays (the main display 158 and the sub display 160) has been described, but the configuration is not limited thereto. For example, the arithmetic processing device 10 may be a device such as a smartphone or a tablet terminal device having one display. In this case, the arithmetic processing device 10 performs control so that the display content of the main display 158 described above is displayed in the first display area of the one display, and the second display area of the one display The display content of the sub display 160 may be controlled to be displayed.
上述した実施の形態では、演算処理装置10が、2つのディスプレイ(メインディスプレイ158およびサブディスプレイ160)を有する装置である構成について説明したが、当該構成に限られない。例えば、演算処理装置10は、1つのディスプレイを有するスマートフォン、タブレット端末装置等の装置であってもよい。この場合、演算処理装置10は、当該1つのディスプレイの第1の表示領域に、上述したメインディスプレイ158の表示内容を表示させるように制御し、当該1つのディスプレイの第2の表示領域に、上述したサブディスプレイ160の表示内容を表示させるように制御すればよい。 [Other embodiments]
In the above-described embodiment, the configuration in which the
上述した実施の形態の図6の状態(n)において、演算処理装置10は、「INSERT」モード中であることをユーザに報知するため、数値「0」を点滅させてもよい。また、上述した実施の形態の図6の状態(о)において、演算処理装置10は、挿入するための数値入力が開始された場合に、「INSERT」モード中であることをユーザに報知するため、入力された数値(例えば、「800’000」)を点滅させてもよい。
In the state (n) of FIG. 6 of the above-described embodiment, the arithmetic processing device 10 may blink the numerical value “0” in order to notify the user that it is in the “INSERT” mode. Further, in the state (о) of FIG. 6 in the above-described embodiment, the arithmetic processing unit 10 notifies the user that the “INSERT” mode is in effect when numerical input for insertion is started. The input numerical value (for example, “800'000”) may be blinked.
上述の実施の形態として例示した構成は、本発明の構成の一例であり、別の公知の技術と組み合わせることも可能であるし、本発明の要旨を逸脱しない範囲で、一部を省略する等、変更して構成することも可能である。
The configuration illustrated as the above-described embodiment is an example of the configuration of the present invention, and can be combined with another known technique, and a part of the configuration is omitted without departing from the gist of the present invention. It is also possible to change the configuration.
また、上述した実施の形態において、他の実施の形態で説明した処理や構成および変形例で説明した処理や構成を適宜採用して実施する場合であってもよい。
Further, in the above-described embodiment, the process and configuration described in the other embodiments and the process and configuration described in the modification may be appropriately adopted and implemented.
今回開示された実施の形態はすべての点で例示であって制限的なものではないと考えられるべきである。本発明の範囲は、上記した説明ではなく、請求の範囲によって示され、請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。
The embodiment disclosed this time should be considered as illustrative in all points and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the description above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.
10 演算処理装置、50 上カーソルキー、60 下カーソルキー、152 プロセッサ、154 メモリ、156 キーボード、158 メインディスプレイ、160 サブディスプレイ、162 通信インターフェイス、164 メモリインターフェイス、202 入力部、204 演算部、206 許可判断部、208 表示制御部、210 編集実行部、212 履歴情報格納部、214 履歴数判断部。
10 arithmetic processing units, 50 up cursor key, 60 down cursor key, 152 processor, 154 memory, 156 keyboard, 158 main display, 160 sub display, 162 communication interface, 164 memory interface, 202 input unit, 204 arithmetic unit, 206 permission Judgment unit, 208 display control unit, 210 editing execution unit, 212 history information storage unit, 214 history number judgment unit.
Claims (10)
- 数値および演算子を含む演算情報の入力を受け付ける入力部と、
前記入力部により受け付けられた演算情報に従って演算を実行する演算部と、
前記演算情報および前記演算部の演算結果を第1の表示領域に表示するように制御し、前記演算結果の履歴情報を第2の表示領域に表示するように制御する表示制御部と、
少なくとも1つの編集モードを用いて、前記演算結果の履歴情報を編集可能な編集実行部とを備え、
前記表示制御部は、前記編集実行部により編集された前記演算結果の履歴情報を前記第2の表示領域に表示させる、演算処理装置。 An input unit that accepts input of operation information including numerical values and operators;
A calculation unit that performs a calculation according to the calculation information received by the input unit;
A display control unit for controlling the calculation information and the calculation result of the calculation unit to be displayed in a first display area, and controlling the history information of the calculation result to be displayed in a second display area;
An editing execution unit capable of editing the history information of the calculation result using at least one editing mode;
The said display control part is a calculation processing apparatus which displays the historical information of the said calculation result edited by the said edit execution part on the said 2nd display area. - 前記入力部は、前記少なくとも1つの編集モードから1つの編集モードを選択するための指示をさらに受け付け、
予め定められたルールに基づいて、前記選択された編集モードを用いた前記履歴情報の編集を許可するか否かを判断する許可判断部をさらに備え、
前記表示制御部は、前記許可判断部の判断結果に基づいて、前記第1の表示領域の表示内容を変更する、請求項1に記載の演算処理装置。 The input unit further accepts an instruction to select one editing mode from the at least one editing mode;
A permission determining unit that determines whether to permit editing of the history information using the selected editing mode based on a predetermined rule;
The arithmetic processing apparatus according to claim 1, wherein the display control unit changes display content of the first display area based on a determination result of the permission determination unit. - 前記履歴情報は、少なくとも1つの部分履歴情報から構成されており、
前記許可判断部は、前記予め定められたルールに基づいて、前記少なくとも1つの部分履歴情報のうち編集対象に指定された部分履歴情報を、前記選択された編集モードを用いて編集することを許可するか否かを判断し、
前記指定された部分履歴情報の編集が許可された場合、前記表示制御部は、前記指定された部分履歴情報に基づく数値を前記第1の表示領域に表示させ、
前記指定された部分履歴情報の編集が許可されない場合、前記表示制御部は、当該編集の禁止を示す第1オブジェクトを前記第1の表示領域に表示させる、請求項2に記載の演算処理装置。 The history information is composed of at least one partial history information,
The permission determination unit is allowed to edit the partial history information designated as the editing target among the at least one partial history information based on the predetermined rule using the selected editing mode. Decide whether or not to
When editing of the specified partial history information is permitted, the display control unit displays a numerical value based on the specified partial history information in the first display area,
The arithmetic processing device according to claim 2, wherein when the editing of the specified partial history information is not permitted, the display control unit displays a first object indicating prohibition of the editing in the first display area. - 前記編集モードは、前記指定された部分履歴情報を修正するための修正モードを含み、
前記修正モードが選択された場合、前記許可判断部は、前記指定された部分履歴情報の修正を許可するか否かを判断し、
前記指定された部分履歴情報の修正が許可された場合、前記編集実行部は、ユーザからの修正指示に従って前記指定された部分履歴情報を修正する、請求項3に記載の演算処理装置。 The edit mode includes a correction mode for correcting the designated partial history information,
When the correction mode is selected, the permission determination unit determines whether to permit correction of the specified partial history information,
The arithmetic processing apparatus according to claim 3, wherein when the modification of the designated partial history information is permitted, the editing execution unit modifies the designated partial history information according to a modification instruction from a user. - 前記編集モードは、新たな部分履歴情報を挿入するための挿入モードを含み、
前記表示制御部は、前記挿入モードが選択された場合、前記新たな部分履歴情報の挿入位置を示す第2オブジェクトを前記第2の表示領域に表示させる、請求項3または4に記載の演算処理装置。 The editing mode includes an insertion mode for inserting new partial history information,
5. The arithmetic processing according to claim 3, wherein the display control unit displays a second object indicating an insertion position of the new partial history information in the second display area when the insertion mode is selected. apparatus. - 前記演算結果の履歴情報に含まれる部分履歴情報の数が所定数を超えたか否かを判断する判断部をさらに備え、
前記部分履歴情報の数が前記所定数を超えた場合、前記編集実行部は、前記演算結果の履歴情報に含まれる部分履歴情報のうち、履歴の古い部分履歴情報から順に削除する、請求項3~5のいずれか1項に記載の演算処理装置。 A judgment unit for judging whether or not the number of pieces of partial history information included in the history information of the calculation result exceeds a predetermined number;
4. When the number of pieces of partial history information exceeds the predetermined number, the editing execution unit deletes partial history information included in the history information of the calculation result in order from the partial history information with the oldest history. The arithmetic processing unit according to any one of 1 to 5. - 前記演算結果の履歴情報は、前記入力部が所定の入力を受け付けたことを示す情報を含む部分履歴情報ごとに複数のグループに区分されており、
前記部分履歴情報の数が前記所定数を超えた場合、前記編集実行部は、複数のグループのうち、履歴の古い部分履歴情報を含むグループから順にグループ単位で削除する、請求項6に記載の演算処理装置。 The calculation result history information is divided into a plurality of groups for each piece of partial history information including information indicating that the input unit has received a predetermined input,
The number of the said partial log | history information exceeds the said predetermined number, The said edit execution part is deleted in a group unit in order from the group containing the partial log | history historical information of a log | history among several groups. Arithmetic processing unit. - 前記表示制御部は、前記削除されたグループに含まれる部分履歴情報に基づく演算結果を、前記第2の表示領域に表示させる、請求項7に記載の演算処理装置。 The calculation processing device according to claim 7, wherein the display control unit displays a calculation result based on partial history information included in the deleted group in the second display area.
- 前記第1の表示領域は、前記演算処理装置が備える2つのディスプレイのうちの第1のディスプレイの表示領域であり、
前記第2の表示領域は、前記2つのディスプレイのうちの第2のディスプレイの表示領域である、請求項1~8のいずれか1項に記載の演算処理装置。 The first display area is a display area of the first display of the two displays included in the arithmetic processing device,
The arithmetic processing apparatus according to any one of claims 1 to 8, wherein the second display area is a display area of a second display of the two displays. - 演算処理装置の制御方法であって、
数値および演算子を含む演算情報の入力を受け付けるステップと、
前記受け付けられた演算情報に従って演算を実行するステップと、
前記演算情報および前記演算を実行するステップによる演算結果を第1の表示領域に表示するように制御し、前記演算結果の履歴情報を第2の表示領域に表示するように制御するステップと、
少なくとも1つの編集モードを用いて、前記演算結果の履歴情報を編集するステップとを含み、
前記制御するステップは、前記編集するステップにより編集された前記演算結果の履歴情報を前記第2の表示領域に表示させることを含む、演算処理装置の制御方法。 A method for controlling an arithmetic processing unit, comprising:
Accepting input of operation information including numerical values and operators;
Performing a calculation according to the received calculation information;
Controlling the calculation information and the calculation result of the step of executing the calculation to be displayed in a first display area, and controlling the history information of the calculation result to be displayed in a second display area;
Editing history information of the operation result using at least one editing mode,
The method of controlling the arithmetic processing unit, wherein the controlling step includes displaying history information of the arithmetic result edited in the editing step in the second display area.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016252972A JP2018106475A (en) | 2016-12-27 | 2016-12-27 | Arithmetic processing device, and control method thereof |
JP2016-252972 | 2016-12-27 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2018123378A1 true WO2018123378A1 (en) | 2018-07-05 |
Family
ID=62707316
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2017/042194 WO2018123378A1 (en) | 2016-12-27 | 2017-11-24 | Arithmetic processing apparatus and method for controlling arithmetic processing apparatus |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP2018106475A (en) |
WO (1) | WO2018123378A1 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110674074B (en) * | 2019-09-20 | 2023-08-15 | Oppo广东移动通信有限公司 | Quick operation method and device and terminal equipment |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS58176759A (en) * | 1982-04-09 | 1983-10-17 | Nippon Texas Instr Kk | Electronic calculator |
JPH1040221A (en) * | 1996-07-23 | 1998-02-13 | Sharp Corp | Electronic equipment and method for displaying mathematical expression including variable |
JPH10283326A (en) * | 1997-04-08 | 1998-10-23 | Hiroshi Yasumatsu | Desk-top calculator having display device with plural line in which confirmation and correction of input is made easy |
JP2009199174A (en) * | 2008-02-19 | 2009-09-03 | Casio Comput Co Ltd | Electronic calculator |
-
2016
- 2016-12-27 JP JP2016252972A patent/JP2018106475A/en active Pending
-
2017
- 2017-11-24 WO PCT/JP2017/042194 patent/WO2018123378A1/en active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS58176759A (en) * | 1982-04-09 | 1983-10-17 | Nippon Texas Instr Kk | Electronic calculator |
JPH1040221A (en) * | 1996-07-23 | 1998-02-13 | Sharp Corp | Electronic equipment and method for displaying mathematical expression including variable |
JPH10283326A (en) * | 1997-04-08 | 1998-10-23 | Hiroshi Yasumatsu | Desk-top calculator having display device with plural line in which confirmation and correction of input is made easy |
JP2009199174A (en) * | 2008-02-19 | 2009-09-03 | Casio Comput Co Ltd | Electronic calculator |
Also Published As
Publication number | Publication date |
---|---|
JP2018106475A (en) | 2018-07-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104793913A (en) | Object display system, object display control program, and object display control method | |
JP6269220B2 (en) | Formula display control apparatus, formula display control method, formula display control program | |
JP6219935B2 (en) | Method, controller and apparatus for composing words | |
WO2017100014A1 (en) | Creating notes on lock screen | |
JP2009163497A (en) | Business flow generation device and method | |
WO2018123378A1 (en) | Arithmetic processing apparatus and method for controlling arithmetic processing apparatus | |
JP2016021237A (en) | Apparatus and method for providing feedback on input of data | |
JP6774509B2 (en) | Numerical input device and machine tool equipped with it | |
CN104412255A (en) | Document processing system, electronic document, document processing method, and program | |
KR102357029B1 (en) | The combined process registration apparatus and method using interactive program in computer numarical control machine tools | |
JP2020181523A (en) | Information processing apparatus and program | |
US20170083699A1 (en) | Dynamic inline assistance messaging | |
JP2023045846A (en) | Electronic apparatus and program | |
JP5948634B2 (en) | Inventory management device | |
JP5393816B2 (en) | Information search apparatus and information search method | |
JP4160989B2 (en) | Method, program and system for supporting date input in data processing system | |
JP7391934B2 (en) | Systems, programs, methods and information processing devices for providing services for creating games | |
JP2006301781A (en) | User authentication method | |
JP5900138B2 (en) | Fraction display processing apparatus, mathematical expression display method, and program | |
JP6194221B2 (en) | Information processing system, information processing apparatus, information processing program, and save data storage method | |
JP5292650B2 (en) | Data management system and data deletion method | |
JP2010176534A (en) | Information processor and program | |
JP5245344B2 (en) | Electronic computer and its control program | |
JP2010211359A (en) | Work management system | |
JP7048263B2 (en) | Computational processing equipment, computational processing method and computational processing program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17888356 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 17888356 Country of ref document: EP Kind code of ref document: A1 |