-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1
-
7281
7281读写C51源程序(键盘与显示),及其相关资料,偶强两天调出来的 与大家共享(7281 to read and write source code C51 (keyboard and display), and related information, even strong two days out of tune with the U.S. share)
- 2007-08-30 14:59:02下载
- 积分:1
-
DS18B20
STC89C52RC单片机
读取18B20数据并显示在数码管上(18B20 STC89C52RC microcontroller reads the data and displays on the digital)
- 2013-07-21 20:56:15下载
- 积分:1
-
psopt-SourceCode
PSOpt is a program to demonstrate the optimization process of particle
swarm optimization. A two-dimensional objective function is visualized
by levels of grey: the lighter the color, the higher the function value.
The particles are shown as red circles, their trajectory as red lines.
The global memory (best point found up to now by the whole swarm) is shown
as a blue cross-hair, the local memory (best points found by each of the
particles) as small blue crosses. To run the program, first choose one of
the example functions, then create a particle swarm, and finally start the
optimization.
- 2015-03-23 14:06:17下载
- 积分:1
-
PIC24Calculator
PIC24单片机实现的计算器,在protus下仿真实现(PIC24 MCU calculator, under Simulation in protus)
- 2011-11-14 22:35:33下载
- 积分:1
-
u16-capture
利用定时器,产生 可调频的脉冲。。。。。。(The timer can be chirp)
- 2013-07-24 19:12:17下载
- 积分:1
-
weis
weiss所著的data structure in c的部分课后题答案。高清。(data structure in c answer)
- 2015-10-10 18:33:30下载
- 积分:1
-
STM32F10Xgjhsk_jb51
freeRTOS stm32103 stm32 F1054
- 2020-06-20 03:40:01下载
- 积分:1
-
RN8302B
程序主要为三相计量芯片RN8302B驱动校正程序。其中涉及到液晶驱动芯片bu9792的使用,i2c,spi协议芯片的运用。并且包含RN8302B官方程序及原理图,芯片手册,芯片应用笔记。(Which involves the use of LCD driver chips bu9792, i2c, spi protocol chip use. And contains RN8302B official program and schematic, chip manuals, application notes chip.)
- 2021-02-23 08:39:40下载
- 积分:1
-
CNC-DC-Power-Supply
数字控制输出直流电源(含c源码以及原理图)(CNC DC Power Supply)
- 2013-09-16 22:43:36下载
- 积分:1