-
udp_S_C
udp 的连接实例,在各个机器上实现udp clent and server联结和信息传递(udp link example, in various machines to achieve udp clent and server connectivity and information transfer. !)
- 2007-05-10 11:34:37下载
- 积分: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
-
ViBe背景检测算法、前景检测、运动检测
对源代码做了少量修改,源代码来源忘记了;
代码为ViBe背景检测算法,也可用来做前景检测或者运动检测相关的内容;
检测效果较好,可通过参数进行调节 样本更新率等。
- 2022-01-22 08:38:17下载
- 积分:1
-
opencv 测试例子 测试能否运行opencv
opencv 测试例子 测试能否运行opencv 注意图片路径 否则会出现内存溢出问题
- 2022-04-12 03:13:03下载
- 积分:1
-
读写ini文件
INI文件就是扩展名为“ini”的文件。在Windows系统中,INI文件是很多,最重要的就是“System.ini”、“System32.ini”和“Win.ini”。该文件主要存放用户所做的
- 2022-04-12 08:32:59下载
- 积分:1
-
1
说明: 编写实现C=A+B操作的函数。其中,矩阵A、矩阵B和矩阵C均采用压缩存储方式存储,矩阵元素均为int类型。并设计一个测试主函数,要求按矩阵方式输出矩阵C的数值。设矩阵A和矩阵B为如下所示的矩阵:
A=[█(1 2 3@2 4 5@3 5 6)] B=[█(10 20 30@20 40 50@30 50 60)]
(Prepared to achieve C = function A+B operation. Among them, the matrix A, the matrix B and C matrices are stored in compressed storage, the matrix elements are of type int. The main function and design a test that requires the matrix output matrix C values. Let matrix A and matrix B is a matrix as follows: A = [█ (1 2 3 @ 2 4 5 @ 3 5 6)] B = [█ (10 20 30 @ 20 40 50 @ 30 50 60)])
- 2014-06-05 17:10:29下载
- 积分:1
-
遗传 算法源代码
文件包含遗传算法详细框架搭建 主函数调用
- 2022-03-12 14:11:10下载
- 积分:1
-
ili9338驱动代码
ILI9338驱动不同尺寸液晶显示屏的源代码
- 2022-02-03 18:05:36下载
- 积分:1
-
火车自助售票系统
基于C语言开发的模拟火车自助售票系统,数据的存储采用文件存储的形式,采用链表进行数据的增删改查,集系统管理和用户使用为一体。
- 2022-02-01 18:58:03下载
- 积分:1
-
wordAnalyzer
词法分析器,用来验证在编译代码的时候代码是不是符合此法规则的,在满足了词法规则的时候再检查他是不是满足语法规则,最主要的是适合于学生用来学习(wordAnalyzer.zip to test the words in the cpp fellow the standard of the exact of the language or not.)
- 2014-01-09 11:05:51下载
- 积分:1