CN1825301A - Method of character transition and system of the same - Google Patents

Method of character transition and system of the same Download PDF

Info

Publication number
CN1825301A
CN1825301A CN 200610001088 CN200610001088A CN1825301A CN 1825301 A CN1825301 A CN 1825301A CN 200610001088 CN200610001088 CN 200610001088 CN 200610001088 A CN200610001088 A CN 200610001088A CN 1825301 A CN1825301 A CN 1825301A
Authority
CN
China
Prior art keywords
mentioned
character
value
character set
character code
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
CN 200610001088
Other languages
Chinese (zh)
Other versions
CN1825301B (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.)
MediaTek Singapore Pte Ltd
Original Assignee
Pixtel Media Technology Pvt 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
Priority claimed from US11/242,421 external-priority patent/US7215264B2/en
Application filed by Pixtel Media Technology Pvt Ltd filed Critical Pixtel Media Technology Pvt Ltd
Publication of CN1825301A publication Critical patent/CN1825301A/en
Application granted granted Critical
Publication of CN1825301B publication Critical patent/CN1825301B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The invention relates to a character transform method, for transforming character code form original character group into target character group, wherein the original character group and the target character group are analyzed to attain projection list, to represent the relation between original and target character groups; the coding the target character group with original character group to be transformed into the character code coded by target character group, based on the projection list.

Description

The method of character conversion and system
Technical field
The invention relates to a kind of character conversion technology, particularly relevant for a kind of method and system of character being carried out the character code conversion between the kinds of characters collection.
Background technology
Character code/decoding (character encoding/decoding) can be applicable in the multi-lingual civilian application system, multi-lingual civilian application system can be implemented in many devices, (PersonalDigital Assistants is PDAs) or in other hand-hold communication device (mobile handheld device) as personal digital assistant.
Traditionally, the character code (character code) of character (character) being changed in different character set (character code set), is to utilize to set up 1 pair 1 mapping table (one-to-onemapping table) and finish.1 couple, the 1 mapping table of being set up generally includes the character code record of two different character set, just comprises the character code record of source character set (source character code set) and purpose character set (destination character code set).
For example, when source character set is Arabic ISO (International Organizationfor Standardization) and purpose character set when being Unicode-UCS (Universal CharacterSet), traditional character conversion can be set up foregoing 1 pair 1 mapping table.In this example because ArabicISO comprises 209 characters, and Arabic ISO/Unicode-UCS use 16 (bit) promptly 2 bytes (byte) encode, so a unidirectional mapping table needs (209) * (2+2)=836 byte.A unidirectional mapping table can only be finished unidirectional character conversion, as being converted to Unicode-UCS by Arabic ISO or being converted to Arabic ISO by Unicode-UCS.As desire to finish two-way character conversion, and can be converted to Unicode-UCS and be converted to ArabicISO by Arabic ISO by Unicode-UCS, then must be with the size doubles of mapping table, therefore the size of two-way 1 pair 1 mapping table is 836 * 2=1672 byte.
Moreover the execution efficient of character conversion can be equal to the efficient of carrying out binary search (binarysearch) in the mapping table approximately and carry out complexity, and with regard to classic method, the execution complexity (complexity) of its character conversion is about log2N, N=209.
Yet, different Chinese language can utilize different character set to carry out character code, therefore when a certain device is supported the application system of multiple Chinese language, character often must repeatedly be changed in each different character set, when conversion frequently was short of efficient conversion method again, the character conversion problem just can form.Especially in as devices such as hand-hold communication devices, memory headroom (memory size) and CPU (central processing unit) (central processing unit, CPU) specification is quite limited, and therefore traditional character conversion method can't satisfy the demand that reaches the development in science and technology of backward being correlated with now.
Summary of the invention
In view of this, purpose of the present invention just is to provide systematized character conversion method, and it can carry out character the conversion of character code between different character set.
For reaching above-mentioned purpose, the invention provides a kind of character conversion method, in order to character code origin source character set is converted to the purpose character set.At first must provide the mapping table, the mapping table is in order to the relation between expression source character set and the purpose character set, the mapping table is to analyze source character set and purpose character set and set up, and the included record of mapping table is based on several discontinuous scopes in the source character set.Each record of mapping table is mapping to a scope, and comprise this scope open initial value, end value and shift value, shift value is in order to as opening the respective value of initial value in the purpose character set.
Then, receipt source character code, source character code are the target characters that will desire to change with the source character set gained of encoding.According to the source character code, search the mapping table to obtain to open initial value and shift value again in modes such as binary search methods.Shift value opens the respective value of initial value in the purpose character set in order to expression.
Then, according to opening initial value and source character code, calculated difference.For example, in the future the source character code deducts and opens initial value and obtain difference.At last, with shift value and difference addition, to obtain the purpose value.The purpose value is as the pointer (index) of target character in the purpose character set, just can obtain the purpose character code that target character is encoded with the purpose character set according to pointer thereafter.
Moreover the present invention proposes a kind of character conversion system, in order to character code origin source character set is converted to the purpose character set, comprises mapping table, receiver module, search module, computing module and summation module, in order to carry out above-mentioned character conversion method.
Description of drawings
Fig. 1 is the flowchart that shows disclosed method.
Fig. 2 is the functional block diagram that shows disclosed system.
Fig. 3 is the flowchart that shows an embodiment of disclosed method.
Symbol description:
900-mapping table; The 902-receiver module; The 904-search module; The 906-computing module; The 908-summation module; 910-obtains module.
Embodiment
Please refer to Fig. 1, Fig. 1 is the flowchart that shows disclosed method.At first, analyze source character set and purpose character set, mainly analyze several discontinuous scopes (step S700) that comprised in source character set and the purpose character set.
Result according to analyzing can set up a mapping table (step S702).Therefore, the mapping table is according to analyzing resulting information, pointing out the relation between source character set and the purpose character set.After the foundation of mapping table was finished, the mapping table can comprise many records (entry) in order to discontinuous scope in the expression source character set.
Then, receipt source character code (step S704), source character code are the target characters that will desire to change with the source character set gained of encoding.According to the source character code, search the mapping table to obtain to open initial value and shift value (step S706) again in modes such as binary search methods.Shift value can open the respective value of initial value in the purpose character set in order to expression.
Then, according to opening initial value and source character code calculated difference (step S708).For example, in the future the source character code deducts and opens initial value and obtain difference.At last, with shift value and difference addition, to obtain purpose value (step S710).The purpose value is the pointer of target character in the purpose character set, can obtain the purpose character code that target character is encoded with the purpose character set according to this pointer thereafter.
Fig. 2 is the functional block diagram that shows disclosed system.As shown in the figure, the present invention proposes a kind of character conversion system, in order to character code origin source character set is converted to the purpose character set, comprises mapping table 900, receiver module 902, search module 904, computing module 906 and summation module 908.
Mapping table 900 is in order to the relation between expression source character set and the purpose character set, the mapping table be according in source character set and the purpose character set several not consecutive scope set up, and the mapping table comprises many notes records, in order to several the discontinuous scopes in the expression source character set.Each record is mapping to a scope, and comprise this scope open initial value, end value and shift value, wherein shift value is in order to as opening the respective value of initial value in the purpose character set.The mapping table can be set up by analyzing source character set and purpose character set.
Receiver module 902 is in order to the receipt source character code, and the source character code is with the source character set gained of encoding with target character.Search module 904 is searched mapping table 900 to obtain opening initial value and shift value in order to according to the source character code, and shift value opens the respective value of initial value in the purpose character set in order to expression.Search module 904 can the binary search method be searched.
Computing module 906 opens initial value and source character code, calculated difference in order to basis.When computing module 906 carries out the calculating of difference, be that in the future the source character code deducts and opens initial value and obtain.Summation module 908 is in order to shift value and difference addition, to obtain the purpose value.The purpose value can be used as the pointer of target character in the purpose character set.Converting system also can comprise acquisition module 910, obtains module 910 in order to obtain the purpose character code that target character is encoded with the purpose character set according to pointer.
Please refer to Fig. 3, Fig. 3 is the flowchart that shows an embodiment of disclosed method.In this embodiment, source character set is UCS and the purpose character set is Arabic ISO.The target character of desiring to carry out character conversion is assumed to be
Figure A20061000108800091
, use method proposed by the invention and its character code can be converted to Arabic ISO by UCS.Target character The source character code of encoding with source character set UCS is " Ox642 ", and the purpose character code of encoding with purpose character set Arabic ISO is " 0xe2 ".
At first,, analyze source character set UCS and purpose character set Arabic ISO, set up a mapping table according to the result who analyzes then mainly according to discontinuous scope in the character set.Table one is the mapping table of setting up according to analysis result.In Table 1, having 8 records is 8 character code scopes among the UCS in order to represent source character set, points out the corresponding relation between source character set USC and the purpose character set Arabic ISO simultaneously.What the record of each in the table one comprised its pairing scope opens initial value, end value and shift value.Shown in the first stroke record among the figure, the initial value that opens of first character code scope is 0x0000 among the source character set UCS, end value is 0x00a0, be that first character code scope is between 0x0000 and 0x00a0, and first character code scope of source character set UCS is first character code scope corresponding to purpose character set Arabic ISO, therefore first character code scope of source character set UCS open initial value 0x0000 be corresponding to first character code scope of purpose character set Arabic ISO open initial value 0x0, be shift value in the first stroke record and open initial value 0x0.In like manner, for second record, the initial value that opens of second character code scope of source character set UCS is 0x00a4, and end value is 0x00a4, is 0xa1 and open the respective value of initial value 0x00a4 in purpose character set Arabic ISO, and this is shift value.Therefore, as shown in table one, be discontinuous between scope and the scope, for example, the end value of first scope is 0x00a0, and the initial value that opens of second scope is 0x00a4, and in Table 1, these not mutual continuous scopes are to open initial value according to it to arrange in the mode of successively decreasing.
Table one
Start Value End Value Offset
0x0000 0x00a0 0x0
0x00a4 0x00a4 0xa1
0x00ad 0x00ad 0xa2
0x060c 0x060c 0xa3
0x061b 0x061b 0xa4
0x061f 0x061f 0xa5
0x0621 0x063a 0xa6
0x0640 0x0652 0xc0
Please get back to Fig. 3, at first the source character code " 0x0642 " (step S800) of receiving target character is then searched table one according to source character code " 0x0642 ", to obtain opening initial value and shift value (step S802).Because source character code " 0x0642 " is positioned at scope " 0x0640 " to arrive among " 0x0652 ", after search is finished, can obtain to open initial value " 0x0640 " and shift value " 0xc0 ".Then, source character code " 0x0642 " deducts and opens initial value " 0x0640 " in the future, to obtain difference " 0x02 " (step S804).With shift value " 0xc0 " and difference " 0x02 " addition, obtain purpose value (step 806) again.The purpose value is the pointer of target character in the purpose character set, can obtain the purpose character code (step 808) that target character is encoded with purpose character set Arabic ISO according to this pointer thereafter.
At this, table one is the mapping table of a unidirectional conversion, only is used for character is converted to Arabic ISO by Unicode-UCS.If desire to carry out two-way character conversion, promptly be converted to ArabicISO and be converted to Unicode-UCS by Arabic IsO by Unicode-UCS, then mapping table as shown in Table 2 must be established.
For table two, source character set is Arabic ISO and the purpose character set is Unicode-UCS.As shown in Table 2, have 7 records in order to 7 not consecutive character code scopes among the expression source character set Arabic ISO.Similarly, each record in the table two comprise corresponding scope open initial value, end value and shift value.Shown in the record of the first stroke among the figure, the initial value that opens of first character code scope of source character set Arabic ISO is 0x0, and end value is 0xa0, is 0x0 and open the respective value of initial value 0x0 in purpose character set USC, and this is shift value.In like manner, for second record, the initial value that opens of second character code scope of source character set Arabic ISO is 0xa4, and end value is 0xa4, is 0xa1 and open the respective value of initial value 0xa4 in purpose character set USC, and this is shift value.Therefore, as shown in table two, be discontinuous between scope and the scope, for example, the end value of first scope is 0xa0, and the initial value that opens of second scope is 0xa4, and in table two, these not mutual continuous scopes are to open initial value according to it to arrange in the mode of successively decreasing.
Table two
Start Value End Value Offset
0x0 0xa0 0x0
0xa4 0xa4 0xa1
0xac 0xad 0xa2
0xbb 0xbb 0xa4
0xbf 0xbf 0xa5
0xc1 0xda 0xa6
0xe0 0xf2 0xc0
For two-way character conversion, promptly be converted to Arabic ISO and be converted to Unicode-UCS by Arabic ISO by Unicode-UCS, the overall dimensions of mapping table (size) can be considered the length summation of table one and table two, and overall dimensions is the number that depends on the not consecutive character code scope that is comprised among character set Arabic ISO and the Unicode-UCS.As shown in this example, table one comprises 8 notes records, and being used for writing down 8 character code scopes, and each record comprises and opens initial value, end value and shift value, its each need 2 bytes, so each record must use 6 bytes to store data.Therefore, the overall dimensions of table one is 8 * 6=48 byte.Table two has 7 records, is used for writing down 7 character code scopes, and each record comprises opens initial value, end value and shift value, and each needs 2 bytes, so each record must use 6 bytes to store data.Therefore, the overall dimensions of table two is 7 * 6=42 byte.For being converted to Arabic ISO by Unicode-UCS and being converted to by Arabic ISO for the bi-directional conversion of Unicode-UCS, the overall dimensions of mapping table is 8 * 6+7 * 6=48+42=90 byte.If further the coding schedule (encoding tables) of Arabic ISO and Unicode-UCS character set is considered interior, so required memory headroom can become 48+42+ (209 * 2 * 2)=926 byte.Compared to 1672 required bytes of classic method, the present invention significantly reduces the requirement of memory headroom.
Moreover, use method proposed by the invention, for the efficient of carrying out, be log28 by the execution complexity that Unicode-UCS is converted to Arabic ISO, and be log27 by the execution complexity that ArabicISO is converted to Unicode-UCS character with character.
As from the foregoing, method and system proposed by the invention significantly promote the efficient of character conversion, when method proposed by the invention or system applies during in hand-hold communication device, show that more it carries out usefulness, can increase the data-handling efficiency of hand-hold communication device.
Method and system proposed by the invention, perhaps some part wherein, may be realized in the mode of computer program (computer instruction), this computer program (computer instruction) may be built and place Storage Media, can distinguish in the Storage Media of reading as floppy disk (floppy diskettes), CD (CD-ROMS), hard disk (hard drives), firmware (firmware) or other any machine.When aforesaid computer program (computer instruction) when loading as machines such as computing machines and carrying out, this machine that loads computer program (computer instruction) promptly is converted to one in order to realize device of the present invention.Moreover, disclosed method and system can computer program (computer instruction) mode transmit transmission medium such as electric wire (electrical wire), cable (cable), optical fiber (fiber optics) and other any transmission medium that transmits or wireless transmission (wireless communication).When the computer program (computer instruction) of aforementioned transmission when loading and carrying out as machines such as computing machines, this machine that loads computer program (computer instruction) promptly is converted to one in order to realize device of the present invention.Again moreover, disclosed method and system can computer program (computer instruction) kenel be applied in general purpose (general-purpose) processor, when the aforementioned computer program (computer instruction) that is applied to general purpose processor combines with this processor, promptly provide one in order to realize device of the present invention, its function is equivalent to have the logical circuit (logic circuits) of specific function.
Though the present invention discloses as above with preferred embodiment; right its is not in order to limiting the present invention, anyly has the knack of this skill person, without departing from the spirit and scope of the present invention; when can doing a little change and retouching, so protection scope of the present invention is as the criterion when looking the claim person of defining.

Claims (17)

1. a character conversion method in order to character code is converted to a purpose character set by a source character set, comprises the following steps:
Analyze above-mentioned source character set and above-mentioned purpose character set;
According to above-mentioned analysis result, a mapping table is provided, it is in order to represent the corresponding relation between above-mentioned source character set and the above-mentioned purpose character set;
Receipt source character code, above-mentioned source character code are with the above-mentioned source character set gained of encoding with a target character;
According to above-mentioned source character code, search above-mentioned mapping table, to obtain a respective value; And
Calculate a purpose value according to above-mentioned respective value.
2. character conversion method as claimed in claim 1, wherein the above-mentioned purpose value is the pointer of above-mentioned target character in the above-mentioned purpose character set, and said method is according to above-mentioned pointer, obtains the purpose character code that above-mentioned target character is encoded with the above-mentioned purpose character set.
3. character conversion method as claimed in claim 1, wherein above-mentioned mapping table are to set up according to the not consecutive character code scope that is comprised in above-mentioned source character set and the above-mentioned purpose character set.
4. character conversion method as claimed in claim 3, wherein above-mentioned corresponding tables comprises many notes records, each notes record is corresponding to the character code scope in the above-mentioned source character set, and have the initial value of opening, an end value, an and shift value, wherein above-mentioned initial value and the end value of opening is in order to representing pairing character code scope, and above-mentioned shift value is in order to represent the above-mentioned respective value of initial value in the above-mentioned purpose character set that open.
5. character conversion method as claimed in claim 4 is wherein searched in the step of above-mentioned mapping table according to above-mentioned source character code above-mentioned, and said method is with the binary search method above-mentioned mapping table to be searched, and opens an initial value and a shift value to obtain one.
6. character conversion method as claimed in claim 5, wherein in the above-mentioned step that calculates a purpose value according to above-mentioned respective value, said method is according to above-mentioned initial value and the above-mentioned source character code of opening, and calculates a difference, and with above-mentioned shift value and above-mentioned difference addition, to obtain a purpose value.
7. character conversion method as claimed in claim 1, wherein the calculating of above-mentioned difference is above-mentioned source character code to be deducted above-mentionedly open initial value and obtain.
8. character conversion system in order to character code is converted to a purpose character set by a source character set, comprising:
One mapping table, it is in order to represent the relation between above-mentioned source character set and the above-mentioned purpose character set, above-mentioned mapping table is to set up according to the not consecutive character code scope that is comprised in above-mentioned source character set and the above-mentioned purpose character set;
One receiver module, in order to the receipt source character code, above-mentioned source character code is with the above-mentioned source character set gained of encoding with a target character;
One search module, it is coupled to above-mentioned receiver module, in order to according to above-mentioned source character code, searches above-mentioned mapping table and opens an initial value and a shift value to obtain one, and wherein above-mentioned shift value is in order to represent the above-mentioned respective value of initial value in the above-mentioned purpose character set that open;
One computing module, it is coupled to above-mentioned search module, in order to according to above-mentioned initial value and the above-mentioned source character code of opening, calculates a difference; And
One summation module, it is coupled to the aforementioned calculation module, in order to above-mentioned shift value and above-mentioned difference addition, to obtain a purpose value.
9. character conversion system as claimed in claim 8, wherein the above-mentioned purpose value is the pointer of above-mentioned target character in the above-mentioned purpose character set, and above-mentioned character conversion system comprises that in addition one obtains module, it is coupled to above-mentioned summation module, in order to according to above-mentioned pointer, obtain the purpose character code that above-mentioned target character is encoded with the above-mentioned purpose character set.
10. character conversion system as claimed in claim 8, wherein above-mentioned search module are with the binary search method above-mentioned mapping table to be searched.
11. character conversion system as claimed in claim 8, wherein above-mentioned mapping table comprises many notes records, each notes record is corresponding to the character code scope in the above-mentioned source character set, and have the initial value of opening, an end value, an and shift value, wherein above-mentioned initial value and the end value of opening is in order to representing pairing character code scope, and above-mentioned shift value is in order to represent the above-mentioned respective value of initial value in the above-mentioned purpose character set that open.
12. character conversion system as claimed in claim 8 when wherein the aforementioned calculation module is carried out the calculating of above-mentioned difference, is above-mentioned source character code to be deducted above-mentionedly open initial value and obtain.
13. a character conversion method in order to character code is converted to a purpose character set by a source character set, comprises the following steps:
One mapping table is provided, and it is in order to represent the relation between above-mentioned source character set and the above-mentioned purpose character set, and above-mentioned mapping table is to set up according to the not consecutive character code scope that is comprised in above-mentioned source character set and the above-mentioned purpose character set;
Receipt source character code, above-mentioned source character code are with the above-mentioned source character set gained of encoding with a target character;
According to above-mentioned source character code, to search above-mentioned mapping table and open an initial value and a shift value to obtain one, wherein above-mentioned shift value is in order to represent the above-mentioned respective value of initial value in the above-mentioned purpose character set that open;
According to above-mentioned initial value and the above-mentioned source character code of opening, calculate a difference; And
With above-mentioned shift value and above-mentioned difference addition, to obtain a purpose value.
14. character conversion method as claimed in claim 13, wherein the above-mentioned purpose value is the pointer of above-mentioned target character in the above-mentioned purpose character set, and above-mentioned character conversion method comprises in addition according to above-mentioned pointer, obtains the purpose character code that above-mentioned target character is encoded with the above-mentioned purpose character set.
15. character conversion method as claimed in claim 13, wherein above-mentioned mapping table is to search with the binary search method.
16. character conversion method as claimed in claim 13, wherein above-mentioned mapping table comprises many notes records, each notes record is corresponding to the character code scope in the above-mentioned source character set, and have the initial value of opening, an end value, an and shift value, wherein above-mentioned initial value and the end value of opening is in order to representing pairing character code scope, and above-mentioned shift value is in order to represent the above-mentioned respective value of initial value in the above-mentioned purpose character set that open.
17. character conversion method as claimed in claim 13, wherein the calculating of above-mentioned difference is above-mentioned source character code to be deducted above-mentionedly open initial value and obtain.
CN2006100010884A 2005-01-24 2006-01-16 Method of character transition and system of the same Expired - Fee Related CN1825301B (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US64640705P 2005-01-24 2005-01-24
US60/646,407 2005-01-24
US11/242,421 US7215264B2 (en) 2005-09-30 2005-09-30 Methods and systems for character conversion
US11/242,421 2005-09-30

Publications (2)

Publication Number Publication Date
CN1825301A true CN1825301A (en) 2006-08-30
CN1825301B CN1825301B (en) 2010-07-14

Family

ID=36935982

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2006100010884A Expired - Fee Related CN1825301B (en) 2005-01-24 2006-01-16 Method of character transition and system of the same

Country Status (2)

Country Link
CN (1) CN1825301B (en)
TW (1) TWI306337B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101840483B (en) * 2009-03-17 2015-11-25 北大方正集团有限公司 A kind of method and system of protecting computer document content

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7642937B2 (en) 2006-01-09 2010-01-05 Taiwan Semiconductor Manufacturing Co., Ltd. Character conversion methods and systems

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2359399B (en) * 2000-02-21 2004-06-02 Kenwood Corp Character display

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101840483B (en) * 2009-03-17 2015-11-25 北大方正集团有限公司 A kind of method and system of protecting computer document content

Also Published As

Publication number Publication date
CN1825301B (en) 2010-07-14
TWI306337B (en) 2009-02-11
TW200635238A (en) 2006-10-01

Similar Documents

Publication Publication Date Title
CN100566177C (en) Conversion method and system
CN1786957A (en) Dynamic switching between local and remote speech rendering
CN1801070A (en) Edit methods,systems and portable electron device of user-decide interface
CN1848107A (en) System and method for providing a transient dictionary that travels with an original electronic document
CN110019865B (en) Mass image processing method and device, electronic equipment and storage medium
CN112052683A (en) Text matching method and device, computer equipment and storage medium
CN111340207B (en) Floating point number conversion method and device
CN1877531A (en) Embedded compiled system scanner accomplishing method
CN115098455A (en) Genome data lossless compression method based on deep learning and related equipment
CN114461833A (en) Picture evidence obtaining method and device, computer equipment and storage medium
CN101911058A (en) Generation of a representative data string
CN110198473B (en) Video processing method and device, electronic equipment and computer readable storage medium
US7215264B2 (en) Methods and systems for character conversion
CN1825301A (en) Method of character transition and system of the same
CN114528944A (en) Medical text encoding method, device and equipment and readable storage medium
CN111949766A (en) Text similarity recognition method, system, equipment and storage medium
CN111444319B (en) Text matching method and device and electronic equipment
CN114140858A (en) Image processing method, device, equipment and storage medium
CN101458679B (en) Unification inverse discrete cosine transform (IDCT) microcode processor engine
CN111324587B (en) Compression method, analysis method and system for data of OBJ file
CN1203451C (en) System and method for rotation invariant representation of textures in images
AU2011254041A1 (en) Compression of sift vectors for image matching
CN113407375B (en) Database deleted data recovery method, device, equipment and storage medium
CN116737815A (en) Data extraction method and device, electronic equipment and storage medium
CN118210810B (en) Compression and decompression method, device, electronic equipment and medium for logging while drilling data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: MEDIATEK (SINGAPORE) PRIVATE CO.,LTD.

Free format text: FORMER OWNER: PIXTEL MEDIA TECHNOLOGY P. LTD.

Effective date: 20100223

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: NOIDA, INDIA TO: AYER RAJAH BAY, SINGAPORE

TA01 Transfer of patent application right

Effective date of registration: 20100223

Address after: Singapore Asia bends

Applicant after: Mediatek (Singapore) Pte. Ltd.

Address before: India, Noida

Applicant before: Pixtel Media Technology P. Ltd.

C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100714

Termination date: 20190116