Bit mark character string retrieval technique
A retrieval technology, string technology, applied in digital data information retrieval, unstructured text data retrieval, electronic digital data processing, etc.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0154] The present invention has obtained good realization in the fuzzy retrieval of Chinese character string database and English character string database, below is to the Chinese character string database in SQL SERVER2000, with the vb6.0 code that " 1 " is marked, other programming language, database The fuzzy retrieval of bit-marked strings can refer to the implementation.
[0155] 1. Create a database
[0156] Suppose the database shuku has a table biao, which has a field shuming, the data type is nvarchar, and the length is 40. Another field wei is created, the data type is "long integer", that is, 4 bytes, with 32 bits, one of which is a sign bit, and the remaining 31 bits can be used for marking.
[0157] 2vb6.0 does not have a command to directly set the "bit" to "1" or "0", so the "or" operation of the bit is used to "mark" the database string
[0158] dim shuzu(30)As Long
[0159] 'Define an array of long integers with 31 elements.
[0160] shuzu(0)=1
[0161]...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 



