-
456699
VC调用MATLAB的方法,希望对您有帮助(VC call MATLAB way, I hope for your help)
- 2008-06-28 00:35:10下载
- 积分:1
-
多点目标成像算法 RD
本算法是多点目标成像算法,包括距离向压缩和距离迁移校正等(This algorithm is a multi-point target imaging algorithms, including compression and distance range migration correction)
- 2016-06-11 13:31:25下载
- 积分:1
-
880lancher
说明: 天堂1登录器源码,网上偶然得到,非常完整的简易登录器,850-880版本均可使用,具体没有做任何修改,透传登录使用,高手请绕行,仅做测试使用,希望能给大家一个思路看懂登录器源码(The source code of Tiantang 1 login device is accidentally obtained on the Internet. It is a very complete simple login device, which can be used in 850-880 version, without any modification. For transparent login, experts please detour and only test it, hoping to give you a way to understand the source code of the login device)
- 2020-03-10 17:32:37下载
- 积分:1
-
rke_spi_master
pic芯片的SPI通讯,采用PIC芯片,C语言编写(pic spi)
- 2013-08-05 14:29:03下载
- 积分:1
-
ROI
使用opencv编写,可以实现感兴趣图像区域的分离与输出。(Using opencv write, you can achieve the separation and output of the image area of interest.
)
- 2011-12-10 10:30:34下载
- 积分:1
-
USB2CANFD
说明: USB转CANFD,上传USB转ADC的源代码(USB2CANFD upload USB to canfd source code)
- 2020-12-15 15:59:13下载
- 积分:1
-
c语言编写坦克大战源代码
说明: 这是一个用C++编写的坦克大战,里面包含具体的程序,直接运行即可;有一些C++编程能力的,但是没有很好例子的时候可以看看,对于以后游戏开发,会有些作用;(This is a tank battle written in C++, which contains specific programs to run directly; there are some C++ programming capabilities, but there are no good examples when you can see, for future game development, will have some effect;)
- 2019-03-04 17:31:35下载
- 积分:1
-
读取lidar数据las文件
该代码是读取lidar点云数据las文件的c++代码,其中的代码风格清晰,思路严谨,对于学习lidar数据的同学很有益处,建议各位可以考虑参考一下。
bool lasreader::read_point(float* coordinates)
{
if (read_point())
{
coordinates[0] = (float)(point.x*header.x_scale_factor+header.x_offset);
coordinates[1] = (float)(point.y*header.y_scale_factor+header.y_offset);
coordinates[2] = (float)(point.z*header.z_scale_factor+header.z_offset);
return true;
}
return false;
}
bool lasreader::read_point(double* coordinates)
{
if (read_point())
{
coordinates[0] = point.x*header.x_scale_factor+header.x_offset;
coordinates[1] = point.y*header.y_scale_factor+header.y_offset;
coordinates[2] = point.z*header.z_scale_factor+header.z_offset;
return true;
}
return false;
}
- 2022-03-13 17:33:00下载
- 积分:1
-
surfacerendering
这是vtk结合MFC在一个对话框内进行面绘的代码,读入图像的格式为DICOM(vtk This is a combination of the MFC dialog within the code face painting, Reading into the image of the DICOM format)
- 2021-03-08 14:09:28下载
- 积分:1
-
976556576
设置输入方法,C++Builder精选编程学习源码,很好的参考资料。(Set the input method, C++Builder select learning programming source code, a good reference.)
- 2013-11-22 11:36:28下载
- 积分:1