CN103309747A - Method and device for allocation of code file statistics task - Google Patents

Method and device for allocation of code file statistics task Download PDF

Info

Publication number
CN103309747A
CN103309747A CN2013101876742A CN201310187674A CN103309747A CN 103309747 A CN103309747 A CN 103309747A CN 2013101876742 A CN2013101876742 A CN 2013101876742A CN 201310187674 A CN201310187674 A CN 201310187674A CN 103309747 A CN103309747 A CN 103309747A
Authority
CN
China
Prior art keywords
code
code file
file
group
disk space
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.)
Granted
Application number
CN2013101876742A
Other languages
Chinese (zh)
Other versions
CN103309747B (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.)
Juhaokan Technology Co Ltd
Original Assignee
Qingdao Hisense Media Network Technology 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 Qingdao Hisense Media Network Technology Co Ltd filed Critical Qingdao Hisense Media Network Technology Co Ltd
Priority to CN201310187674.2A priority Critical patent/CN103309747B/en
Publication of CN103309747A publication Critical patent/CN103309747A/en
Application granted granted Critical
Publication of CN103309747B publication Critical patent/CN103309747B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides a method and a device for allocation of a code file statistics task. The method comprises the following steps: determining a magnetic disk space value occupied by each code file to be counted; according to a task amount average and the magnetic disk space value occupied by each code file, dividing the code files to be counted into N groups, wherein the task amount average is equal to a ratio of the magnetic disk space value occupied by each code file to be counted to N, and N is the number of statistic modules; and correspondingly allocating N groups of code files to the N statistic modules, and using the N statistic modules to parallelly count code information of each code file in each group of the N groups of code files. According to the invention, the statistics task can be completed in short time to the uttermost, so that the processing efficiency of computer programs is improved and the processing time is saved.

Description

A kind of distribution method of code file statistics task and device
Technical field
The present invention relates to technical field of computer information processing, relate in particular to a kind of distribution method and device of code file statistics task.
Background technology
When carrying out computer information processing, need add up the code information of code file usually, and often run into a plurality of code files and need add up.The statistical that adopts is at present, when task amount is big especially, can adopt the parallel method of adding up of a plurality of statistical module/statistical tools with pick up speed.
But; the distribution of code file statistics task is at random at present; be about to a plurality of code file Random assignments and give a plurality of statistical module/statistical tools; big file of last residue occurs through regular meeting like this and carry out statistics by a statistical module; and other statistical module has not had the situation of statistics task already; it is unbalanced namely distributing, and has so just reduced the treatment effeciency of computer program.
Summary of the invention
The invention provides a kind of distribution method and device of code file statistics task, because balanced realization task is distributed, improved the treatment effeciency of computer program.
The invention provides a kind of distribution method of code file statistics task, comprising:
Determine the disk space value that each code file to be added up is shared;
According to task amount average and the shared disk space value of each code file, the code file that remains to be added up is divided into the N group, described task amount average equals the disk space value summation of the statistics codes file that remains and the ratio of N, and described N is the number of statistical module;
The N group code file correspondence that obtains is distributed to N statistical module, by the code information of each code file in the described N group of the parallel statistics of the described N statistical module code file.
Preferably, repeat following steps and obtain N-1 group code file: select the code file of disk space value maximum from the current code set, code collection comprises the code file that remains to be added up when initial; Determine that whether the disk space value summation of the code file selected is less than the task amount average, if, then according to the difference of task amount average with the disk space value summation of the code file of selecting, from current code set, select space disk value near the code file of this difference, and return redefine the code file of selecting disk space value summation whether less than the task amount average, if not, then the current code file of selecting is formed one group of code file;
After obtaining N-1 group code file, remaining code file in the code collection is formed one group of code file.
Preferably, the code information by each code file in the described N group of the parallel statistics of the described N statistical module code file also comprises afterwards:
Code information for all code files of each statistical module counts gathers.
Preferably, further comprise: all statistical modules are gathered the code information that obtains further gather.
Preferably, described code information comprises following arbitrary or a plurality of information:
Code quantity, null line number, lines of code, note line number, note number percent, code number percent, file size, file date.
The present invention also provides a kind of code file statistics task distributor, comprising:
Disk value determining unit is used for determining the disk space value that each code file to be added up is shared;
Grouped element, be used for according to task amount average and the shared disk space value of each code file, the code file that remains to be added up is divided into the N group, and described task amount average equals the disk space value summation of the statistics codes file that remains and the ratio of N, and described N is the number of statistical module;
Task allocation unit is used for the N group code file correspondence that obtains is distributed to N statistical module, by the code information of each code file in the described N group of the parallel statistics of the described N statistical module code file.
Preferably, described grouped element repeats following steps and obtains N-1 group code file: select the code file of disk space value maximum from the current code set, code collection comprises the code file that remains to be added up when initial; Determine that whether the disk space value summation of the code file selected is less than the task amount average, if, then according to the difference of task amount average with the disk space value summation of the code file of selecting, from current code set, select space disk value near the code file of this difference, and return redefine the code file of selecting disk space value summation whether less than the task amount average, if not, then the current code file of selecting is formed one group of code file;
Described grouped element, obtain N-1 group code file after, remaining code file in the code collection is formed one group of code file.
Preferably, also comprise: gather the unit, be used for after the described N of parallel statistics organizes the code information of each code file of code file by a described N statistical module, gather for the code information of all code files of each statistical module counts.
Preferably, gathering the unit further comprises for all statistical modules are gathered the code information that obtains and further gathering.
Preferably, described code information comprises following arbitrary or a plurality of information:
Code quantity, null line number, lines of code, note line number, note number percent, code number percent, file size, file date.
Utilize distribution method and the device of code file statistics task provided by the invention, has following beneficial effect: the workload of having estimated the code statistics owing to the disk space size that takies according to each code file, and carrying out the code file statistics task according to the task average distributes, therefore can realize comparatively average distribution, each statistical module is when parallel computation like this, task amount is more approaching, the time of finishing also approaches, thereby finish statistical summaries in the short period to greatest extent, improve the treatment effeciency of computer program, saved the processing time.
Description of drawings
Fig. 1 is the distribution method process flow diagram of the code file statistics task in the embodiment of the invention;
The structural drawing of the distributor of the code file statistics task in Fig. 2 embodiment of the invention.
Embodiment
Illustrate in greater detail below in conjunction with distribution method and the device of drawings and Examples to code file statistics task provided by the invention.
Traditional code file statistics task is Random assignment; big file of last residue occurs through regular meeting like this and carry out statistics by a statistical module; and other statistical module has not had the situation of statistics task already; it is unbalanced namely distributing, and has so just reduced the treatment effeciency of computer program.
The applicant discovers, because the core content in the code word file is code (except some notes), therefore what of code information such as code are the code file space size that takies disk can probably reflect, when contrasting between each code file at least, have relative meaning.
For this reason, present embodiment provides a kind of distribution method of code file statistics task, as shown in Figure 1, comprises the steps:
Step 101 is determined the disk space value that each code file to be added up is shared;
At first obtain each code file to be added up, can adopt existing mode to determine the disk space value that each code is shared.
Step 102, according to task amount average and the shared disk space value of each code file, the code file that remains to be added up is divided into the N group, and described task amount average equals the disk space value summation of the statistics codes file that remains and the ratio of N, and described N is the number of statistical module;
Preferably, present embodiment is according to task amount average and the shared disk space value of each code file, when the code file that remains to be added up is divided into the N group, make the difference of the disk space value summation of respectively organizing code file of distribution and task amount average in setting range, even the disk space value summation of respectively organizing code file of grouping approaches as far as possible.
Step 103 is distributed to N statistical module with the N group code file correspondence that obtains, by the code information of each code file in the described N group of the parallel statistics of the described N statistical module code file.
Statistical module in the present embodiment is for being used for code file is carried out the computer program of code information statistics, specifically N can be organized code file and be loaded into N statistical module respectively, each statistical module is responsible for the statistics of one group of code file, and the corresponding code-group difference of different statistical modules, concrete corresponding relation can be to arrange arbitrarily, so long as one-to-one relationship gets final product.
The number of concrete statistical module, can determine according to the information such as load of current computer program, as in the computer programs process duty ratio hour, suitably increase the number of statistical module, bigger in the computer program duty ratio, suitably reduce the number of statistical module.
Distribution method and the device of the code file statistics task that the embodiment of the invention provides, owing to estimated the task workload that code is added up according to the disk space size that each code file takies, and carrying out the code file statistics task according to the task average distributes, therefore can realize comparatively average distribution, each statistical module is when parallel computation like this, task amount is more approaching, the time of finishing also approaches, thereby finish statistical summaries in the short period to greatest extent, improve the treatment effeciency of computer program, saved the processing time.
Preferably, the code information of each code file in the described N group of the parallel statistics code file by a described N statistical module in the present embodiment also comprises afterwards:
Code information for all code files of each statistical module counts gathers.
Preferably, further comprise: all statistical modules are gathered the code information that obtains further gather.
Whether specifically can select as required the code information of statistics codes file is gathered, and carry out gathering of what level.
Preferably, described code information comprises following arbitrary or a plurality of information: code quantity, null line number, lines of code, note line number, note number percent, code number percent, file size, file date.
In order to realize that comparatively balanced task amount distributes, can adopt multiple mode, as long as the disk space total value of the code file of each group of distributing relatively approaches.The embodiment of the invention has provided a kind of more excellent embodiment, and is specific as follows:
Repeat following steps and obtain N-1 group code file:
1) select the code file of disk space value maximum from current code set, code collection comprises the code file that remains to be added up when initial;
2) whether the disk space value summation of determining the code file selected less than the task amount average, if, execution in step 3), otherwise execution in step 4);
Need to prove that the code file of selecting refers to select and do not finish all code files of grouping here from code collection, might be one, might be for a plurality of.
The code file of selecting represents that namely code file selects from code collection, namely no longer include this code file in the code collection.
Preferably, if select for the first time code file, directly according to the disk space value size of code file, determine that whether the disk space value summation of the code file selected is less than the task amount average.
If not for the first time select code file, then according to up-to-date definite difference and the disk space size of the up-to-date code file of selecting, determine that whether the disk space value summation of the code file selected is less than the task amount average.
3) according to the difference of task amount average with the disk space value summation of the code file of selecting, from current code set, select space disk value near the code file of this difference, and return step 2) whether redefine the disk space value summation of the code file of selecting less than the task amount average;
4) the current code file of selecting is formed one group of code file.
Need to prove, the current code file of selecting is formed one group of code file after, the current code file of selecting is finished grouping, no longer belongs to the code file of selecting.
After obtaining N-1 group code file, remaining code file in the code collection is formed one group of code file, thereby obtain N group code file.
Because the preceding N-1 that adopts aforesaid way to obtain organizes disk space value summation and the task amount average of code file and relatively approaches, therefore the disk space value summation of the code file that obtains of last group is also relatively near the task amount average, thereby more balancedly realized the task distribution.
With concrete data instance, provide the distribution method specific embodiment of code file statistics task of the present invention below.
Suppose to have now 9 code files that comprise code need carry out the size of code statistics, it is specifically as shown in table 1 that these 9 code files take the disk space size:
Table 1
A B C D E F G H I
0.7M 1.4M 2.7M 3.3M 4.8M 5.0M 5.6M 6.4M 9.4M
Current available statistical module has 3, therefore need with these code files roughly be divided into 3 groups, guarantee that the size of this code file of 3 groups is comparatively approaching.
At first calculate summation: 0.7+1.4+2.7+3.3+4.8+5.0+5.6+6.4+9.4=39.3;
The average that is divided into 3 parts is: 39.3 ÷ 3=13.1;
Grouping process is as follows:
In the code file universal class, select first group:
Selecting maximal value earlier, is 9.4;
Computation of mean values and peaked difference: 13.1-9.4=3.7;
Be 3.3 near difference 3.7 in the code collection;
The file of selecting 9.4 and 3.7 with 12.7 less than average, difference is 3.7-3.3=0.4, near 0.4 be 0.7, and 0.7+3.3+9.4=13.4 13.1, stop to select;
So 0.7, the code file of 3.3,9.4 correspondences is divided into one group, distribute to a statistical module.
In the residue code set, select second group:
Select maximal value earlier, be 6.4 this moment;
13.1-6.4=6.7, near 6.7 be 5.6;
The file of selecting 6.4 and 5.6 with 12 less than average 13.1, difference be 6.7-5.6=1.1 near 1.1 be 1.4, and 1.4+5.6+6.4=13.4 13.1, stop to select;
1.4, the code file of 5.6,6.4 correspondences is divided into one group, distributes to a statistical module
The code file of remaining 2.7,4.8,5.0 correspondences is divided into one group, distributes to a statistical module.
Net result is:
A, D, I file are assigned to a statistical module; B, G, H file are assigned to a statistical module; C, E, F file are assigned to a statistical module.
Since code file take disk space size and size of code what itself be exactly rough correspondence, it is just enough therefore to adopt algorithm of the present invention to distribute, this algorithm very simply, dispensing rate is fast.
Based on same inventive concept, a kind of distributor of code file statistics task also is provided in the embodiment of the invention, because the principle of this device solves problem is similar to the distribution method of code file statistics task, therefore the enforcement of this device can repeat part and repeat no more referring to the enforcement of method.
As shown in Figure 2, the code file statistics task distributor that the embodiment of the invention provides comprises:
Disk value determining unit 201 is used for determining the disk space value that each code file to be added up is shared;
Grouped element 202, be used for according to task amount average and the shared disk space value of each code file, the code file that remains to be added up is divided into the N group, and described task amount average equals the disk space value summation of the statistics codes file that remains and the ratio of N, and described N is the number of statistical module;
Task allocation unit 203 is used for the N group code file correspondence that obtains is distributed to N statistical module, by the code information of each code file in the described N group of the parallel statistics of the described N statistical module code file.
Preferably, described grouped element repeats following steps and obtains N-1 group code file: select the code file of disk space value maximum from the current code set, code collection comprises the code file that remains to be added up when initial; Determine that whether the disk space value summation of the code file selected is less than the task amount average, if, then according to the difference of task amount average with the disk space value summation of the code file of selecting, from current code set, select space disk value near the code file of this difference, and return redefine the code file of selecting disk space value summation whether less than the task amount average, if not, then the current code file of selecting is formed one group of code file;
Described grouped element, obtain N-1 group code file after, remaining code file in the code collection is formed one group of code file.
Preferably, this device also comprises:
Gather the unit, be used for after the described N of parallel statistics organizes the code information of each code file of code file by a described N statistical module, gather for the code information of all code files of each statistical module counts.
Preferably, gathering the unit further comprises for all statistical modules are gathered the code information that obtains and further gathering.
Preferably, described code information comprises following arbitrary or a plurality of information:
Code quantity, null line number, lines of code, note line number, note number percent, code number percent, file size, file date.
When the present invention proposes a kind of parallel statistics codes, the distribution method of file task, core are to take the disk space size according to each code file before distributing to be foundation, the comparatively average distribution of carrying out file (being equivalent to estimate roughly).
The present invention is that reference is described according to process flow diagram and/or the block scheme of method, equipment (system) and the computer program of the embodiment of the invention.Should understand can be by the flow process in each flow process in computer program instructions realization flow figure and/or the block scheme and/or square frame and process flow diagram and/or the block scheme and/or the combination of square frame.Can provide these computer program instructions to the processor of multi-purpose computer, special purpose computer, Embedded Processor or other programmable data processing device to produce a machine, make the instruction of carrying out by the processor of computing machine or other programmable data processing device produce to be used for the device of the function that is implemented in flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame appointments.
These computer program instructions also can be stored in energy vectoring computer or the computer-readable memory of other programmable data processing device with ad hoc fashion work, make the instruction that is stored in this computer-readable memory produce the manufacture that comprises command device, this command device is implemented in the function of appointment in flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame.
These computer program instructions also can be loaded on computing machine or other programmable data processing device, make and carry out the sequence of operations step producing computer implemented processing at computing machine or other programmable devices, thereby be provided for being implemented in the step of the function of appointment in flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame in the instruction that computing machine or other programmable devices are carried out.
Although described the preferred embodiments of the present invention, in a single day those skilled in the art get the basic creative concept of cicada, then can make other change and modification to these embodiment.So claims are intended to all changes and the modification that are interpreted as comprising preferred embodiment and fall into the scope of the invention.
Obviously, those skilled in the art can carry out various changes and modification to the present invention and not break away from the spirit and scope of the present invention.Like this, if of the present invention these are revised and modification belongs within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these changes and modification interior.

Claims (10)

1. the distribution method of a code file statistics task is characterized in that, comprising:
Determine the disk space value that each code file to be added up is shared;
According to task amount average and the shared disk space value of each code file, the code file that remains to be added up is divided into the N group, described task amount average equals the disk space value summation of the statistics codes file that remains and the ratio of N, and described N is the number of statistical module;
The N group code file correspondence that obtains is distributed to N statistical module, by the code information of each code file in the described N group of the parallel statistics of the described N statistical module code file.
2. the method for claim 1 is characterized in that,
Repeat following steps and obtain N-1 group code file: select the code file of disk space value maximum from the current code set, code collection comprises the code file that remains to be added up when initial; Determine that whether the disk space value summation of the code file selected is less than the task amount average, if, then according to the difference of task amount average with the disk space value summation of the code file of selecting, from current code set, select space disk value near the code file of this difference, and return redefine the code file of selecting disk space value summation whether less than the task amount average, if not, then the current code file of selecting is formed one group of code file;
After obtaining N-1 group code file, remaining code file in the code collection is formed one group of code file.
3. the method for claim 1 is characterized in that, the code information by each code file in the described N group of the parallel statistics of the described N statistical module code file also comprises afterwards:
Code information for all code files of each statistical module counts gathers.
4. method as claimed in claim 3 is characterized in that, further comprises:
All statistical modules are gathered the code information that obtains further to gather.
5. the method for claim 1 is characterized in that, described code information comprises following arbitrary or a plurality of information:
Code quantity, null line number, lines of code, note line number, note number percent, code number percent, file size, file date.
6. a code file statistics task distributor is characterized in that, comprising:
Disk value determining unit is used for determining the disk space value that each code file to be added up is shared;
Grouped element, be used for according to task amount average and the shared disk space value of each code file, the code file that remains to be added up is divided into the N group, and described task amount average equals the disk space value summation of the statistics codes file that remains and the ratio of N, and described N is the number of statistical module;
Task allocation unit is used for the N group code file correspondence that obtains is distributed to N statistical module, by the code information of each code file in the described N group of the parallel statistics of the described N statistical module code file.
7. device as claimed in claim 6 is characterized in that,
Described grouped element repeats following steps and obtains N-1 group code file: select the code file of disk space value maximum from the current code set, code collection comprises the code file that remains to be added up when initial; Determine that whether the disk space value summation of the code file selected is less than the task amount average, if, then according to the difference of task amount average with the disk space value summation of the code file of selecting, from current code set, select space disk value near the code file of this difference, and return redefine the code file of selecting disk space value summation whether less than the task amount average, if not, then the current code file of selecting is formed one group of code file;
Described grouped element, obtain N-1 group code file after, remaining code file in the code collection is formed one group of code file.
8. device as claimed in claim 6 is characterized in that, also comprises:
Gather the unit, be used for after the described N of parallel statistics organizes the code information of each code file of code file by a described N statistical module, gather for the code information of all code files of each statistical module counts.
9. device as claimed in claim 6 is characterized in that, gathers the unit and further comprises for all statistical modules are gathered the code information that obtains and further gathering.
10. device as claimed in claim 6 is characterized in that, described code information comprises following arbitrary or a plurality of information:
Code quantity, null line number, lines of code, note line number, note number percent, code number percent, file size, file date.
CN201310187674.2A 2013-05-20 2013-05-20 The distribution method of a kind of code file statistics task and device Active CN103309747B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310187674.2A CN103309747B (en) 2013-05-20 2013-05-20 The distribution method of a kind of code file statistics task and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310187674.2A CN103309747B (en) 2013-05-20 2013-05-20 The distribution method of a kind of code file statistics task and device

Publications (2)

Publication Number Publication Date
CN103309747A true CN103309747A (en) 2013-09-18
CN103309747B CN103309747B (en) 2016-09-28

Family

ID=49135004

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310187674.2A Active CN103309747B (en) 2013-05-20 2013-05-20 The distribution method of a kind of code file statistics task and device

Country Status (1)

Country Link
CN (1) CN103309747B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106407243A (en) * 2016-04-19 2017-02-15 北京新能源汽车股份有限公司 Capacity information processing method and apparatus for project files
CN108681462A (en) * 2018-05-14 2018-10-19 链家网(北京)科技有限公司 A kind of size of code statistical method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060184914A1 (en) * 2005-02-17 2006-08-17 Microsoft Corporation Random code generation
CN101017458A (en) * 2007-03-02 2007-08-15 北京邮电大学 Software safety code analyzer based on static analysis of source code and testing method therefor
CN102253861A (en) * 2011-08-01 2011-11-23 深圳市极限网络科技有限公司 Method for executing stepwise plug-in computation
CN102467570A (en) * 2010-11-17 2012-05-23 日电(中国)有限公司 Connection query system and method for distributed data warehouse

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060184914A1 (en) * 2005-02-17 2006-08-17 Microsoft Corporation Random code generation
CN101017458A (en) * 2007-03-02 2007-08-15 北京邮电大学 Software safety code analyzer based on static analysis of source code and testing method therefor
CN102467570A (en) * 2010-11-17 2012-05-23 日电(中国)有限公司 Connection query system and method for distributed data warehouse
CN102253861A (en) * 2011-08-01 2011-11-23 深圳市极限网络科技有限公司 Method for executing stepwise plug-in computation

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106407243A (en) * 2016-04-19 2017-02-15 北京新能源汽车股份有限公司 Capacity information processing method and apparatus for project files
CN108681462A (en) * 2018-05-14 2018-10-19 链家网(北京)科技有限公司 A kind of size of code statistical method and device
CN108681462B (en) * 2018-05-14 2021-06-18 贝壳找房(北京)科技有限公司 Code amount statistical method and device

Also Published As

Publication number Publication date
CN103309747B (en) 2016-09-28

Similar Documents

Publication Publication Date Title
CN102243598B (en) Method for scheduling task in Distributed Data Warehouse and system
CN108268317B (en) Resource allocation method and device
CN105446979A (en) Data mining method and node
CN102387173B (en) MapReduce system and method and device for scheduling tasks thereof
CN103678408A (en) Method and device for inquiring data
CN101968750B (en) Computer system and working method thereof
CN102929707B (en) Parallel task dynamical allocation method
CN103763343A (en) Method and device for processing service access
CN101834786B (en) Queue scheduling method and device
CN103458052A (en) Resource scheduling method and device based on IaaS cloud platform
CN105808328A (en) Task scheduling method, device and system
CN102426544A (en) Task allocating method and system
CN103679388A (en) Production scheduling method and system
CN103780646A (en) Cloud resource scheduling method and system
CN103581313A (en) Connection establishment method for processing equipment and cluster server and processing equipment
CN102546340A (en) Method of networking small CAN (controller area network) bus network
CN102025753B (en) Load balancing method and equipment for data resources of servers
CN103902384A (en) Method and device for allocating physical machines for virtual machines
CN103473120A (en) Acceleration-factor-based multi-core real-time system task partitioning method
CN104426953A (en) Method and apparatus for distributing calculation resources
CN103810223A (en) Data grouping-based memory data organization query method
CN103309747A (en) Method and device for allocation of code file statistics task
CN104639461A (en) Scheduling method, device and system for business data
CN103440113A (en) Disk IO (Input/output) resource allocation method and device
CN105430074A (en) Data dependency and access traffic based cloud data allocation storage optimization method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20170124

Address after: 266100 Shandong Province, Qingdao city Laoshan District Songling Road No. 399

Patentee after: Poly Polytron Technologies Inc

Address before: 266071 Laoshan, Qingdao province Hongkong District No. East Road, room 248, room 131

Patentee before: Qingdao Hisense Media Networks Co., Ltd.