[go: up one dir, main page]

CN110262746B - Financial data input method, device and medium - Google Patents

Financial data input method, device and medium Download PDF

Info

Publication number
CN110262746B
CN110262746B CN201910514326.9A CN201910514326A CN110262746B CN 110262746 B CN110262746 B CN 110262746B CN 201910514326 A CN201910514326 A CN 201910514326A CN 110262746 B CN110262746 B CN 110262746B
Authority
CN
China
Prior art keywords
amount
signal
scale
target
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910514326.9A
Other languages
Chinese (zh)
Other versions
CN110262746A (en
Inventor
张旭
宋振中
郭渊敏
任雪飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiaomi Inc
Original Assignee
Xiaomi Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xiaomi Inc filed Critical Xiaomi Inc
Priority to CN201910514326.9A priority Critical patent/CN110262746B/en
Publication of CN110262746A publication Critical patent/CN110262746A/en
Application granted granted Critical
Publication of CN110262746B publication Critical patent/CN110262746B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0485Scrolling or panning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a financial data input method, a device and a medium, wherein the method comprises the following steps: displaying a financial control, the financial control including a monetary axis; receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal; determining a target amount according to the touch position in the touch signal; displaying the target amount in an input box. The financial control comprising the amount axis is introduced, so that a user can complete input by controlling the amount axis when inputting the amount, the input process is convenient and quick, the finger displacement path is greatly reduced, and financial loss caused by inputting more or less zero when using a numeric keyboard is completely avoided.

Description

Financial data input method, device and medium
Technical Field
The present disclosure relates to the field of computer information processing technologies, and in particular, to a financial data input method, device, and medium.
Background
The input box (textfields) is the most basic form control in the interface design specification, is also the core component of the form, is a long-history and classic interactive control, and has the most basic function of helping a user to input or copy and paste Text, numbers and other contents therein. The prototype of the input box in physical reality is derived from a paper form unit, so the basic components of the input box also comprise a title label, a filling input box, an auxiliary description and the like, and the conceptual model is applied to a PC interface afterwards, information is input through a hardware keyboard and continues to the current mobile equipment, and the direct interaction in a touch manner is realized. In this evolution, the input box is also given more interactive properties as a control of the interface: occupancy prompt documentation, initial values, clear and desensitization buttons, etc.
With the rapid development of internet financial business, money input is a financial product with main characteristics, and the design and application of many input boxes at present are difficult to meet the increasing demand of internet financial business. As shown in fig. 1, when money is input in the related art, a numeric keypad is displayed in an input box of an interface, and a user clicks numbers on the numeric keypad to perform corresponding input, but for some application scenarios, money of a whole hundred, a whole thousand, and a whole ten thousand is often required to be input.
Disclosure of Invention
To overcome the problems in the related art, the present disclosure provides a financial data input method, apparatus, and medium.
According to a first aspect of embodiments of the present disclosure, there is provided a financial data input method, including:
displaying a financial control, the financial control including a monetary axis;
receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
determining a target amount according to the touch position in the touch signal;
displaying the target amount in an input box.
Further, the financial control comprises two endpoint nodes and a scale node set positioned between the two endpoint nodes; the two end point nodes respectively represent the lowest amount and the highest amount, and the scale node set comprises scale nodes which are used for representing amounts between the lowest amount and the highest amount and are sequentially arranged according to the represented amounts.
Further, determining the amount of money according to the touch position in the touch signal comprises: when the touch signal is a click signal, determining a target node closest to a touch position in the click signal, and taking the amount represented by the target node as the target amount; and when the touch signal is a sliding signal, determining a target node closest to the real-time touch position in the sliding signal, and taking the money represented by the target node as the target money.
Further, the scale node set comprises an N-level subset, the i-level subset comprises X scale nodes, the i + 1-level subset comprises X +1 groups, all scale nodes in each group are located in the same interval, and the interval is a part between adjacent scale nodes in the i-level subset, or a part between a scale node with the lowest corresponding amount and an endpoint node representing the lowest amount in the i-level subset, or a part between a scale node with the highest corresponding amount and an endpoint node representing the highest amount in the i-level subset; n, X is an integer greater than 1, and i is an integer greater than 1 and less than or equal to N.
Further, the first-level subset comprises M scale nodes, the M scale nodes correspond to M +1 axis intervals, and the unit length amount representation values of the M +1 axis intervals gradually increase along with the increasing direction of the amount.
Furthermore, other level sub-sets except the first level sub-set at least comprise a scale equipartition sub-set, and all scale nodes in the scale equipartition sub-set are uniformly distributed in the axis interval to which the scale equipartition sub-set belongs.
Further, the method further comprises: receiving a fine-tuning increasing instruction signal, using the sum of the target amount and the first step amount as an updated target amount, and displaying the updated target amount;
and/or;
and receiving a fine adjustment decreasing instruction signal, taking the difference between the target amount and the first step amount as an updated target amount, and displaying the updated target amount.
Further, the financial control comprises a sliding block used for sliding on the amount axis, and when the sliding block is located in different scale node sections, the first step amount is different;
the scale node interval refers to an interval between two adjacent scale nodes, or an interval between two scale nodes farthest apart in a plurality of continuous scale nodes.
Further, the method further comprises: when a trigger instruction for switching to a numeric keyboard is received, displaying the numeric keyboard, receiving a touch signal of the numeric keyboard, determining a target amount according to the touch signal of the numeric keyboard, and displaying the target amount in the input box;
when a fine-tuning increasing instruction signal is received, the sum of the target amount and the second step amount is used as an updated target amount, and the updated target amount is displayed;
and when receiving a fine adjustment decreasing instruction signal, taking the difference between the target amount and the second step amount as an updated target amount, and displaying the updated target amount.
Further, the method further comprises: receiving a click signal in the display frame, determining a cursor position according to the click signal, determining a monetary unit corresponding to the cursor position, and determining a third step monetary amount corresponding to the monetary unit;
when a fine adjustment increasing instruction signal is received, taking the sum of the target amount and the third step length amount as an updated target amount, and displaying the updated target amount;
and when a fine adjustment decreasing instruction signal is received, taking the difference between the target amount and the third step length amount as an updated target amount, and displaying the updated target amount.
According to a second aspect of embodiments of the present disclosure, there is provided a financial data input device comprising:
a first display module for displaying a financial control, the financial control comprising a monetary axis;
the first receiving module is used for receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
the first determining module is used for determining a target amount according to the touch position in the touch signal;
and the second display module is used for displaying the target amount in the input box.
Further, the financial control comprises two endpoint nodes and a scale node set positioned between the two endpoint nodes; the two end point nodes respectively represent the lowest amount and the highest amount, and the scale node set comprises scale nodes which are used for representing amounts between the lowest amount and the highest amount and are sequentially arranged according to the represented amounts.
Further, the first determining module is further configured to determine the amount according to the touch position in the touch signal by using the following method:
when the touch signal is a click signal, determining a target node closest to a touch position in the click signal, and taking the amount represented by the target node as the target amount;
and when the touch signal is a sliding signal, determining a target node closest to the real-time touch position in the sliding signal, and taking the money represented by the target node as the target money.
Further, the scale node set comprises an N-level subset, the i-level subset comprises X scale nodes, the i + 1-level subset comprises X +1 groups, all scale nodes in each group are located in the same interval, and the interval is a part between adjacent scale nodes in the i-level subset, or a part between a scale node with the lowest corresponding amount and an endpoint node representing the lowest amount in the i-level subset, or a part between a scale node with the highest corresponding amount and an endpoint node representing the highest amount in the i-level subset; n, X is an integer greater than 1, and i is an integer greater than 1 and less than or equal to N.
Further, the first-level subset comprises M scale nodes, the M scale nodes correspond to M +1 axis intervals, and the unit length amount representation values of the M +1 axis intervals gradually increase along with the increasing direction of the amount.
Furthermore, other level sub-sets except the first level sub-set at least comprise a scale equipartition sub-set, and all scale nodes in the scale equipartition sub-set are uniformly distributed in the axis interval to which the scale equipartition sub-set belongs.
Further, still include:
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the first step-up amount as an updated target amount after the fine-tuning increment instruction receiving module receives the fine-tuning increment instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the first step amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
Further, the financial control comprises a sliding block used for sliding on the amount axis, and when the sliding block is located in different scale node sections, the first step amount is different;
the scale node interval refers to an interval between two adjacent scale nodes, or an interval between two scale nodes farthest apart in a plurality of continuous scale nodes.
Further, the second receiving module is used for receiving a trigger instruction for switching to the numeric keyboard;
the third display module is used for displaying the numeric keyboard after the second receiving module receives the trigger instruction for switching to the numeric keyboard;
the third receiving module is used for receiving the touch signal of the numeric keyboard;
the second determination module is used for determining the target amount according to the point contact signal of the numeric keyboard;
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the second step amount as an updated target amount after the fine-tuning increasing instruction receiving module receives the fine-tuning increasing instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the second step amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
Further, a third receiving module, configured to receive a click signal in the display frame;
the third determining module is used for determining the cursor position according to the click signal, determining the monetary unit corresponding to the cursor position and determining the third step length monetary corresponding to the monetary unit;
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the third step length amount as an updated target amount after the fine-tuning increasing instruction receiving module receives the fine-tuning increasing instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the third step length amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
According to a third aspect of embodiments of the present disclosure, there is provided a financial data input apparatus including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
displaying a financial control, the financial control including a monetary axis;
receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
determining a target amount according to the touch position in the touch signal;
displaying the target amount in an input box.
According to a fourth aspect of embodiments of the present disclosure, there is provided a non-transitory computer-readable storage medium having instructions therein, which when executed by a processor of a mobile terminal, enable the mobile terminal to perform a method of financial data entry, the method comprising:
displaying a financial control, the financial control including a monetary axis;
receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
determining a target amount according to the touch position in the touch signal;
displaying the target amount in an input box.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects: the financial control comprising the amount axis is introduced, so that a user can complete input by controlling the amount axis when inputting the amount, the input process is convenient and quick, the finger displacement path is greatly reduced, and financial loss caused by inputting more or less zero when using a numeric keyboard is completely avoided.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
FIG. 1 is a schematic diagram of a prior art financial data entry interface using a numeric keypad;
FIG. 2 is a flow diagram illustrating a method of financial data entry according to an exemplary embodiment;
FIG. 3 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 4 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 5 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 6 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 7 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 8 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 9 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 10 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 11 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 12 is an interface diagram illustrating a financial data entry method according to an exemplary embodiment;
FIG. 13 is a block diagram illustrating a financial data entry device, according to an exemplary embodiment;
FIG. 14 is a block diagram illustrating a financial data entry device, according to an exemplary embodiment;
FIG. 15 is a block diagram illustrating a financial data entry device, according to an exemplary embodiment;
FIG. 16 is a block diagram illustrating a financial data entry device, according to an exemplary embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
FIG. 2 is a flow diagram illustrating a method of financial data entry according to an exemplary embodiment; the method comprises the following steps:
step S21, displaying a financial control, wherein the financial control comprises a money axis;
step S22, receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
step S23, determining the target amount according to the touch position in the touch signal;
in step S24, the target amount is displayed in the input box.
As shown in FIG. 3, the amount selection control comprises two endpoint nodes, a set of scale nodes located between the two endpoint nodes; the two end point nodes respectively represent the lowest amount and the highest amount, and the scale node set comprises scale nodes which are used for representing amounts between the lowest amount and the highest amount and are sequentially arranged according to the order of the represented amounts.
An example of the amount selection control is as follows, as shown in fig. 4, the minimum amount corresponding to the two end nodes of the amount selection control is 500, and the maximum amount is 10000. The amount selection control comprises two scale nodes, and the two scale nodes are uniformly distributed on the amount axis. The first scale node represents an amount of 1000 and the first scale node represents an amount of 5000.
When the touch signal is the click signal, in S22, the determining the target amount according to the touch position in the touch signal includes: and determining a target node closest to the touch position in the click signal, and taking the money represented by the target node as a target money. As shown in fig. 5, when the amount selection control shown in fig. 4 is used, the amount corresponding to the start node is 100, the amount corresponding to the end node is 10000, and the amount corresponding to the first scale node is determined to be 1000 by clicking the position between the first scale node and the second scale node on the amount axis, which is close to the first scale node.
When the touch signal is the slide signal, in S22, the determining the target amount according to the touch position in the touch signal includes: and determining a target node closest to the real-time touch position in the sliding signal, and taking the money represented by the target node as a target money. When the amount selection control shown in fig. 4 is used, the user slides to the right starting from the click position shown in fig. 5, and slides to a position between the first scale node and the second scale node close to the second scale node as shown in fig. 6, the target amount changes from the amount corresponding to the first scale node, i.e., 1000, to the amount corresponding to the second scale node, i.e., 5000. As shown in fig. 7, when the point where the second scale node slides to the end node is located, the target amount changes from 5000, which is the amount corresponding to the second scale node, to 10000, which is the amount corresponding to the second scale node.
In order to meet the application requirement that the money of a whole hundred, a whole thousand and a whole million needs to be frequently input in a financial application scene, the scale nodes in the method are used for expressing the money of a whole unit, and the money of the whole unit refers to the money of a whole hundred, a whole thousand, a whole ten thousand, a whole hundred thousand, a whole million and the like.
In order to improve the user experience, the method provides a more detailed scale. Specifically, the scale node set comprises an N-level subset, the ith-level subset comprises X scale nodes, the (i + 1) -level subset comprises X +1 groups, all scale nodes in each group are located in the same interval, and the interval is a part between adjacent scale nodes in the ith-level subset, or a part between a scale node with the lowest corresponding amount of money and an endpoint node representing the lowest amount of money in the ith-level subset, or a part between a scale node with the highest corresponding amount of money and an endpoint node representing the highest amount of money in the ith-level subset; n, X is an integer greater than 1, and i is an integer greater than 1 and less than or equal to N.
In order to enable a user to conveniently and quickly input the whole unit data with different amounts, the scale distribution on the amount axis of the amount selection control adopts a non-uniform scale mode, and the scale distribution of at least a first-level subset adopts the non-uniform scale mode, specifically, the first-level subset comprises M scale nodes, the M scale nodes correspond to M +1 axis intervals, and the unit length amount representation value of the M +1 axis intervals is gradually increased along with the increase direction of the amount.
The scales of other level sub-sets except the first level sub-set are distributed by non-uniform scales, or the other level sub-sets except the first level sub-set at least comprise a scale distribution sub-set, and all scale nodes in the scale distribution sub-set are uniformly distributed in an axis interval to which the scale distribution sub-set belongs.
For example: as shown in FIG. 8 for the amount selection control, the amount corresponding to the start node is 500 and the amount corresponding to the end node is 300K. The set of scale nodes includes 2 subsets.
The first level subset comprises 3 scale nodes, the amount corresponding to the first scale node is 1K, the amount corresponding to the second scale node is 10K, and the amount corresponding to the third scale node is 100K.
The second level subset comprises 4 packets, where:
each packet is located between the start node and the first scale node. The first group includes 4 scale nodes, corresponding to amounts of 600, 700, 800, 900, respectively.
Every two groups are positioned between the first scale node and the second scale node, the second group comprises 8 scale nodes, and the corresponding money amounts are respectively 2K, 3K, 4K, 5K, 6K, 7K, 8K and 9K.
Every three groups are located between the second scale node and the third scale node, the third group comprises 8 scale nodes, and the corresponding money amounts are 2K, 3K, 4K, 5K, 6K, 7K, 8K and 9K respectively.
Every four groups are positioned between the third scale node and the ending scale node, the fourth group comprises 1 scale node, and the corresponding sum is 200K.
In some application scenarios, a user has a fine tuning requirement, and in order to meet the fine tuning requirement of the user, as shown in fig. 9, an increment decreasing button and an increment increasing button are respectively arranged at the left end and the right end of an input box. And after the increment and decrement button is clicked, triggering a fine adjustment increment instruction signal.
When the fine-tuning increasing instruction signal is received, the sum of the target amount and the first step amount is used as the updated amount, and the updated amount is displayed; and when the fine adjustment decreasing instruction signal is received, taking the difference between the target amount and the first step amount as the updated amount, and displaying the updated amount.
The setting mode of the first step amount comprises the following two modes:
first, the first stride amount is a fixed value;
secondly, the amount selection control comprises a sliding block used for sliding on the amount axis, and when the sliding block is positioned in different scale node sections, the first step amount is different; the scale node interval refers to an interval between two adjacent scale nodes, or an interval between two scale nodes farthest apart in a plurality of continuous scale nodes. For example, as shown in fig. 9, the corresponding first step size is 10 in the interval of 500 to 1K. In the interval of 1K to 5K, the corresponding first step-size sum is 100. In the interval of 5K to 100K, the corresponding first step-up amount is 1K. In the interval of 100K to 300K, the corresponding first step-up amount is 10K.
The user has special money input requirement under less conditions, and the method can also provide the input mode of a numeric keyboard. And setting a numeric keyboard switching button on the display interface, and after receiving a click signal of the numeric keyboard switching button, considering that a trigger instruction for switching to a numeric keyboard is received. Or after receiving the single-click signal of the display frame, the user thinks that a trigger instruction for switching to the numeric keyboard is received.
As shown in fig. 10, when a trigger instruction for switching to the numeric keypad is received, the numeric keypad is displayed, a touch signal of the numeric keypad is received, a target amount is determined according to the touch signal of the numeric keypad, and the target amount is displayed in the input box.
When a numeric keypad is used, an increment-down button and an increment-up button may also be used. Specifically, the method comprises the following steps: receiving a fine-tuning increasing instruction signal, taking the sum of the target amount and the second step amount as an updated amount, and displaying the updated amount; and receiving a fine adjustment decreasing instruction signal, taking the difference between the target amount and the second step amount as an updated amount, and displaying the updated amount. The second step amount is a fixed amount value.
In order to enable the user to finely adjust the amount of money in different quota units, a cursor function of an input box is introduced. Receiving a click signal (such as a double click signal) in the display frame, determining a cursor position according to the click signal, determining a monetary unit corresponding to the cursor position, and determining a third step monetary corresponding to the monetary unit. When the fine adjustment increasing instruction signal is received, the sum of the target amount and the third step length amount is used as the updated amount, and the updated amount is displayed; and when the fine adjustment decreasing instruction signal is received, taking the difference between the target amount and the third step length amount as the updated amount, and displaying the updated amount.
As shown in fig. 11, when the position of the cursor is located between the ten digit and the one digit of the amount of the display frame, the third step amount is 10.
As shown in fig. 12, when the position of the cursor is located between the hundred digits and the ten digits of the amount of the display frame, the third step amount is 100. When the position of the cursor is located between the ten digit and the one digit of the amount of the display frame, the third step amount is 10. When the position of the cursor is located between the unit number and the decimal point of the money of the display frame, the third step length money is 1. When the position of the cursor is located between the decimal point of the amount of money of the display frame and the first digit after the decimal point, the third step amount of money is 0.1. When the position of the cursor is located between the first digit after the decimal point and the second digit after the decimal point of the money of the display frame, the third step of the money is 0.01.
FIG. 13 is a block diagram illustrating a financial data entry device, according to an exemplary embodiment; the device comprises:
the first display module is used for displaying a financial control, and the financial control comprises a money axis;
the first receiving module is used for receiving a touch signal for controlling the money amount axis, wherein the touch signal is a click signal or a sliding signal;
the first determining module is used for determining a target amount according to the touch position in the touch signal;
and the second display module is used for displaying the target amount in the input box.
The financial control comprises two endpoint nodes and a scale node set positioned between the two endpoint nodes; the two end point nodes respectively represent the lowest amount and the highest amount, and the scale node set comprises scale nodes which are used for representing amounts between the lowest amount and the highest amount and are sequentially arranged according to the order of the represented amounts.
In order to meet the application requirement that the money of a whole hundred, a whole thousand and a whole million needs to be frequently input in a financial application scene, the scale node is used for expressing the money of a whole unit, and the money of the whole unit refers to the money of a whole hundred, a whole thousand, a whole ten thousand, a whole hundred thousand, a whole million and the like.
The first determination module is further used for determining money according to the touch position in the touch signal by using the following method:
when the touch signal is a click signal, determining a target node closest to the touch position in the click signal, and taking the amount represented by the target node as a target amount;
and when the touch signal is the sliding signal, determining a target node closest to the real-time touch position in the sliding signal, and taking the money represented by the target node as the target money.
In order to improve the user experience, the device provides a more detailed scale. The scale node set comprises N-level subsets, the ith-level subset comprises X scale nodes, the (i + 1) -level subset comprises X +1 groups, all scale nodes in each group are located in the same interval, and the interval is a part between adjacent scale nodes in the ith-level subset, or a part between a scale node with the lowest corresponding amount and an endpoint node representing the lowest amount in the ith-level subset, or a part between a scale node with the highest corresponding amount and an endpoint node representing the highest amount in the ith-level subset; n, X is an integer greater than 1, and i is an integer greater than 1 and less than or equal to N.
In order to enable a user to conveniently and quickly input the whole unit data with different amounts, the scale distribution on the amount axis of the financial control adopts a non-uniform scale mode, and the scale distribution of at least a first-level subset adopts a non-uniform scale mode, specifically, the first-level subset comprises M scale nodes, the M scale nodes correspond to M +1 axis intervals, and the unit length amount representation value of the M +1 axis intervals is gradually increased along with the increase direction of the amount.
The scale division sub-set comprises at least one scale division sub-set, and all scale nodes in the scale division sub-set are uniformly distributed in an axis interval to which the scale division sub-set belongs.
FIG. 14 is a block diagram illustrating a financial data entry device, according to an exemplary embodiment; in some application scenarios, where a user has a fine tuning requirement, the apparatus includes:
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the first step-up amount as the updated target amount after the fine-tuning increment instruction receiving module receives the fine-tuning increment instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the first step amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
The financial control comprises a sliding block used for sliding on a money amount axis, and when the sliding block is positioned in different scale node sections, the first step money amount is different; the scale node interval refers to an interval between two adjacent scale nodes, or an interval between two scale nodes farthest apart in a plurality of continuous scale nodes.
In order to satisfy the demand for a specific amount of money input by the user in fewer situations, in one embodiment, the apparatus further comprises:
the second receiving module is used for receiving a trigger instruction for switching to the numeric keyboard;
the third display module is used for displaying the numeric keyboard after the second receiving module receives the trigger instruction for switching to the numeric keyboard;
the third receiving module is used for receiving the touch signal of the numeric keyboard;
and the second determination module is used for determining the target amount according to the point touch signal of the numeric keyboard.
In order to enable the user to use the increment minus button and the increment plus button when using the numeric keyboard, as shown in fig. 15, the device further comprises:
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the second step amount as the updated target amount after the fine-tuning increasing instruction receiving module receives the fine-tuning increasing instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the second step amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
In order to enable the user to finely adjust the amount of money in different quota units, the device also supports the cursor function of the input box. This device still includes:
the third receiving module is used for receiving click signals in the display frame;
and the third determining module is used for determining the cursor position according to the click signal, determining the monetary unit corresponding to the cursor position and determining the third step length monetary corresponding to the monetary unit.
In order to enable the user to use the increment minus button and the increment plus button when using the cursor, the device also comprises:
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the third step length amount as the updated target amount after the fine-tuning increasing instruction receiving module receives the fine-tuning increasing instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the third step length amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
Fig. 16 is a block diagram illustrating an apparatus 1600 for determining mobile devices that belong to the same mobile terminal according to an example embodiment. For example, the apparatus 1600 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 16, apparatus 1600 may include one or more of the following components: processing component 1602, memory 1604, power component 1606, multimedia component 1603, audio component 1610, input/output (I/O) interface 1612, sensor component 1614, and communications component 1616.
The processing component 1602 generally controls overall operation of the device 1600, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 1602 may include one or more processors 1620 to execute instructions to perform all or part of the steps of the methods described above. Further, the processing component 1602 can include one or more modules that facilitate interaction between the processing component 1602 and other components. For example, the processing component 1602 may include a multimedia module to facilitate interaction between the multimedia component 1603 and the processing component 1602.
The memory 1604 is configured to store various types of data to support operation at the device 1600. Examples of such data include instructions for any application or method operating on device 1600, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 1604 may be implemented by any type of volatile or non-volatile memory device or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk.
A power supply component 1606 provides power to the various components of the device 1600. The power components 1606 may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for the device 1600.
The multimedia component 1608 includes a screen that provides an output interface between the device 1600 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 1608 comprises a front-facing camera and/or a rear-facing camera. The front-facing camera and/or the back-facing camera may receive external multimedia data when device 1600 is in an operational mode, such as a capture mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 1610 is configured to output and/or input an audio signal. For example, audio component 1610 includes a Microphone (MIC) configured to receive external audio signals when apparatus 1600 is in an operational mode, such as a call mode, recording mode, and voice recognition mode. The received audio signal may further be stored in the memory 1604 or transmitted via the communications component 1616. In some embodiments, audio component 1610 further includes a speaker for outputting audio signals.
The I/O interface 1612 provides an interface between the processing component 1602 and peripheral interface modules, such as keyboards, click wheels, buttons, and the like. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
Sensor assembly 1614 includes one or more sensors for providing status assessment of various aspects to device 1600. For example, sensor assembly 1614 can detect an open/closed state of device 1600, the relative positioning of components, such as a display and keypad of apparatus 1600, a change in position of apparatus 1600 or a component of apparatus 1600, the presence or absence of user contact with apparatus 1600, orientation or acceleration/deceleration of apparatus 1600, and a change in temperature of apparatus 1600. The sensor assembly 1614 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 1614 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 1614 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communications component 1616 is configured to facilitate communications between the apparatus 1600 and other devices in a wired or wireless manner. The device 1600 may access a wireless network based on a communication standard, such as WiFi, 2G, or 16G, or a combination thereof. In an exemplary embodiment, the communication component 1616 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communications component 1616 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 1600 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 1604 comprising instructions, executable by the processor 1620 of the apparatus 1600 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.
It will be understood that the invention is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the invention is limited only by the appended claims.

Claims (14)

1. A method of financial data entry, comprising:
displaying a financial control, the financial control including a monetary axis;
receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
determining a target amount according to the touch position in the touch signal;
displaying the target amount in an input box;
the financial control comprises two endpoint nodes and a scale node set positioned between the two endpoint nodes; the two end point nodes respectively represent the lowest amount and the highest amount, and the scale nodes included in the scale node set are used for representing the amounts between the lowest amount and the highest amount and are sequentially arranged according to the represented amounts;
determining the amount of money according to the touch position in the touch signal comprises:
when the touch signal is a click signal, determining a target node closest to a touch position in the click signal, and taking the amount represented by the target node as the target amount;
when the touch signal is a sliding signal, determining a target node closest to a real-time touch position in the sliding signal, and taking the amount represented by the target node as the target amount;
the scale node set comprises N-level subsets, the ith-level subset comprises X scale nodes, the (i + 1) -level subset comprises X +1 groups, all scale nodes in each group are located in the same interval, and the interval is a part between adjacent scale nodes in the ith-level subset, or a part between a scale node with the lowest corresponding amount and an endpoint node representing the lowest amount in the ith-level subset, or a part between a scale node with the highest corresponding amount and an endpoint node representing the highest amount in the ith-level subset; n, X is an integer greater than 1, i is an integer greater than 1 and less than or equal to N;
the method further comprises the following steps: receiving a click signal in a display frame, determining a cursor position according to the click signal, determining a monetary unit corresponding to the cursor position, and determining a third step monetary amount corresponding to the monetary unit;
when a fine adjustment increasing instruction signal is received, taking the sum of the target amount and the third step length amount as an updated amount, and displaying the updated amount;
and when a fine adjustment decreasing instruction signal is received, taking the difference between the target amount and the third step length amount as an updated amount, and displaying the updated amount.
2. The financial data entry method of claim 1,
the first-level subset comprises M scale nodes, the M scale nodes correspond to M +1 axis intervals, and the unit length amount representation values of the M +1 axis intervals are gradually increased along with the increasing direction of the amount.
3. The financial data entry method of claim 2,
and the other level sub-sets except the first level sub-set at least comprise a scale equipartition sub-set, and all scale nodes in the scale equipartition sub-set are uniformly distributed in an axis interval to which the scale equipartition sub-set belongs.
4. The financial data entry method of any of claims 1 through 3,
the method further comprises the following steps: receiving a fine-tuning increasing instruction signal, using the sum of the target amount and the first step amount as an updated amount, and displaying the updated amount;
and/or;
and receiving a fine adjustment decreasing instruction signal, taking the difference between the target amount and the first step amount as an updated amount, and displaying the updated amount.
5. The financial data entry method of claim 4,
the financial control comprises a sliding block used for sliding on a money amount axis, and when the sliding block is positioned in different scale node intervals, the first step money amount is different;
the scale node interval refers to an interval between two adjacent scale nodes, or an interval between two scale nodes farthest apart in a plurality of continuous scale nodes.
6. The financial data entry method of claim 1,
the method further comprises the following steps: when a trigger instruction for switching to a numeric keyboard is received, displaying the numeric keyboard, receiving a touch signal of the numeric keyboard, determining a target amount according to the touch signal of the numeric keyboard, and displaying the target amount in the input box;
when a fine-tuning increasing instruction signal is received, the sum of the target amount and the second step amount is used as an updated amount, and the updated amount is displayed;
and when receiving the fine adjustment decreasing instruction signal, taking the difference between the target amount and the second step amount as an updated amount, and displaying the updated amount.
7. A financial data entry device, comprising:
a first display module for displaying a financial control, the financial control comprising a monetary axis;
the first receiving module is used for receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
the first determining module is used for determining a target amount according to the touch position in the touch signal;
the second display module is used for displaying the target amount in the input box;
the financial control comprises two endpoint nodes and a scale node set positioned between the two endpoint nodes; the two end point nodes respectively represent the lowest amount and the highest amount, and the scale nodes included in the scale node set are used for representing the amounts between the lowest amount and the highest amount and are sequentially arranged according to the represented amounts;
the first determination module is further configured to determine a money amount according to the touch position in the touch signal by using the following method:
when the touch signal is a click signal, determining a target node closest to a touch position in the click signal, and taking the amount represented by the target node as the target amount;
when the touch signal is a sliding signal, determining a target node closest to a real-time touch position in the sliding signal, and taking the amount represented by the target node as the target amount;
the scale node set comprises N-level subsets, the ith-level subset comprises X scale nodes, the (i + 1) -level subset comprises X +1 groups, all scale nodes in each group are located in the same interval, and the interval is a part between adjacent scale nodes in the ith-level subset, or a part between a scale node with the lowest corresponding amount and an endpoint node representing the lowest amount in the ith-level subset, or a part between a scale node with the highest corresponding amount and an endpoint node representing the highest amount in the ith-level subset; n, X is an integer greater than 1, i is an integer greater than 1 and less than or equal to N;
the financial data input device further includes:
the third receiving module is used for receiving click signals in the display frame;
the third determining module is used for determining the cursor position according to the click signal, determining the monetary unit corresponding to the cursor position and determining the third step length monetary corresponding to the monetary unit;
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the third step length amount as an updated target amount after the fine-tuning increasing instruction receiving module receives the fine-tuning increasing instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the third step length amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
8. The financial data entry device of claim 7,
the first-level subset comprises M scale nodes, the M scale nodes correspond to M +1 axis intervals, and the unit length amount representation values of the M +1 axis intervals are gradually increased along with the increasing direction of the amount.
9. The financial data entry device of claim 8,
and the other level sub-sets except the first level sub-set at least comprise a scale equipartition sub-set, and all scale nodes in the scale equipartition sub-set are uniformly distributed in an axis interval to which the scale equipartition sub-set belongs.
10. Financial data entry device as claimed in any one of claims 7 to 9,
further comprising:
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the first step-up amount as an updated target amount after the fine-tuning increment instruction receiving module receives the fine-tuning increment instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the first step amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
11. The financial data entry device of claim 7,
the financial control comprises a sliding block used for sliding on a money amount axis, and when the sliding block is positioned in different scale node intervals, the first step money amount is different;
the scale node interval refers to an interval between two adjacent scale nodes, or an interval between two scale nodes farthest apart in a plurality of continuous scale nodes.
12. The financial data entry device of claim 7, further comprising:
the second receiving module is used for receiving a trigger instruction for switching to the numeric keyboard;
the third display module is used for displaying the numeric keyboard after the second receiving module receives the trigger instruction for switching to the numeric keyboard;
the third receiving module is used for receiving the touch signal of the numeric keyboard;
the second determination module is used for determining the target amount according to the point contact signal of the numeric keyboard;
the fine-tuning incremental instruction receiving module is used for receiving fine-tuning incremental instruction signals;
the fine adjustment descending instruction receiving module is used for receiving a fine adjustment descending instruction signal;
the updating module is used for taking the sum of the target amount and the second step amount as an updated target amount after the fine-tuning increasing instruction receiving module receives the fine-tuning increasing instruction signal; and the fine-tuning decrement instruction receiving module is also used for taking the difference between the target amount and the second step amount as the updated target amount after receiving the fine-tuning decrement instruction signal.
13. A financial data entry device, comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
displaying a financial control, the financial control including a monetary axis;
receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
determining a target amount according to the touch position in the touch signal;
displaying the target amount in an input box;
the financial control comprises two endpoint nodes and a scale node set positioned between the two endpoint nodes; the two end point nodes respectively represent the lowest amount and the highest amount, and the scale nodes included in the scale node set are used for representing the amounts between the lowest amount and the highest amount and are sequentially arranged according to the represented amounts;
determining the amount of money according to the touch position in the touch signal comprises:
when the touch signal is a click signal, determining a target node closest to a touch position in the click signal, and taking the amount represented by the target node as the target amount;
when the touch signal is a sliding signal, determining a target node closest to a real-time touch position in the sliding signal, and taking the amount represented by the target node as the target amount;
the scale node set comprises N-level subsets, the ith-level subset comprises X scale nodes, the (i + 1) -level subset comprises X +1 groups, all scale nodes in each group are located in the same interval, and the interval is a part between adjacent scale nodes in the ith-level subset, or a part between a scale node with the lowest corresponding amount and an endpoint node representing the lowest amount in the ith-level subset, or a part between a scale node with the highest corresponding amount and an endpoint node representing the highest amount in the ith-level subset; n, X is an integer greater than 1, i is an integer greater than 1 and less than or equal to N;
receiving a click signal in a display frame, determining a cursor position according to the click signal, determining a monetary unit corresponding to the cursor position, and determining a third step monetary amount corresponding to the monetary unit;
when a fine adjustment increasing instruction signal is received, taking the sum of the target amount and the third step length amount as an updated amount, and displaying the updated amount;
and when a fine adjustment decreasing instruction signal is received, taking the difference between the target amount and the third step length amount as an updated amount, and displaying the updated amount.
14. A non-transitory computer readable storage medium having instructions therein which, when executed by a processor of a mobile terminal, enable the mobile terminal to perform a method of financial data entry, the method comprising:
displaying a financial control, the financial control including a monetary axis;
receiving a touch signal for controlling the money axis, wherein the touch signal is a click signal or a sliding signal;
determining a target amount according to the touch position in the touch signal;
displaying the target amount in an input box;
the financial control comprises two endpoint nodes and a scale node set positioned between the two endpoint nodes; the two end point nodes respectively represent the lowest amount and the highest amount, and the scale nodes included in the scale node set are used for representing the amounts between the lowest amount and the highest amount and are sequentially arranged according to the represented amounts;
determining the amount of money according to the touch position in the touch signal comprises:
when the touch signal is a click signal, determining a target node closest to a touch position in the click signal, and taking the amount represented by the target node as the target amount;
when the touch signal is a sliding signal, determining a target node closest to a real-time touch position in the sliding signal, and taking the amount represented by the target node as the target amount;
the scale node set comprises N-level subsets, the ith-level subset comprises X scale nodes, the (i + 1) -level subset comprises X +1 groups, all scale nodes in each group are located in the same interval, and the interval is a part between adjacent scale nodes in the ith-level subset, or a part between a scale node with the lowest corresponding amount and an endpoint node representing the lowest amount in the ith-level subset, or a part between a scale node with the highest corresponding amount and an endpoint node representing the highest amount in the ith-level subset; n, X is an integer greater than 1, i is an integer greater than 1 and less than or equal to N;
the method further comprises the following steps: receiving a click signal in a display frame, determining a cursor position according to the click signal, determining a monetary unit corresponding to the cursor position, and determining a third step monetary amount corresponding to the monetary unit;
when a fine adjustment increasing instruction signal is received, taking the sum of the target amount and the third step length amount as an updated amount, and displaying the updated amount;
and when a fine adjustment decreasing instruction signal is received, taking the difference between the target amount and the third step length amount as an updated amount, and displaying the updated amount.
CN201910514326.9A 2019-06-14 2019-06-14 Financial data input method, device and medium Active CN110262746B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910514326.9A CN110262746B (en) 2019-06-14 2019-06-14 Financial data input method, device and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910514326.9A CN110262746B (en) 2019-06-14 2019-06-14 Financial data input method, device and medium

Publications (2)

Publication Number Publication Date
CN110262746A CN110262746A (en) 2019-09-20
CN110262746B true CN110262746B (en) 2022-03-18

Family

ID=67918228

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910514326.9A Active CN110262746B (en) 2019-06-14 2019-06-14 Financial data input method, device and medium

Country Status (1)

Country Link
CN (1) CN110262746B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111625173B (en) * 2020-04-28 2022-08-12 天星数科科技有限公司 Digital input method, digital input device and computer readable storage medium
CN112083868A (en) * 2020-08-27 2020-12-15 小米数字科技有限公司 Digital input method, digital input device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7554521B1 (en) * 2004-04-15 2009-06-30 Apple Inc. User interface control for changing a parameter
CN206421388U (en) * 2016-08-09 2017-08-18 深圳市诺然美泰科技股份有限公司 A kind of parameter adjustment control of Medical Devices
CN107748641A (en) * 2017-11-01 2018-03-02 网易(杭州)网络有限公司 Numerical adjustment control method, device, electronic device and storage medium
CN109213399A (en) * 2018-07-26 2019-01-15 阿里巴巴集团控股有限公司 Numerical value methods of exhibiting, device and computer readable storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103578183A (en) * 2012-08-03 2014-02-12 华为技术有限公司 Method, device and electronic device for displaying amount of user account
US20140109016A1 (en) * 2012-10-16 2014-04-17 Yu Ouyang Gesture-based cursor control
CN104102407B (en) * 2013-04-08 2018-04-17 上海联影医疗科技有限公司 A kind of parameter input method and system
CN104238931B (en) * 2013-06-24 2020-06-30 腾讯科技(深圳)有限公司 Information input method and device and electronic equipment
US20180349023A1 (en) * 2015-11-25 2018-12-06 Misumi Group Inc. Method for inputting numerical value by touch operation and program for inputting numerical value by touch operation
CN107291351A (en) * 2017-06-20 2017-10-24 竞技世界(北京)网络技术有限公司 Data entry device and device
CN107862609A (en) * 2017-06-27 2018-03-30 陆金所(上海)科技服务有限公司 Amount of money matching method, display device and computer-readable recording medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7554521B1 (en) * 2004-04-15 2009-06-30 Apple Inc. User interface control for changing a parameter
CN206421388U (en) * 2016-08-09 2017-08-18 深圳市诺然美泰科技股份有限公司 A kind of parameter adjustment control of Medical Devices
CN107748641A (en) * 2017-11-01 2018-03-02 网易(杭州)网络有限公司 Numerical adjustment control method, device, electronic device and storage medium
CN109213399A (en) * 2018-07-26 2019-01-15 阿里巴巴集团控股有限公司 Numerical value methods of exhibiting, device and computer readable storage medium

Also Published As

Publication number Publication date
CN110262746A (en) 2019-09-20

Similar Documents

Publication Publication Date Title
US10152207B2 (en) Method and device for changing emoticons in a chat interface
CN105427161A (en) Monetary exchange rate exchange method and device
US20240232278A1 (en) Details Page Processing Method, Apparatus, and System, Electronic Device, and Storage Medium
CN110262746B (en) Financial data input method, device and medium
CN109214175B (en) Method, device and storage medium for training classifier based on sample characteristics
CN104850592A (en) Method and device for generating model file
CN111462284B (en) Animation generation method, animation generation device and electronic equipment
CN113098524A (en) Information encoding method and device, electronic equipment and storage medium
US11644970B2 (en) Number input method, apparatus, and storage medium
CN114022248B (en) Product recommendation calculation method, device and equipment
CN113741783B (en) Key identification method and device for identifying keys
CN113112290B (en) Virtual resource adjusting method and device
CN116091654A (en) Font library generation method, training method and training device for character image generation model
CN116010646A (en) Video recommendation method and device, electronic equipment and storage medium
CN111176841B (en) Distribution method and device of graphics processor resources, electronic equipment and storage medium
CN114022992A (en) Interface control method and device, electronic equipment and readable storage medium
WO2023005419A1 (en) Target information recommendation method and apparatus, electronic device, and storage medium
CN107870931B (en) Method and device for optimizing user lexicon and electronic equipment
CN111898019B (en) Information pushing method and device
CN107870932B (en) User word stock optimization method and device and electronic equipment
CN109213332B (en) Input method and device of expression picture
CN107765884B (en) Sliding input method and device and electronic equipment
CN113157112B (en) Input method, device, electronic device and storage medium
CN113157703B (en) Data query methods, devices, electronic equipment and storage media
CN117350824B (en) Electronic element information uploading and displaying method, device, medium and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant