CN105205037A - Method for converting numbers into strings - Google Patents

Method for converting numbers into strings Download PDF

Info

Publication number
CN105205037A
CN105205037A CN201510591388.1A CN201510591388A CN105205037A CN 105205037 A CN105205037 A CN 105205037A CN 201510591388 A CN201510591388 A CN 201510591388A CN 105205037 A CN105205037 A CN 105205037A
Authority
CN
China
Prior art keywords
array
variable
currency
converted
numeral
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.)
Pending
Application number
CN201510591388.1A
Other languages
Chinese (zh)
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.)
Guangdong Efly Network Co Ltd
Original Assignee
Guangdong Efly 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 Guangdong Efly Network Co Ltd filed Critical Guangdong Efly Network Co Ltd
Priority to CN201510591388.1A priority Critical patent/CN105205037A/en
Publication of CN105205037A publication Critical patent/CN105205037A/en
Pending legal-status Critical Current

Links

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The embodiment of the invention discloses a method for converting numbers into strings. The method comprises the following steps of creating two empty two-dimensional arrays, namely a first array and a second array; assigning the first array and the second array by creating a temporary variable and arithmetical operation for the temporary variable; splitting to-be-converted numbers according to the relationship between the to-be-converted numbers and the first and second arrays, copying and combining contents of lines, corresponding to the split to-be-converted numbers, of the first array and the second array, and converting the to-be-converted numbers into the strings; returning the converted result. According to the embodiment of the invention, by adopting the technical scheme, firstly, the strings of some basic numbers are initialized; secondly, the numbers to be converted are split into a plurality of parts, and the initialized strings are copied and combined to form a final required target string; by using the method, the efficiency of converting the numbers into the strings can be greatly improved.

Description

A kind of digital conversion becomes the method for character string
Technical field
The present invention relates to network safety filed, particularly relate to a kind of method that digital conversion becomes character string.
Background technology
The rise of Botnet makes distributed denial of service (DistributedDenialofService, DDoS) attack obtains growing fast and day by day spreading unchecked, the Botnet of thousands of main frame composition is that ddos attack provides required bandwidth sum main frame, define huge attack and network traffics, cause great harm to by attacking network.
In order to avoid the injury that ddos attack causes, ISP (InternetServiceProvider, ISP), ICP (InternetContentProvider, ICP), Internet data center (InternetDataCenter, etc. IDC) operator must before DDoS threatens and affect key business and apply, detection is carried out to flow and is cleaned, to guarantee the operation of network normal table and normally carrying out of business.IP statistics is one of core technology detected, and IP statistics can produce IP and the data such as total message, total flow, message per second, often second flow of magnanimity, in a lot of situation, we need that these IP and its data are sent to log server and analyse in depth, and send the mode that daily record generally uses SYSLOG daily record, so need these a large amount of digital conversion to become character string to be then combined into the daily record of a rule.
At present digital conversion is become the method for character string, general is all the interface that service routine language or system provide, the shortcoming of these methods is that slewing rate is slow, Performance comparision is low, under the environment that network large discharge is such, use these methods can have influence on network flow quantitative analysis, cause occurring the phenomenons such as packet loss, also may cause the number problem such as inaccurate according to statistics.
Summary of the invention
In view of this, the embodiment of the present invention provides a kind of digital conversion to become the method for character string, to improve the switching rate that digital conversion becomes character string.
Embodiments provide a kind of method that digital conversion becomes character string, comprising:
Create two empty two-dimensional arrays, the first array and the second array;
By creating temporary variable and being described first array and described second array assignment to the mathematical operation of temporary variable;
According to the relation of numeral to be converted and described first array and described second array, split numeral to be converted, copy merges the content of the described first array row corresponding with described second array and the numeral to be converted after splitting, and digital conversion to be converted is become character string;
Return the result after conversion.
Further, in described method, the two-dimensional array that described establishment two is empty, the first array and the second array, comprising:
Create the first array that length is 1000000*8;
Create the second array that length is 1000000*8.
Further, in described method, described by creating temporary variable and being described first array and described second array assignment to the mathematical operation of temporary variable, comprising:
A1, create variable I and the initial value arranging described variable I is 0;
B1, the capable assignment of I for described first array and described second array;
C1, described variable I increased by 1 as the currency of variable I;
D1, judge whether the currency of described variable I is less than 1000000, if the currency of described variable I is less than 1000000, then return step b1, otherwise, terminate assignment.
Further, in described method, the described relation according to numeral to be converted and described first array and described second array, split numeral to be converted, copy merges described first array and with the content of the corresponding row of numeral to be converted after fractionation, digital conversion to be converted is become character string with described second array, comprising:
A2, preseting length be the temporary variable array of 10 as the 3rd array, described in initialization, all values of the 3rd array is 0, arranges temporary variable LEN=0;
B2, judge whether the currency of numeral to be converted is less than 1000000, if the currency of described numeral to be converted is less than 1000000, then by the copy content of described row identical with the currency of described numeral to be converted for line number in described first array to the character string position after changing, EOC, otherwise, forward step c2 to;
C2, be described numeral to be converted by described 3rd array LEN value assignment divided by 1000000 remainder, using the currency of described temporary variable LEN increase by 1 as described temporary variable LEN, described numeral to be converted is asked the whole currency as described numeral to be converted divided by 1000000, if the currency of described numeral to be converted is 0, described temporary variable LEN is also deducted 1 as the currency of described temporary variable LEN by the character string position after then copying value capable for described first array LEN-1 to described conversion, otherwise, repeat step c2;
Whether d2, the currency judging described temporary variable LEN are 0, if the currency of described temporary variable LEN is greater than 0, then the currency of described temporary variable LEN is deducted 1 as the currency of described temporary variable LEN, value capable for described second array LEN is copied to ending place of the character string position after described conversion, repeat steps d 2, otherwise, EOC.
Further, by create temporary variable and to the mathematical operation of temporary variable be described first array and described second array assignment time, described is the capable assignment of I of described first array and described second array, comprising:
A3, setting temporary variable IP=I, JJ=0, KK=0, N=1000000;
Whether b3, the currency judging described variable N are 0, if the currency of described variable N is greater than 0, forward step c3 to, otherwise, terminate assignment;
If the currency of currency or described variable JJ that the currency of c3 described variable IP is greater than described variable N is greater than 0, be then ' 0 '+IP/N by the I capable JJ row assignment of described first array,
If the currency of described variable IP is greater than the currency of described variable N, be then ' 0 '+IP/N by the I capable KK row assignment of described second array, otherwise, be ' 0 ' by the I capable KK row assignment of described second array;
D3, described variable JJ increased by 1 as the currency of variable JJ, using the currency of described variable KK increase by 1 as variable KK, described variable IP is deducted the currency of value as variable IP of IP/N*N, described variable N is asked the whole currency as variable N divided by 10, returns step b3.
The digital conversion that the embodiment of the present invention provides becomes the scheme of character string, first the character string of the better basic numeral of initialization, then needing the numeral of conversion to split into some parts, then character string good for initialization copy is merged the last target string needed of composition.Adopt technique scheme, efficiency digital conversion being become character string can be promoted largely, thus under the environment of network large discharge, effectively reduce the generation of the phenomenons such as packet loss, data statistics are inaccurate.
Accompanying drawing explanation
By reading the detailed description done non-limiting example done with reference to the following drawings, other features, objects and advantages of the present invention will become more obvious:
Fig. 1 becomes the schematic flow sheet of the method for character string for a kind of digital conversion that the embodiment of the present invention one provides;
Fig. 2 becomes the schematic flow sheet of the method for character string for a kind of digital conversion that the embodiment of the present invention two provides.
Embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.Be understandable that, specific embodiment described herein is only for explaining the present invention, but not limitation of the invention.It also should be noted that, for convenience of description, illustrate only part related to the present invention in accompanying drawing but not full content.
Before in further detail exemplary embodiment being discussed, it should be mentioned that some exemplary embodiments are described as the process or method described as process flow diagram.Although operations (or step) is described as the process of order by process flow diagram, many operations wherein can be implemented concurrently, concomitantly or simultaneously.In addition, the order of operations can be rearranged.Described process can be terminated when its operations are completed, but can also have the additional step do not comprised in the accompanying drawings.Described process can correspond to method, function, code, subroutine, subroutine etc.
Embodiment one
Fig. 1 becomes the schematic flow sheet of the method for character string for a kind of digital conversion that the embodiment of the present invention one provides.The method that the present embodiment provides specifically can be used for the situation needing digital conversion to be become character string.The method of the present embodiment can have been come by server.
The method of the present embodiment comprises:
S101, create two empty two-dimensional array, the first array and the second arrays.
Create two empty two-dimensional arrays, the first array and the second array, specifically comprise: create the first array that length is 1000000*8, and represented by the first array NUM_STR; Create the second array that length is 1000000*8, and the second array PAT_STR is represented.During establishment, the first array NUM_STR and the second array PAT_STR is empty two-dimensional array.
S102, by creating temporary variable and be described first array and described second array assignment to the mathematical operation of temporary variable.
By creating temporary variable and being described first array and described second array assignment to the mathematical operation of temporary variable, be specifically as follows:
A, create variable I and the initial value arranging described variable I is 0;
B, the capable assignment of I for described first array and described second array;
C, described variable I increased by 1 as the currency of variable I;
D, judge whether the currency of described variable I is less than 1000000, if the currency of described variable I is less than 1000000, then return step b, otherwise, terminate assignment.
S103, relation according to numeral to be converted and described first array and described second array, split numeral to be converted, copy merges the content of the described first array row corresponding with described second array and the numeral to be converted after splitting, and digital conversion to be converted is become character string.
Numeral to be converted can represent with NUM, and the character string stored after conversion can represent with STR.
According to the relation of numeral to be converted and described first array and the second array, split numeral to be converted, comprise: the relation judging the total line number 1000000 of numeral to be converted and the first array or the second array, if numeral to be converted is less than total line number 1000000 of the first array or the second array, then do not need to treat converting digital to split, numeral to be converted can be directly changed into character string; If numeral to be converted is more than or equal to total line number 1000000 of the first array or the second array, then needs to treat converting digital and split, numeral to be converted is split into six figure places that several are less.
Copy merges the content of the corresponding row of numeral to be converted after described first array and described second array and fractionation, digital conversion to be converted is become character string, comprise: if numeral to be converted does not need to split, then direct by the content of row equal with numeral to be converted for the first array line number, namely the content that the first array NUM is capable, copy transformation result STR place to, EOC; If numeral to be converted needs to split, then need by the copy content of row equal with the numeral after fractionation with the second array line number for the first array to transformation result STR place, EOC.
S104, return the result after conversion.
Returning the result after conversion can for turn back to the character string after conversion in server and stores the character string after conversion.
The technical scheme of the present embodiment, first two two-dimensional arrays are created and the character string of some basic numerals of initialization, then the numeral of conversion will be needed to split into some parts, finally obtain the character string after conversion according to relation of same first array of each numeral after fractionation and the second array by the mode that copy merges.By adopting technique scheme, the character string of basic numeral only needs initialization once, transfer process afterwards can directly use, without the need to carrying out initialization again, greatly reduce step digital conversion become required for character string, can effectively improve switching rate digital conversion being become character string, thus under the environment of network large discharge, effectively reduce the generation of the phenomenons such as packet loss, data statistics be inaccurate.
Embodiment two
A kind of schematic flow sheet digital conversion being become the method for character string that Fig. 2 provides for the embodiment of the present invention two, the present embodiment is optimized based on above-described embodiment, and the concrete content optimized is as follows:
(1) by " by create temporary variable and be described first array and described second array assignment to the mathematical operation of temporary variable " be optimized for:
A, create variable I and the initial value arranging described variable I is 0;
B, setting temporary variable IP=I, JJ=0, KK=0, N=1000000;
Whether c, the currency judging described variable N are 0, if the currency of described variable N is greater than 0, forward steps d to, otherwise, forward step f to;
If the currency of currency or described variable JJ that the currency of d described variable IP is greater than described variable N is greater than 0, be then ' 0 '+IP/N by the I capable JJ row assignment of described first array, if the currency of described variable IP is greater than the currency of described variable N, be then ' 0 '+IP/N by the I capable KK row assignment of described second array, otherwise, be ' 0 ' by the I capable KK row assignment of described second array;
E, described variable JJ increased by 1 as the currency of variable JJ, using the currency of described variable KK increase by 1 as variable KK, described variable IP is deducted the currency of value as variable IP of IP/N*N, described variable N is asked the whole currency as variable N divided by 10, returns step c;
F, described variable I increased by 1 as the currency of variable I;
G, judge whether the currency of described variable I is less than 1000000, if the currency of described variable I is less than 1000000, then return step b, otherwise, terminate assignment.
(2) " the described relation according to numeral to be converted and described first array and described second array; split numeral to be converted, copy merges described first array and with the content of the corresponding row of numeral to be converted after fractionation, digital conversion to be converted become character string with described second array " is optimized for:
Preseting length be the temporary variable array of 10 as the 3rd array, described in initialization, all values of the 3rd array is 0, arranges temporary variable LEN=0;
Judge whether the currency of numeral to be converted is less than 1000000, if the currency of described numeral to be converted is less than 1000000, then by the copy content of described row identical with the currency of described numeral to be converted for line number in described first array to the character string position after changing, EOC, otherwise, carry out next step;
Be described numeral to be converted by described 3rd array LEN value assignment divided by 1000000 remainder, using the currency of described temporary variable LEN increase by 1 as described temporary variable LEN, described numeral to be converted is asked the whole currency as described numeral to be converted divided by 1000000, if the currency of described numeral to be converted is 0, described temporary variable LEN is also deducted 1 as the currency of described temporary variable LEN by the character string position after then copying value capable for described first array LEN-1 to described conversion, otherwise, repeat current procedures;
Whether the currency judging described temporary variable LEN is 0, if the currency of described temporary variable LEN is greater than 0, then the currency of described temporary variable LEN is deducted 1 as the currency of described temporary variable LEN, value capable for described second array LEN is copied to ending place of the character string position after described conversion, repeat current procedures, otherwise, EOC.
Accordingly, the method for the present embodiment comprises the steps:
S201, create two empty two-dimensional array, the first array and the second arrays.
S202, create variable I and the initial value arranging described variable I is 0.
S203, setting temporary variable IP=I, JJ=0, KK=0, N=1000000.
Whether S204, the currency judging described variable N are 0, if the currency of described variable N is greater than 0, forward step S205 to, otherwise, forward step S207 to.
If the currency of currency or described variable JJ that the currency of S205 described variable IP is greater than described variable N is greater than 0, be then ' 0 '+IP/N by the I capable JJ row assignment of described first array, if the currency of described variable IP is greater than the currency of described variable N, be then ' 0 '+IP/N by the I capable KK row assignment of described second array, otherwise, be ' 0 ' by the I capable KK row assignment of described second array.
S206, described variable JJ increased by 1 as the currency of variable JJ, using the currency of described variable KK increase by 1 as variable KK, described variable IP is deducted the currency of value as variable IP of IP/N*N, described variable N is asked the whole currency as variable N divided by 10, returns step S204.
S207, described variable I increased by 1 as the currency of variable I.
S208, judge whether the currency of described variable I is less than 1000000, if the currency of described variable I is less than 1000000, then return step S203, otherwise, terminate assignment.
S209, preseting length be the temporary variable array of 10 as the 3rd array, described in initialization, all values of the 3rd array is 0, arranges temporary variable LEN=0.
S210, judge whether the currency of numeral to be converted is less than 1000000, if the currency of described numeral to be converted is less than 1000000, then by the copy content of described row identical with the currency of described numeral to be converted for line number in described first array to the character string position after changing, EOC, otherwise, carry out next step.
S211, be described numeral to be converted by described 3rd array LEN value assignment divided by 1000000 remainder, using the currency of described temporary variable LEN increase by 1 as described temporary variable LEN, described numeral to be converted is asked the whole currency as described numeral to be converted divided by 1000000, if the currency of described numeral to be converted is 0, described temporary variable LEN is also deducted 1 as the currency of described temporary variable LEN by the character string position after then copying value capable for described first array LEN-1 to described conversion, otherwise, repeat step S211.
Whether S212, the currency judging described temporary variable LEN are 0, if the currency of described temporary variable LEN is greater than 0, then the currency of described temporary variable LEN is deducted 1 as the currency of described temporary variable LEN, value capable for described second array LEN is copied to ending place of the character string position after described conversion, repeat step S212, otherwise, EOC.
The technology bill that the embodiment of the present invention two provides, first create two two-dimensional arrays and give this two two-dimensional array assignment, then will the numeral of conversion be needed to split, be split into several six figure places, each six figure place after fractionation is converted to corresponding character string again according to the content of call by result first array split and the second array corresponding line, finally copy merges the character string changed, EOC.By adopting technique scheme, the character string of basic numeral only needs initialization once, transfer process afterwards can directly use, without the need to carrying out initialization again, the conversion of hundred million stages of digital also only needs twice calculating and twice merging, greatly reduces step digital conversion become required for character string, can effectively improve switching rate digital conversion being become character string, thus under the environment of network large discharge, effectively reduce the generation of the phenomenons such as packet loss, data statistics be inaccurate.
Note, above are only preferred embodiment of the present invention and institute's application technology principle.Skilled person in the art will appreciate that and the invention is not restricted to specific embodiment described here, various obvious change can be carried out for a person skilled in the art, readjust and substitute and can not protection scope of the present invention be departed from.Therefore, although be described in further detail invention has been by above embodiment, the present invention is not limited only to above embodiment, when not departing from the present invention's design, can also comprise other Equivalent embodiments more, and scope of the present invention is determined by appended right.

Claims (5)

1. digital conversion becomes a method for character string, it is characterized in that, comprising:
Create two empty two-dimensional arrays, the first array and the second array;
By creating temporary variable and being described first array and described second array assignment to the mathematical operation of temporary variable;
According to the relation of numeral to be converted and described first array and described second array, split numeral to be converted, copy merges the content of the described first array row corresponding with described second array and the numeral to be converted after splitting, and digital conversion to be converted is become character string;
Return the result after conversion.
2. method according to claim 1, is characterized in that, the two-dimensional array that described establishment two is empty, and the first array and the second array, comprising:
Create the first array that length is 1000000*8;
Create the second array that length is 1000000*8.
3. method according to claim 2, is characterized in that, described by creating temporary variable and being described first array and described second array assignment to the mathematical operation of temporary variable, comprising:
A1, create variable I and the initial value arranging described variable I is 0;
B1, the capable assignment of I for described first array and described second array;
C1, described variable I increased by 1 as the currency of variable I;
D1, judge whether the currency of described variable I is less than 1000000, if the currency of described variable I is less than 1000000, then return step b1, otherwise, terminate assignment.
4. method according to claim 2, it is characterized in that, the described relation according to numeral to be converted and described first array and described second array, split numeral to be converted, copy merges described first array and with the content of the corresponding row of numeral to be converted after fractionation, digital conversion to be converted is become character string with described second array, comprising:
A2, preseting length be the temporary variable array of 10 as the 3rd array, described in initialization, all values of the 3rd array is 0, arranges temporary variable LEN=0;
B2, judge whether the currency of numeral to be converted is less than 1000000, if the currency of described numeral to be converted is less than 1000000, then by the copy content of described row identical with the currency of described numeral to be converted for line number in described first array to the character string position after changing, EOC, otherwise, forward step c2 to;
C2, be described numeral to be converted by described 3rd array LEN value assignment divided by 1000000 remainder, using the currency of described temporary variable LEN increase by 1 as described temporary variable LEN, described numeral to be converted is asked the whole currency as described numeral to be converted divided by 1000000, if the currency of described numeral to be converted is 0, described temporary variable LEN is also deducted 1 as the currency of described temporary variable LEN by the character string position after then copying value capable for described first array LEN-1 to described conversion, otherwise, repeat step c2;
Whether d2, the currency judging described temporary variable LEN are 0, if the currency of described temporary variable LEN is greater than 0, then the currency of described temporary variable LEN is deducted 1 as the currency of described temporary variable LEN, value capable for described second array LEN is copied to ending place of the character string position after described conversion, repeat steps d 2, otherwise, EOC.
5. method according to claim 3, is characterized in that, described is the capable assignment of I of described first array and described second array, comprising:
A3, setting temporary variable IP=I, JJ=0, KK=0, N=1000000;
Whether b3, the currency judging described variable N are 0, if the currency of described variable N is greater than 0, forward step c3 to, otherwise, terminate assignment;
If the currency of currency or described variable JJ that the currency of c3 described variable IP is greater than described variable N is greater than 0, be then ' 0 '+IP/N by the I capable JJ row assignment of described first array,
If the currency of described variable IP is greater than the currency of described variable N, be then ' 0 '+IP/N by the I capable KK row assignment of described second array, otherwise, be ' 0 ' by the I capable KK row assignment of described second array;
D3, described variable JJ increased by 1 as the currency of variable JJ, using the currency of described variable KK increase by 1 as variable KK, described variable IP is deducted the currency of value as variable IP of IP/N*N, described variable N is asked the whole currency as variable N divided by 10, returns step b3.
CN201510591388.1A 2015-09-16 2015-09-16 Method for converting numbers into strings Pending CN105205037A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510591388.1A CN105205037A (en) 2015-09-16 2015-09-16 Method for converting numbers into strings

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510591388.1A CN105205037A (en) 2015-09-16 2015-09-16 Method for converting numbers into strings

Publications (1)

Publication Number Publication Date
CN105205037A true CN105205037A (en) 2015-12-30

Family

ID=54952730

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510591388.1A Pending CN105205037A (en) 2015-09-16 2015-09-16 Method for converting numbers into strings

Country Status (1)

Country Link
CN (1) CN105205037A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101155359A (en) * 2006-09-30 2008-04-02 中兴通讯股份有限公司 Method for implementing encoding string transmission in AT command
CN101196878A (en) * 2006-12-07 2008-06-11 珠海金山软件股份有限公司 Device and mode for commuting value into expression mode correlative to language
CN101196927A (en) * 2007-12-29 2008-06-11 中国建设银行股份有限公司 Data mapping method and device thereof
JP4132968B2 (en) * 2002-05-20 2008-08-13 Necビッグローブ株式会社 Identification number conversion system and authentication device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4132968B2 (en) * 2002-05-20 2008-08-13 Necビッグローブ株式会社 Identification number conversion system and authentication device
CN101155359A (en) * 2006-09-30 2008-04-02 中兴通讯股份有限公司 Method for implementing encoding string transmission in AT command
CN101196878A (en) * 2006-12-07 2008-06-11 珠海金山软件股份有限公司 Device and mode for commuting value into expression mode correlative to language
CN101196927A (en) * 2007-12-29 2008-06-11 中国建设银行股份有限公司 Data mapping method and device thereof

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HAOFLY: "整形数据转换为字符串的研究", 《伯乐在线》 *

Similar Documents

Publication Publication Date Title
CN102609515B (en) Quick file scanning method and quick file scanning system
CN107147501A (en) Timestamp processing method and processing device
Xuan et al. Detecting application denial-of-service attacks: A group-testing-based approach
CN111222019B (en) Feature extraction method and device
CN105763886A (en) Distributed transcoding method and apparatus
CN106202172A (en) Text compression methods and device
JP2023175931A (en) Computer-implemented methods and systems relating to arithmetic coding for serialized arithmetic circuits
CN102710504A (en) Application identification method and application identification device
CN102609653A (en) File quick-scanning method and file quick-scanning system
CN102594809A (en) Method and system for rapidly scanning files
CN103873712B (en) Voip gateway detection method and multinuclear treatment facility
EP2689554B1 (en) Method and system for obtaining a result of a joint public function for a plurality of parties
CN111107181B (en) NAT rule matching method and device, electronic equipment and storage medium
Nurdiyanto et al. Studi Komparsi Managemen Bandwidth Antara Metode Hirarchical Token Bucket (HTB) Dan Peer Connection Queue (PCQ)
CN102090039B (en) A method of performing data mediation, and an associated computer program product, data mediation device and information system
Matsuura et al. Region-based neighbor selection in blockchain networks
CN105205037A (en) Method for converting numbers into strings
CN104778406A (en) Method for uniformly naming malicious codes based on file fingerprint and system thereof
CN105227345A (en) A kind of time-out time method to set up of connection and device
Saldaña Continuum formalism for modeling growing networks with deletion of nodes
US7725622B2 (en) Data distribution system and method
CN113535552A (en) AB experiment shunting method based on multi-pipeline matching
BR0215978A (en) Method for designing a transport network, computer program, and device for designing a transport network
CN111404866B (en) Cross-domain linkage protection system, method, device, medium and equipment
Tang et al. RICS‐DFA: a space and time‐efficient signature matching algorithm with Reduced Input Character Set

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 705-708, room two, No. 121, north south of the Five Ridges Avenue, Chancheng District, Guangdong, Foshan, 528000

Applicant after: GUANGDONG RUIJIANG CLOUD COMPUTING CO., LTD.

Address before: Chancheng District of Guangdong city of Foshan province south of the Five Ridges 528000 Avenue North 121 East International A District Office 7-8

Applicant before: Guangdong Efly Network Co., Ltd.

COR Change of bibliographic data
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20151230