-
KSJRobotParserUR
UR旋转矢量转化,转化为RPY坐标,更加适合编程,非常靠谱(UR Rotation Vector Conversion)
- 2021-03-04 14:19:32下载
- 积分: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
-
26-control-example-the-source-code
26个VC++界面编程通用控件源代码实例:
如何获得指定点的控件指针
如何将编辑框中输入的字符转换为大写(小写)
如何设置和获得单选按钮的选中状态
如何设置和获得一组单选按钮的选中状态
如何设置列表控件的显示方式
如何设置组合框中列表框的宽度
如何实现带自动完成功能的组合框
如何实现位图按钮
如何使用滑块
如何使用进度条
如何使用列表框
如何使用旋转按钮
如何使用组合框
如何通过控件ID获得控件窗口指针
如何为控件添加工具提示
如何通过控件窗口指针获得控件ID
如何为控件添加工具提示
如何限制编辑框输入文本的长度
如何在按钮上显示图标
如何在列表控件中插入列
如何在列表框中添加水平滚动条
如何在组合框中显示文件列表
(26 a vc++ programming interface general control source code examples:
How to get control of the pointer designated point
How to edit box in of the input characters into capital (small)
How to set up and get radio buttons selected state
How to set up and get a group of selected state radio button
How to set up the list control showing the way
How to set up combo boxes the width of the list box
How to realize the combination of complete function with automatic box
How to realize a bitmap button
How to use the slider
How to use the progress bar
How to use the list box
How to use the rotating button
How to use the combination box
How to get control via the control ID window pointer
How to add the tooltip control
How to get control via the control window pointer ID
How to add the tooltip control
How to limit the length of the input text edit box
How to button on the display icon
How to insert listed in a list co)
- 2011-06-28 16:05:44下载
- 积分:1
-
data_associate1
一种用于多目标数据互联的matlab程序,在杂波环境下,实现卡尔曼滤波和最近邻数据数据互联,同时实现卡尔曼滤波与慨率数据的互联.(A method for multi-target tracking matlab procedures in a cluttered environment to achieve Kalman filtering and the data nearest neighbor data association, while achieving the interconnection of the Kalman filter with generous rate data.)
- 2013-04-01 09:43:43下载
- 积分:1
-
对c#中的基本控件的基本用法的举例,帮助初学者了解其用法
对c#中的基本控件的基本用法的举例,帮助初学者了解其用法-Pairs of the basic controls c# basic usage examples to help beginners understand their usage
- 2022-06-19 17:06:44下载
- 积分:1
-
circle-are
用C编写程序来求解圆的面积和周长,这是以前的一个实习作业。(Write a program in C to solve the area and perimeter of a circle, which was previously an internship job.)
- 2013-10-14 19:22:33下载
- 积分:1
-
HTU20D测试程序
HTU20D测试代码,只要接上HTU20D传感器,编译下载就能得出温湿度的数值(HTU20D test code.As long as the HTU20D sensor is connected, the value of temperature and humidity can be obtained by compiling and downloading.
.)
- 2021-01-13 20:48:47下载
- 积分:1
-
Rfid Credential Provider
此代码与Rfid读卡器凭据提供程序有关。
- 2022-03-13 22:15:55下载
- 积分:1
-
强烈推荐_完整的C#实例源代码之 网上商城购物系统
强烈推荐_完整的C#实例源代码之 网上商城购物系统-Strongly recommend a complete _ C# Example source code of the Internet Shopping Mall Shopping System
- 2022-07-26 02:52:30下载
- 积分:1
-
baseflight代码
baseflight代码,四轴无人机飞行器飞控程序,基于stm32编写而成,有部分注释。
- 2022-07-11 16:23:59下载
- 积分:1