-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1
-
Example2
主要描述的是一个界面的问题,大家可以编译一下!看看其功能特点!(The main interface is a description of the problem, we can compile click! Take a look at its features!)
- 2009-02-15 20:08:59下载
- 积分:1
-
InnerHook
一个简单的 钩子小程序 屏蔽了 鼠标键盘,(A simple hook applet shielding mouse, keyboard,)
- 2013-07-24 20:45:28下载
- 积分:1
-
IntDCT
具有提升分解结构的整数离散变换,可用于基于提升格式的小波变换设计。(Enhance the breakdown structure of the integers with the discrete transform can be used for wavelet transform based on lifting scheme design.)
- 2011-11-07 12:45:45下载
- 积分:1
-
matlab-Angle
matlab 计算发动机点火提前角的实验计算程序(Matlab, the advanced ignition Angle of experimental applications)
- 2012-08-13 17:35:55下载
- 积分:1
-
TCP_IPuC_IP
基于uC_OS且开放源码的TCP_IP协议栈——uC_IP
uC/IP是由Guy Lancaster编写的一套基于uC/OS且开放源码的TCP/IP协议栈,亦可移植到其它操作系统,是一套完全免费的、可供研究的TCP/IP协议栈,uC/IP大部分源码是从公开源码BSD发布站点和KA9Q(一个基于DOS单任务环境运行的TCP/IP协议栈)移植过来。uC/IP具有如下一些特点:带身份验证和报头压缩支持的PPP协议,优化的单一请求/回复交互过程,支持IP/TCP/UDP协议,可实现的网络功能较为强大,并可裁减。UCIP协议栈被设计为一个带最小化用户接口及可应用串行链路网络模块。根据采用CPU、编译器和系统所需实现协议的多少,协议栈需要的代码容量空间在30-60KB之间(And open-source based uC_OS TCP_IP protocol stack- uC_IP
uC/IP is written by a Guy Lancaster set based on uC/OS and open source TCP/IP protocol stack, can be ported to other operating systems, is a completely free, available for study of TCP/IP protocol stack, uC/IP source code is mostly released from the open source BSD sites and KA9Q (a DOS-based single-tasking environment running on TCP/IP protocol stack) transplant. uC/IP has the following features: header with authentication and compression support the PPP, optimized single request/response interaction, support for IP/TCP/UDP protocol, which enables a more powerful network function, and can be cut. UCIP protocol stack is designed with a user interface, and can minimize application serial link network module. Pursuant to the adoption CPU, compiler and systems required to achieve agreement on how much stack space required for code size between 30-60KB
)
- 2013-11-07 23:33:30下载
- 积分:1
-
k-means
k means 聚类聚类聚类聚类聚类聚类聚类聚类聚类(k means)
- 2011-05-10 14:53:51下载
- 积分:1
-
Dchaos-predica
基于混沌理论进行数据预测的程序,欢欢迎需要的朋友参考下载,并提出修改意见
(, Please feel welcome the reference to a friend download data to predict the process based on chaos theory, and suggest modifications)
- 2012-07-27 12:40:49下载
- 积分:1
-
12864-picture
单片机程序,可以用单片机控制,在12864液晶屏上显示一幅图画。文件中有显示所用的代码。(Microcontroller program, you can use single-chip control, in 12864 a picture displayed on the LCD screen. Documents showing the code used.)
- 2011-11-17 21:31:21下载
- 积分:1
-
1.8GHz-CMOS
1.8GHz CMOS高效率E类功率放大器(1.8GHz CMOS high efficiency class E power amplifier)
- 2013-10-19 10:22:16下载
- 积分:1