-
飞思卡尔S12X单片机 J1939协议模拟器程序
模拟宇通客车CAN总线的数据输出,包括车速,发动机转速,电池电压,档位状况,手刹状况,采用标准J1939协议
- 2022-10-12 08:40:03下载
- 积分:1
-
MAX196
这是max196的驱动程序,将测得的信号转换为12位并行数据输出(This is max196 driver will be measured signal is converted to 12-bit parallel data output)
- 2009-01-17 01:54:22下载
- 积分:1
-
8051 flash 程序编写源码
ifdef __FLASH_ISP__ /* typedef unsigned int FLADDR; void FLASH_ByteWrite (FLADDR addr, char byte); unsigned char FLASH_ByteRead (FLADDR addr); void FLASH_PageErase (FLADDR addr); void FLASH_Write (FLADDR dest, char *src, unsigned numbytes); char * FLASH_Read (char *dest, FLADDR src, unsigned numbytes); */ void FLASH_ByteWrite (FLADDR addr, char byte) { bit EA_SAVE = EA; // preserve EA char xdata * data pwrite; // FLASH write pointer EA = 0; // disable interrupts #ifdef __NULL_VDM0
- 2022-03-06 19:00:52下载
- 积分:1
-
OtsuSegment
编程实现大津(Otsu)自动灰度阈值分割算法的程序(Programming (Otsu) automatic gray Otsu threshold segmentation algorithm)
- 2013-04-06 19:23:15下载
- 积分: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
-
Image
参数活动轮廓模型分割算法,运行稳定,且效果理想(Parametric active contour model segmentation algorithm, running stability, and the results are satisfactory)
- 2009-06-09 11:21:36下载
- 积分:1
-
16x16-Chinese-word
16*16LED点阵显示汉字的工程文件,使用4个74ls595进行行列驱动(16* 16LED dot matrix display Chinese characters in the project file)
- 2016-07-04 16:54:20下载
- 积分:1
-
R-K
四阶龙格库塔法,用C++编写,很有参考价值(Fourth-order Runge-Kutta method, written in C, a good reference)
- 2011-12-29 20:44:34下载
- 积分:1
-
车载诊断标准网络层ISO-15765-2-中文
IS015765-2 的协议,定义车载诊断系统网络层要求,提供在 CAN 数据链路层(IS011898
定义)上运行。虽说它最初设计是用在诊断系统上的,它同样适用于其它需要网络层协议
的 CAN 通信系统上。(The IS015765-2 protocol defines the vehicular diagnostic system network layer requirements provided at the CAN data link layer (IS011898)
Run on definition. Although it was originally designed for diagnostic systems, it also applies to other protocols that require network layer
On the CAN communication system.)
- 2017-08-11 15:13:45下载
- 积分:1
-
NURBS
这本书找了很久,非常经典的电子版书籍《计算机辅助几何设计与非均匀B样条》,对学习nurbs曲线插值和曲面重构有很大帮助。现和大家共享(This book looking for a long time, very classic electronic version of the book " Computer Aided Geometric Design of" non-uniform B-spline, the learning the nurbs curve interpolation and surface reconstruction of great help. Now and share)
- 2021-01-11 20:58:50下载
- 积分:1