CN105955501A - Chinese character information flow visualization method based on man-machine interaction - Google Patents

Chinese character information flow visualization method based on man-machine interaction Download PDF

Info

Publication number
CN105955501A
CN105955501A CN201610244240.5A CN201610244240A CN105955501A CN 105955501 A CN105955501 A CN 105955501A CN 201610244240 A CN201610244240 A CN 201610244240A CN 105955501 A CN105955501 A CN 105955501A
Authority
CN
China
Prior art keywords
code
input
zone
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.)
Granted
Application number
CN201610244240.5A
Other languages
Chinese (zh)
Other versions
CN105955501B (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 invention relates to a Chinese character information flow visualization method based on man-machine interaction, and belongs to the data visualization research field. The method comprises the steps of (1) dividing a display page into a keyboard zone, a host zone and a display zone, wherein, the host zone is divided into a memory zone and a hard disk zone; the keyboard zone has an option for selecting input method types; (2) selecting an input method type; (3) obtaining an input code through a keyboard and displaying the input code in the keyboard zone; (4) searching an internal code corresponding to the input code according to an input code and internal code mapping table corresponding to the input method type, and displaying the corresponding internal code in a memory zone of a display page; (5) converting a hexadecimal internal code into binary system and displaying the converting code in the memory zone of the display page; (6) converting the internal code into a GB code, and displaying the GB code in a hard disk zone; (7) converting the GB code into a zone bit code and displaying the zone bit code in the hard disk zone; (8) searching a corresponding Chinese character in a zone bit table according to the zone bit code and displaying the Chinese character in a display zone. According to the invention, the process from the input character to the corresponding internal code, GB code, zone bit code and corresponding Chinese character is visualized.

Description

Chinese character information stream method for visualizing based on man-machine interaction
Technical field
The present invention relates to a kind of Chinese character information stream method for visualizing based on man-machine interaction, belong to data visualization research field.
Background technology
Chinese character information stream is in a computer, a kind of method for expressing of the transformation process of code entered from the keyboard to internal code, GB, region-position code and corresponding Chinese character.
Generally, people, when using computer, when needs input Chinese character, first select a kind of input method, then by input through keyboard respective symbols, can export this Chinese character by display.But input character is how to be converted to corresponding Chinese character in computer-internal, and most people does not also know about.Therefore, in Computer Basic Knowledge teaching process, need this process visualization.At present in existing document, also do not find from input character to corresponding internal code, GB, region-position code, the related data of the final visualization process obtaining corresponding chinese disply.
The prior art that the present invention relates to is:
1.ASCII (American Standard Code for Information Interchange) code: be a set of computer code's system based on the Latin alphabet, being mainly used in showing current english and other Western-European languages, ASCII character is the most general single byte coding system.
2. Chinese character international code: GB2312-1980 is that China announces " the exchange encoding of chinese characters of National Standard of the People's Republic of China's information " for 1981, is called for short international code, is most widely used one.
3. Hanzi inputing code: input code is coding used when computer input of Chinese characters.By pre-designed method, the relevant key elements such as Chinese character sound, shape, justice are converted into numeral, letter or key mapping title.
4. region-position code: according to Chinese character international code coding regulation, all of GB Chinese character and the matrix of symbol one 94x94 of composition, Ji94Ge district and 94 positions, have area code and item (position in district) to collectively form region-position code.
5. internal code: in order to distinguish encoding of chinese characters and ASCII in computer-internal, the highest by each byte of international code is become 1 from 0, and the international code after conversion 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 representing Chinese character pattern, generally represents by the mode such as dot matrix, phasor function, and during with some 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, and it is the output form of Chinese character, and along with Chinese character font dot matrix and the difference of form, Hanzi font code is the most different.
Summary of the invention
The purpose of the present invention is to propose to a kind of Chinese character information stream method for visualizing based on man-machine interaction.
It is an object of the invention to be achieved through the following technical solutions.
A kind of based on man-machine interaction the Chinese character information stream method for visualizing of the present invention, concrete operation step is:
Step 1: the display page is divided into keyboard region, main frame district and display area.Main frame divides into memory field and hard disk district.In keyboard region, there is the option of input method type.
Step 2: in keyboard region, selects a kind of input method type.
Step 3: obtain input code by keyboard, and show in keyboard region.
Step 4: by input code according to the input method type selected, at input code and the internal code mapping table of corresponding input method type, find the internal code that input code described in step 3 is corresponding, and show described internal code in the memory field of the display page.Described internal code represents with hexadecimal number.
Described input code and internal code mapping table are the tables of data being stored in advance in internal memory, input code and internal code mapping one by one.
Step 5: hexadecimal internal code is converted to binary form, and shows on the memory field of the display page.
Step 6: by formula (1), hexadecimal internal code is converted to hexadecimal GB, and shows in hard disk district.
Internal code=GB+8080H (1)
Step 7: by formula (2), hexadecimal GB is converted to hexadecimal region-position code, and shows in hard disk district.
GB=region-position code+2020H (2)
Step 8: search corresponding Chinese character in the table of position according to region-position code, and show in display area.
Described position table is a mapping table prestoring region-position code in a hard disk and Chinese character, region-position code and Chinese character mapping one by one.
Through the operation of above-mentioned steps, i.e. complete the input code visualization to Chinese character transformation process.
Beneficial effect
A kind of based on man-machine interaction the Chinese character information stream method for visualizing that the present invention proposes has the advantage that
1. the process of input character to corresponding internal code, GB, region-position code and corresponding Chinese character is become a visualization process.
2. the dislocation visualization of various code is achieved.
Accompanying drawing explanation
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.
Detailed description of the invention
According to technique scheme, the present invention is described in detail with embodiment below in conjunction with the accompanying drawings.
In this example, using Chinese character information stream method for visualizing based on man-machine interaction to visualize the transformation process of input code to Chinese character, concrete operation step is:
Step 1: the display page is divided into keyboard region, main frame district and display area.Main frame divides into memory field and hard disk district.In keyboard region, there is the option selecting input method type, as shown in Figure 1.
Described input method type includes: spelling input, Two bors d's oeuveres input.
Step 2: in keyboard region, selects all-phonetic input method type.
Step 3: obtain input code zi by keyboard, and show in keyboard region.
Step 4: by input code according to the input method type selected, input code and internal code mapping table in corresponding input method type, finding internal code corresponding to input code described in step 3 is D7D6H, and shows described internal code, as shown in Figure 2 in the memory field of the display page.
Described input code and internal code mapping table are the tables of data being stored in advance in internal memory, input code and internal code mapping one by one.
Step 5: hexadecimal internal code is converted to binary form, and shows on the memory field of the display page.Internal code is that the first character joint of D7D6H is shown automatically by system, and second byte waits that user inputs after calculating.The display page after user's input is as shown in Figure 3.
Step 6: system provides such as the prompting of formula (1), waits that user is at importer of hard disk district coding.User inputs hexadecimal number 5756 after calculating.
Internal code=GB+8080H (1)
Step 7: system provides such as the prompting of formula (2), waits that user is in hard disk district input area bit code.User inputs hexadecimal number 3736 after calculating.
GB=region-position code+2020H (2)
Step 8: search corresponding Chinese character in the table of position according to region-position code, the corresponding decimal number 55 in hexadecimal number 3736 37, the corresponding decimal number 54 in hexadecimal number 3736 36, system shows whole Chinese characters in 55th district in hard disk district, the 54th word in 55th district is " word ", and cursor indicates the 54th, 55th district word.And shown in display area, as shown in Figure 4.
Described position table is a mapping table prestoring region-position code in a hard disk and Chinese character, region-position code and Chinese character mapping one by one.
Through the operation of above-mentioned steps, i.e. complete the input code visualization to Chinese character transformation process.
Although being described in conjunction with the accompanying embodiments of the present invention, it will be apparent to those skilled in the art that under the premise without departing from the principles of the invention, it is also possible to making some improvement, these also should be regarded as belonging to protection scope of the present invention.

Claims (1)

1. a Chinese character information stream method for visualizing based on man-machine interaction, it is characterised in that: its concrete operations Step is:
Step 1: the display page is divided into keyboard region, main frame district and display area;Main frame divide into memory field and Hard disk district;In keyboard region, there is the option of input method type;
Step 2: in keyboard region, selects a kind of input method type;
Step 3: obtain input code by keyboard, and show in keyboard region;
Step 4: by input code according to the input method type selected, at input code and the machine of corresponding input method type ISN mapping table, finds the internal code that input code described in step 3 is corresponding, and shows in the memory field of the display page Show described internal code;Described internal code represents with hexadecimal number;
Described input code and internal code mapping table are the tables of data being stored in advance in internal memory, input code and machine ISN mapping one by one;
Step 5: hexadecimal internal code is converted to binary form, and on the memory field of the display page Display;
Step 6: hexadecimal internal code is converted to hexadecimal GB by formula (1), and Show in hard disk district;
Internal code=GB+8080H (1)
Step 7: hexadecimal GB is converted to hexadecimal region-position code by formula (2), and Show in hard disk district;
GB=region-position code+2020H (2)
Step 8: search corresponding Chinese character in the table of position according to region-position code, and show in display area;
Described position table is a mapping table prestoring region-position code in a hard disk and Chinese character, region-position code and the Chinese Word mapping one by one;
Through the operation of above-mentioned steps, i.e. complete the input code visualization to Chinese character transformation 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 true CN105955501A (en) 2016-09-21
CN105955501B 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 (6)

* 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
US20150040058A1 (en) * 2013-07-31 2015-02-05 Peking University Founder Group Co., Ltd. Method and System for Inputting Variant Character and Storage Medium

Patent Citations (6)

* 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
US20150040058A1 (en) * 2013-07-31 2015-02-05 Peking University Founder Group Co., Ltd. Method and System for Inputting Variant Character and Storage Medium

Also Published As

Publication number Publication date
CN105955501B (en) 2018-10-12

Similar Documents

Publication Publication Date Title
CN102193645B (en) Character input method and character input system
CN103810161B (en) Method for converting Cyril Mongolian into traditional Mongolian
CN101017397A (en) Chinese character computer input system and input method thereof
US20110298719A1 (en) Method and apparatus for inputting chinese characters
CN100383734C (en) Method for setting screen display menu of Arabic and Persian
KR101319948B1 (en) Method for inputting characters using a software keyboard
KR100989836B1 (en) Inputting Method By Predicting Character Sequence And Electronic Device For Practicing The Method
CN105955501A (en) Chinese character information flow visualization method based on man-machine interaction
CN102750009B (en) A kind of without switching input method of Chinese character and keyboard
CN104850240A (en) Mobile phone 20-key input method based display keyboard and input method therefor
CN102609107B (en) Computer english input method
CN105718450B (en) English two level braille conversion method and conversion equipment
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
CN104991657A (en) Chinese and Japanese katakana integrated input method and input method system
CN101408807A (en) Method for inputting Chinese and English character strings
JP2009048351A (en) Information retrieval device, information retrieval method and information retrieval program
CN104503599A (en) 36 key-based tibetan language keyboard layout and input system
CN101587382A (en) Character input method suitable for Uighur, Kazakh and Khalkhas
CN105373235B (en) A method of input cedilla letter
CN101216738B (en) Burmese computer input method
JP5315890B2 (en) Evaluation system and evaluation method
CN107025000B (en) Chinese character phonetic input keyboard, Chinese character phonetic input system and Chinese character input method
CN104317422A (en) Repeated code filtering and word stock coding method on basis of Chinese character pinyin input method
CN104571573A (en) Chinese input method based on initials and finals
Xiao et al. Dynamic Generation and Editing System for Wrongly Written Chinese Character Font

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