-
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同...
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
- 2022-02-21 16:27:22下载
- 积分:1
-
具有三级索引词库结构的中文分词方法研究
具有三级索引词库结构的中文分词方法研究
-Three-tier structure with a thesaurus of indexing Chinese word segmentation method
- 2023-05-26 13:00:03下载
- 积分:1
-
eyuyanjinwutuandengluqiyuanma
易语言劲舞团登录器 源码 -eyuyanjinwutuandengluqiyuanma
- 2023-04-03 01:25:03下载
- 积分:1
-
档案管理最简单实用的软件
能录入照片,时间 和工作经历
档案管理最简单实用的软件
能录入照片,时间 和工作经历-file management of the most simple and practical software can input photos, time and work experience, etc.
- 2023-02-24 06:10:08下载
- 积分:1
-
GBK Unicode1.1编码表,对于做字体的开发来说必须品
GBK Unicode1.1编码表,对于做字体的开发来说必须品-GBK Unicode1.1 coding sheet, make the font for the development for the necessities
- 2022-04-11 10:08:37下载
- 积分:1
-
MATLAB name from MATrix LABoratory two words and three letters of combinations....
MATLAB名字由MATrix和 LABoratory 两词的前三个字母组合而成。那是20世纪七十年代后期的事:时任美国新墨西哥大学计算机科学系主任的Cleve Moler教授出于减轻学生编程负担的动机,为学生设计了一组调用LINPACK和EISPACK库程序的“通俗易用”的接口,此即用FORTRAN编写的萌芽状态的MATLAB。-MATLAB name from MATrix LABoratory two words and three letters of combinations. It was the 20th century in the late 1970s things : at the State University of New Mexico, chairman of the computer science professor Cleve Moler programming for students to alleviate the burden of motivation for the students designed a group called LINPACK He and procedures for the "popular and easy to use" interface, namely using FORTRAN preparation of the bud MATLAB.
- 2022-01-26 00:24:23下载
- 积分:1
-
compiler original programming Principle
编译原理原程序编程-compiler original programming Principle
- 2022-04-22 04:45:46下载
- 积分:1
-
图书借阅管理程序v1.2
图书借阅管理程序v1.2-bibliobus management procedures v1.2
- 2022-01-24 19:03:19下载
- 积分:1
-
This is our Chinese information processing operations, that I am using sqlserver...
这个是我们的中文信息处理的作业,我是用mfc结合sqlserver写的,可以自己一步一步的进行分词,并且可以对文本进行分词,还可以自己的找到其中的歧义字段,并自动保存到文件-This is our Chinese information processing operations, that I am using sqlserver wrote mfc combination can be carried out step by step his own word, and can text segmentation can also find their field there is a discrepancy, and automatically save to file
- 2022-04-21 10:46:57下载
- 积分:1
-
can be translated into Chinese characters spelling, to facilitate the Chinese ch...
能够将汉字转化为拼音,可以方便的对汉字进行声母排序的控件 -can be translated into Chinese characters spelling, to facilitate the Chinese characters for the sort of controls Initials
- 2023-05-06 05:35:03下载
- 积分:1