-
DSP-based
基于多DSP的雷达阵列信号处理系统 (DSP-based multi-array radar signal processing system)
- 2013-11-17 09:17:50下载
- 积分: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
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
LPC2368--ARM
LPC2300系列ARM以太网接口的应用.PDF(LPC2300 family of ARM Ethernet interface applications. PDF)
- 2011-07-18 15:15:58下载
- 积分:1
-
cx806
小波包分析提取振动信号中的特征频率,使用拉亚普诺夫指数的公式,AHP层次分析法计算判断矩阵的最大特征值。( Wavelet packet analysis to extract vibration signal characteristic frequency, Raya Punuo Fu index using the formula, Calculate the maximum eigenvalue judgment matrix of AHP.)
- 2017-06-01 17:13:17下载
- 积分:1
-
bandreconstructmmse
DCT域分布式视频编码经典MMSE重建C++代码(DCT Distributed video coding tipal MMSE recostruction C++ code)
- 2015-01-05 11:34:37下载
- 积分:1
-
MotorCtrl
PID控制,包括算法,控制阶梯列表,算法步进(PID control, including algorithms, control ladder list, the algorithm step)
- 2009-02-26 11:40:55下载
- 积分:1
-
CSharpTreeviewNodeMove
c#中TreeView中的节点上下左右移动或鼠标拖动问题(c# TreeView node in the left or the mouse to drag down the problem)
- 2010-11-18 19:17:50下载
- 积分:1
-
PID算法简介及离散化后用C语言如何实现
PIDsuanf
PID算法简介及离散化后用C语言如何实现(ntroduction and discrete PID algorithm in C language how to achieve the)
- 2013-11-30 12:21:05下载
- 积分:1
-
ccs1108cc_org
Mapping ecu fiat punto 55
- 2017-12-27 20:07:44下载
- 积分:1