-
4 chapter example code
说明: 《点云库PCL学习教程》资料,包含第四章源代码(PCL study,the code of chapter 4)
- 2020-04-30 22:57:26下载
- 积分:1
-
实验24 SPI实验
说明: 鉴于stm32在keil平台上的SPI通信实验(spi communications experiment)
- 2020-06-20 11:40:02下载
- 积分:1
-
用于地籍点线数据的处理程序。可以将点线文件处理成入库所需要的格式,并且给出详细的错误提示,帮助确认出错位置。...
用于地籍点线数据的处理程序。可以将点线文件处理成入库所需要的格式,并且给出详细的错误提示,帮助确认出错位置。-Cadastral data points and lines used in the process. Points and lines can be required for document processing into the storage format, and gives a detailed error, to help identify location of the error.
- 2022-07-05 10:37:28下载
- 积分: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
-
制作矩阵的控件。
制作矩阵的控件。-production of the matrix control.
- 2022-03-04 18:38:16下载
- 积分:1
-
peizhun
//以上的代码加载了两个PCD文件得到共享指针,
//后续配准是完成对源点云到目标点云的参考坐标系的变换矩阵的估计,
//得到第二组点云变换到第一组点云坐标系下的变换矩阵
// 将输入的扫描点云数据过滤到原始尺寸的10%以提高匹配的速度,
//只对源点云进行滤波,减少其数据量,而目标点云不需要滤波处理
//因为在NDT算法中在目标点云 对应的 体素网格数据结构的 统计计算不使用单个点,
//而是使用包含在每个体素单元格中的点的统计数据(The following links describe a set of basic PCL tutorials. Please note that their source codes may already be provided as part of the PCL regular releases, so check there before you start copy & pasting the code. The list of tutorials below is automatically generated from reST files located in our git repository.)
- 2019-04-01 11:00:00下载
- 积分:1
-
随即点名 随即点名 随即点名
随即点名 随即点名 随即点名-Was named immediately after the division was named the division
- 2022-02-05 09:01:24下载
- 积分:1
-
ANSYS流体流场分析指南。pdf,ANSYS流体的详细信息…
ANSYS流体流动场分析指南.pdf,详细介绍了ANSYS流体流动场分析方法,经典,值得一读。-ANSYS Fluid Flow Field Analysis Guide. Pdf, detailed information on ANSYS fluid flow field analysis method, a classic, worth reading.
- 2022-12-05 19:40:03下载
- 积分:1
-
kanben_v82
从先验概率中采样,计算权重,课程设计时编写的matlab程序代码,相关分析过程的matlab方法。( Sampling a priori probability, calculate the weight, Course designed to prepare the matlab program code, Correlation analysis process matlab method.)
- 2017-03-02 11:41:01下载
- 积分:1
-
Untitled.ipynb
说明: 1232131231231313123132e112(121232131231231313123132e112)
- 2020-03-30 14:21:19下载
- 积分:1