-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1
-
suoxianghaun
飞思卡尔单片机锁相环程序,详细说明了锁相环的配置步骤以及计算方法(Freescale MCU PLL procedures, a detailed description of the PLL configuration steps and calculation methods)
- 2020-11-09 21:29:46下载
- 积分:1
-
xiankongqi
三星94c8芯片写的线控器显示屏,TM1640,模拟串口(Samsung 94 written c8 chip line controller display, TM1640, simulate the serial port)
- 2015-11-02 21:49:40下载
- 积分:1
-
TStat_Control
cfx子程序,基于该子程序,用户能够方便的将子程序与CFX进行连接,解决CFX接口问题。(CFX subroutine, based on the subroutine, the user can convenient to connect subroutine provided with CFX, provided to solve CFX interface problem
)
- 2020-09-24 21:27:49下载
- 积分:1
-
Modbus
标准Modus通讯协议和接口定义,公司项目使用中,非常稳定,实用,请有需要朋友下载。(The standard Modus communication protocol and interface definition, project use, very stable, practical, need friends to download.)
- 2014-07-07 09:12:10下载
- 积分:1
-
C51-VBddl
VB 开发C51的动态链接库,可以拿来直接用的,(VB-C51 dynamic link library that can be used directly, and)
- 2013-11-17 22:19:39下载
- 积分:1
-
key11_11
单片机键盘扫描程序 微处理器课程设计 八位抢答器(SCM keyboard scanning procedures microprocessor eight Responder Course Design)
- 2013-12-06 15:07:47下载
- 积分:1
-
STC12C5410AD_XLF1
说明: stc系列单片机的开发例程 各个模块都跳通过了 开发环境是 keil3(STC series MCU development routines in all modules jump through the development environment is keil3)
- 2010-04-23 19:46:22下载
- 积分:1
-
ADAMS_Car
通过isight-fd集成adams的动力学仿真能力,将模型中的某些属性作为优化变量,通过对adams仿真结果的分析,来对这些属性进行优化(By isight-fd dynamics simulation capabilities integrated adams will model some of the attributes as optimization variables by adams simulation analysis to optimize these attributes)
- 2021-02-15 12:49:48下载
- 积分:1
-
PLCdiankongzhixitong
基于PLC的控制楼层的电梯系统,是毕业论文哦,希望对你有帮助!单片机学习:http://www.emcuc.com(Floor elevator control system based on PLC, is the thesis Oh, you want to help! SCM learning: http://www.emcuc.com)
- 2012-06-26 11:16:24下载
- 积分:1