Snapshot historical record operation method and device based on terrain editor
A technology of historical records and operation methods, which is applied in the field of snapshot-type historical record operation methods and devices, can solve the problems of long processing time and high performance consumption, and achieve the effect of low system consumption and high processing efficiency
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
specific Embodiment
[0072] The present invention also provides a specific embodiment of a snapshot history record operation method based on a terrain editor, specifically as follows:
[0073] Original data: {1, 2, 3, 4};
[0074] Operation 1: {1, 2, 3, 4, 5};
[0075] Operation 2: {1, 2, 4, 5};
[0076] Withdraw: {1, 2, 3, 4, 5};
[0077] The specific implementation method of the withdrawal operation is: the current data and the data in the previous step are subtracted to form the set that needs to be deleted;
[0078] {1, 2, 4, 5} - {1, 2, 3, 4, 5} = empty set
[0079] The data in the previous step is subtracted from the current data to form the set that needs to be added;
[0080] {1, 2, 3, 4, 5} - {1, 2, 4, 5} = {3}
[0081] If the set to be deleted is an empty set, no operation is required;
[0082] The set to be added is {3}, then directly add {3} to {1, 2, 4, 5};
[0083] The specific implementation method of redo is:
[0084] The difference operation between the current data and th...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 

