-
taxi
基于AT89C51单片机的出租车计价器的程序设计(AT89C51 microcontroller Taximeter-based program design)
- 2012-08-07 00:27:19下载
- 积分:1
-
HT1621
段码液晶显示屏 驱动芯片 HT1621 驱动程序(Segment LCD driver chip HT1621 driver)
- 2016-03-01 14:39:12下载
- 积分:1
-
流分拣程序
说明: plc控制系统,plc物流分拣控制系统plc控制系统,plc物流分拣控制系统(PLC control system, PLC logistics sorting control system, PLC logistics sorting control system)
- 2020-06-20 08:00:01下载
- 积分:1
-
include
说明: RSDK 1.3.6 includes for integration in custom projects
- 2020-09-22 18:00:22下载
- 积分:1
-
atmega16lsensor
是一个为地铁施工现场开发的人数监控系统,使用ATMEGA16单片机做的,并用了红外传感器。(Is a subway construction site for the development of the number of monitoring systems, using ATMEGA16 microcontroller to do, and use the infrared sensor.)
- 2009-09-04 20:42:08下载
- 积分:1
-
my_da
详细介绍了DAC0832产生正弦波的程序(Detailed introduces DAC0832 produce sine wave program)
- 2012-04-26 15:09:11下载
- 积分:1
-
ex81
实现12864LCD的读写操作Proteus仿真(Read and write operations to achieve 12864LCD Proteus simulation)
- 2013-10-25 08:56:01下载
- 积分:1
-
dinuzhang
单片机典型系统设计实例精讲 第6章 红外遥控电子密码锁(SCM typical system design examples in Chapter 6 of Intensive infrared remote control electronic password lock)
- 2007-01-17 09:37:17下载
- 积分:1
-
ep51drv
好东西
top编程器使用说明top编程器使用说明top编程器精美包装top编程器安装光盘top2005编程器精致外观ep51编程器,51单片机学习网(深圳学林电子有限公司)隆重推出!方便精巧,可靠性高, 烧写速度快,是初学单片机的入门利器!全面兼容..
(good things top programmer for use top programmer for use top programmer beautifully packaged top Programming installation CD top2005 programmer refined appearance ep51 programmer, 51 SCM learning network (Shenzhen Xuelin Electronics Co., Ltd.) launched a grand! facilitate sophisticated, high reliability, burning speed, is a novice SCM induction weapon! fully compatible ..)
- 2006-10-21 10:29:58下载
- 积分:1
-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1