CN105955501B - Chinese character information stream method for visualizing based on human-computer interaction - Google Patents

Chinese character information stream method for visualizing based on human-computer interaction Download PDF

Info

Publication number
CN105955501B
CN105955501B CN201610244240.5A CN201610244240A CN105955501B CN 105955501 B CN105955501 B CN 105955501B CN 201610244240 A CN201610244240 A CN 201610244240A CN 105955501 B CN105955501 B CN 105955501B
Authority
CN
China
Prior art keywords
code
input
region
chinese character
internal
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.)
Expired - Fee Related
Application number
CN201610244240.5A
Other languages
Chinese (zh)
Other versions
CN105955501A (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.)
Beijing Institute of Technology BIT
Original Assignee
Beijing Institute of Technology BIT
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 Beijing Institute of Technology BIT filed Critical Beijing Institute of Technology BIT
Publication of CN105955501A publication Critical patent/CN105955501A/en
Application granted granted Critical
Publication of CN105955501B publication Critical patent/CN105955501B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0233Character input methods

Abstract

The present invention relates to a kind of Chinese character information stream method for visualizing based on human-computer interaction, belongs to data visualization research field.Specially:1. the display page is divided into keyboard region, host area and display area.Host divides into memory field and hard disk area.In keyboard region, there is the option of input method type.2. selecting a kind of input method type.3. obtaining input code by keyboard and being shown in keyboard region.4. in the input code and internal code mapping table of corresponding input method type, searches the corresponding internal code of input code and shown in the memory field of the display page.5. hexadecimal internal code is converted to binary form and is shown on the memory field of the display page.6. internal code is converted to GB code, and shown in hard disk area.7. GB code is converted to region-position code and is shown in hard disk area.8. searching corresponding Chinese character in the table of position according to region-position code and being shown in display area.The present invention realizes input character to corresponding internal code, the visualization of GB code, region-position code and corresponding Chinese character.

Description

Chinese character information stream method for visualizing based on human-computer interaction
Technical field
The present invention relates to a kind of Chinese character information stream method for visualizing based on human-computer interaction belongs to data visualization research neck Domain.
Background technology
Chinese character information stream is code entered from the keyboard to internal code, GB code, region-position code and corresponding Chinese character in a computer A kind of representation method of transfer process.
In general, people when using computer, when needing to input Chinese character, select a kind of input method, then pass through first Keyboard inputs respective symbols, you can exports the Chinese character by display.But it is how to be converted to input character in computer-internal Corresponding Chinese character, most people are not known about simultaneously.Therefore, it in Computer Basic Knowledge teaching process, needs this process visualization. At present in having document, does not find also from input character to corresponding internal code, GB code, region-position code, finally corresponded to The related data of the visualization process of chinese disply.
The present invention relates to prior art be:
1.ASCII (American Standard Code for Information Interchange) code:It is to be based on A set of computer code's system of the Latin alphabet is mainly used for showing current english and other Western-European languages, and ASCII codes are now Most general single byte coded system.
2. Chinese character international code:GB2312-1980 is that China announces for 1981《National Standard of the People's Republic of China's information Exchange encoding of chinese characters》, abbreviation international code is most widely used one kind.
3. Hanzi inputing code:Input code coding used when being to computer input of Chinese characters.With pre-designed method, The related element such as Chinese character sound, shape, justice is converted into number, letter or key mapping title.
4. region-position code:It encodes and provides according to Chinese character international code, one 94x94's of all national standard Chinese characters and symbol composition Matrix, the areas Ji94Ge and 94 positions have area code and position number (position in area) to collectively form region-position code.
5. internal code:In order to distinguish encoding of chinese characters and ASCII character in computer-internal, most by each byte of international code Height becomes 1 from 0, and the international code after transformation becomes Chinese internal code.The each byte of internal code of Chinese character is both greater than 128.
6. graphemic code:Hanzi font code is the character pattern data for indicating Chinese character pattern, usually uses the modes such as dot matrix, phasor function It indicates, when with matrix representation font, Hanzi font code refers generally to determine the lattice codebook of Chinese character pattern.Graphemic code is also referred to as type matrix Code, it is the output form of Chinese character, and with the difference of Chinese character font dot matrix and format, Hanzi font code is also different.
Invention content
The purpose of the present invention is to propose to a kind of Chinese character information stream method for visualizing based on human-computer interaction.
The purpose of the present invention is what is be achieved through the following technical solutions.
A kind of Chinese character information stream method for visualizing based on human-computer interaction of the present invention, concrete operation step are:
Step 1:The display page is divided into keyboard region, host area and display area.Host divides into memory field and hard disk area. In keyboard region, there is the option of input method type.
Step 2:In keyboard region, a kind of input method type is selected.
Step 3:Input code is obtained by keyboard, and is shown in keyboard region.
Step 4:By input code according to the input method type of selection, in the input code and internal code pair of corresponding input method type Table is reflected, finds the corresponding internal code of input code described in step 3, and the internal code is shown in the memory field of the display page.Institute Internal code is stated to indicate with hexadecimal number.
The input code and internal code mapping table are the tables of data prestored in memory, input code and internal code Mapping one by one.
Step 5:Hexadecimal internal code is converted into binary form, and is shown on the memory field of the display page.
Step 6:Hexadecimal internal code is converted into hexadecimal GB code by formula (1), and in hard disk area Display.
Internal code=GB code+8080H (1)
Step 7:Hexadecimal GB code is converted into hexadecimal region-position code by formula (2), and in hard disk area Display.
GB code=region-position code+2020H (2)
Step 8:Corresponding Chinese character is searched in the table of position according to region-position code, and is shown in display area.
The position table is the mapping table of a region-position code prestored in a hard disk and Chinese character, region-position code and Chinese character one One mapping.
By the operation of above-mentioned steps, that is, complete visualization of the input code to Chinese character transfer process.
Advantageous effect
A kind of Chinese character information stream method for visualizing based on human-computer interaction proposed by the present invention has the following advantages:
1. the process for inputting character to corresponding internal code, GB code, region-position code and corresponding Chinese character is become one visually Change process.
2. realizing the conversion position visualization of various codes.
Description of the drawings
Fig. 1 is initial schematic diagram in the specific embodiment of the invention;
Fig. 2 is the display page schematic diagram of step 4 end of operation in the specific embodiment of the invention;
Fig. 3 is the display page schematic diagram of step 5 end of operation in the specific embodiment of the invention;
Fig. 4 is the display page schematic diagram of step 8 end of operation in the specific embodiment of the invention.
Specific implementation mode
According to above-mentioned technical proposal, the present invention is described in detail with embodiment below in conjunction with the accompanying drawings.
In this example, using the Chinese character information stream method for visualizing based on human-computer interaction to input code to the converted of Chinese character Cheng Jinhang is visualized, and concrete operation step is:
Step 1:The display page is divided into keyboard region, host area and display area.Host divides into memory field and hard disk area. In keyboard region, there is the option of selection input method type, as shown in Figure 1.
The input method type includes:Spelling input, Two bors d's oeuveres input.
Step 2:In keyboard region, all-phonetic input method type is selected.
Step 3:Input code zi is obtained by keyboard, and is shown in keyboard region.
Step 4:By input code according to the input method type of selection, in the input code and internal code pair of corresponding input method type Table is reflected, it is D7D6H to find the corresponding internal code of input code described in step 3, and shows the machine in the memory field of the display page Internal Code, as shown in Figure 2.
The input code and internal code mapping table are the tables of data prestored in memory, input code and internal code Mapping one by one.
Step 5:Hexadecimal internal code is converted into binary form, and is shown on the memory field of the display page. Internal code is that the first character section of D7D6H is shown automatically by system, and second byte inputs after waiting for user to calculate.User inputs The display page afterwards is as shown in Figure 3.
Step 6:System provides the prompt such as formula (1), and user is waited for input GB code in hard disk area.User is defeated after calculating Enter hexadecimal number 5756.
Internal code=GB code+8080H (1)
Step 7:System provides the prompt such as formula (2), and user is waited for input region-position code in hard disk area.User is defeated after calculating Enter hexadecimal number 3736.
GB code=region-position code+2020H (2)
Step 8:Corresponding Chinese character is searched in the table of position according to region-position code, 37 in hexadecimal number 3736 correspond to the decimal system Number 55,36 in hexadecimal number 3736 correspond to decimal numbers 54, and system shows whole Chinese characters in 55th area, 55th area in hard disk area In the 54th word be " word ", cursor instruction is to the 54th, 55th area word.And it will be shown in display areas, as shown in Fig. 4.
The position table is the mapping table of a region-position code prestored in a hard disk and Chinese character, region-position code and Chinese character one One mapping.
By the operation of above-mentioned steps, that is, complete visualization of the input code to Chinese character transfer process.
Although the embodiments of the invention are described in conjunction with the attached drawings, it will be apparent to those skilled in the art that not taking off Under the premise of from the principle of the invention, several improvement can also be made, these also should be regarded as belonging to the scope of protection of the present invention.

Claims (1)

1. a kind of Chinese character information stream method for visualizing based on human-computer interaction, it is characterised in that:Its concrete operation step is:
Step 1:The display page is divided into keyboard region, host area and display area;Host divides into memory field and hard disk area;In key In panel, there is the option of input method type;
Step 2:In keyboard region, a kind of input method type is selected;
Step 3:Input code is obtained by keyboard, and is shown in keyboard region;
Step 4:By input code according to the input method type of selection, in the input code and internal code mapping table of corresponding input method type In, the corresponding internal code of input code described in step 3 is found, and the internal code is shown in the memory field of the display page;It is described Internal code is indicated with hexadecimal number;
The input code and internal code mapping table are the tables of data prestored in memory, and input code and internal code are one by one Mapping;
Step 5:Hexadecimal internal code is converted into binary form, and is shown on the memory field of the display page;
Step 6:Hexadecimal internal code is converted into hexadecimal GB code by formula (1), and is shown in hard disk area;
Internal code=GB code+8080H (1)
Step 7:Hexadecimal GB code is converted into hexadecimal region-position code by formula (2), and is shown in hard disk area;
GB code=region-position code+2020H (2)
Step 8:Corresponding Chinese character is searched in the table of position according to region-position code, and is shown in display area;
The position table is the mapping table of a region-position code prestored in a hard disk and Chinese character, and region-position code is a pair of with Chinese character one It reflects;
By the operation of above-mentioned steps, that is, complete visualization of the input code to Chinese character transfer process.
CN201610244240.5A 2016-04-15 2016-04-19 Chinese character information stream method for visualizing based on human-computer interaction Expired - Fee Related CN105955501B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610235864 2016-04-15
CN2016102358640 2016-04-15

Publications (2)

Publication Number Publication Date
CN105955501A CN105955501A (en) 2016-09-21
CN105955501B true CN105955501B (en) 2018-10-12

Family

ID=56917702

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610244240.5A Expired - Fee Related CN105955501B (en) 2016-04-15 2016-04-19 Chinese character information stream method for visualizing based on human-computer interaction

Country Status (1)

Country Link
CN (1) CN105955501B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1153342A (en) * 1996-01-23 1997-07-02 苗三反 Chinese character information processing method for computer
CN1217499A (en) * 1997-11-12 1999-05-26 谷秀 Chinese-character pictographic symbol coding method displaying, printing and keyboard thereof
CN1694046A (en) * 2004-05-05 2005-11-09 宗刚 Computer coding Chinese character keyboard input method and information code
CN101086685A (en) * 2007-07-17 2007-12-12 龚友光 Initial stroke characteristic input method
CN101923399A (en) * 2010-06-07 2010-12-22 范显镔 Encoding method of computer Chinese character encoded texts capable of being used as input codes and internal codes

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104345897B (en) * 2013-07-31 2017-06-20 北大方正集团有限公司 Deformed characters input method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1153342A (en) * 1996-01-23 1997-07-02 苗三反 Chinese character information processing method for computer
CN1217499A (en) * 1997-11-12 1999-05-26 谷秀 Chinese-character pictographic symbol coding method displaying, printing and keyboard thereof
CN1694046A (en) * 2004-05-05 2005-11-09 宗刚 Computer coding Chinese character keyboard input method and information code
CN101086685A (en) * 2007-07-17 2007-12-12 龚友光 Initial stroke characteristic input method
CN101923399A (en) * 2010-06-07 2010-12-22 范显镔 Encoding method of computer Chinese character encoded texts capable of being used as input codes and internal codes

Also Published As

Publication number Publication date
CN105955501A (en) 2016-09-21

Similar Documents

Publication Publication Date Title
CN101853084B (en) Chinese digital pinyin and stroke combination input method
WO2003104963A1 (en) Input method for optimizing digitize operation code for the world characters information and information processing system thereof
CN104364739A (en) Keyboard input method based on sequence of finals
JP2004523034A (en) Character generation system
CN105955501B (en) Chinese character information stream method for visualizing based on human-computer interaction
Lu Computers and Chinese writing systems
CN100498661C (en) Chinese-character 'two code' all-phonetic input method
CN102750009B (en) A kind of without switching input method of Chinese character and keyboard
CN102455785B (en) A kind of method of inputting Chinese characters by computer
CN100476826C (en) Chinese character ordering searching method and device and one information system
CN101231558A (en) Oracle spelling and component resolution input method
CN102609107B (en) Computer english input method
CN101788853A (en) Method for inputting Chinese phonetic alphabet through simultaneous stroking of a plurality of fingers based on symmetric virtual key mapping of computer standard keyboard
CN101976119A (en) Numeric keypad character input method
CN1027839C (en) Chinese character encoding input method
CN109308128A (en) A kind of letter sliding input method
CN105373235B (en) A method of input cedilla letter
CN107025000B (en) Chinese character phonetic input keyboard, Chinese character phonetic input system and Chinese character input method
TW200908682A (en) Character input method by a small keyboard
CN101556505A (en) Chinese character input method, small-sized numerical keyboard and Chinese character input system
CN114063794A (en) Chinese character digital keyboard input method based on stroke sequence
KR20120101606A (en) Method and system for inputting characters composed of multiple strokes
CN1340754A (en) Chinese-character digital input method and its keyboard
CN103488309A (en) Chinese character input method combining simple spelling and component figures
CN109002187A (en) Chinese keyboard, soft keyboard, board, input method and information exchange code method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20181012

CF01 Termination of patent right due to non-payment of annual fee