-
torsional vibration
说明: 用于计算双质点扭振,可计算共振点及一定频率范围内的传递比(Calculation of Torsional Vibration, Resonance and Transfer Ratio of Two Particles)
- 2019-06-17 09:35:30下载
- 积分:1
-
AD9643_EVALCZ_04302014_0528pm
adc code for lvds connection
- 2019-05-30 15:54:15下载
- 积分:1
-
landsat8_calibration
envi二次开发用idl编程实现landsat8辐射定标(Envi two development with IDL programming to realize landsat8 radiation calibration)
- 2021-01-17 14:08:50下载
- 积分:1
-
this is a railway reservation system
this is a railway reservation system
- 2023-05-14 00:10:02下载
- 积分:1
-
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物...
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物-A class structure, a very useful tool, in the RPG games and strategy games, role often need to automatically map to find the shortest path to bypass the building
- 2022-05-14 20:59:10下载
- 积分:1
-
netifenum
Get information about net interfaces.
- 2018-01-20 17:40:23下载
- 积分:1
-
STM32 LCD12864驱动 实现描点绘图,显示汉字,绘制波形,坐标
STM32 LCD12864驱动 实现描点绘图,显示汉字,绘制波形,坐标,代码内有详细的注释,使用keil环境编写,提供函数接口,很方便就可以应用到自己的项目中去。
- 2023-04-15 16:00:03下载
- 积分:1
-
1602显示驱动程序
LCD1602的数据写入及CGRAM的使用
编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅
1.当使能端E由1变为0时,执行写指令,数据被写入。
例如,欲写入数据i到DDRAM:
void WDR(uchar i)
{
CheckBusy();//检忙
LCD_RS=1;
LCD_RW=0;
LCD_EN=0;
Delay();
LCD_DATA=i;//数据输出到定义端口
Delay();
LCD_EN=1;
Delay();
LCD_EN=0;//这一步才开始写入到LCD
Delay();
}
2.CGRAM
1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。
以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
- 2020-06-23 13:20:02下载
- 积分:1
-
液晶显示DS1302时钟1
说明: ds1302显示当前时间,液晶屏显示站台信息,按键控制站台切换(ds1302 displays the current time, the LCD screen displays the platform information, and the buttons control the platform switching)
- 2020-04-05 15:59:01下载
- 积分:1
-
MRF-Segmentation-master
基于马尔科夫随机过程的图像分割 matlab平台(Image segmentation based on Markov random process)
- 2018-04-17 11:11:02下载
- 积分:1