CN1359079A - 超大型汉字信息处理装置及方法 - Google Patents
超大型汉字信息处理装置及方法 Download PDFInfo
- Publication number
- CN1359079A CN1359079A CN 00135547 CN00135547A CN1359079A CN 1359079 A CN1359079 A CN 1359079A CN 00135547 CN00135547 CN 00135547 CN 00135547 A CN00135547 A CN 00135547A CN 1359079 A CN1359079 A CN 1359079A
- Authority
- CN
- China
- Prior art keywords
- chinese character
- character
- code
- expansion
- font
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 67
- 238000012545 processing Methods 0.000 claims abstract description 36
- 238000006243 chemical reaction Methods 0.000 claims abstract description 11
- 230000010365 information processing Effects 0.000 claims abstract description 6
- 230000008859 change Effects 0.000 claims description 11
- 238000003860 storage Methods 0.000 claims description 9
- 238000003672 processing method Methods 0.000 claims description 4
- 239000011159 matrix material Substances 0.000 claims description 3
- 230000008676 import Effects 0.000 description 15
- 230000008569 process Effects 0.000 description 10
- 230000006870 function Effects 0.000 description 9
- 238000005516 engineering process Methods 0.000 description 8
- 238000010586 diagram Methods 0.000 description 7
- 238000009826 distribution Methods 0.000 description 5
- 238000007639 printing Methods 0.000 description 5
- 239000011800 void material Substances 0.000 description 4
- 238000011161 development Methods 0.000 description 3
- 238000004422 calculation algorithm Methods 0.000 description 2
- 238000010276 construction Methods 0.000 description 2
- 230000001755 vocal effect Effects 0.000 description 2
- 241001673391 Entandrophragma candollei Species 0.000 description 1
- 238000005267 amalgamation Methods 0.000 description 1
- 238000004458 analytical method Methods 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000004883 computer application Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000005484 gravity Effects 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000000206 photolithography Methods 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 238000000926 separation method Methods 0.000 description 1
- GOLXNESZZPUPJE-UHFFFAOYSA-N spiromesifen Chemical compound CC1=CC(C)=CC(C)=C1C(C(O1)=O)=C(OC(=O)CC(C)(C)C)C11CCCC1 GOLXNESZZPUPJE-UHFFFAOYSA-N 0.000 description 1
- 239000000725 suspension Substances 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Landscapes
- Document Processing Apparatus (AREA)
Abstract
Description
1.初始化Word命令缓冲区(InitWCB函数);该函数的调用说明如下: void InitWCB(WCB far *lpwcb, ushort retType, LPUCHAR lpBuffer, ushort cBufferSize); lpwcb--Word命令缓冲区 retType--命令类型(TypeString:字符串,TypeShort:16位整 数,TypeLong:32位整数,TypeVoid:相当C语言中的void类 型) lpBuffer--返回字符串 cBufferSize--返回字符串的长度 2.添加Word命令参数; void AddStringParam(WCB far*lpwcb, LPUCHAR lpStr); lpwcb--Word命令缓冲区 lpStr--添加的字符串(在该发明中添加的字体名称) 3.执行Word命令(WORDCALL函数)。 void WORDCALL(short CommandID); CommandID--Word命令代号,其中代号“wdFont”是设置当前字体名称的命令代号。
Dim lastElement Dim count_ Dim theResult Dim theFont$ Dim iLastFont$ Dim iFontCount Dim fontarray()As String lastElement=WordBasic.CountFonts()-1 ReDim fontarray(lastElement)As String For count_=0 To lastElement Select Case WordBasic.[font$](count_+1) Case″SuperSong1″ <dp n="d8"/> iFontCount=iFontCount+1 Case″SuperSong2″ iFontCount=iFontCount+1 Case″SuperSong3″ iFontCount=iFontCount+1 Case″SuperSong4″ iFontCount=iFontCount+1 Case″SuperSong5″ iFontCount=iFontCount+1 Case Else fontarray(count_-iFontCount)=WordBasic.[font$](count_+ 1) End Select Next
Selection.Find.ClearFormatting With Selection.Find .Text=txtFind.Text(要找的汉字) .Replacement.Text=″″ .Forward=True Select Case iSearchScope <dp n="d9"/> Case 0 .Forward=True .Wrap=wdFindContinue Case 1 .Forward=True .Wrap=wdFindAsk Case2 .Forward=False .Wrap=wdFindAsk End Select .Format=True If strFName<>″MS Sans Serif″Then .Font.NameFarEast=strFName(要到汉字的字体名称) Else .Font.NameFarEast=″宋体″ End If .MatchCase=False .MatchWholeWord=False .MatchWildcards=False .MatchSoundsLike=False .MatchAllWordForms=False .MatchByte=True End With iResult=Selection.Find.Execute IfiResult=True Then iSearched=iSearched+1 End If IfiSearched=0 Then MsgBox″没有查找到相应的字!″ <dp n="d10"/> End If
Claims (15)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB001355473A CN1177285C (zh) | 2000-12-18 | 2000-12-18 | 超大型汉字信息处理装置及方法 |
HK03100281.5A HK1049380A1 (zh) | 2000-12-18 | 2003-01-10 | 超大型漢字信息處理裝置及方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB001355473A CN1177285C (zh) | 2000-12-18 | 2000-12-18 | 超大型汉字信息处理装置及方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1359079A true CN1359079A (zh) | 2002-07-17 |
CN1177285C CN1177285C (zh) | 2004-11-24 |
Family
ID=4596754
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB001355473A Expired - Fee Related CN1177285C (zh) | 2000-12-18 | 2000-12-18 | 超大型汉字信息处理装置及方法 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN1177285C (zh) |
HK (1) | HK1049380A1 (zh) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100368964C (zh) * | 2005-05-27 | 2008-02-13 | 华为技术有限公司 | 电子设备中正反序排列语言混合输入的方法 |
CN100419759C (zh) * | 2005-12-05 | 2008-09-17 | 英业达股份有限公司 | 内码转换系统及方法 |
CN101201829B (zh) * | 2006-12-15 | 2011-06-15 | 英业达股份有限公司 | 一种汉字库系统及其字码显示方法 |
CN102346557A (zh) * | 2010-07-28 | 2012-02-08 | 腾讯科技(深圳)有限公司 | 一种输入法和输入法系统 |
-
2000
- 2000-12-18 CN CNB001355473A patent/CN1177285C/zh not_active Expired - Fee Related
-
2003
- 2003-01-10 HK HK03100281.5A patent/HK1049380A1/zh unknown
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100368964C (zh) * | 2005-05-27 | 2008-02-13 | 华为技术有限公司 | 电子设备中正反序排列语言混合输入的方法 |
CN100419759C (zh) * | 2005-12-05 | 2008-09-17 | 英业达股份有限公司 | 内码转换系统及方法 |
CN101201829B (zh) * | 2006-12-15 | 2011-06-15 | 英业达股份有限公司 | 一种汉字库系统及其字码显示方法 |
CN102346557A (zh) * | 2010-07-28 | 2012-02-08 | 腾讯科技(深圳)有限公司 | 一种输入法和输入法系统 |
CN102346557B (zh) * | 2010-07-28 | 2016-08-03 | 深圳市世纪光速信息技术有限公司 | 一种输入法和输入法系统 |
Also Published As
Publication number | Publication date |
---|---|
HK1049380A1 (zh) | 2003-05-09 |
CN1177285C (zh) | 2004-11-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN1024050C (zh) | 对汉字进行编码和译码的方法和装置 | |
US5187480A (en) | Symbol definition apparatus | |
CN87107540A (zh) | 选取,存储和显示汉字的方法和设备 | |
CN1643484A (zh) | 将文本输入到电子通信设备 | |
CN1606750A (zh) | 用于选择在表意语言中的符号的方法和设备 | |
CN1140868C (zh) | 表意语言及非表意语言的文字输入系统 | |
WO2003021788A2 (en) | Component-based, adaptive stroke-order system | |
CN86101871A (zh) | 选择和再生语言字符的方法 | |
CN1237435C (zh) | 中文字形输入法 | |
CN1371043A (zh) | 数码操作系统 | |
CN1177285C (zh) | 超大型汉字信息处理装置及方法 | |
CN1136496C (zh) | 简化拼音-触摸屏鼠标式汉字输入方法 | |
JPH08305701A (ja) | 改良された文字入力システム | |
CN1109311C (zh) | 在字间插入特定字符码的装置和方法 | |
CN1427966A (zh) | 表达概念的图像的编辑方法和设备 | |
CN105487684B (zh) | 拼音汉字字符的输出方法和拼音汉字字符的输出装置 | |
CN1084900C (zh) | 中文汉字的检索方式 | |
Stallings | The morphology of Chinese characters: a survey of models and applications | |
CN1521660A (zh) | 一种手写体文本的生成方法及保存方法 | |
Sinha | Computer Processing of Indian Languages and Scripts—Potentialities & Problems | |
CN1287321A (zh) | 文本制作装置、转换处理方法和记录转换处理程序的记录媒体 | |
CN1598743A (zh) | 按规范笔顺输入汉字的输入法及其键盘 | |
CN1047678C (zh) | 电子汉日辞典编辑检索装置 | |
CN1272693C (zh) | 仿真拼音数字输入法 | |
CN1707509A (zh) | 用于亚洲语言的手写输入 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C06 | Publication | ||
PB01 | Publication | ||
ASS | Succession or assignment of patent right |
Owner name: LAN DIKANG; ZHENG LONG Free format text: FORMER OWNER: BEIJING ZHONGYI ZHENGMA NEW TECHNOLOGY CO., LTD. Effective date: 20030315 |
|
C41 | Transfer of patent application or patent right or utility model | ||
TA01 | Transfer of patent application right |
Effective date of registration: 20030315 Applicant after: Lan Dekang Applicant after: Zheng Long Applicant before: Beijing Zhongyi Zhengma New Technology Co., Ltd. |
|
ASS | Succession or assignment of patent right |
Owner name: LAN DEKANG; ZHENG LONG Free format text: FORMER OWNER: BEIJING ZHONGYI ZHENGMA NEW TECHNOLOGY CO., LTD. Effective date: 20030328 |
|
C41 | Transfer of patent application or patent right or utility model | ||
TA01 | Transfer of patent application right |
Effective date of registration: 20030328 Applicant after: Lan Dekang Applicant after: Zheng Long Address before: 100029 Beijing City, Chaoyang District Hui Street No. 2 North Building 12 Applicant before: Beijing Zhongyi Zhengma New Technology Co., Ltd. |
|
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
REG | Reference to a national code |
Ref country code: HK Ref legal event code: WD Ref document number: 1049380 Country of ref document: HK |
|
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20041124 Termination date: 20151218 |
|
EXPY | Termination of patent right or utility model |