CN110347690B - Data indexing method and device for score board - Google Patents

Data indexing method and device for score board Download PDF

Info

Publication number
CN110347690B
CN110347690B CN201910650975.1A CN201910650975A CN110347690B CN 110347690 B CN110347690 B CN 110347690B CN 201910650975 A CN201910650975 A CN 201910650975A CN 110347690 B CN110347690 B CN 110347690B
Authority
CN
China
Prior art keywords
target
scoring
column
row
attribute
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
CN201910650975.1A
Other languages
Chinese (zh)
Other versions
CN110347690A (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.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN201910650975.1A priority Critical patent/CN110347690B/en
Publication of CN110347690A publication Critical patent/CN110347690A/en
Application granted granted Critical
Publication of CN110347690B publication Critical patent/CN110347690B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/45Controlling the progress of the video game
    • A63F13/46Computing the game score
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/50Controlling the output signals based on the game progress
    • A63F13/53Controlling the output signals based on the game progress involving additional visual information provided to the game scene, e.g. by overlay to simulate a head-up display [HUD] or displaying a laser sight in a shooting game
    • A63F13/533Controlling the output signals based on the game progress involving additional visual information provided to the game scene, e.g. by overlay to simulate a head-up display [HUD] or displaying a laser sight in a shooting game for prompting the player, e.g. by displaying a game menu
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/60Generating or modifying game content before or while executing the game program, e.g. authoring tools specially adapted for game development or game-integrated level editor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Optics & Photonics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention provides a data indexing method and a data indexing device for a score board, wherein the method comprises the following steps: creating a scoring board; determining attribute identifications of the score boards, wherein the attribute identifications comprise row attribute identifications and column attribute identifications; acquiring scoring data and a row attribute identifier and a column attribute identifier corresponding to the scoring data; indexing to a target grid of the scoring board according to the row attribute identification and the column attribute identification corresponding to the scoring data; and filling the scoring data into a target grid of the scoring board. Compared with the traditional mode of indexing through the row number or the column number, the method and the device for indexing the scoring board are more intuitive and simpler when the scoring board is processed.

Description

Data indexing method and device for score board
Technical Field
The invention relates to the technical field of internet, in particular to a data indexing method and a data indexing device of a score board.
Background
The game editor can be used for making a game tool, and is software which is convenient for game design and implementation. Compared with a game engine, the game editor has a low upper-hand threshold and a wider user coverage. In a game editor, a game logic editor is typically configured for custom game logic.
In some multiplayer battle games, the game logic editor is presented in the form of a trigger. The user can write the interface in the game which is prepared in advance according to certain program logic by using the trigger, thereby customizing the game logic. In a particular application, the scoreboard may be automatically edited by the user via the game editor.
The score board is an information panel used for recording the relevant information of the game in the game, and is usually a two-dimensional table, and the score board is displayed during the game or when the game is quitted, so that the score of the player in the game can be displayed. Assuming that a scoreboard is to be edited, the following steps are typically required:
1) creating a score board, and determining the number of rows and columns;
2) setting the lattice content of each lattice in the panel by taking the row number and the column number as indexes;
3) displaying the edited score board;
the score board editing mode has the following obvious defects in the data structure:
1) the lattice contents are written in the panel (the number of the row and the number of the column) by taking numbers as coordinates, and when the contents are required to be exchanged in the whole row or in the whole column, the editing is very troublesome;
2) when the scoring board needs to be sorted according to a certain rule, very complex sorting logic needs to be written;
3) when a player quits the game in advance and needs to delete the relevant data of the player in the score board, all the contents of the row need to be cleared by taking the row number corresponding to the player as an index, then the rows with the row number larger than the row are all moved upwards, and finally the row number is reset, so that the process is very complicated and inconvenient.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are provided to provide a scoreboard data indexing method and a scoreboard data indexing device that overcome or at least partially solve the above problems.
In order to solve the above problem, an embodiment of the present invention discloses a data indexing method for a score board, including:
creating a scoring board;
determining attribute identifications of the score boards, wherein the attribute identifications comprise row attribute identifications and column attribute identifications;
acquiring scoring data and a row attribute identifier and a column attribute identifier corresponding to the scoring data;
indexing to a target grid of the scoring board according to the row attribute identification and the column attribute identification corresponding to the scoring data;
and filling the scoring data into a target grid of the scoring board.
Preferably, the method further comprises the following steps:
acquiring display parameters of the score counting plate; the display parameters comprise column width and/or row width;
and adjusting the display mode of the scoring board according to the display parameters.
Preferably, after the step of populating the scoring data into the target grid of the scoring board, the method further comprises:
determining a target hidden row attribute identifier and a target hidden column attribute identifier;
the target hidden row attribute identification is adopted to index to the target row of the scoring board, and/or the target hidden column attribute identification is adopted to index to the target column of the scoring board;
hiding the target rows, and/or the target columns in the scoreboard.
Preferably, after the step of populating the scoring data into the target grid of the scoring board, the method further comprises:
determining a sorting rule of an attribute identifier of the scoring board;
adopting the attribute identification to index to a target row and/or a target column;
acquiring scoring data of the target rows and/or the target columns;
rearranging the scoring data according to the sorting rule;
and rearranging the rows and/or columns in the scoring board according to the rearranged scoring data.
Preferably, the method further comprises the following steps:
acquiring a modification instruction of the score board; the modification instruction comprises a corresponding target modification line attribute identifier and/or a target modification column attribute identifier;
using the target modification row attribute identifier to index to a target row of the scoring board, and/or using the target modification column attribute identifier to index to a target column of the scoring board;
and modifying the target row and/or the target column in the scoring board according to the modification instruction.
Preferably, the row attribute identification comprises player parameters and the column attribute identification comprises a data item name.
The embodiment of the invention also discloses a data indexing device of the score counting board, which comprises:
the scoring board creating module is used for creating a scoring board;
the attribute identification determining module is used for determining the attribute identification of the score board, and the attribute identification comprises a row attribute identification and a column attribute identification;
the scoring data acquisition module is used for acquiring scoring data and the line attribute identification and the column attribute identification corresponding to the scoring data;
the target grid indexing module is used for indexing to the target grids of the scoring board according to the row attribute identifications and the column attribute identifications corresponding to the scoring data;
and the scoring data filling module is used for filling the scoring data into the target grids of the scoring board.
Preferably, the method further comprises the following steps:
the display parameter acquisition module is used for acquiring the display parameters of the score counting plate; the display parameters comprise column width and/or row width;
and the display mode adjusting module is used for adjusting the display mode of the scoring board according to the display parameters.
The embodiment of the invention has the following advantages:
in the embodiment of the invention, after the scoreboard is created, the row attribute identifier and the column attribute identifier of the scoreboard are determined, then when the scoring data is obtained, indexing the target grid of the scoring board according to the row attribute identification and the column attribute identification corresponding to the scoring data, to fill the scoring data into the target grid of the scoring board, it should be noted that in the embodiment of the present invention, the row attribute identifier and the column attribute identifier of the scoring board are not limited to be row numbers or column numbers, but by using a row attribute identification and a column attribute identification having a keyword, so that when filling score data, can index to the target grid of the score board through the row attribute identification and the column attribute identification of the score data, so as to perform the filling and other processing of the data, therefore, compared with the traditional mode of indexing by the row number or the column number, the method is more intuitive and simpler when the score board is processed.
Drawings
In order to more clearly illustrate the technical solutions of the present application, the drawings needed to be used in the description of the present application will be briefly introduced below, and it is apparent that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive labor.
FIG. 1 is a flow chart of the steps of an embodiment of a score board data indexing method of the present invention;
FIG. 2 is a schematic diagram of an arrangement for creating a scoreboard in accordance with the present invention;
FIG. 3 is a schematic view of an empty scoreboard of the present invention;
FIG. 4 is a schematic view of a scoreboard with player information added thereto in accordance with the present invention;
FIG. 5 is a schematic view of an arrangement for adding game data items according to the present invention;
FIG. 6 is a schematic view of a scoreboard with game data items added thereto according to the present invention;
FIG. 7 is a schematic illustration of the positioning of the grid in a scoreboard in accordance with the present invention;
FIG. 8 is a schematic diagram of an arrangement for adding scoring data according to the present invention;
FIG. 9 is a schematic view of a scoring board with scoring data added thereto according to the present invention;
FIG. 10 is a schematic view of the final effect of a scoreboard of the present invention;
FIG. 11 is a block diagram of an embodiment of the data indexing device of the scoreboard according to the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
One of the core ideas of the embodiment of the invention is to provide a score board data indexing method, which does not use row number and column number indexing data, but directly uses 'player' and 'game data item' for replacement, so that each row and each column of the score board are integrated, and the score board can be conveniently operated for the whole row and whole column.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a data indexing method for a scoreboard according to the present invention is shown, which may specifically include the following steps:
step 101, a scoreboard is created.
In a specific application, a scoreboard needs to be created first. Referring to fig. 2, when creating a scoreboard, only part of the attributes of the scoreboard need to be specified, and the number of rows and columns of the scoreboard and the content displayed in each cell need not be determined. After creation, the program automatically generates an empty scoreboard as shown in FIG. 3.
When creating score board, if "not displaying the sequence number" is selected, there will not be the data of "rank" in the created score board; if "not show player information column" is selected, there will be no "player" item in the score board created.
And 102, determining the attribute identification of the scoring board.
After creating an empty scoreboard, the user may further edit the attribute identifier of the scoreboard, which includes a row attribute identifier and a column attribute identifier. The row attribute flag may be player information, such as "player 1" and "player 2", and the column attribute flag may be a game data item, such as "enemy times", "death times", and "attack times".
The user can customize player information needing to display scoring data in the scoring board, and adding one player information every time is equivalent to adding one line to the two-dimensional table of the scoring board. Referring to fig. 4, the user adds 4 pieces of player information in total, and the program adds the corresponding player information to the scoreboard and increases the number of lines of the scoreboard according to the trigger action edited by the user. Which player information the user needs to add to the scoreboard is user-defined.
After the user adds row attribute identification, namely player information, to the score board, the user can also customize column attribute identification, namely game data items, in the score board. Each time a game data item is added, the scoreboard, a two-dimensional table, is added by one column. Referring to fig. 5, the user can add game data item 'enemy times' to the scoreboard, and can also set the corresponding column width.
In the embodiment of the invention, the game data items of each column in the score board, the width of each column, the ordering relation between the columns and the like can be customized by a user. Referring to FIG. 6, a user may define a plurality of game data items, such as: the 1 st data is the times of killing, the 2 nd data is the times of death, the 3 rd data is the times of attack, the 4 th data is the control spirit, and the 5 th data is the segment position.
After the game data item definition is completed, the program updates the score board again, and adds the corresponding game data item to the score board according to the trigger action edited by the user. In the embodiment of the present invention, after adding the player information and game data items, the display modes of rows and columns in the scoreboard may be further set, and the method may further include the following steps:
acquiring display parameters of the score counting plate;
and adjusting the display mode of the scoring board according to the display parameters.
In an embodiment of the present invention, after adding rows and columns in the scoreboard with player information and game data added, display parameters for scoreboard rows and columns, such as column width or line width, may be further added. For example, the embodiment of the present invention adjusts the width between columns according to the column width set by the user.
After defining the attribute identifier of each row and each column of the score board, the user can complete the editing of a complete score board only by setting display contents, such as score data, in each empty cell of the score board. In this operation, it is most critical how to locate each different grid in the index scoreboard, i.e., how each grid of the scoreboard is indexed.
Specifically, after the creation of the score board is completed, the embodiment of the present invention may implement the indexing of the score board grid and the filling of the display content (score data) of the score board grid through the following steps 103 to 105.
Step 103, obtaining the scoring data, and the row attribute identifier and the column attribute identifier corresponding to the scoring data.
And 104, indexing to the target grids of the scoring board according to the row attribute identification and the column attribute identification corresponding to the scoring data.
And 105, filling the scoring data into the target grid of the scoring board.
In the embodiment of the present invention, the grid in the scoring board is indexed by the row attribute identifier and the column attribute identifier, so that the grid can be filled with the scoring data. In the following, the player information is used as the row attribute identifier, and the game data item is used as the column attribute identifier.
In an embodiment of the invention, each grid in the scoreboard is directly indexed by player information, game data items. For example, "the number of deaths of player 2", the grid enclosed in FIG. 7 is located. The display content of each grid of the score board is defined by the user, the user indexes the grid through player information and game data items during searching, and the user actively swipes the grid (namely, resets the display content) during updating the display content.
In accordance with the operation shown in fig. 8, by editing the score board, set the number of deaths of the player 2 to "10", the program can locate the corresponding target grid with the number of deaths of the player 2 and "10", and then fill the corresponding score data "10" in this grid, and the filling result is as shown in fig. 9. That is, the player information determines the row in which the grid is located, and the game data item determines the column in which the grid is located, both parameters determining where the grid is located. After filling each cell in the scoreboard, the final scoreboard will exhibit the effect shown in fig. 10.
In the embodiment of the invention, after the scoreboard is created, the row attribute identifier and the column attribute identifier of the scoreboard are determined, then when the scoring data is obtained, indexing the target grid of the scoring board according to the row attribute identification and the column attribute identification corresponding to the scoring data, to fill the scoring data into the target grid of the scoring board, it should be noted that in the embodiment of the present invention, the row attribute identifier and the column attribute identifier of the scoring board are not limited to be row numbers or column numbers, but by using a row attribute identification and a column attribute identification having a keyword, so that when filling score data, the target grids of the scoring board can be indexed through the row attribute identification and the column attribute identification of the scoring data, so as to perform data filling and other processing, therefore, compared with the traditional mode of indexing by the row number or the column number, the method is more intuitive and simpler when the score board is processed.
In the embodiment of the invention, by utilizing the index of the scoreboard grids and the filling process of the scoring data of the scoreboard grids, a user can obtain a whole row in the scoreboard only by inputting one player information, and can obtain a whole column in the scoreboard only by inputting one game data item. Compared with the method that the data in the score board is obtained through the row number and the column number, the problem that the score board is rigid due to the fact that a plurality of grids are determined by specific numbers is solved. Based on this, the embodiment of the present invention may also perform flexible processing for the score counting board, specifically:
in a preferred embodiment of the present invention, the method may further comprise the steps of:
determining a target hidden row attribute identifier and a target hidden column attribute identifier;
the target hidden row attribute identification is adopted to index to the target row of the scoring board, and/or the target hidden column attribute identification is adopted to index to the target column of the scoring board;
hiding the target rows, and/or the target columns in the scoreboard.
In a specific implementation, if a user wants to hide a certain row or a certain column in the scoreboard, the user only needs to input one player information or one game data item to locate the corresponding target row or the corresponding target column, and then hide the target row or the target column.
In a preferred embodiment of the present invention, the method may further comprise the steps of:
determining a sorting rule of an attribute identifier of the scoring board;
adopting the attribute identification to index to a target row and/or a target column;
acquiring scoring data of the target rows and/or the target columns;
rearranging the scoring data according to the sorting rule;
and rearranging the rows and/or columns in the scoring board according to the rearranged scoring data.
In the specific implementation, if the user wants to sort the score boards according to a certain sorting rule, only one game data item needs to be input, the program of the score boards reads the whole column of score data, the score data is sorted according to the size of the score data, and then the positions of the rows or columns in the score boards are correspondingly exchanged according to the sorting result of the score data.
In a preferred embodiment of the present invention, the method may further comprise the steps of:
acquiring a modification instruction of the score board; the modification instruction comprises a corresponding target modification line attribute identifier and/or a target modification column attribute identifier;
using the target modification row attribute identifier to index to a target row of the scoring board, and/or using the target modification column attribute identifier to index to a target column of the scoring board;
and modifying the target row and/or the target column in the scoring board according to the modification instruction.
In a specific implementation, if a user wants to modify a row or a column in the score board, such as delete a row, insert a column, exchange the positions of two rows, etc., the player information and the game data items input by the user can be located in the corresponding target row and target column, and then the target row and target column are operated correspondingly based on the instruction. For example, after the user inputs the player information, the user only needs to input another player information to interchange the two lines to change the position of the line in the score board;
in summary, the embodiments of the present invention have the following advantages compared with the prior art:
1. the data structure of the score board is not a simple two-dimensional array any more, a two-dimensional hash table needs to be realized, and data indexing is carried out by taking player information and game data items as key values;
2. the invention can realize the operations of inserting, deleting, exchanging and the like of rows and columns besides realizing a new data structure, so that when a user modifies row or column attribute identifiers, a program can automatically generate a score board corresponding to the new attribute identifiers;
3. the embodiment of the invention needs to realize a set of automatic sorting mechanism of the scoring boards, so that after a user defines a sorting rule, a program can properly sort the scoring boards by using the operation of exchanging rows or columns according to the sorting rule.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 11, a block diagram of a data indexing apparatus of a scoreboard according to an embodiment of the present invention is shown, which may specifically include the following modules:
a score board creating module 201 for creating a score board;
an attribute identifier determining module 202, configured to determine an attribute identifier of the scoreboard, where the attribute identifier includes a row attribute identifier and a column attribute identifier;
a scoring data obtaining module 203, configured to obtain scoring data, and a row attribute identifier and a column attribute identifier corresponding to the scoring data;
a target grid indexing module 204, configured to index to a target grid of the scoring board according to the row attribute identifier and the column attribute identifier corresponding to the scoring data;
a scoring data filling module 205, configured to fill the scoring data into the target grid of the scoring board.
In one game embodiment of the present invention, the apparatus further comprises:
the display parameter acquisition module is used for acquiring the display parameters of the score counting plate; the display parameters comprise column width and/or row width;
and the display mode adjusting module is used for adjusting the display mode of the scoring board according to the display parameters.
In a gaming embodiment of the present invention, the apparatus further comprises:
the target hidden attribute identification determining module is used for determining a target hidden row attribute identification and a target hidden column attribute identification;
the target rank determining module is used for indexing to the target rows of the scoring board by adopting the target hidden row attribute identifiers and/or indexing to the target columns of the scoring board by adopting the target hidden column attribute identifiers;
and the target row and column hiding module is used for hiding the target row and/or the target column in the score board.
In a gaming embodiment of the present invention, the apparatus further comprises:
the sorting rule determining module is used for determining a sorting rule of an attribute identifier of the score board;
the target row and column index module is used for adopting the attribute identification to index to a target row and/or a target column;
the scoring data acquisition module is used for acquiring scoring data of the target rows and/or the target columns;
the scoring data arrangement module is used for rearranging the scoring data according to the sorting rule;
and the row-column rearrangement module is used for rearranging the rows and/or columns in the scoring board according to the rearranged scoring data.
In a gaming embodiment of the present invention, the apparatus further comprises:
the modification instruction acquisition module is used for acquiring a modification instruction of the score counting board; the modification instruction comprises a corresponding target modification line attribute identifier and/or a target modification column attribute identifier;
the target row and column indexing module is used for indexing to a target row of the scoring board by adopting the target modification row attribute identifier and/or indexing to a target column of the scoring board by adopting the target modification column attribute identifier;
and the target row and column index modification module is used for modifying the target rows and/or the target columns in the score board according to the modification instruction.
In one gaming embodiment of the present invention, the row attribute identification comprises player parameters and the column attribute identification comprises a data item name.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
Embodiments of the present invention further provide an electronic device, which may include a processor, a memory, and a computer program stored in the memory and capable of running on the processor, where the computer program, when executed by the processor, implements the steps of the data indexing method of the scoreboard.
The embodiment of the invention also provides a computer readable storage medium, a computer program is stored on the computer readable storage medium, and the computer program is executed by a processor to realize the steps of the data indexing method of the scoring board.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The data indexing method and the data indexing device of the score board provided by the invention are introduced in detail, and the principle and the implementation mode of the invention are explained by applying specific examples, and the description of the examples is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (8)

1. A data indexing method of a score plate is characterized by comprising the following steps:
creating a scoring board; the scoring board is an information panel used for recording the relevant information of the game in the game;
determining attribute identifications of the score board, wherein the attribute identifications comprise row attribute identifications and column attribute identifications;
acquiring scoring data and a row attribute identifier and a column attribute identifier corresponding to the scoring data;
indexing to a target grid of the scoring board according to the row attribute identification and the column attribute identification corresponding to the scoring data;
filling the scoring data into a target grid of the scoring board;
further comprising:
determining a target hidden row attribute identifier and a target hidden column attribute identifier;
the target hidden row attribute identification is adopted to index to the target row of the scoring board, and/or the target hidden column attribute identification is adopted to index to the target column of the scoring board;
hiding the target rows, and/or the target columns in the scoreboard;
after the step of filling the scoring data into the target grid of the scoring board, the method further comprises:
determining a sorting rule of an attribute identifier of the scoring board;
adopting the attribute identification to index to a target row and/or a target column;
acquiring scoring data of the target rows and/or the target columns;
rearranging the scoring data according to the sorting rule;
and rearranging the rows and/or columns in the scoring board according to the rearranged scoring data.
2. The method of claim 1, further comprising:
acquiring display parameters of the score counting plate; the display parameters comprise column width and/or row width;
and adjusting the display mode of the scoring board according to the display parameters.
3. The method of claim 1, further comprising:
acquiring a modification instruction of the score board; the modification instruction comprises a corresponding target modification line attribute identifier and/or a target modification column attribute identifier;
using the target modification row attribute identifier to index to a target row of the scoring board, and/or using the target modification column attribute identifier to index to a target column of the scoring board;
and modifying the target row and/or the target column in the scoring board according to the modification instruction.
4. A method according to any of claims 1-3, wherein the row attribute identification comprises a player parameter and the column attribute identification comprises a data item name.
5. A score plate data indexing device, comprising:
the scoring board creating module is used for creating a scoring board; the score board is an information panel used for recording relevant information of the game in the game;
the attribute identification determining module is used for determining the attribute identification of the score board, and the attribute identification comprises a row attribute identification and a column attribute identification;
the scoring data acquisition module is used for acquiring scoring data and row attribute identifications and column attribute identifications corresponding to the scoring data;
the target grid indexing module is used for indexing to the target grids of the scoring board according to the row attribute identifications and the column attribute identifications corresponding to the scoring data;
the scoring data filling module is used for filling the scoring data into the target grids of the scoring board;
the target hidden attribute identification determining module is used for determining a target hidden row attribute identification and a target hidden column attribute identification;
the target rank determining module is used for indexing to the target rows of the scoring board by adopting the target hidden row attribute identifiers and/or indexing to the target columns of the scoring board by adopting the target hidden column attribute identifiers;
the target row and column hiding module is used for hiding the target row and/or the target column in the score board;
the sorting rule determining module is used for determining a sorting rule of an attribute identifier of the score board;
the target row and column index module is used for adopting the attribute identification to index to a target row and/or a target column;
the scoring data acquisition module is used for acquiring scoring data of the target rows and/or the target columns;
the scoring data arrangement module is used for rearranging the scoring data according to the sorting rule;
and the row-column rearrangement module is used for rearranging the rows and/or columns in the scoring board according to the rearranged scoring data.
6. The apparatus of claim 5, further comprising:
the display parameter acquisition module is used for acquiring the display parameters of the score counting plate; the display parameters comprise column width and/or row width;
and the display mode adjusting module is used for adjusting the display mode of the scoring board according to the display parameters.
7. An electronic device comprising a processor, a memory and a computer program stored on the memory and capable of running on the processor, the computer program, when executed by the processor, implementing the steps of the data indexing method of a scoreboard according to any of claims 1 to 4.
8. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the scoreboard data indexing method according to any one of claims 1 to 4.
CN201910650975.1A 2019-07-18 2019-07-18 Data indexing method and device for score board Active CN110347690B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910650975.1A CN110347690B (en) 2019-07-18 2019-07-18 Data indexing method and device for score board

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910650975.1A CN110347690B (en) 2019-07-18 2019-07-18 Data indexing method and device for score board

Publications (2)

Publication Number Publication Date
CN110347690A CN110347690A (en) 2019-10-18
CN110347690B true CN110347690B (en) 2022-08-09

Family

ID=68178954

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910650975.1A Active CN110347690B (en) 2019-07-18 2019-07-18 Data indexing method and device for score board

Country Status (1)

Country Link
CN (1) CN110347690B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298641A (en) * 2011-09-14 2011-12-28 清华大学 Method for uniformly storing files and structured data based on key value bank
CN106339493A (en) * 2016-08-31 2017-01-18 腾讯科技(深圳)有限公司 Data processing method and related device
CN108549621A (en) * 2018-03-19 2018-09-18 华迪计算机集团有限公司 A kind of method and system based on B/S framework Seamless integration- electronic document
CN109492031A (en) * 2018-09-13 2019-03-19 广州虎牙信息科技有限公司 Display methods, server and the computer storage medium of list data
CN109800336A (en) * 2019-01-30 2019-05-24 百度在线网络技术(北京)有限公司 Table implementation method, device, equipment and medium based on key-value pair storage system
CN109876444A (en) * 2019-03-21 2019-06-14 腾讯科技(深圳)有限公司 Method for exhibiting data and device, storage medium and electronic device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10956433B2 (en) * 2013-07-15 2021-03-23 Microsoft Technology Licensing, Llc Performing an operation relative to tabular data based upon voice input
CN103714127A (en) * 2013-12-11 2014-04-09 金蝶软件(中国)有限公司 Information-grouping showing method and information-grouping showing system for tables
CN104516965B (en) * 2014-12-24 2018-01-09 北京像素软件科技股份有限公司 A kind of role attribute data storage and the method and system of dynamic renewal
US9727742B2 (en) * 2015-03-30 2017-08-08 Airbnb, Inc. Database encryption to provide write protection
US10248693B2 (en) * 2016-04-27 2019-04-02 Sap Se Multi-layered row mapping data structure in a database system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298641A (en) * 2011-09-14 2011-12-28 清华大学 Method for uniformly storing files and structured data based on key value bank
CN106339493A (en) * 2016-08-31 2017-01-18 腾讯科技(深圳)有限公司 Data processing method and related device
CN108549621A (en) * 2018-03-19 2018-09-18 华迪计算机集团有限公司 A kind of method and system based on B/S framework Seamless integration- electronic document
CN109492031A (en) * 2018-09-13 2019-03-19 广州虎牙信息科技有限公司 Display methods, server and the computer storage medium of list data
CN109800336A (en) * 2019-01-30 2019-05-24 百度在线网络技术(北京)有限公司 Table implementation method, device, equipment and medium based on key-value pair storage system
CN109876444A (en) * 2019-03-21 2019-06-14 腾讯科技(深圳)有限公司 Method for exhibiting data and device, storage medium and electronic device

Also Published As

Publication number Publication date
CN110347690A (en) 2019-10-18

Similar Documents

Publication Publication Date Title
KR100886337B1 (en) Apparatus for simultaneously saving the areas selected on image and apparatus for making documents by automatically recording image informations
US11369872B2 (en) Storage medium storing game program, game processing method, and information processing apparatus
CA2609873A1 (en) Multi-dimensional locating system and method
JP2006211248A5 (en)
CN110347690B (en) Data indexing method and device for score board
US12045443B2 (en) Data filtering device
CN101764927A (en) Method and device for arranging broadcasting content
JP2020049285A5 (en)
KR20100079619A (en) Method and apparatus for automatically arranging images
CN112800736B (en) Method, device, medium and computer equipment for generating cell editing assembly
CN111078750B (en) Data statistical method and device of project model and computer storage medium
CN110368692B (en) Image-text mixed arrangement method and device
CN103135894B (en) Bill data input device and bill data input method
JP2015122007A (en) Edition support system, method and program
KR100843082B1 (en) Apparatus for making documents by automatically recording image informations
US9946441B2 (en) Computerized system and method for creative facilitation and organization
Rivas-Ginel The ergonomics of CAT tools for video game localisation
CN117992038A (en) Optimization method, equipment and medium based on drag interaction of data visualization designer
KR20240127397A (en) Game system, memory medium and control method
US20210150791A1 (en) Apparatus and method for authoring motion of an avatar
JP6197433B2 (en) Information processing apparatus, and control method and program thereof.
CN118526794A (en) Method and device for editing components in game, storage medium and electronic device
JP2002287867A (en) Contents output device
CN117282102A (en) Chessboard management method, chessboard management device, computing equipment and readable storage medium
Bodin et al. MatrixGreen: Landscape Ecological Network Analysis Tool–User manual

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