-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1
-
FreeRTOS_KL16
FreeRTOS_KL16FreeRTOS是一个迷你的实时操作系统内核。作为一个轻量级的操作系统,功能包括:任务管理、时间管理、信号量、消息队列、内存管理、记录功能、软件定时器、协程等,可基本满足较小系统的需要(FreeRTOS is a mini real time operating system kernel. As a lightweight operating system, features include: task management, time management, semaphores, message queues, memory management, recording function, software timer, coroutine, can meet the basic needs of the smaller system)
- 2021-05-12 20:30:02下载
- 积分:1
-
RFID
使用usrp1或usrp n210搭建rfid,环境,gnuradio 3.4.2
ubuntu 10.10(usrp1,usrp2,make rfid gnuradio 3.4.2
ubuntu 10.10)
- 2021-01-04 17:08:55下载
- 积分:1
-
Analogmeter
模拟电表软件,主要模拟电表数据、遥测数据、参数修改、报文显示、可以模拟2个电表(可以自行修改增加),最终通过RS232转485输出。。。(Analog meter software, the main analog meter data, telemetry data, parameter modification, message displays, you can simulate two meters (which can be modified to increase its own), the final output through the RS232 switch 485. . .)
- 2021-04-12 22:48:56下载
- 积分:1
-
200684154022
正弦信号发生器[2005年电子大赛一等奖].files(sinusoidal signal generator [e-Competition in 2005 won first prize]. Files)
- 2006-09-07 21:49:27下载
- 积分:1
-
MC9S12XS128changyongmokuai
MC9S12系列单片机的学习的资料,里面包括了其重要的技术模块及编程技巧,能帮助大家更好的了解和使用这款单片机(MC9S12 series MCU learning materials, including its important technical modules and programming skills, to help people better understand and use the single chip microcomputer
)
- 2013-10-16 10:01:22下载
- 积分:1
-
80c52
基于单片机控制I/O 和模拟电压线性输出,用于基本系统控制(failed to translate)
- 2013-05-06 15:12:22下载
- 积分:1
-
udfconfig
此程序是CFD中用户自定义中的定义速度变化的程序,输入到Fluent中控制入口速度(This program is a change of user-defined in the definition of speed in CFD program, the input to control the inlet velocity in Fluent)
- 2012-05-29 16:36:47下载
- 积分:1
-
PMSM_DTC
永磁同步电机直接转矩控制系统,模糊PID控制程序,包含M文件(Permanent magnet synchronous motor direct torque control system)
- 2020-12-01 20:29:26下载
- 积分:1
-
patton-copula
patton的一些copula估计案例,包括各种静态copula估计方法和三种动态copulad估计,以及绘图(Example code for some copula functions)
- 2021-02-24 00:09:40下载
- 积分:1