-
Carrier_0_03.tar
CARRIER todo esto es un documento elaborado con la mayora facilidad
- 2013-12-14 04:43:26下载
- 积分:1
-
DC_DC
基于430的DC_DC变化,采用PID控制,调节PWM的输出占公比,从而反馈调节输出电压(Based on 430 DC_DC change, using PID control, adjust the PWM output accounted common ratio, thus regulating the output voltage feedback)
- 2013-08-31 13:24:57下载
- 积分:1
-
DrawLine
实现坐标的显示 随机数产生 并显示到listctrl中 声称坐标轴 显示随机数,排序(
Achieve coordinate display random number is generated and displayed to listctrl claimed axis shows random numbers, sorting)
- 2013-11-08 20:38:32下载
- 积分:1
-
ImportRegPol-source
ImportRegPol is a non-interactive tool that imports the settings from a Registry Policy (registry.pol) file into the Computer or User configuration of the local group policy of the current computer. It can also parse a registry.pol file and produce an editable text file that can be consumed by Apply_LGPO_Delta v2.0.
- 2014-07-13 20:47:46下载
- 积分:1
-
51mcuand1602
51单片机加1602显示计算器C语言源码
可以实现加减乘除,有负数计算
(51 MCU plus 1602 display calculator C language source code
Can have negative calculation add, subtract, multiply and divide.)
- 2016-04-05 18:00:29下载
- 积分:1
-
ttl_driver
辅助数字电路课程学习,说明TTL电路中驱动电流之间的 关系。
(auxiliary digital circuit courses on TTL circuit-drive current relationship.)
- 2006-12-19 11:10:04下载
- 积分:1
-
HW-GMS-Project20140513
BlueCore4 Datasheet BC417143
·APF有源滤波控制器程序,因为改代码
·利用51单片机实现DS1302的驱动,以C
·利用STM8L实现诺基亚5110液晶的驱动
·盛群单片机指令集:简体中文,PDF格
·SHT11 程序,I2C总线方式。写I2C时
·7寸彩屏 STM32的固件库3.5 FSMC驱动
·一种伺服电机的PID控制算法,可以完
·基于Atmega16单片机的机器人行走、
·51单片机驱动2.6英寸触摸液晶屏幕,
·stm32 pwm 固件库 大连理工大学 信
·无线传感网络基础 wireless sensor
·LPC11u14芯片的系统时钟驱动
- 2020-11-24 16:09:33下载
- 积分:1
-
27797
电话语音管理系统的工程项目代码,需要的请拿去使用吧,任意修改!(Telephony management system project code chunks, arbitrary changes)
- 2012-04-07 16:17:46下载
- 积分:1
-
Mypro
基于atmel studio 6,使用avr128单片机,实现超市导购机器人编程,直流电机结合颜色传感器实现自动巡线,5个舵机,3个自由度(Based on atmel studio 6, using avr128 microcontroller, to achieve the supermarket shopping guide robot programming, combined with the color sensor DC motor automatic transmission line, 5 servos, three degrees of freedom)
- 2013-09-28 22:44:36下载
- 积分:1
-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1