-
SmartHome_STM32_code_V2.1
利用STM32F407实现智能家居系统,本作品获得2018年广东省大学生电子设计竞赛一等奖。(Using STM32F407 to realize smart home system, this work won the first prize of Guangdong University Student Electronic Design Competition in 2018.)
- 2018-09-15 03:26:35下载
- 积分:1
-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1
-
A_I_Chat_R2258605212014
artificial intelligence chatbot
- 2015-02-22 21:52:57下载
- 积分:1
-
shumaguan
51单片机动态数码管显示开发程序,对单片机初学者有一定的参考指导作用,欢迎下载参考研究,谢谢!(51 single-chip dynamic digital display development program, microcontroller beginners have a certain role in guiding, are welcome to download the reference study, thank you!)
- 2012-04-20 16:37:29下载
- 积分:1
-
320240-touch-program
320240触摸绘图程序,查询方式和中断方式两种测试例程(320240 touch drawing program, query way and interrupt way two test routines)
- 2020-08-14 11:18:25下载
- 积分:1
-
风力摆实验
说明: 基于stm32f103的风力摆控制系统,四路PWM控制四路直流电机,传感器使用MPU6050六轴传感器(Based on STM32F103 wind pendulum control system, four-way PWM control four-way DC motor, sensor using MPU6050 six-axis sensor)
- 2020-06-23 08:40:02下载
- 积分:1
-
基于STM32读取GPS信息并跟踪并短信发送到目标手机
STM32读取GPS信息并跟踪并短信发送到目标手机(STM32 reads GPS information and tracks it and sends it to the target cell phone by short message)
- 2020-06-16 08:20:01下载
- 积分:1
-
stm32f103 HAL库定时器例程
说明: stm32f103 单片机 HAL库定时器应用例程(stm32f103 HAL library timer application routine)
- 2020-06-16 08:00:01下载
- 积分:1
-
key_Queue
3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。(3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine whether the string str palindromic sequence, if it returns 1, otherwise it returns 0. Written procedures or describe in words the steps of the algorithm.)
- 2013-12-15 15:04:19下载
- 积分:1
-
ADT-22.0.1
安卓开发环境包ADT-22.0.1,用于eclipse开发安卓应用程序(Android development environment package ADT-22.0.1, used eclipse to develop Android applications)
- 2014-01-05 11:52:38下载
- 积分:1