-
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同...
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
- 2022-02-21 16:27:22下载
- 积分:1
-
Tuition management system, school use, could serve as a learning process the sou...
学费管理系统,学校使用,可以作为学习delphi的源代码程序-Tuition management system, school use, could serve as a learning process the source code delphi
- 2022-02-07 02:50:23下载
- 积分:1
-
此程序做了一些平常人容易犯的错误,由于编译系统不同,编码要转化,...
此程序做了一些平常人容易犯的错误,由于编译系统不同,编码要转化,-this procedure done something normal people tend to commit mistakes, because different compiler system, to transform coding,
- 2022-04-06 09:34:24下载
- 积分:1
-
这是关于软件开发中心软件测试指南的有关内容
这是关于软件开发中心软件测试指南的有关内容-This is the center of software development software testing the contents of the Guide
- 2022-07-11 11:16:27下载
- 积分:1
-
VB程序设计示例及源代码
VB程序设计示例及源代码-VB program design and source code examples
- 2022-01-26 06:08:58下载
- 积分:1
-
控制台程序,利用动态链表存储、查询一个词条UNICODE编码。内附添加、删除词条的函数。...
控制台程序,利用动态链表存储、查询一个词条UNICODE编码。内附添加、删除词条的函数。-console procedures, the use of dynamic memory Chain, a Commons inquiry UNICODE coding. Enclosing add, delete entries function.
- 2022-03-06 23:56:31下载
- 积分: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
-
只有左手打字的五笔,相信是目前最快的单手输入法。长期填表的人士有福了,右手可以专掌鼠标,也可以抽烟、啃西瓜....
只有左手打字的五笔,相信是目前最快的单手输入法。长期填表的人士有福了,右手可以专掌鼠标,也可以抽烟、啃西瓜.-Only left-handed typing Chinese, I believe is currently the fastest single-handed input methods. Blessed are those who fill in a form long-term, and his right hand with sole charge of the mouse, you can also smoke, eating watermelon.
- 2022-03-12 06:44:23下载
- 积分:1
-
用VB5实现搜索功能
用VB5实现搜索功能-search function
- 2023-05-05 02:50:03下载
- 积分:1
-
to a set of road roughness data, solving power spectral function
给定一组路面不平度数据,求解功率谱函数-to a set of road roughness data, solving power spectral function
- 2022-05-08 05:49:06下载
- 积分:1