WO2012031541A1 - Method and device for displaying scan progress - Google Patents

Method and device for displaying scan progress Download PDF

Info

Publication number
WO2012031541A1
WO2012031541A1 PCT/CN2011/079319 CN2011079319W WO2012031541A1 WO 2012031541 A1 WO2012031541 A1 WO 2012031541A1 CN 2011079319 W CN2011079319 W CN 2011079319W WO 2012031541 A1 WO2012031541 A1 WO 2012031541A1
Authority
WO
WIPO (PCT)
Prior art keywords
files
scanned
progress
enumerated
scanning
Prior art date
Application number
PCT/CN2011/079319
Other languages
French (fr)
Chinese (zh)
Inventor
张顺四
董琼康
吴昊
Original Assignee
腾讯科技(深圳)有限公司
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 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Priority to BR112012028810A priority Critical patent/BR112012028810A2/en
Publication of WO2012031541A1 publication Critical patent/WO2012031541A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/0035User-machine interface; Control console
    • H04N1/00405Output means
    • H04N1/00477Indicating status, e.g. of a job
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N2201/00Indexing scheme relating to scanning, transmission or reproduction of documents or the like, and to details thereof
    • H04N2201/0077Types of the still picture apparatus
    • H04N2201/0081Image reader

Definitions

  • the present invention relates to the field of information processing technologies, and in particular, to a method and apparatus for displaying a scan progress. Background of the invention
  • the inventors have found that the prior art has at least the following disadvantages: whether it is estimating the number of files to be scanned in advance, or in the file directory, there is a problem that the scanning range is uncertain when displaying the scanning progress. , causing the display of the scan progress to be unsmooth, with defects such as jumps or long-term jams. Summary of the invention
  • an embodiment of the present invention provides a method and apparatus for displaying a scanning progress.
  • the technical solution is as follows:
  • a method for displaying a scan progress comprising: enumerating a file to be scanned within a preset first time period;
  • the file scanning is started, and the scanning progress is displayed according to the equal score size of the enumerated number of files to be scanned mapped to the total length of the progress bar, and at the same time, continue to To scan the file; After each preset second time period, the number of unscanned files in all the files to be scanned enumerated is corrected, and the number of unscanned files in all the files to be scanned enumerated is mapped to the length of the remaining progress bar, etc.
  • the score size shows the progress of the scan.
  • a device for displaying a scan progress comprising: an enumeration module, configured to enumerate a file to be scanned within a preset first time period;
  • a display module configured to start a file scan when the enumeration module is still not enumerated after the preset first time period ends, and map the number of files to be scanned according to the enumeration module to the progress
  • the equal-score size of the total length of the bar shows the progress of the scan, and at the same time, continues to enumerate the files to be scanned; after each preset second time period, the number of unscanned files in all the files to be scanned enumerated is corrected, and The number of unscanned files in all the files to be scanned is mapped to the equal-score size of the remaining progress bar length to show the scanning progress.
  • FIG. 1 is a flowchart of a method for displaying a scan progress according to Embodiment 1 of the present invention
  • FIG. 2 is a flowchart of a method for displaying a scan progress according to Embodiment 2 of the present invention
  • FIG. 3 is a display of scan progress provided by Embodiment 2 of the present invention
  • FIG. 4 is a schematic structural diagram of an apparatus for displaying a scanning progress according to Embodiment 3 of the present invention. Mode for carrying out the invention
  • FIG. 1 is a flowchart of a method for displaying a scan progress according to Embodiment 1 of the present invention. Referring to FIG. 1 , the process of the method is as follows:
  • the file scanning is started, and the scanning progress is displayed according to the equal score size of the enumerated number of files to be scanned mapped to the total length of the progress bar, and at the same time, continue to be To scan the file.
  • the average score of the number of files to be scanned and the total length of the progress bar is: the ratio of the total length of the progress bar to the number of files to be scanned enumerated in the preset first time period.
  • the file scanning may be started after the preset first time period ends, or the file scanning may be started after the enumeration is completed, and the specific implementation manner is not limited.
  • the number of unscanned files in all the files to be scanned enumerated is corrected, and the number of unscanned files in all the files to be scanned enumerated is mapped to the remaining progress bar length.
  • the equal score size shows the progress of the scan until all the files to be scanned have been scanned and the process ends.
  • the files to be scanned that are enumerated may include the files to be scanned that are enumerated in the first time period and the files to be scanned that are subsequently enumerated, if the files to be scanned are preset in the first time period. After the scan has been completed, only the files to be scanned that continue to be enumerated are included; the number of unscanned files in all the files to be scanned that are mapped to the remaining progress bar length is as follows: Remaining progress bar length and enumeration The ratio of the number of unscanned files in all files to be scanned.
  • the method provided in this embodiment displays the scanning progress by the edge enumeration scanning and the equal-score size of the length of the progress bar according to the number of enumerated files, thereby effectively overcoming the defects such as sudden change of progress and jamming when displaying the scanning progress. , to achieve a smooth display of the scan progress.
  • Embodiment 2
  • FIG. 2 is a flowchart of a method for displaying a scanning progress according to Embodiment 2 of the present invention. Referring to FIG. 2, the process is as follows:
  • the preset first time period is not specifically limited. In order to minimize the waiting time of the user and ensure the user experience, the preset first time period can be accepted by the user.
  • the first time period is preset. Set to 1 second. When the preset first time period is over, the file scanning will start regardless of whether all the files to be scanned are enumerated.
  • step 202 Determine whether all the files to be scanned are enumerated, if yes, go to step 203; otherwise, go to step 204.
  • the present embodiment does not limit the total number of scanned files due to factors such as the uncertainty of the scanning range. For example, if the preset first time period is still 1 second, if 1000 files to be scanned are enumerated in 0.5 seconds, and the files to be scanned are not enumerated between 0.5 seconds and 1 second, it is determined that all the files to be scanned are enumerated. The file to be scanned; if 1000 files to be scanned are enumerated after 1 second, and the enumeration can be continued later, it is determined that all the files to be scanned are not enumerated.
  • the file scanning may be started after the enumeration ends, without waiting for the preset first time period. After the end, you can wait for the preset first time period to end before starting the file scanning. Since the preset waiting time is set in the preset first time period, in the case of enumerating all the files to be scanned, in which case the file scanning is started, the effect is not large, and this embodiment does not Specifically limited. 203: Start file scanning, and display the scanning progress according to the equal score size of the enumerated number of files to be scanned mapped to the total length of the progress bar, until all the files to be scanned are scanned, and the process ends.
  • the score of the number of files to be scanned that is mapped to the total length of the progress bar is specifically the ratio of the total length of the progress bar to the number of files to be scanned enumerated.
  • the number of files mapped to the total length of the progress bar is 0.01. For each file to be scanned, the length of the displayed progress bar is increased by 0.01 cm.
  • the scanning progress is displayed according to the equal score size of the enumerated number of files to be scanned and the total length of the progress bar, which specifically includes:
  • the total length of the progress bar is still 10 cm, and the number of files to be scanned is 1000.
  • the scanning progress is displayed in the same manner as the above-mentioned step 203 according to the number of the number of files to be scanned that are mapped to the total length of the progress bar, which will not be described here.
  • the files to be scanned are continuously enumerated, and the scanning progress is displayed by enumerating while scanning, which not only solves the problem that the enumeration time is too long, but also avoids the phenomenon that the progress is stuck for a long time. How to scan the progress of the files to be scanned enumerated in this step Show, see the next steps.
  • the number of unscanned files in all the files to be scanned enumerated is corrected, and the number of unscanned files in all the files to be scanned enumerated is mapped to the remaining progress bar length.
  • the equal score size shows the progress of the scan until all the files to be scanned have been scanned and the process ends.
  • the preset second time for correcting the number of unscanned files in the step is not specifically limited.
  • the remaining progress bar length is specifically the difference between the total length of the progress bar and the length of the displayed progress bar; the scan progress is displayed according to the equal score size of the number of unscanned files in all the files to be scanned that are mapped to the length of the remaining progress bar.
  • the scan progress is displayed according to the equal score size of the number of unscanned files in all the files to be scanned that are mapped to the length of the remaining progress bar.
  • the scan progress of 500 files is displayed, that is, according to the The number of unscanned files in the file to be scanned is mapped to the equal-score size of the remaining progress bar length.
  • the length of the progress bar displayed should be increased by 0.0005 cm.
  • n is a positive integer, which can be regarded as the total number of all files to be scanned, and is displayed as the number of scanned files increases continuously.
  • the length of the progress bar is also continuously increased until the scan progress is updated to the nth time after all the files to be scanned are scanned, and the length of the displayed progress bar is equal to the total length of the progress bar.
  • the method provided in this embodiment displays the scanning progress by the edge enumeration scanning and the equal-score size of the length of the progress bar according to the number of enumerated files, thereby effectively overcoming the defects such as sudden change of progress and jamming when displaying the scanning progress. , to achieve a smooth display of the scan progress.
  • Embodiment 3
  • FIG. 4 is a schematic structural diagram of an apparatus for displaying a scanning progress according to Embodiment 3 of the present invention.
  • the apparatus includes:
  • the enumeration module 401 is configured to enumerate the to-be-scanned file in the preset first time period; the display module 402 is configured to start the file when the enumeration module 401 is still not enumerated after the preset first time period ends.
  • the display module 402 is specifically configured to determine a ratio of the total length of the progress bar to the total number of files to be scanned enumerated in the preset first time period; and map the determined ratio as the number of files to be scanned to the total length of the progress bar.
  • the equal score size, and the scan progress is displayed according to the ratio.
  • the ratio of the number of unscanned files in the file; the determined ratio is used as the enumerated text to be scanned
  • the number of unscanned files in the piece is mapped to the equal-score size of the remaining progress bar length, and the scan progress is displayed according to the ratio.
  • the remaining progress bar length is specifically: The difference between the total length of the progress bar and the length of the displayed progress bar.
  • the display module 402 is further configured to: if the enumeration module 401 is enumerated in the preset first time period, start the file scanning after the preset first time period ends, or, when the enumeration is completed, Start file scanning.
  • the apparatus for displaying the scanning progress displays the scanning progress by enumerating the edges and displaying the scanning progress according to the score of the number of the enumerated files and the length of the progress bar, thereby effectively overcoming the existence of displaying the scanning progress. Defects such as sudden changes in progress, stuck, etc., achieve a smooth display of the scanning progress.
  • the device for displaying the scanning progress is only illustrated by the division of each functional module. In actual applications, the functions may be assigned to different functional modules as needed. The internal structure of the device is divided into different functional modules to complete all or part of the functions described above.
  • the device for displaying the scanning progress provided by the foregoing embodiment is the same as the method for displaying the scanning progress. The specific implementation process is described in detail in the method embodiment, and details are not described herein again.
  • All or part of the steps in the embodiment of the present invention may be implemented by software, and the corresponding software program may be stored in a readable storage medium such as an optical disk or a hard disk.

Abstract

Disclosed are a method and a device for displaying scanning progress, comprising the steps of: in the first preset time period, enumerating the files to be scanned; if the enumeration is not still completed when the first preset time period is over, then starting the scanning of the files and displaying the scanning progress as a fractional size of the total length of the progress bar to which the number of the enumerated files to be scanned is mapped while continuing to enumerate the files to be scanned; after each second preset time period, immediately revising the number of the files not scanned in all enumerated files to be scanned at once, and displaying the scanning progress as a fractional size of the length of the remaining progress bar to which the number of the files not scanned in all enumerated files to be scanned is mapped. The present invention enables the seamless display of scanning progress.

Description

显示扫描进度的方法及装置  Method and device for displaying scanning progress
技术领域 Technical field
本发明涉及信息处理技术领域, 特别涉及一种显示扫描进度的方法 及装置。 发明背景  The present invention relates to the field of information processing technologies, and in particular, to a method and apparatus for displaying a scan progress. Background of the invention
在扫描文件时, 常常以进度条的方式来实时地显示扫描文件的速 度、 完成度和剩余未完成文件的大小等信息, 从而让用户能够清楚地 了解当前文件的扫描进度情况。  When scanning a file, information such as the speed of the scanned file, the degree of completion, and the size of the remaining unfinished files are often displayed in real time in a progress bar, so that the user can clearly understand the progress of scanning the current file.
现有技术中有两种常见的显示扫描进度的方式, 一种是预先估计待 扫描文件的个数, 并基于估计的待扫描文件的个数显示扫描进度, 另一 种方式是以文件目录为单位, 根据文件目录的个数显示扫描进度。  There are two common ways to display the progress of the scan in the prior art. One is to estimate the number of files to be scanned in advance, and display the scan progress based on the estimated number of files to be scanned. The other way is to use the file directory as the file directory. Unit, the scan progress is displayed according to the number of file directories.
在实现本发明的过程中, 发明人发现现有技术至少存在以下缺点: 无论是预先估计待扫描文件的个数, 还是以文件目录为单位, 在显 示扫描进度时都存在扫描范围不确定的问题, 导致扫描进度的显示不平 滑, 存在跳变或长时间卡死等缺陷。 发明内容  In the process of implementing the present invention, the inventors have found that the prior art has at least the following disadvantages: whether it is estimating the number of files to be scanned in advance, or in the file directory, there is a problem that the scanning range is uncertain when displaying the scanning progress. , causing the display of the scan progress to be unsmooth, with defects such as jumps or long-term jams. Summary of the invention
为了实现扫描进度的平滑显示, 本发明实施例提供了一种显示扫描 进度的方法及装置。 所述技术方案如下:  In order to achieve a smooth display of the scanning progress, an embodiment of the present invention provides a method and apparatus for displaying a scanning progress. The technical solution is as follows:
一方面, 提供了一种显示扫描进度的方法, 所述方法包括: 在预设第一时间段内枚举待扫描文件;  In one aspect, a method for displaying a scan progress is provided, the method comprising: enumerating a file to be scanned within a preset first time period;
如果当所述预设第一时间段结束后仍未枚举完毕, 则开始文件扫 描, 并按照枚举的待扫描文件数映射到进度条总长度的等分数大小显示 扫描进度, 同时, 继续枚举待扫描文件; 每经过预设第二时间段后, 即修正一次枚举的所有待扫描文件中的 未扫描文件数, 并按照枚举的所有待扫描文件中的未扫描文件数映射到 剩余进度条长度的等分数大小显示扫描进度。 If the enumeration is not enumerated after the preset first time period is over, the file scanning is started, and the scanning progress is displayed according to the equal score size of the enumerated number of files to be scanned mapped to the total length of the progress bar, and at the same time, continue to To scan the file; After each preset second time period, the number of unscanned files in all the files to be scanned enumerated is corrected, and the number of unscanned files in all the files to be scanned enumerated is mapped to the length of the remaining progress bar, etc. The score size shows the progress of the scan.
另一方面, 还提供了一种显示扫描进度的装置, 所述装置包括: 枚举模块, 用于在预设第一时间段内枚举待扫描文件;  On the other hand, there is also provided a device for displaying a scan progress, the device comprising: an enumeration module, configured to enumerate a file to be scanned within a preset first time period;
显示模块, 用于当所述预设第一时间段结束后, 所述枚举模块仍未 枚举完毕时, 开始文件扫描, 并按照所述枚举模块枚举的待扫描文件数 映射到进度条总长度的等分数大小显示扫描进度, 同时, 继续枚举待扫 描文件; 每经过预设第二时间段后, 即修正一次枚举的所有待扫描文件 中的未扫描文件数, 并按照枚举的所有待扫描文件中的未扫描文件数映 射到剩余进度条长度的等分数大小显示扫描进度。  a display module, configured to start a file scan when the enumeration module is still not enumerated after the preset first time period ends, and map the number of files to be scanned according to the enumeration module to the progress The equal-score size of the total length of the bar shows the progress of the scan, and at the same time, continues to enumerate the files to be scanned; after each preset second time period, the number of unscanned files in all the files to be scanned enumerated is corrected, and The number of unscanned files in all the files to be scanned is mapped to the equal-score size of the remaining progress bar length to show the scanning progress.
本发明实施例提供的技术方案的有益效果是:  The beneficial effects of the technical solutions provided by the embodiments of the present invention are:
通过边枚举边扫描, 并根据枚举的文件数映射到进度条长度的等分 数大小显示扫描进度, 有效克服了显示扫描进度时存在的进度突变、 卡 死等缺陷, 实现了扫描进度的平滑显示。 附图简要说明  Scanning by edge enumeration and displaying the progress of the scan according to the number of enumerated files mapped to the length of the progress bar, effectively overcoming the defects such as sudden change of progress and jamming when displaying the scanning progress, and smoothing the scanning progress. display. BRIEF DESCRIPTION OF THE DRAWINGS
下面将通过参照附图详细描述本发明的示例性实施例, 使本领域的 普通技术人员更清楚本发明的上述及其它特征和优点, 附图中:  The above and other features and advantages of the present invention will become more apparent to those skilled in the <
图 1是本发明实施例一提供的显示扫描进度的方法流程图; 图 2是本发明实施例二提供的显示扫描进度的方法流程图; 图 3是本发明实施例二提供的扫描进度的显示过程示意图; 图 4是本发明实施例三提供的显示扫描进度的装置结构示意图。 实施本发明的方式 1 is a flowchart of a method for displaying a scan progress according to Embodiment 1 of the present invention; FIG. 2 is a flowchart of a method for displaying a scan progress according to Embodiment 2 of the present invention; FIG. 3 is a display of scan progress provided by Embodiment 2 of the present invention; FIG. 4 is a schematic structural diagram of an apparatus for displaying a scanning progress according to Embodiment 3 of the present invention. Mode for carrying out the invention
为使本发明的目的、 技术方案和优点更加清楚, 下面将结合附图对 本发明实施方式作进一步地详细描述。  The embodiments of the present invention will be further described in detail below with reference to the accompanying drawings.
实施例一  Embodiment 1
图 1是本发明实施例一提供的显示扫描进度的方法流程图, 参见图 1 , 该方法流程具体如下:  FIG. 1 is a flowchart of a method for displaying a scan progress according to Embodiment 1 of the present invention. Referring to FIG. 1 , the process of the method is as follows:
101: 在预设第一时间段内枚举待扫描文件。  101: Enumerate the file to be scanned in the preset first time period.
102: 如果当预设第一时间段结束后仍未枚举完毕, 则开始文件扫 描, 并按照枚举的待扫描文件数映射到进度条总长度的等分数大小显示 扫描进度, 同时, 继续枚举待扫描文件。  102: If the enumeration is not completed after the preset first time period is over, the file scanning is started, and the scanning progress is displayed according to the equal score size of the enumerated number of files to be scanned mapped to the total length of the progress bar, and at the same time, continue to be To scan the file.
其中, 枚举的待扫描文件数映射到进度条总长度的等分数大小具体 为: 进度条总长度与预设第一时间段内枚举的待扫描文件数的比值。  The average score of the number of files to be scanned and the total length of the progress bar is: the ratio of the total length of the progress bar to the number of files to be scanned enumerated in the preset first time period.
如果在预设第一时间段内枚举完毕, 则可在预设第一时间段结束后 开始文件扫描, 或者, 当枚举完毕后即开始文件扫描, 具体实现方式不 限。  If the enumeration is completed within the preset first time period, the file scanning may be started after the preset first time period ends, or the file scanning may be started after the enumeration is completed, and the specific implementation manner is not limited.
103: 每经过预设第二时间段后, 即修正一次枚举的所有待扫描文 件中的未扫描文件数, 并按照枚举的所有待扫描文件中的未扫描文件数 映射到剩余进度条长度的等分数大小显示扫描进度, 直至所有待扫描文 件均扫描完毕, 流程结束。  103: After each preset second time period, the number of unscanned files in all the files to be scanned enumerated is corrected, and the number of unscanned files in all the files to be scanned enumerated is mapped to the remaining progress bar length. The equal score size shows the progress of the scan until all the files to be scanned have been scanned and the process ends.
其中, 枚举的所有待扫描文件中可能同时包括预设第一时间段内枚 举的待扫描文件及后续继续枚举的待扫描文件, 如果预设第一时间段内 枚举的待扫描文件均已扫描完毕, 则只包括后续继续枚举的待扫描文 件; 枚举的所有待扫描文件中的未扫描文件数映射到剩余进度条长度的 等分数大小具体为: 剩余进度条长度与枚举的所有待扫描文件中的未扫 描文件数的比值。 本实施例提供的方法, 通过边枚举边扫描, 并根据枚举的文件数映 射到进度条长度的等分数大小显示扫描进度, 有效克服了显示扫描进度 时存在的进度突变、 卡死等缺陷, 实现了扫描进度的平滑显示。 实施例二 The files to be scanned that are enumerated may include the files to be scanned that are enumerated in the first time period and the files to be scanned that are subsequently enumerated, if the files to be scanned are preset in the first time period. After the scan has been completed, only the files to be scanned that continue to be enumerated are included; the number of unscanned files in all the files to be scanned that are mapped to the remaining progress bar length is as follows: Remaining progress bar length and enumeration The ratio of the number of unscanned files in all files to be scanned. The method provided in this embodiment displays the scanning progress by the edge enumeration scanning and the equal-score size of the length of the progress bar according to the number of enumerated files, thereby effectively overcoming the defects such as sudden change of progress and jamming when displaying the scanning progress. , to achieve a smooth display of the scan progress. Embodiment 2
图 2是本发明实施例二提供的显示扫描进度的方法流程图, 参见图 2, 流程具体如下:  2 is a flowchart of a method for displaying a scanning progress according to Embodiment 2 of the present invention. Referring to FIG. 2, the process is as follows:
201 : 在预设第一时间段内枚举待扫描文件。  201 : Enumerate the file to be scanned in the preset first time period.
其中, 本实施例不对预设第一时间段进行具体限定, 为了尽量减少 用户的等待时间,保证用户体验,预设第一时间段能够被用户接受即可, 例如, 将预设第一时间段设置为 1秒, 当预设第一时间段结束后, 无论 是否枚举完所有的待扫描文件, 都将开始文件扫描。  In this embodiment, the preset first time period is not specifically limited. In order to minimize the waiting time of the user and ensure the user experience, the preset first time period can be accepted by the user. For example, the first time period is preset. Set to 1 second. When the preset first time period is over, the file scanning will start regardless of whether all the files to be scanned are enumerated.
202: 判断是否枚举了所有待扫描文件, 如果是, 则执行步骤 203 , 否则, 执行步骤 204。  202: Determine whether all the files to be scanned are enumerated, if yes, go to step 203; otherwise, go to step 204.
针对该步骤, 由于存在扫描范围不确定等因素, 本实施例不对待扫 描文件的总数进行限定。 以预设第一时间段仍为 1秒为例, 如果 0.5秒 内枚举出了 1000个待扫描文件,后续 0.5秒到 1秒之间枚举不到待扫描 文件, 则确定枚举了所有待扫描文件; 如果 1 秒结束后枚举出了 1000 个待扫描文件, 后续还能继续枚举, 则确定未枚举出所有待扫描文件。  For this step, the present embodiment does not limit the total number of scanned files due to factors such as the uncertainty of the scanning range. For example, if the preset first time period is still 1 second, if 1000 files to be scanned are enumerated in 0.5 seconds, and the files to be scanned are not enumerated between 0.5 seconds and 1 second, it is determined that all the files to be scanned are enumerated. The file to be scanned; if 1000 files to be scanned are enumerated after 1 second, and the enumeration can be continued later, it is determined that all the files to be scanned are not enumerated.
为了更加及时地进行文件扫描, 针对预设第一时间段还未结束就已 枚举完所有待扫描文件的情况, 可在枚举结束之后即开始文件扫描, 而 无需等到预设第一时间段结束后, 也可以等预设第一时间段结束后, 再 开始文件扫描。 由于预设第一时间段在设置时考虑了扫描的等待时间, 因此,对于枚举了所有待扫描文件的情况,在哪种情况下开始文件扫描, 影响都不大, 本实施例对此不作具体限定。 203: 开始文件扫描, 并按照枚举的待扫描文件数映射到进度条总 长度的等分数大小显示扫描进度, 直至所有待扫描文件均扫描完毕, 流 程结束。 In order to perform file scanning in a more timely manner, for all the files to be scanned have been enumerated for the preset first time period, the file scanning may be started after the enumeration ends, without waiting for the preset first time period. After the end, you can wait for the preset first time period to end before starting the file scanning. Since the preset waiting time is set in the preset first time period, in the case of enumerating all the files to be scanned, in which case the file scanning is started, the effect is not large, and this embodiment does not Specifically limited. 203: Start file scanning, and display the scanning progress according to the equal score size of the enumerated number of files to be scanned mapped to the total length of the progress bar, until all the files to be scanned are scanned, and the process ends.
其中, 枚举的待扫描文件数映射到进度条总长度的等分数大小具体 为进度条总长度与枚举的待扫描文件数的比值。  The score of the number of files to be scanned that is mapped to the total length of the progress bar is specifically the ratio of the total length of the progress bar to the number of files to be scanned enumerated.
例如, 进度条总长度为 10厘米, 而枚举的待扫描文件数为 1000, 则进度条总长度与枚举的待扫描文件数的比值为 10/1000=0.01厘米, 即 枚举的待扫描文件数映射到进度条总长度的等分数大小为 0.01 , 每扫描 一个待扫描文件, 已显示的进度条长度增加 0.01厘米。  For example, if the total length of the progress bar is 10 cm and the number of files to be scanned is 1000, the ratio of the total length of the progress bar to the number of files to be scanned enumerated is 10/1000=0.01 cm, that is, the enumerated to be scanned. The number of files mapped to the total length of the progress bar is 0.01. For each file to be scanned, the length of the displayed progress bar is increased by 0.01 cm.
则按照枚举的待扫描文件数映射到进度条总长度的等分数大小显 示扫描进度, 具体包括:  The scanning progress is displayed according to the equal score size of the enumerated number of files to be scanned and the total length of the progress bar, which specifically includes:
确定进度条总长度与预设第一时间段内枚举的待扫描文件数的比 值; 将确定的比值作为枚举的待扫描文件数映射到进度条总长度的等分 数大小, 并按照该比值显示扫描进度。  Determining a ratio of the total length of the progress bar to the number of files to be scanned enumerated in the preset first time period; mapping the determined ratio as an enumerated number of files to be scanned to an equal fraction of the total length of the progress bar, and according to the ratio Shows the progress of the scan.
仍以进度条总长度为 10厘米,而枚举的待扫描文件数为 1000为例, 由于每扫描一个待扫描文件,已显示的进度条长度增加 0.01厘米,那么, 当扫描了 500 个待扫描文件后, 已显示的进度条长度应为 0.01x500=5 厘米。  The total length of the progress bar is still 10 cm, and the number of files to be scanned is 1000. For each file scanned, the length of the displayed progress bar is increased by 0.01 cm. Then, when 500 scans are scanned, After the file, the displayed progress bar length should be 0.01x500=5 cm.
204: 开始文件扫描, 并按照枚举的待扫描文件数映射到进度条总 长度的等分数大小显示扫描进度, 同时, 继续枚举待扫描文件。  204: Start file scanning, and display the scanning progress according to the equal score size of the enumerated number of files to be scanned mapped to the total length of the progress bar, and continue to enumerate the files to be scanned.
针对该步骤, 按照枚举的待扫描文件数映射到进度条总长度的等分 数大小显示扫描进度的方式同上述步骤 203 , 此处不再赘述。  For the step, the scanning progress is displayed in the same manner as the above-mentioned step 203 according to the number of the number of files to be scanned that are mapped to the total length of the progress bar, which will not be described here.
在扫描的过程中, 继续枚举待扫描文件, 以通过边扫描边枚举的方 式显示扫描进度, 不仅可以解决枚举时间过长的问题, 还可避免进度长 时间卡死等现象。 关于该步骤中枚举的待扫描文件的扫描进度如何显 示, 详见后续步骤。 During the scanning process, the files to be scanned are continuously enumerated, and the scanning progress is displayed by enumerating while scanning, which not only solves the problem that the enumeration time is too long, but also avoids the phenomenon that the progress is stuck for a long time. How to scan the progress of the files to be scanned enumerated in this step Show, see the next steps.
205: 每经过预设第二时间段后, 即修正一次枚举的所有待扫描文 件中的未扫描文件数, 并按照枚举的所有待扫描文件中的未扫描文件数 映射到剩余进度条长度的等分数大小显示扫描进度, 直至所有待扫描文 件均扫描完毕, 流程结束。  205: After each preset second time period, the number of unscanned files in all the files to be scanned enumerated is corrected, and the number of unscanned files in all the files to be scanned enumerated is mapped to the remaining progress bar length. The equal score size shows the progress of the scan until all the files to be scanned have been scanned and the process ends.
具体地, 本实施例不对该步骤中修正未扫描文件数的预设第二时间 进行具体限定, 由于修正得越及时, 扫描进度的显示越平滑, 因此可以 将预设第二时间设置得尽量小, 例如, 每隔 0.5秒修正一次未扫描文件 数。  Specifically, in this embodiment, the preset second time for correcting the number of unscanned files in the step is not specifically limited. The more timely the correction is, the smoother the display of the scan progress is, so the preset second time can be set as small as possible. For example, correct the number of unscanned files every 0.5 seconds.
下面, 结合图 3所示的扫描进度的显示过程, 对该步骤进行详细描 述:  In the following, the step is described in detail in conjunction with the display process of the scanning progress shown in FIG. 3:
其中, 剩余进度条长度具体为进度条总长度与已显示的进度条长度 的差值; 按照枚举的所有待扫描文件中的未扫描文件数映射到剩余进度 条长度的等分数大小显示扫描进度时, 具体包括:  The remaining progress bar length is specifically the difference between the total length of the progress bar and the length of the displayed progress bar; the scan progress is displayed according to the equal score size of the number of unscanned files in all the files to be scanned that are mapped to the length of the remaining progress bar. When specifically, it includes:
确定剩余进度条长度与枚举的所有待扫描文件中的未扫描文件数 的比值; 将确定的比值作为枚举的所有待扫描文件中的未扫描文件数映 射到剩余进度条长度的等分数大小, 并按照比值显示扫描进度。  Determine the ratio of the remaining progress bar length to the number of unscanned files in all the files to be scanned enumerated; map the determined ratio as the number of unscanned files in all the files to be scanned enumerated to the equal fraction size of the remaining progress bar length , and display the scan progress according to the ratio.
例如, 步骤 201 中枚举了 1000个待扫描文件之后, 在第一个预设 第二时间段结束时, 又枚举了 500个待扫描文件, 且已扫描了 500个文 件, 则如上述步骤 203所述, 如果进度条总长度仍为 10厘米, 已显示 的进度条长度应为 0.01x500=5厘米, 剩余进度条的长度则应为 10-5=5 厘米, 而未扫描文件数 =1000+500-500=1000, 因此, 剩余进度条长度与 枚举的待扫描文件中的未扫描文件数的比值 =5/1000=0.0005厘米, 则显 示了 500个文件的扫描进度后, 即按照枚举的待扫描文件中的未扫描文 件数映射到剩余进度条长度的等分数大小显示扫描进度时, 每扫描一个 待扫描文件, 已显示的进度条长度应增加 0.0005厘米。 For example, after enumerating 1000 files to be scanned in step 201, at the end of the first preset second time period, 500 files to be scanned are enumerated, and 500 files have been scanned, as described above. According to 203, if the total length of the progress bar is still 10 cm, the length of the progress bar displayed should be 0.01x500=5 cm, and the length of the remaining progress bar should be 10-5=5 cm, and the number of unscanned files=1000 +500-500=1000, therefore, the ratio of the remaining progress bar length to the number of unscanned files in the enumerated file to be scanned = 5/1000=0.0005 cm, then the scan progress of 500 files is displayed, that is, according to the The number of unscanned files in the file to be scanned is mapped to the equal-score size of the remaining progress bar length. When scanning progress is performed, one scan per scan For the file to be scanned, the length of the progress bar displayed should be increased by 0.0005 cm.
图 3是本发明实施例二提供的扫描进度的显示过程示意图, 如图 3 所示, n为正整数, 可以看作是所有待扫描文件的总数, 随着扫描的文 件数不断增加, 已显示的进度条长度也不断增加, 直至扫描完所有待扫 描文件后, 即显示扫描进度更新到第 n次时, 已显示的进度条长度等于 进度条总长度。  3 is a schematic diagram of a display process of scanning progress according to Embodiment 2 of the present invention. As shown in FIG. 3, n is a positive integer, which can be regarded as the total number of all files to be scanned, and is displayed as the number of scanned files increases continuously. The length of the progress bar is also continuously increased until the scan progress is updated to the nth time after all the files to be scanned are scanned, and the length of the displayed progress bar is equal to the total length of the progress bar.
本实施例提供的方法, 通过边枚举边扫描, 并根据枚举的文件数映 射到进度条长度的等分数大小显示扫描进度, 有效克服了显示扫描进度 时存在的进度突变、 卡死等缺陷, 实现了扫描进度的平滑显示。 实施例三  The method provided in this embodiment displays the scanning progress by the edge enumeration scanning and the equal-score size of the length of the progress bar according to the number of enumerated files, thereby effectively overcoming the defects such as sudden change of progress and jamming when displaying the scanning progress. , to achieve a smooth display of the scan progress. Embodiment 3
图 4是本发明实施例三提供的显示扫描进度的装置结构示意图, 参 见图 4, 该装置包括:  4 is a schematic structural diagram of an apparatus for displaying a scanning progress according to Embodiment 3 of the present invention. Referring to FIG. 4, the apparatus includes:
枚举模块 401 , 用于在预设第一时间段内枚举待扫描文件; 显示模块 402, 用于当预设第一时间段结束后, 枚举模块 401仍未 枚举完毕时, 开始文件扫描, 并按照第一枚举模块 401枚举的待扫描文 件数映射到进度条总长度的等分数大小显示扫描进度, 同时, 继续枚举 待扫描文件; 每经过预设第二时间段后, 即修正一次枚举的所有待扫描 文件中的未扫描文件数, 并按照枚举的所有待扫描文件中的未扫描文件 数映射到剩余进度条长度的等分数大小显示扫描进度。  The enumeration module 401 is configured to enumerate the to-be-scanned file in the preset first time period; the display module 402 is configured to start the file when the enumeration module 401 is still not enumerated after the preset first time period ends. Scanning, and displaying the scanning progress according to the equal-score size of the number of files to be scanned enumerated by the first enumeration module 401 to the total length of the progress bar, and continuing to enumerate the files to be scanned; after each preset second time period, That is, the number of unscanned files in all the files to be scanned enumerated is corrected, and the scanning progress is displayed according to the equal-score size of the number of unscanned files in all the files to be scanned that are mapped to the remaining progress bar length.
其中, 显示模块 402, 具体用于确定进度条总长度与预设第一时间 段内枚举的待扫描文件总数的比值; 将确定的比值作为枚举的待扫描文 件数映射到进度条总长度的等分数大小, 并按照该比值显示扫描进度。 文件中的未扫描文件数的比值; 将确定的比值作为枚举的所有待扫描文 件中的未扫描文件数映射到剩余进度条长度的等分数大小, 并按照该比 值显示扫描进度。 The display module 402 is specifically configured to determine a ratio of the total length of the progress bar to the total number of files to be scanned enumerated in the preset first time period; and map the determined ratio as the number of files to be scanned to the total length of the progress bar. The equal score size, and the scan progress is displayed according to the ratio. The ratio of the number of unscanned files in the file; the determined ratio is used as the enumerated text to be scanned The number of unscanned files in the piece is mapped to the equal-score size of the remaining progress bar length, and the scan progress is displayed according to the ratio.
剩余进度条长度具体为: 进度条总长度与已显示的进度条长度的差 值。  The remaining progress bar length is specifically: The difference between the total length of the progress bar and the length of the displayed progress bar.
另外, 显示模块 402还可进一步用于, 如果在预设第一时间段内枚 举模块 401枚举完毕,则当预设第一时间段结束后开始文件扫描,或者, 当枚举完毕后即开始文件扫描。  In addition, the display module 402 is further configured to: if the enumeration module 401 is enumerated in the preset first time period, start the file scanning after the preset first time period ends, or, when the enumeration is completed, Start file scanning.
综上, 本实施例提供的显示扫描进度的装置, 通过边枚举边扫描, 并根据枚举的文件数映射到进度条长度的等分数大小显示扫描进度, 有 效克服了显示扫描进度时存在的进度突变、 卡死等缺陷, 实现了扫描进 度的平滑显示。 需要说明的是: 上述实施例提供的显示扫描进度的装置在显示扫描 进度时, 仅以上述各功能模块的划分进行举例说明, 实际应用中, 可以 根据需要将上述功能分配给不同的功能模块完成, 即将装置的内部结构 划分成不同的功能模块, 以完成以上描述的全部或者部分功能。 另外, 上述实施例提供的显示扫描进度的装置与显示扫描进度的方法实施例 属于同一构思, 其具体实现过程详见方法实施例, 这里不再赘述。  In summary, the apparatus for displaying the scanning progress provided by the embodiment displays the scanning progress by enumerating the edges and displaying the scanning progress according to the score of the number of the enumerated files and the length of the progress bar, thereby effectively overcoming the existence of displaying the scanning progress. Defects such as sudden changes in progress, stuck, etc., achieve a smooth display of the scanning progress. It should be noted that, when the scanning progress is displayed, the device for displaying the scanning progress is only illustrated by the division of each functional module. In actual applications, the functions may be assigned to different functional modules as needed. The internal structure of the device is divided into different functional modules to complete all or part of the functions described above. In addition, the device for displaying the scanning progress provided by the foregoing embodiment is the same as the method for displaying the scanning progress. The specific implementation process is described in detail in the method embodiment, and details are not described herein again.
上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣。  The serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
本发明实施例中的全部或部分步骤, 可以利用软件实现, 相应的软 件程序可以存储在可读取的存储介质中, 如光盘或硬盘等。  All or part of the steps in the embodiment of the present invention may be implemented by software, and the corresponding software program may be stored in a readable storage medium such as an optical disk or a hard disk.
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡 在本发明的精神和原则之内, 所做的任何修改、 等同替换、 改进等, 均 应包含在本发明的保护范围之内。  The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalents, improvements, etc., which are made within the spirit and principles of the present invention, should be included in the present invention. Within the scope of protection.

Claims

权利要求书 Claim
1、 一种显示扫描进度的方法, 其特征在于, 所述方法包括: 在预设第一时间段内枚举待扫描文件;  A method for displaying a scan progress, the method comprising: enumerating a file to be scanned within a preset first time period;
如果当所述预设第一时间段结束后仍未枚举完毕, 则开始文件扫 描, 并按照枚举的待扫描文件数映射到进度条总长度的等分数大小显示 扫描进度, 同时, 继续枚举待扫描文件;  If the enumeration is not enumerated after the preset first time period is over, the file scanning is started, and the scanning progress is displayed according to the equal score size of the enumerated number of files to be scanned mapped to the total length of the progress bar, and at the same time, continue to To scan the file;
每经过预设第二时间段后 , 即修正一次枚举的所有待扫描文件中的 未扫描文件数, 并按照枚举的所有待扫描文件中的未扫描文件数映射到 剩余进度条长度的等分数大小显示扫描进度。  After each preset second time period, the number of unscanned files in all the files to be scanned enumerated is corrected, and the number of unscanned files in all the files to be scanned enumerated is mapped to the length of the remaining progress bar, etc. The score size shows the progress of the scan.
2、 根据权利要求 1 所述的方法, 其特征在于, 所述按照枚举的待 扫描文件数映射到进度条总长度的等分数大小显示扫描进度, 具体包 括:  The method according to claim 1, wherein the scanning progress is displayed according to the equal score size of the enumerated number of files to be scanned and the total length of the progress bar, which specifically includes:
确定进度条总长度与预设第一时间段内枚举的待扫描文件数的比 值;  Determining the ratio of the total length of the progress bar to the number of files to be scanned enumerated in the preset first time period;
将确定的比值作为所述枚举的待扫描文件数映射到进度条总长度 的等分数大小, 并按照所述比值显示扫描进度。  The determined ratio is mapped to the equal-score size of the enumerated number of files to be scanned to the total length of the progress bar, and the scanning progress is displayed according to the ratio.
3、 根据权利要求 1 所述的方法, 其特征在于, 所述按照枚举的所 有待扫描文件中的未扫描文件数映射到剩余进度条长度的等分数大小 显示扫描进度, 具体包括:  The method according to claim 1, wherein the number of unscanned files in the enumerated file to be scanned is mapped to an equal score size of the remaining progress bar length, and the scan progress is displayed, which specifically includes:
确定剩余进度条长度与枚举的所有待扫描文件中的未扫描文件数 的比值;  Determine the ratio of the remaining progress bar length to the number of unscanned files in all enumerated files to be scanned;
将确定的比值作为所述枚举的所有待扫描文件中的未扫描文件数 映射到剩余进度条长度的等分数大小, 并按照所述比值显示扫描进度。  The determined ratio is mapped to the equal-score size of the remaining progress bar lengths as the number of unscanned files in all of the enumerated files to be scanned, and the scan progress is displayed in accordance with the ratio.
4、 根据权利要求 3 所述的方法, 其特征在于, 所述剩余进度条长 度具体为进度条总长度与已显示的进度条长度的差值。 4. The method according to claim 3, wherein the remaining progress bar length is specifically a difference between a total length of the progress bar and a length of the displayed progress bar.
5、 根据权利要求 1、 2、 3或 4所述的方法, 其特征在于, 该方法 进一步包括: 5. The method of claim 1, 2, 3 or 4, wherein the method further comprises:
如果在预设第一时间段内枚举完毕, 则当所述预设第一时间段结束 后开始文件扫描, 或者, 当枚举完毕后即开始文件扫描。  If the enumeration is completed within the preset first time period, the file scanning is started after the preset first time period ends, or the file scanning is started when the enumeration is completed.
6、 一种显示扫描进度的装置, 其特征在于, 所述装置包括: 枚举模块, 用于在预设第一时间段内枚举待扫描文件;  A device for displaying a scan progress, the device comprising: an enumeration module, configured to enumerate a file to be scanned within a preset first time period;
显示模块, 用于当所述预设第一时间段结束后, 所述枚举模块仍未 枚举完毕时, 开始文件扫描, 并按照所述枚举模块枚举的待扫描文件数 映射到进度条总长度的等分数大小显示扫描进度, 同时, 继续枚举待扫 描文件; 每经过预设第二时间段后, 即修正一次枚举的所有待扫描文件 中的未扫描文件数, 并按照枚举的所有待扫描文件中的未扫描文件数映 射到剩余进度条长度的等分数大小显示扫描进度。  a display module, configured to start a file scan when the enumeration module is still not enumerated after the preset first time period ends, and map the number of files to be scanned according to the enumeration module to the progress The equal-score size of the total length of the bar shows the progress of the scan, and at the same time, continues to enumerate the files to be scanned; after each preset second time period, the number of unscanned files in all the files to be scanned enumerated is corrected, and The number of unscanned files in all the files to be scanned is mapped to the equal-score size of the remaining progress bar length to show the scanning progress.
7、 根据权利要求 6所述的装置, 其特征在于, 所述显示模块, 具 体用于确定进度条总长度与预设第一时间段内枚举的待扫描文件数的 比值; 将确定的比值作为所述枚举的待扫描文件数映射到进度条总长度 的等分数大小, 并按照所述比值显示扫描进度。  The device according to claim 6, wherein the display module is specifically configured to determine a ratio of a total length of the progress bar to a number of files to be scanned enumerated in the preset first time period; The number of files to be scanned as the enumeration is mapped to an equal fractional size of the total length of the progress bar, and the scanning progress is displayed in accordance with the ratio.
8、 根据权利要求 6所述的装置, 其特征在于, 所述显示模块, 具 体用于确定剩余进度条长度与枚举的所有待扫描文件中的未扫描文件 数的比值; 将确定的比值作为所述枚举的所有待扫描文件中的未扫描文 件数映射到剩余进度条长度的等分数大小, 并按照所述比值显示扫描进 度。  The device according to claim 6, wherein the display module is specifically configured to determine a ratio of a remaining progress bar length to an enumerated number of unscanned files in all the to-be-scanned files; The number of unscanned files in all the to-be-scanned files enumerated is mapped to an equal-score size of the remaining progress bar length, and the scanning progress is displayed according to the ratio.
9、 根据权利要求 8 所述的装置, 其特征在于, 所述剩余进度条长 度具体为: 进度条总长度与已显示的进度条长度的差值。  9. The device according to claim 8, wherein the remaining progress bar length is specifically: a difference between a total length of the progress bar and a length of the displayed progress bar.
10、 根据权利要求 6、 7、 8或 9所述的装置, 其特征在于, 所述显 示模块进一步用于, 如果在预设第一时间段内所述枚举模块枚举完毕, 则当所述预设第一时间段结束后开始文件扫描, 或者, 当枚举完毕后即 开始文件扫描。 The device according to claim 6, 7, 8 or 9, wherein the display module is further configured to: if the enumeration module is enumerated within a preset first time period, Then, when the preset first time period ends, the file scanning is started, or when the enumeration is completed, the file scanning is started.
PCT/CN2011/079319 2010-09-09 2011-09-05 Method and device for displaying scan progress WO2012031541A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
BR112012028810A BR112012028810A2 (en) 2010-09-09 2011-09-05 method and apparatus for displaying scan progress

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010280432.4 2010-09-09
CN201010280432.4A CN102402524B (en) 2010-09-09 2010-09-09 Method and device for displaying scanning progress

Publications (1)

Publication Number Publication Date
WO2012031541A1 true WO2012031541A1 (en) 2012-03-15

Family

ID=45810120

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/079319 WO2012031541A1 (en) 2010-09-09 2011-09-05 Method and device for displaying scan progress

Country Status (3)

Country Link
CN (1) CN102402524B (en)
BR (1) BR112012028810A2 (en)
WO (1) WO2012031541A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105898776A (en) * 2016-04-05 2016-08-24 乐视控股(北京)有限公司 Method and device for intelligently controlling updating frequency of email attachment uploading progress

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103853569B (en) * 2012-12-04 2017-03-08 腾讯科技(深圳)有限公司 A kind of method and apparatus of display incremental update progress
CN103942496A (en) * 2013-01-17 2014-07-23 腾讯科技(深圳)有限公司 Display method and device for system scanning
CN103995809A (en) * 2013-02-18 2014-08-20 阿里巴巴集团控股有限公司 Information processing method and device of socialized media
CN104317627B (en) * 2014-11-13 2017-06-06 北京奇虎科技有限公司 The cleaning data one-key scan method and device of memory space
CN105824639B (en) * 2016-03-17 2019-05-10 百度在线网络技术(北京)有限公司 Schedule estimation method and device
CN115270077B (en) * 2022-08-16 2024-01-26 南京网藤科技有限公司 Method, device, electronic equipment and computer readable medium for smoothing calculation progress

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101127061A (en) * 2006-08-16 2008-02-20 珠海金山软件股份有限公司 Device preventing and treating computer virus capable of pre-estimating schedule and schedule pre-estimation method
CN101470572A (en) * 2007-12-29 2009-07-01 英业达股份有限公司 Optimum display system and method for context progress
CN101697573A (en) * 2009-10-23 2010-04-21 深圳创维-Rgb电子有限公司 Method for displaying progress of manual searching of digital television

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7203960B1 (en) * 2003-06-20 2007-04-10 Trend Micro, Inc. Anti-virus method and system guaranteeing a maximum delay for streaming data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101127061A (en) * 2006-08-16 2008-02-20 珠海金山软件股份有限公司 Device preventing and treating computer virus capable of pre-estimating schedule and schedule pre-estimation method
CN101470572A (en) * 2007-12-29 2009-07-01 英业达股份有限公司 Optimum display system and method for context progress
CN101697573A (en) * 2009-10-23 2010-04-21 深圳创维-Rgb电子有限公司 Method for displaying progress of manual searching of digital television

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105898776A (en) * 2016-04-05 2016-08-24 乐视控股(北京)有限公司 Method and device for intelligently controlling updating frequency of email attachment uploading progress

Also Published As

Publication number Publication date
BR112012028810A2 (en) 2016-07-26
CN102402524B (en) 2015-02-25
CN102402524A (en) 2012-04-04

Similar Documents

Publication Publication Date Title
WO2012031541A1 (en) Method and device for displaying scan progress
JP2007249856A5 (en)
US7533277B2 (en) Operating system shut down
RU2010151992A (en) CONTENT MANAGEMENT DEVICE AND METHOD FOR CONTROLLING CONTENTS
US8577181B1 (en) Determining content to be displayed
RU2010152600A (en) METHOD AND DEVICE FOR READING PHYSICAL OBJECT CHARACTERISTICS
RU2011151556A (en) DISPLAYS OF THE INTEGRATING DIGITAL BOOK INTERFACE AND SCALE CHANGE
JP2011008792A5 (en)
JP2010517143A5 (en)
US20100293330A1 (en) Displaying transition images during a slide transition
US20160180803A1 (en) Power optimization by rendering low-resolution tiles during page load
WO2017032306A1 (en) Method and apparatus for de-grouping folder
JP2014520305A5 (en)
WO2020134708A1 (en) Screenshot processing method, computing device and computer storage medium
RU2016130451A (en) METHOD AND SYSTEM OF ASSISTANCE TO THE USER IN EMERGENCY COMPLETIONS OF THE SOFTWARE APPLICATION
JP2006279924A5 (en)
CN107203303A (en) A kind of interface display method and device
WO2023207563A1 (en) Image rendering method and apparatus, and storage medium
US20160292174A1 (en) File scanning method and device
EP2990983B1 (en) Method and apparatus for scanning files
WO2015090242A1 (en) Method and device for locating a picture in a list of pictures
JP6160115B2 (en) Information processing apparatus, presentation material optimization method, and program
WO2013186928A1 (en) Output control device, output control method, output control program, and information recording medium
EP3341917B1 (en) Smart flip operation for grouped objects
EP2530640A1 (en) Image copying method and device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11823064

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

REG Reference to national code

Ref country code: BR

Ref legal event code: B01A

Ref document number: 112012028810

Country of ref document: BR

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 26/07/2013)

122 Ep: pct application non-entry in european phase

Ref document number: 11823064

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 112012028810

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20121109