-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1
-
PLC-Visual-Code-
PLC图形化编程系统的研究与实现
东南大学
硕士学位论文
PLC图形化编程系统的研究与实现
姓名:保慧
申请学位级别:硕士
专业:机械电子工程
指导教师:毛玉良(Research and Implementation of PLC graphical programming system
Southeast University
Master thesis
Research and Implementation of PLC graphical programming system
Name: Bao Hui
Application Degree: Masters
Major: Mechanical and Electronic Engineering
Instructor: Mao Yuliang)
- 2014-05-14 15:54:20下载
- 积分:1
-
51cyuyan100
单片机程序设计100例,基于51的设计,初学者的好帮手,我的入门导师啊。呵呵呵呵!(100 cases of SCM process design, based on 51 design, a good helper for beginners, I started mentor ah. Oh Oh!)
- 2010-11-01 21:31:51下载
- 积分:1
-
xiaozhou
本文件是基于51单片机的电子门铃设计程序,并且附带有proteus的仿真文件,可帮助单片机爱好者更好地学习哦!(This document is based on 51 single-chip electronic doorbell design procedure, and with proteus simulation files, can help single-chip computer enthusiasts learn better!)
- 2013-10-22 21:06:32下载
- 积分:1
-
Csharp
C#写的ADSL拨号程序示例,ADSL自动拨号类,前提是在系统中已经有了一个宽带拨号连接(C# to write the ADSL dial-up procedures for example, ADSL automatic dial-up category, the premise that the system has made a broadband dial-up connection)
- 2020-07-14 13:18:52下载
- 积分:1
-
实验29 三轴加速度传感器实验
在stm32平台上实现读取ADXL345的三轴加速度的数据(On the STM32 platform, read the data of the three axis acceleration of ADXL345)
- 2020-06-29 19:40:02下载
- 积分:1
-
as5706
此文档是关于5643协议的测试计划,非常好的参考资料(This document is a test plan for the 5643 agreement, a very good reference)
- 2014-02-26 18:52:07下载
- 积分:1
-
Balance
stm32无刷电机驱动程序,所适用于MOS管所搭分立元件,是自平衡车的程序(stm32 brushless motor driver, which is suitable for the ride MOS transistor discrete components)
- 2014-11-13 15:35:08下载
- 积分:1
-
LED-flow-lights
本程序是关于LED在单片机里的流水等的演示程序,已经经过测试(This program is on the LED in the SCM in the water and other presentation program, has been tested)
- 2011-06-13 13:50:36下载
- 积分:1
-
PGA_Program
MSP430单片机IAR开发环境下驱动pga113芯片(Driving pga113 chip in the IAR development environment of MSP430 single chip microcomputer)
- 2021-04-19 21:28:51下载
- 积分:1